@import url("../fonts/Satoshi/css/satoshi.css");
@import url("../fonts/ClashDisplay/css/clash-display.css");
@import url("../fonts/Magnita/Magnita.css");
@import url("../fonts/bootstrap-icons-1.10.2/font.css");
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #19352D;
  border-radius: 0;
}

.sidebar-overlay[aria-expanded="false"] {
  display: none;
}

.sidebar-overlay[aria-expanded="true"] {
  display: block;
  z-index: 0;
  right: 0px;
  position: fixed;
  height: 200%;
  width: 100%;
  background-color: transparent;
}

body {
  font-family: "Satoshi";
  font-weight: normal;
  font-size: 20px;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.main-page-wrapper_b1c256294982c066 {
  overflow-x: hidden;
}

.h1_95a9a6a0b014621c,
h1,
.h2_e156b6954b021cb1,
h2,
.h3_16fbac06a832d3f2,
h3,
.h4_223e429819fa343b,
h4,
.h5_36dc55455a1cfc90,
h5,
.h6_3999cdfbbb27633e,
h6 {
  font-weight: 500;
  color: #19352D;
}

.h1_95a9a6a0b014621c, h1 {
  font-size: 85px;
  line-height: 1.023em;
}

.h2_e156b6954b021cb1, h2 {
  font-size: 64px;
  line-height: 1.1em;
}

.h4_223e429819fa343b, h4 {
  font-size: 24px;
}

p {
  line-height: 1.7em;
}

.text-xl_ee5a046c15a3b537 {
  font-size: 28px;
  line-height: 1.5em;
}

.text-lg_97e59ac5c413022a {
  font-size: 24px;
  line-height: 1.583em;
}

.text-md_ca9647c7b8a22e4f {
  font-size: 22px;
}

hr {
  opacity: 0.09;
  margin: 5px 0;
}

.fw-600_e87a4095655a6ae3 {
  font-weight: 600;
}

.fw-500_492f62652c1a97ee {
  font-weight: 500;
}

.border-30_e2637acf13468ca7 {
  border-radius: 30px;
}

.border-40_200b2f7357edfa9f {
  border-radius: 40px;
}

.border-100_5fcf01bc22046505 {
  border-radius: 100px;
}

.shapes_d452da9c7d8ad9c7 {
  position: absolute;
  z-index: -1;
}

.light-bg_b877b0362493fb04 {
  background-color: #EDF1EE;
}

.light-bg-deep_eb821a54be52a333 {
  background-color: #EBF3EE;
}

.font-magnita_db526de4fdb8b910 {
  font-family: "Magnita";
}

.light-bg-page-wrapper_a88793540349515e {
  background: #EDF8EB;
}

.color-deep_fb22a9234ab5a86c {
  color: #1F5E59;
}

.box-layout_fb52b2d1d0c295e6 {
  margin: 30px;
}

.ctn-preloader_2a8033c3fed65b85 {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader_2a8033c3fed65b85 .icon_d21d5e62f143d7c7 {
  animation: rotated 8s infinite linear;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f {
  font-family: "ClashDisplay";
  font-weight: 500;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(12, 58, 48, 0.12);
  position: relative;
  font-size: 40px;
  line-height: 30px;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f::before {
  animation: letters-loading 4s infinite;
  color: #0C3A30;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader_2a8033c3fed65b85 .txt-loading_899bfd22a9cbc3ed .letters-loading_ee9cc7f5e822b35f:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scroll-top {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-weight: 900;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #19352D;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #CFFF45;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s_f99cabe726ee273b {
  transition: all 0.3s ease-in-out;
}

.tran4s_c14826c653eac2c5 {
  transition: all 0.4s ease-in-out;
}

.tran5s_6dc5fb41a1d2f324 {
  transition: all 0.5s ease-in-out;
}

.tran6s_f09e05c1c9f24a9b {
  transition: all 0.6s ease-in-out;
}

.btn-one_8a3cdc40a6ec30fc {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #CFFF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-one_8a3cdc40a6ec30fc:hover {
  background-color: #29594B;
  color: #fff;
}

.btn-two_933b39ccb9d85891 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  padding: 0 35px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-two_933b39ccb9d85891 .icon_d21d5e62f143d7c7 {
  width: 1.35em;
}
.btn-two_933b39ccb9d85891:hover {
  background: #29594B;
  border-color: #29594B;
}

.btn-three_b295c4a001e81a30 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.btn-three_b295c4a001e81a30 img {
  width: 22px;
  margin-top: 3px;
}
.btn-three_b295c4a001e81a30:hover span {
  text-decoration: underline;
}
.btn-three_b295c4a001e81a30.border-style_259fbbf2e8811033 {
  border: 1px solid #000;
  border-radius: 40px;
  padding: 12px 25px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-three_b295c4a001e81a30.border-style_259fbbf2e8811033:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}
.btn-three_b295c4a001e81a30.border-style_259fbbf2e8811033:hover span {
  text-decoration: none;
}

.btn-four_8617fd6160072435 {
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background-color: #29594B;
  transition: all 0.3s ease-in-out 0s;
}
.btn-four_8617fd6160072435:hover {
  background-color: #CFFF45;
  color: #000;
}

.btn-five_0b918079fc43aa6e .text {
  font-weight: 500;
  font-style: italic;
  color: #19352D;
  text-decoration: underline;
}
.btn-five_0b918079fc43aa6e .icon_d21d5e62f143d7c7 {
  width: 48px;
  height: 48px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
}
.btn-five_0b918079fc43aa6e:hover .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
  color: #19352D;
}

.btn-six_99b3e965febd43e1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  padding: 0 38px;
  text-align: center;
  border-radius: 50px;
  color: #29594B;
  border: 1px solid #29594B;
  transition: all 0.3s ease-in-out 0s;
}
.btn-six_99b3e965febd43e1:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.btn-seven_2b02dfbb4699a012 .text {
  font-weight: 500;
  font-style: italic;
  color: #19352D;
}
.btn-seven_2b02dfbb4699a012 .icon_d21d5e62f143d7c7 {
  width: 50px;
  height: 50px;
  background: #29594B;
  margin-left: 45px;
  position: relative;
}
.btn-seven_2b02dfbb4699a012 .icon_d21d5e62f143d7c7:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #29594B;
  left: -30px;
  top: 50%;
}
.btn-seven_2b02dfbb4699a012:hover .text {
  text-decoration: underline;
}

.btn-eight_6ce4be8e31201509 .text {
  font-weight: 700;
  font-size: 18px;
  color: #19352D;
}
.btn-eight_6ce4be8e31201509 .icon_d21d5e62f143d7c7 {
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  font-size: 20px;
  background: #29594B;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out 0s;
}
.btn-eight_6ce4be8e31201509:hover .text {
  text-decoration: underline;
}
.btn-eight_6ce4be8e31201509:hover .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
  color: #19352D;
}

.btn-nine_a1966ac26475d7bd {
  font-size: 40px;
  width: 105px;
  height: 105px;
  color: #19352D;
  border: 1px solid #29594B;
}
.btn-nine_a1966ac26475d7bd:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}

.btn-ten_10882c31c4ca821d {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  min-width: 160px;
  text-align: center;
  background: #101010;
  color: #fff;
  line-height: 50px;
}
.btn-ten_10882c31c4ca821d:hover {
  background: #29594B;
}

.btn-eleven_f6c66bcc76c41a86 .text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.btn-eleven_f6c66bcc76c41a86 .icon_d21d5e62f143d7c7 {
  width: 45px;
  height: 45px;
  background: #000;
  margin-left: 38px;
  position: relative;
}
.btn-eleven_f6c66bcc76c41a86 .icon_d21d5e62f143d7c7 img {
  width: 30px;
}
.btn-eleven_f6c66bcc76c41a86 .icon_d21d5e62f143d7c7:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  background: #000;
  left: -26px;
  top: 50%;
}
.btn-eleven_f6c66bcc76c41a86:hover .text {
  text-decoration: underline;
}
.btn-eleven_f6c66bcc76c41a86:hover .icon_d21d5e62f143d7c7 {
  background: #29594B;
}

.btn-twelve_748d2feeae4e4a7b {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #E6FD5A;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twelve_748d2feeae4e4a7b:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen_13a3b6f748910a96 {
  font-family: "ClashDisplay";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  min-width: 175px;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-thirteen_13a3b6f748910a96:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fourteen_a2e3ed5ee29cec3e {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #202020;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fourteen_a2e3ed5ee29cec3e:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fifteen_9e36950596a6429c {
  line-height: 46px;
  border: 2px solid #000;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  min-width: 135px;
  padding: 0 30px;
  text-align: center;
  color: #000;
  background-color: #DFFF5E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-fifteen_9e36950596a6429c:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen_75be6d1836113429 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 0 35px;
  line-height: 50px;
  border: 1px solid #000;
  position: relative;
  display: inline-block;
  background: #fff;
}
.btn-sixteen_75be6d1836113429:before {
  position: absolute;
  content: "";
  top: -14px;
  height: 14px;
  width: calc(100% + 3px);
  left: 6px;
  transform: skewX(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen_75be6d1836113429:after {
  position: absolute;
  content: "";
  right: -16px;
  height: calc(100% + 1px);
  width: 15px;
  top: -7px;
  transform: skewY(-45deg);
  background: #000;
  transition: all 0.3s ease-in-out 0s;
}
.btn-sixteen_75be6d1836113429:hover {
  background: #DFFF5E;
}

.btn-seventeen_b44da8e46b94f601 {
  color: #000;
  font-weight: 500;
  padding: 0 30px;
  line-height: 55px;
  border-radius: 40px;
  background: #FFE86B;
}
.btn-seventeen_b44da8e46b94f601 i {
  margin-left: 8px;
}
.btn-seventeen_b44da8e46b94f601:hover {
  background: #DFFF5E;
}

.btn-eighteen_4db583ec96d1b6a3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 38px;
  line-height: 52px;
  border-radius: 10px;
  background: #1F5E59;
  text-align: center;
}
.btn-eighteen_4db583ec96d1b6a3:hover {
  background: #CFFF45;
  color: #19352D;
}

.btn-nineteen_7359743fc3cb2b94 {
  font-size: 18px;
  color: #1F5E59;
  font-weight: 700;
  padding: 0 30px;
  line-height: 50px;
  border: 1px solid #1F5E59;
  border-radius: 10px;
  text-align: center;
}
.btn-nineteen_7359743fc3cb2b94:hover {
  background: #1F5E59;
  color: #fff;
}

.btn-twenty_c434316f024fe30f {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 55px;
  padding: 0 45px;
  text-align: center;
  border-radius: 40px;
  color: #1F5E59;
  min-width: 175px;
  background-color: #D0FF45;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twenty_c434316f024fe30f:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-twentyOne_759e0991805c6063 {
  font-weight: 500;
  font-size: 18px;
  line-height: 55px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #000;
  background-color: #FFDB1E;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentyOne_759e0991805c6063:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo_24e3897b766f7651 {
  font-weight: 500;
  font-size: 18px;
  line-height: 53px;
  padding: 0 38px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out 0s;
}
.btn-twentytwo_24e3897b766f7651:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

.title-one_8351b82199d8e118 .upper-title_9d5245d31488cb49 {
  font-weight: 500;
  margin-bottom: 14px;
  color: #46846A;
}
.title-one_8351b82199d8e118 h2 {
  font-weight: 700;
}

.title-two_b885eeabc6c6a7cf .upper-title_9d5245d31488cb49 {
  font-weight: 500;
  margin-bottom: 5px;
  color: #1CA161;
}
.title-two_b885eeabc6c6a7cf h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.027em;
  color: #0E3E2F;
}
.title-two_b885eeabc6c6a7cf h2 span {
  color: #E6FD5A;
}
.title-two_b885eeabc6c6a7cf .upper-title-two_57395de796f7c39f {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.title-three_2cd2b3a57c9f2ea0 .upper-title_9d5245d31488cb49 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1CA161;
}
.title-three_2cd2b3a57c9f2ea0 h2 {
  font-weight: 700;
  line-height: 1.03em;
  color: #0E3E2F;
}

.title-four_10434b786376bcf3 h2 {
  font-family: "Magnita";
  font-size: 68px;
  line-height: 1.323em;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: inherit;
}

button:focus {
  outline: none;
}

input, textarea {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

audio, video, canvas {
  max-width: 100%;
}

iframe {
  border: none !important;
}

.style-none_877789b00feec41a {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0_3861ea65f82722f3 {
  padding: 0 !important;
}

.m0_66cc639eaed3cffd {
  margin: 0 !important;
}

.theme-mb-0_502ee212426788af {
  margin-bottom: 0;
}

.theme-pb-0_6825a7ea1a5a0571 {
  padding-bottom: 0;
}

.pt-5_90d1040a104bb62c {
  padding-top: 5px !important;
}

.pt-10_836c30a048c1b37b {
  padding-top: 10px;
}

.pt-15_1d29432c41fc75ec {
  padding-top: 15px;
}

.pt-20_68035a87edf8fa93 {
  padding-top: 20px;
}

.pt-25_199fb65fc171dcb1 {
  padding-top: 25px;
}

.pt-30_a69b6b486ab6495a {
  padding-top: 30px;
}

.pt-35_c160a290326e218c {
  padding-top: 35px;
}

.pt-40_317ad3d9cc649a65 {
  padding-top: 40px;
}

.pt-45_8bfdfc343495d04a {
  padding-top: 45px;
}

.pt-50_a7eb6a56f08db226 {
  padding-top: 50px;
}

.pt-55_c1181a703ec10735 {
  padding-top: 55px;
}

.pt-60_e2b3a7da1a6e88a3 {
  padding-top: 60px;
}

.pt-65_97c0f7f92191f72e {
  padding-top: 65px;
}

.pt-70_7e17f362be81e6e9 {
  padding-top: 70px;
}

.pt-75_81d0acd3f9f67f96 {
  padding-top: 75px;
}

.pt-80_b816709b396f0186 {
  padding-top: 80px;
}

.pt-85_bc31e4ed65882c70 {
  padding-top: 85px;
}

.pt-90_cec144841ec42a06 {
  padding-top: 90px;
}

.pt-95_0d1afa8afa6b8003 {
  padding-top: 95px;
}

.pt-100_7d556d7f6487c1b7 {
  padding-top: 100px;
}

.pt-110_fff98af86de1572e {
  padding-top: 110px;
}

.pt-120_93ea52a7d15ff50c {
  padding-top: 120px;
}

.pt-130_f4e5535d68b2b139 {
  padding-top: 130px;
}

.pt-140_bd5b65048c31c89e {
  padding-top: 140px;
}

.pt-150_78cfa72454ef0cfd {
  padding-top: 150px;
}

.pt-160_5f9093ff2b268a9b {
  padding-top: 160px;
}

.pt-170_c92762351c6c82c5 {
  padding-top: 170px;
}

.pt-180_8f031b7acba7749b {
  padding-top: 180px;
}

.pt-190_f89bfb649776422b {
  padding-top: 190px;
}

.pt-200_90a1a4cc792ab2ce {
  padding-top: 200px;
}

.pt-225_eebb051ea71fb062 {
  padding-top: 225px;
}

.pt-250_f6eaabec88dffd4b {
  padding-top: 250px;
}

.pt-300_77fff20d05f9591b {
  padding-top: 300px;
}

.pt-350_131be5e5b3f0a187 {
  padding-top: 350px;
}

.pb-5_bbcbc376a9092490 {
  padding-bottom: 5px !important;
}

.pb-10_55b4625a3dec9115 {
  padding-bottom: 10px;
}

.pb-15_ea16ee94ca9fe69b {
  padding-bottom: 15px;
}

.pb-20_40b0ab513b6a4d67 {
  padding-bottom: 20px;
}

.pb-25_9d63e53a3fa654d1 {
  padding-bottom: 25px;
}

.pb-30_b7b4cbe6b7edbc3c {
  padding-bottom: 30px;
}

.pb-35_249689a92eca87f8 {
  padding-bottom: 35px;
}

.pb-40_2c5f6bd2439c0bb8 {
  padding-bottom: 40px;
}

.pb-45_4ce1b4df9a33e12d {
  padding-bottom: 45px;
}

.pb-50_b9bc8e7b663e4ecd {
  padding-bottom: 50px;
}

.pb-55_d2065d4fcc18ae91 {
  padding-bottom: 55px;
}

.pb-60_1d32c9d8c31810b3 {
  padding-bottom: 60px;
}

.pb-65_64720d5b19c6ed55 {
  padding-bottom: 65px;
}

.pb-70_02db5cd00a69c3ae {
  padding-bottom: 70px;
}

.pb-75_2572930ca574a67e {
  padding-bottom: 75px;
}

.pb-80_d679725f68ceecea {
  padding-bottom: 80px;
}

.pb-85_44c1b9c5867e233e {
  padding-bottom: 85px;
}

.pb-90_a81072d04070086f {
  padding-bottom: 90px;
}

.pb-95_6d10d2bf0f06979b {
  padding-bottom: 95px;
}

.pb-100_7f0cc1cc51864805 {
  padding-bottom: 100px;
}

.pb-110_16008209663f606c {
  padding-bottom: 110px;
}

.pb-120_c9d3afa146fa23b5 {
  padding-bottom: 120px;
}

.pb-130_46bf22afe87e4127 {
  padding-bottom: 130px;
}

.pb-140_bc17cdb21c6d5f12 {
  padding-bottom: 140px;
}

.pb-150_c5150d08077597f3 {
  padding-bottom: 150px;
}

.pb-160_381f2b356da08e32 {
  padding-bottom: 160px;
}

.pb-170_338770b1a18bcce6 {
  padding-bottom: 170px;
}

.pb-180_1fbb1e46f9d92c39 {
  padding-bottom: 180px;
}

.pb-190_3d6502a2f8e79cf9 {
  padding-bottom: 190px;
}

.pb-200_253ab99e090a568d {
  padding-bottom: 200px;
}

.pb-225_342a21fefb822c96 {
  padding-bottom: 225px;
}

.pb-250_5ad86695edec7580 {
  padding-bottom: 250px;
}

.pb-300_37949ae6b2e85af7 {
  padding-bottom: 300px;
}

.pb-350_9f82176de42f1950 {
  padding-bottom: 350px;
}

.mt-5_8102cea58c20256a {
  margin-top: 5px !important;
}

.mt-10_6d753bb4dcb163bc {
  margin-top: 10px;
}

.mt-15_3eddc7f6c64aae5d {
  margin-top: 15px;
}

.mt-20_1b00addc618c217b {
  margin-top: 20px;
}

.mt-25_effa1563f38c1a77 {
  margin-top: 25px;
}

.mt-30_42446b926b6b19e9 {
  margin-top: 30px;
}

.mt-35_86bf5a0de4df4604 {
  margin-top: 35px;
}

.mt-40_5068eda78f399db5 {
  margin-top: 40px;
}

.mt-45_4393b3c622911039 {
  margin-top: 45px;
}

.mt-50_ee25ac4414487154 {
  margin-top: 50px;
}

.mt-55_f04054d8764cbfd2 {
  margin-top: 55px;
}

.mt-60_27f7ed5e2bbd83f4 {
  margin-top: 60px;
}

.mt-65_cd88e85e97d1cf91 {
  margin-top: 65px;
}

.mt-70_96f23cc452ec9a0c {
  margin-top: 70px;
}

.mt-75_1d3dd46cb311ecb6 {
  margin-top: 75px;
}

.mt-80_8e3acc69d19eac4a {
  margin-top: 80px;
}

.mt-85_5bbe027860c1fe24 {
  margin-top: 85px;
}

.mt-90_4444dbdeafc8782c {
  margin-top: 90px;
}

.mt-95_1cd60f3cb674c080 {
  margin-top: 95px;
}

.mt-100_0191cf5206a9a329 {
  margin-top: 100px;
}

.mt-110_eecf605690804d93 {
  margin-top: 110px;
}

.mt-120_47325a61a638c6ed {
  margin-top: 120px;
}

.mt-130_ebd3fd571175875b {
  margin-top: 130px;
}

.mt-140_4a166b92b3a59c05 {
  margin-top: 140px;
}

.mt-150_e96d165512d1d45b {
  margin-top: 150px;
}

.mt-160_9844abd7258098f4 {
  margin-top: 160px;
}

.mt-170_40d86242b90eef89 {
  margin-top: 170px;
}

.mt-180_aefed4c72b6b1b40 {
  margin-top: 180px;
}

.mt-190_739101c732c1f58c {
  margin-top: 190px;
}

.mt-200_4e3586153cee097a {
  margin-top: 200px;
}

.mt-225_0698962259d7c5f9 {
  margin-top: 225px;
}

.mt-250_bf489207010c317a {
  margin-top: 250px;
}

.mt-300_f93829bd43673fee {
  margin-top: 300px;
}

.mt-350_bb886844096b8d55 {
  margin-top: 350px;
}

.mb-5_8a5f6a041b4d5f41 {
  margin-bottom: 5px !important;
}

.mb-10_a7268f656cbf7e1f {
  margin-bottom: 10px;
}

.mb-15_08d209b4058378b0 {
  margin-bottom: 15px;
}

.mb-20_cc5d56cd1881a748 {
  margin-bottom: 20px;
}

.mb-25_627bfae62feffc20 {
  margin-bottom: 25px;
}

.mb-30_875867e270b975a4 {
  margin-bottom: 30px;
}

.mb-35_51f201e31e8ec085 {
  margin-bottom: 35px;
}

.mb-40_0b07ef0e78624448 {
  margin-bottom: 40px;
}

.mb-45_4a1c2c46b7318e3d {
  margin-bottom: 45px;
}

.mb-50_a1f9f92ed64a4f3f {
  margin-bottom: 50px;
}

.mb-55_b53033f70ceff5b6 {
  margin-bottom: 55px;
}

.mb-60_8d36cf025f2d18f8 {
  margin-bottom: 60px;
}

.mb-65_111bafaf0c5ca9ba {
  margin-bottom: 65px;
}

.mb-70_3d5949e1ccb9755d {
  margin-bottom: 70px;
}

.mb-75_57318275caa4ae01 {
  margin-bottom: 75px;
}

.mb-80_8779d123d301bdf1 {
  margin-bottom: 80px;
}

.mb-85_c9b70ed19d05bbf2 {
  margin-bottom: 85px;
}

.mb-90_a1430f3aa3b2fd18 {
  margin-bottom: 90px;
}

.mb-95_deeb27566f1844f1 {
  margin-bottom: 95px;
}

.mb-100_08190207799f7d0b {
  margin-bottom: 100px;
}

.mb-110_2af9f2df4d085cf7 {
  margin-bottom: 110px;
}

.mb-120_80b31e1d446da2d5 {
  margin-bottom: 120px;
}

.mb-130_a5cccdf242b3e92f {
  margin-bottom: 130px;
}

.mb-140_f23b502a83be087c {
  margin-bottom: 140px;
}

.mb-150_6c4f7e280d5a26b7 {
  margin-bottom: 150px;
}

.mb-160_322597c7d49513e1 {
  margin-bottom: 160px;
}

.mb-170_4e9c1b8f84dc3d4e {
  margin-bottom: 170px;
}

.mb-180_718cd90865cf4221 {
  margin-bottom: 180px;
}

.mb-190_59772c97ecc973d6 {
  margin-bottom: 190px;
}

.mb-200_acb96a19c2366365 {
  margin-bottom: 200px;
}

.mb-225_75897d59fa7d5dec {
  margin-bottom: 225px;
}

.mb-250_19bc10bdc862271e {
  margin-bottom: 250px;
}

.mb-300_47cd6dab9c021a60 {
  margin-bottom: 300px;
}

.mb-350_404352954b4d2485 {
  margin-bottom: 350px;
}

@media (max-width: 1399px) {
  .xl-p0_e417614d6a29fa4e {
    padding: 0 !important;
  }
  .xl-m0_8fa5204f3c946bd3 {
    margin: 0 !important;
  }
  .xl-pt-10_931719d1611be9df {
    padding-top: 10px !important;
  }
  .xl-pt-20_3640fb7ff37322f0 {
    padding-top: 20px !important;
  }
  .xl-pt-30_010533665a083db2 {
    padding-top: 30px !important;
  }
  .xl-pt-40_85127f4aa4174280 {
    padding-top: 40px !important;
  }
  .xl-pt-50_ed4de0407d25c84e {
    padding-top: 50px !important;
  }
  .xl-pt-60_cd672378dc6466a2 {
    padding-top: 60px !important;
  }
  .xl-pt-70_419c836b55683bb4 {
    padding-top: 70px !important;
  }
  .xl-pt-80_bb8895aecebd7455 {
    padding-top: 80px !important;
  }
  .xl-pt-90_e7ec2a7d3ba6e8d4 {
    padding-top: 90px !important;
  }
  .xl-pt-100_56d7c8c4e599fdc8 {
    padding-top: 100px !important;
  }
  .xl-pt-110_caf82a133a9256dd {
    padding-top: 110px !important;
  }
  .xl-pt-120_ba3fd4fba9b2c849 {
    padding-top: 120px !important;
  }
  .xl-pt-130_8b5a8c1bd26283e4 {
    padding-top: 130px !important;
  }
  .xl-pt-140_14a944b932a8a03c {
    padding-top: 140px !important;
  }
  .xl-pt-150_a12a2c2f0172d844 {
    padding-top: 150px !important;
  }
  .xl-pt-200_a2d6dd1ea73fe979 {
    padding-top: 200px !important;
  }
  .xl-pb-10_bdff3e3af90e4bc9 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_4f2fb9a85949e2a2 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_cfc94eaed5054996 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_6b435a105a098ad6 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_2297f09affda2fda {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_d0b6f27a5fecbfe7 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_f5735b80ee40cb0d {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_fab06de569dcb056 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_eb900063d9f329d8 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_d074a28d32890587 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_477e9d686f3ac32f {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_4633f072522527b3 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_b289b8727330ded9 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_da3284a01da84c58 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_eba9885d8484be86 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_994d41fb2ba1269d {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_d6684f9dfd6afdc5 {
    margin-top: 10px !important;
  }
  .xl-mt-20_725490577b8d9288 {
    margin-top: 20px !important;
  }
  .xl-mt-30_f6b25018ea760d2f {
    margin-top: 30px !important;
  }
  .xl-mt-40_e3ef92dbbe0243fd {
    margin-top: 40px !important;
  }
  .xl-mt-50_1c6d7a644ef0f12c {
    margin-top: 50px !important;
  }
  .xl-mt-60_4f68ff5708029988 {
    margin-top: 60px !important;
  }
  .xl-mt-70_efcd203629240c3a {
    margin-top: 70px !important;
  }
  .xl-mt-80_b1fdacb637a7c362 {
    margin-top: 80px !important;
  }
  .xl-mt-90_7603f52500c88d09 {
    margin-top: 90px !important;
  }
  .xl-mt-100_a41171c5bb2f5b9f {
    margin-top: 100px !important;
  }
  .xl-mt-110_faadd24aec8e3c77 {
    margin-top: 110px !important;
  }
  .xl-mt-120_5ef94f056a25f44c {
    margin-top: 120px !important;
  }
  .xl-mt-130_a0df7583263ddce6 {
    margin-top: 130px !important;
  }
  .xl-mt-140_f66d1b9a88259453 {
    margin-top: 140px !important;
  }
  .xl-mt-150_fb65e149e9eb6687 {
    margin-top: 150px !important;
  }
  .xl-mt-200_e67eb96dc87a32ba {
    margin-top: 200px !important;
  }
  .xl-mb-10_9e46ad7b5c72ec0a {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_2bbd1aba3938140d {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_c179744721970d49 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_5930aefa3e83853e {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_5a3ec281e1d97297 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_c24fadac480c4203 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_4abbee8925d92283 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_38cc4df104ea00fe {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_f339b497f54464db {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_37e56c9fb53f0840 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_42ccf8eb1570cb7d {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_4447806a68dda4af {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_4f359fb70cbc3d9c {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_ec66bc79b1ea7ba8 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_29e0c0f8f9ccbcfd {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_cc86ae58f5b0cc3c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_34cec5600181958b {
    padding: 0 !important;
  }
  .lg-m0_0d102607075ad0f3 {
    margin: 0 !important;
  }
  .lg-pt-10_4d080199e39bf4e4 {
    padding-top: 10px !important;
  }
  .lg-pt-20_7f601ea9829591b4 {
    padding-top: 20px !important;
  }
  .lg-pt-30_df4e037a674179d2 {
    padding-top: 30px !important;
  }
  .lg-pt-40_3636128a6d0c2f72 {
    padding-top: 40px !important;
  }
  .lg-pt-50_51dc09a51b18cf9c {
    padding-top: 50px !important;
  }
  .lg-pt-60_c6c641a34d1a0ad1 {
    padding-top: 60px !important;
  }
  .lg-pt-70_05948adb280fbfa6 {
    padding-top: 70px !important;
  }
  .lg-pt-80_244e32cf3b510d49 {
    padding-top: 80px !important;
  }
  .lg-pt-90_ebe45ca99217d044 {
    padding-top: 90px !important;
  }
  .lg-pt-100_372eefd654530d68 {
    padding-top: 100px !important;
  }
  .lg-pt-110_66df5443fdf47bd8 {
    padding-top: 110px !important;
  }
  .lg-pt-120_1c4d6fb3c0a2d0cc {
    padding-top: 120px !important;
  }
  .lg-pt-130_df636d3416a1fbf2 {
    padding-top: 130px !important;
  }
  .lg-pt-140_ff719a0a2b12b5f7 {
    padding-top: 140px !important;
  }
  .lg-pt-150_d27b225e5ca48a43 {
    padding-top: 150px !important;
  }
  .lg-pt-200_14d9eb693c580aa0 {
    padding-top: 200px !important;
  }
  .lg-pb-10_59ce55208a80d8a7 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_5c03969a1ee35486 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_a329ebdeed42b4ee {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_7b5ac0463dac0d0f {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_033d019813c8e4b8 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_870269160cff12d6 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_8c0b0c3770024ec2 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_3559f2c0a4aafe0a {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_7c5a645fb940f866 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_d09c32f385a36b1d {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_c7c02c5a95ed9feb {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_9572a6f43b521ef1 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_d15c19a234a2b77b {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_4af5c279af8a4029 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_252d45a5f5cdf28a {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_f2000424428bb8b2 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_8758fb404249a092 {
    margin-top: 10px !important;
  }
  .lg-mt-20_c93a6ece171ae8a8 {
    margin-top: 20px !important;
  }
  .lg-mt-30_53b182b64f031ae0 {
    margin-top: 30px !important;
  }
  .lg-mt-40_ede35fc36237c8df {
    margin-top: 40px !important;
  }
  .lg-mt-50_0fd2d53d19ab5437 {
    margin-top: 50px !important;
  }
  .lg-mt-60_a7862eb12306dfc5 {
    margin-top: 60px !important;
  }
  .lg-mt-70_fd9811e4e1076e5d {
    margin-top: 70px !important;
  }
  .lg-mt-80_25680123e91214ec {
    margin-top: 80px !important;
  }
  .lg-mt-90_77dcb06f206014f5 {
    margin-top: 90px !important;
  }
  .lg-mt-100_216911b2225390cb {
    margin-top: 100px !important;
  }
  .lg-mt-110_a567a8811e8727a9 {
    margin-top: 110px !important;
  }
  .lg-mt-120_7d32e426efa700ab {
    margin-top: 120px !important;
  }
  .lg-mt-130_c085776358f7eed5 {
    margin-top: 130px !important;
  }
  .lg-mt-140_8787a7354aa93baa {
    margin-top: 140px !important;
  }
  .lg-mt-150_1b1748f3bfa8fdf2 {
    margin-top: 150px !important;
  }
  .lg-mt-200_c8ac2fdd2ef010d6 {
    margin-top: 200px !important;
  }
  .lg-mb-10_5b64c68a75b427e8 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_43407ae2bd0ff826 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_577e7f277ddfd922 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_768e52c8e187a299 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_df220566006a4240 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_2e163bfb27198257 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_a0e58b86618b8601 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_8b8d20b10c39f324 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_57892d18e3b3fda2 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_2d3c595f9a90cb3d {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_2610670233c4d807 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_e5193fa7589603ba {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_83d4a55153240d1e {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_09c653856cfcc559 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_f719567e530bf00e {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_a9fbe5a24d0dbe9f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_e1eae11d5a44f998 {
    padding: 0 !important;
  }
  .md-m0_6643f3a339ee2b02 {
    margin: 0 !important;
  }
  .md-pt-10_6e4747f1822ebc1e {
    padding-top: 10px !important;
  }
  .md-pt-20_69c8ba6f73c02083 {
    padding-top: 20px !important;
  }
  .md-pt-30_11239cf7f3e93e8f {
    padding-top: 30px !important;
  }
  .md-pt-40_0824f9c607f38ee0 {
    padding-top: 40px !important;
  }
  .md-pt-50_6d3a2b98362d584a {
    padding-top: 50px !important;
  }
  .md-pt-60_a5cbda3c11eaeadb {
    padding-top: 60px !important;
  }
  .md-pt-70_e761c757a8e3245a {
    padding-top: 70px !important;
  }
  .md-pt-80_cb12039dd4926da5 {
    padding-top: 80px !important;
  }
  .md-pt-90_1d8ffee3fd714d40 {
    padding-top: 90px !important;
  }
  .md-pt-100_bee0f8f860a1c598 {
    padding-top: 100px !important;
  }
  .md-pt-110_1ced316e8e5e5754 {
    padding-top: 110px !important;
  }
  .md-pt-120_89df72afce4b5028 {
    padding-top: 120px !important;
  }
  .md-pt-130_b5b6b88e5dda976a {
    padding-top: 130px !important;
  }
  .md-pt-140_004ac53af4cef88d {
    padding-top: 140px !important;
  }
  .md-pt-150_21c88aab0e61f9fa {
    padding-top: 150px !important;
  }
  .md-pt-200_0851f933bf235232 {
    padding-top: 200px !important;
  }
  .md-pb-10_dd66ddcd8834039e {
    padding-bottom: 10px !important;
  }
  .md-pb-20_11e00b49b909f0fb {
    padding-bottom: 20px !important;
  }
  .md-pb-30_f5b647e0079bc41d {
    padding-bottom: 30px !important;
  }
  .md-pb-40_0c1dfedec3aa2dc1 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_e0266d2c9f26f161 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_68d42aef009b104c {
    padding-bottom: 60px !important;
  }
  .md-pb-70_533b5e614a81f7b5 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_72c00e81c68c7395 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_f7de1da8ed924c87 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_c17188aebba1f547 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_0c9a54a136019b06 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_d75381d9ddf38630 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_80ea7bb66c4c6b95 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_c16494f716760764 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_9e7254140a644bb2 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_e9b90d8ebbb2e15f {
    padding-bottom: 200px !important;
  }
  .md-mt-10_df26fda1c4d1c431 {
    margin-top: 10px !important;
  }
  .md-mt-20_00f43014ab55b8c7 {
    margin-top: 20px !important;
  }
  .md-mt-30_6d1a9d444b3d792b {
    margin-top: 30px !important;
  }
  .md-mt-40_846f8d50d500ea1e {
    margin-top: 40px !important;
  }
  .md-mt-50_f6dd620437a07f84 {
    margin-top: 50px !important;
  }
  .md-mt-60_915095380bb56a4e {
    margin-top: 60px !important;
  }
  .md-mt-70_d028b38cf24c6b1b {
    margin-top: 70px !important;
  }
  .md-mt-80_e4cb544874728033 {
    margin-top: 80px !important;
  }
  .md-mt-90_124eb8bd772f8d69 {
    margin-top: 90px !important;
  }
  .md-mt-100_c9a50a7361c62420 {
    margin-top: 100px !important;
  }
  .md-mt-110_77fd967dd7a5b338 {
    margin-top: 110px !important;
  }
  .md-mt-120_399873e1e84e022f {
    margin-top: 120px !important;
  }
  .md-mt-130_f1e1ab4eb7b48f7a {
    margin-top: 130px !important;
  }
  .md-mt-140_bd391512279e0c18 {
    margin-top: 140px !important;
  }
  .md-mt-150_feefcfc7af2ce18a {
    margin-top: 150px !important;
  }
  .md-mt-200_a37d83a017920b32 {
    margin-top: 200px !important;
  }
  .md-mb-10_b0bda5652a35bb78 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_d58417bdf0266185 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_b8eaa20e22213fbc {
    margin-bottom: 30px !important;
  }
  .md-mb-40_3e51282faca6d0c1 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_6fdfbf56252075ae {
    margin-bottom: 50px !important;
  }
  .md-mb-60_ec823f1207fcf7d8 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_8759c871f6a0353b {
    margin-bottom: 70px !important;
  }
  .md-mb-80_b1734eef468807d5 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_ccfd795f3888c175 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_825647758f9693a4 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_d84181d935e22119 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_d8f2039a4d71665f {
    margin-bottom: 120px !important;
  }
  .md-mb-130_a9bf2f82c6f5ea09 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_7a7028cc9272e088 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_75174c9e8dfab00e {
    margin-bottom: 150px !important;
  }
  .md-mb-200_e0de6d219b39749f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_de6ddab27a9f4a72 {
    padding: 0 !important;
  }
  .sm-m0_888d3775e470607c {
    margin: 0 !important;
  }
  .sm-pt-10_6e915b8198e1569a {
    padding-top: 10px !important;
  }
  .sm-pt-20_c45df9d3f0793285 {
    padding-top: 20px !important;
  }
  .sm-pt-30_2adf973b772842a6 {
    padding-top: 30px !important;
  }
  .sm-pt-40_fd36ac84cad5f692 {
    padding-top: 40px !important;
  }
  .sm-pt-50_ab30638f8fcbb072 {
    padding-top: 50px !important;
  }
  .sm-pt-60_9cb4f55885ee0825 {
    padding-top: 60px !important;
  }
  .sm-pt-70_7a30cf1e3eecf299 {
    padding-top: 70px !important;
  }
  .sm-pt-80_83f5dc30da837850 {
    padding-top: 80px !important;
  }
  .sm-pt-90_22b27c34fa374973 {
    padding-top: 90px !important;
  }
  .sm-pt-100_19c57cc716d9de16 {
    padding-top: 100px !important;
  }
  .sm-pt-110_5ce703c4d80e61cf {
    padding-top: 110px !important;
  }
  .sm-pt-120_d8c1bf3313a2047d {
    padding-top: 120px !important;
  }
  .sm-pt-130_c0b9bed3ecc3b741 {
    padding-top: 130px !important;
  }
  .sm-pt-140_5b04de99a5e99ca5 {
    padding-top: 140px !important;
  }
  .sm-pt-150_4d9a0f73e3e691c0 {
    padding-top: 150px !important;
  }
  .sm-pt-200_df643347c2f849a2 {
    padding-top: 200px !important;
  }
  .sm-pb-10_56ad14a0350240d5 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_0f22d21c73ebeb84 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_0cdbd7fd4526179b {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_4a1213a275aa4d7f {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_d1bd675b6f2ee7af {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_244b09cd4aeafda8 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_983e5031c65348b4 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_bf0848f991207ac2 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_6f0167769fe5978c {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_a6b3f801bbfe0f20 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_7ff92fa7800ae432 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_3f254520bf2cc53f {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_4d140c1203ff2f06 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_c56dd18f708d5680 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_2a56e9c5c368b66d {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_9936bcdec9998c43 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_c1b8d630135cbebd {
    margin-top: 10px !important;
  }
  .sm-mt-20_62f97bf8b245032f {
    margin-top: 20px !important;
  }
  .sm-mt-30_c4c6da6fea5062ee {
    margin-top: 30px !important;
  }
  .sm-mt-40_d7801819b2b366bd {
    margin-top: 40px !important;
  }
  .sm-mt-50_e5379ad0a709a24a {
    margin-top: 50px !important;
  }
  .sm-mt-60_948bacd122b11823 {
    margin-top: 60px !important;
  }
  .sm-mt-70_a09013f8c2fabeac {
    margin-top: 70px !important;
  }
  .sm-mt-80_85af153a4f9d52f3 {
    margin-top: 80px !important;
  }
  .sm-mt-90_83712bf16d577c18 {
    margin-top: 90px !important;
  }
  .sm-mt-100_5fb6e94fdde9b5d3 {
    margin-top: 100px !important;
  }
  .sm-mt-110_88bf014d011afcbd {
    margin-top: 110px !important;
  }
  .sm-mt-120_7c2a6d851ca7dda7 {
    margin-top: 120px !important;
  }
  .sm-mt-130_fcad8c32b072cdaf {
    margin-top: 130px !important;
  }
  .sm-mt-140_a9bcb0a0ac6ba33c {
    margin-top: 140px !important;
  }
  .sm-mt-150_39eecb2ff66cef85 {
    margin-top: 150px !important;
  }
  .sm-mt-200_46a724e750678883 {
    margin-top: 200px !important;
  }
  .sm-mb-10_00333f09be85b1d9 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_b61ff0c903d8f8b0 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_0027e12e8c1c1ffc {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_6c321816a378d8ff {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_967d4caf70853926 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_e9c88cd2b53bcbcc {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_4f1e57a9f99953ed {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_1b267f0c72854d3b {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_322d2b851ff5bd3d {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_0f130c940d572dae {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_321b14a73a469088 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_2da06a26bdad2c02 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_97f856a908daf0b6 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_48542e553e76c888 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_8bf64c37dbdc6bdc {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_fd0fd9a82b9da4e0 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_1890ccbf93d32436 {
    padding: 0 !important;
  }
  .xs-m0_11efd4bd48b545bd {
    margin: 0 !important;
  }
  .xs-pt-10_df917a0f3cd19d62 {
    padding-top: 10px !important;
  }
  .xs-pt-20_0e7a663e4aa74f8c {
    padding-top: 20px !important;
  }
  .xs-pt-30_fb99eeb0f7d43e41 {
    padding-top: 30px !important;
  }
  .xs-pt-40_23547177fc579582 {
    padding-top: 40px !important;
  }
  .xs-pt-50_f6ae5201c05ce25a {
    padding-top: 50px !important;
  }
  .xs-pt-60_62f5b2b1ba0ee74c {
    padding-top: 60px !important;
  }
  .xs-pt-70_550d13cf1f954c21 {
    padding-top: 70px !important;
  }
  .xs-pt-80_a383318f350c5922 {
    padding-top: 80px !important;
  }
  .xs-pt-90_714f16b8e70c4ec7 {
    padding-top: 90px !important;
  }
  .xs-pt-100_b7f280f5569076ba {
    padding-top: 100px !important;
  }
  .xs-pt-110_97dfd61c0757a0ba {
    padding-top: 110px !important;
  }
  .xs-pt-120_44817d1cd8a3b2b4 {
    padding-top: 120px !important;
  }
  .xs-pt-130_21ca22345e0af233 {
    padding-top: 130px !important;
  }
  .xs-pt-140_e4c9bc0721648986 {
    padding-top: 140px !important;
  }
  .xs-pt-150_961305e0c7430172 {
    padding-top: 150px !important;
  }
  .xs-pt-200_c5aa6b42de9bb492 {
    padding-top: 200px !important;
  }
  .xs-pb-10_d7589af59f6f8cdb {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_9591987efd4547cd {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_0136f3ea6ccc0842 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_cefd5f63010f84ff {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_ea3af02b8c9735a5 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_2a66062a5f9f25e2 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_ce42a7cd4afd4bdd {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_f7c9c5cdbdf4643d {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_9aff556b63294afa {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_3a2e5310c60cd95f {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_f2d838df0b056d71 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_b9075e0c7748e27f {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_0de66794d191c681 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_dabef05e17accff4 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_c078ddd2b5dc6d61 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_62e9398607fc86e0 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_8ef9939596e7c18e {
    margin-top: 10px !important;
  }
  .xs-mt-20_f41e3acc935976f6 {
    margin-top: 20px !important;
  }
  .xs-mt-30_12189f538e3c7edc {
    margin-top: 30px !important;
  }
  .xs-mt-40_1d98ee3ed91f6df8 {
    margin-top: 40px !important;
  }
  .xs-mt-50_95d8dba78b08f9d7 {
    margin-top: 50px !important;
  }
  .xs-mt-60_e30618e2164f721b {
    margin-top: 60px !important;
  }
  .xs-mt-70_9c3bc73ebdd2f80f {
    margin-top: 70px !important;
  }
  .xs-mt-80_9b5c70de215d4e7c {
    margin-top: 80px !important;
  }
  .xs-mt-90_744abafca41506a3 {
    margin-top: 90px !important;
  }
  .xs-mt-100_8463a13fb8db2a4b {
    margin-top: 100px !important;
  }
  .xs-mt-110_96a2c6c07adb8672 {
    margin-top: 110px !important;
  }
  .xs-mt-120_24f03deaa1e81091 {
    margin-top: 120px !important;
  }
  .xs-mt-130_834637605057095c {
    margin-top: 130px !important;
  }
  .xs-mt-140_636b8927f1fac7d2 {
    margin-top: 140px !important;
  }
  .xs-mt-150_215f33af1baca74f {
    margin-top: 150px !important;
  }
  .xs-mt-200_ddd9276537f4a122 {
    margin-top: 200px !important;
  }
  .xs-mb-10_9a51fe6fc0818a65 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_3049dfa28acf975d {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_891f871902af2188 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_1c5062998e34b72c {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_7243b9731bd8f904 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_456d1add04c7ac14 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_e2681d0c6ce2d20d {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_0dfd8402e0f36e22 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_98cf2e6bdfb08d4a {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_f52ad24b293b50fb {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_4839d415dde4be4c {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_a35e75ed144b213d {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_0dd671b10aa4bc4a {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_1fa86c812d01a6c3 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_c5339969783927ce {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_fae645ee4fbcd650 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_dee3c632b13307e3 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_dee3c632b13307e3.menu-overlay_e9f74484db9cc3c4 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_dee3c632b13307e3.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_dee3c632b13307e3.menu-style-three_d135007cfcc6710b .navbar-toggler_e50a5981e531f2b0 {
  background: #000;
}
.theme-main-menu_dee3c632b13307e3.menu-style-four_590f4cb0fbe04077 .navbar-toggler_e50a5981e531f2b0 {
  background: #E6FD5A;
}
.theme-main-menu_dee3c632b13307e3.menu-style-five_f21f7e36b16afd9e .navbar-toggler_e50a5981e531f2b0 {
  background: #DFFF5E;
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0:focus {
  box-shadow: none;
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0::before,
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 26px;
  height: 2px;
  pointer-events: none;
  transition: transform 0.25s;
  transform-origin: 50% 50%;
  background: #29594B;
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0 span {
  position: absolute;
  left: 11px;
  overflow: hidden;
  width: 26px;
  height: 2px;
  margin-top: -1px;
  text-indent: 200%;
  transition: opacity 0.25s;
  background: #29594B;
}
.theme-main-menu_dee3c632b13307e3.menu-style-three_d135007cfcc6710b .navbar-toggler_e50a5981e531f2b0:before, .theme-main-menu_dee3c632b13307e3.menu-style-three_d135007cfcc6710b .navbar-toggler_e50a5981e531f2b0:after, .theme-main-menu_dee3c632b13307e3.menu-style-three_d135007cfcc6710b .navbar-toggler_e50a5981e531f2b0 span {
  background: #fff;
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_dee3c632b13307e3 .navbar-toggler_e50a5981e531f2b0[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_dee3c632b13307e3 .nav-item .nav-link {
  font-family: "Satoshi";
  font-weight: 500;
  font-size: 20px;
  line-height: initial;
  color: #000;
  padding: 20px 0;
  margin: 0 30px;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_dee3c632b13307e3 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_dee3c632b13307e3.white-vr_df92081c7baa70ea .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_dee3c632b13307e3.white-vr_df92081c7baa70ea .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_dee3c632b13307e3.white-vr_df92081c7baa70ea.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_dee3c632b13307e3.menu-style-one_619b3761a5069245 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .info-row_8c5a8f92c23556a7 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .gap-fix_64414e2c059e6de9 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .greetings_fbc18ce213d931d0 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .contact-info_c15b5a1515cf8ff8 {
  margin: 0 -15px;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .contact-info_c15b5a1515cf8ff8 li {
  padding: 0 15px;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .contact-info_c15b5a1515cf8ff8 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .contact-info_c15b5a1515cf8ff8 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77 .inner-content_7aba4a8453cac66d {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_dee3c632b13307e3.menu-style-two_5cf0d24a1e6a5d77.fixed .info-row_8c5a8f92c23556a7 {
  display: none;
}
.theme-main-menu_dee3c632b13307e3.menu-style-five_f21f7e36b16afd9e {
  background: #000;
  padding: 0;
}
.theme-main-menu_dee3c632b13307e3.menu-style-five_f21f7e36b16afd9e .inner-content_7aba4a8453cac66d {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_dee3c632b13307e3.menu-style-six_11875ee4f0cca3b4 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_dee3c632b13307e3.menu-style-six_11875ee4f0cca3b4 .nav-item:hover .nav-link {
  color: #0C3A30;
}

.navbar .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  line-height: 35px;
  color: #19352D;
  font-size: 18px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item span {
  position: relative;
}
.navbar .dropdown-menu .dropdown-item span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #0C3A30;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: all 0.2s ease-in-out 0s;
}
.navbar .dropdown-menu .dropdown-item:hover span:before, .navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}

.theme-main-menu_dee3c632b13307e3 .navbar {
  position: static;
}

.navbar [class*=mega-dropdown] .dropdown-menu {
  padding: 0 0 15px;
  margin: 0;
  right: 0;
}

.navbar .mega-dropdown-sm_47da08ae5388bf05 .dropdown-menu {
  min-width: 600px;
  left: 0;
  padding: 10px;
}

.navbar [class*=mega-dropdown] .menu-column_4d1ce60e09dffc25 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_4d1ce60e09dffc25 .mega-menu-title_94200ee83c132b19 {
  font-family: "Satoshi";
  font-size: 14px;
  font-weight: 500;
  color: #E6FD5A;
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
  padding-left: 15px;
}

.theme-main-menu_dee3c632b13307e3 .login-btn-one_3cb09a7734e952bf a {
  color: #000;
}
.theme-main-menu_dee3c632b13307e3 .login-btn-one_3cb09a7734e952bf a:hover {
  text-decoration: underline;
}
.theme-main-menu_dee3c632b13307e3 .login-btn-two_d07e90cdb8a12fc7 a {
  color: #044F3B;
}
.theme-main-menu_dee3c632b13307e3 .login-btn-two_d07e90cdb8a12fc7 a:hover {
  text-decoration: underline;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-one_099ccccc1b6e2c2b span {
  display: inline-block;
  font-weight: 500;
  color: #19352D;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #29594B;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-one_099ccccc1b6e2c2b .icon_d21d5e62f143d7c7 {
  width: 49px;
  height: 49px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-one_099ccccc1b6e2c2b:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-one_099ccccc1b6e2c2b:hover .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-two_1cf5072dfddcf2e6 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_dee3c632b13307e3 .signup-btn-two_1cf5072dfddcf2e6:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_dee3c632b13307e3 .quote-one_997a0903864adaf1 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_dee3c632b13307e3 .quote-one_997a0903864adaf1:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_511329afe5362f6e {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_511329afe5362f6e li {
  position: relative;
  padding: 0 15px;
}
.category-menu_511329afe5362f6e li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_511329afe5362f6e li a:hover {
  color: #0C3A30;
}
.category-menu_511329afe5362f6e .dropdown-menu {
  padding: 0;
}
.category-menu_511329afe5362f6e .dropdown-menu li {
  padding: 0;
}
.category-menu_511329afe5362f6e .dropdown-menu li a {
  padding: 8px 15px;
  font-size: 14px;
}

/*----- For Desktop -------*/
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    font-size: 1em;
    z-index: 5;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    right: auto;
    left: 0;
    padding: 10px 5px;
    border: none;
    top: 100%;
    visibility: hidden;
    transform: translateY(5px);
    opacity: 0;
    min-width: 200px;
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);
    margin: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-out;
  }
  .navbar .dropdown-menu:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -17px;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: 0;
    right: auto;
    min-width: 240px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .navbar .dropdown-toggle::after {
    display: none;
  }
  .navbar .show.dropdown-toggle::after {
    transform: rotate(180deg);
  }
}
/*----- For Mobile ----*/
@media (max-width: 767.98px) {

    /* Mobile table scrolling */
    table {
        display: block;
        /* Make table scrollable */
        width: 100%;
        overflow-x: auto;
        /* Enable horizontal scroll */
        white-space: nowrap;
        /* Prevent content wrapping */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        border-radius: 0;
        /* Remove radius for mobile view if needed */
        border-left: none;
        /* Remove side borders if using full width */
        border-right: none;
    }

    /* Ensure table elements behave correctly within the scrolling block */
    thead,
    tbody,
    tr {
        /* Keep internal table structure */
        width: 100%;
        /* Let them expand */
        table-layout: auto;
        /* Auto column widths */
    }

    th,
    td {
        white-space: nowrap;
        /* Ensure cell content doesn't wrap */
        display: table-cell;
    }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding: 0;
  }
  .navbar-collapse_2a8eb5bfeee4a7a5 .logo_3c77b348ec4b42f6 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_df92081c7baa70ea .navbar-collapse_2a8eb5bfeee4a7a5 {
    background-color: #0C3A30;
  }
  .navbar-collapse_2a8eb5bfeee4a7a5 {
    position: fixed;
    top: 0;
    background-color: #EDF1EE;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    clear: both;
    width: 320px;
    max-width: calc(100vw - 60px);
    z-index: 9999;
    transform: translateX(-100%);
    display: block !important;
    padding: 16px 0 20px;
    transition: all 0.3s ease-in-out;
  }
  .navbar-collapse_2a8eb5bfeee4a7a5.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_dee3c632b13307e3 .navbar .mega-dropdown_69aff566de86b686 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_df92081c7baa70ea .navbar .navbar-nav .nav-link {
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 10px;
    line-height: 46px;
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
  }
  .navbar [class*=mega-dropdown] .dropdown-menu {
    padding: 0;
    min-width: 100%;
  }
  .navbar [class*=mega-dropdown] .menu-column_4d1ce60e09dffc25 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_a372dd09feb6d3da .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_bd9550548e5c2e53 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_bd9550548e5c2e53::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-banner-one_bd9550548e5c2e53 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_bd9550548e5c2e53 .hero-slider-one .hero-img_3292df61f3d8d0a2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_bd9550548e5c2e53 .hero-slider-one .slick-list_4335652a9004eae6, .hero-banner-one_bd9550548e5c2e53 .hero-slider-one .slick-track_ab0678ac91928f55, .hero-banner-one_bd9550548e5c2e53 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_bd9550548e5c2e53 .hero-heading_3cd2a101ffd0ef24 {
  font-weight: 700;
  color: #000;
  background: url(../visuals/shape_4def4b263d/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_bd9550548e5c2e53 .more-btn_3a277dafee21e9dc {
  position: absolute;
  font-size: 40px;
  color: #fff;
  width: 105px;
  height: 105px;
  border: 2px solid #fff;
  top: 20%;
  left: 4%;
  z-index: 1;
}
.hero-banner-one_bd9550548e5c2e53 .more-btn_3a277dafee21e9dc:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

.hero-banner-two_d72ab17b05cb5520 {
  z-index: 1;
}
.hero-banner-two_d72ab17b05cb5520 .hero-heading_3cd2a101ffd0ef24 {
  font-size: 100px;
  line-height: 1em;
}
.hero-banner-two_d72ab17b05cb5520 .hero-heading_3cd2a101ffd0ef24 span {
  z-index: 1;
}
.hero-banner-two_d72ab17b05cb5520 .hero-heading_3cd2a101ffd0ef24 span img {
  position: absolute;
  width: 100%;
  bottom: -18%;
  left: 0;
  z-index: -1;
}
.hero-banner-two_d72ab17b05cb5520 form {
  max-width: 588px;
  height: 70px;
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
  border-radius: 50px;
}
.hero-banner-two_d72ab17b05cb5520 form input {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #fff;
  border: none;
  padding: 0 150px 0 35px;
}
.hero-banner-two_d72ab17b05cb5520 form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
}
.hero-banner-two_d72ab17b05cb5520 .shape_01_563916dd559f381d {
  top: 22%;
  left: 7%;
  width: 3.1%;
  min-width: 30px;
  animation: rotated 50s infinite linear;
}
.hero-banner-two_d72ab17b05cb5520 .shape_02_e41f775fff7ed765 {
  top: 40%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}
.hero-banner-two_d72ab17b05cb5520 .shape_03_4b24b6c2d3f77e98 {
  top: 36%;
  left: 0;
  width: 15.57%;
}
.hero-banner-two_d72ab17b05cb5520 .shape_04_5921fe75c749f6a0 {
  top: 49%;
  right: 0;
  width: 15%;
}

.hero-banner-three_74fc4d6d1773e308 {
  z-index: 1;
}
.hero-banner-three_74fc4d6d1773e308 .hero-heading_3cd2a101ffd0ef24 {
  font-size: 100px;
  letter-spacing: 1px;
  line-height: 1.3em;
  color: #000;
}
.hero-banner-three_74fc4d6d1773e308 .right-widget_8374273f90aac294 .main-count_db592e3882c9b4a6 {
  font-size: 58px;
  margin: -17px 0 -4px;
}
.hero-banner-three_74fc4d6d1773e308 .img-wrapper_e8dfa1cacbdf2e38 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 33.53%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-banner-three_74fc4d6d1773e308 .img-wrapper_e8dfa1cacbdf2e38 .round-bg_96b7d5cf59656e13 {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translate(-50%, -7%);
}

.hero-banner-four_0e68257cbd0d4c21 {
  background: url(../visuals/assets_b666cc6938/bg_01.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.hero-banner-four_0e68257cbd0d4c21 .hero-heading_3cd2a101ffd0ef24 {
  font-family: "ClashDisplay";
  font-size: 130px;
  font-weight: 600;
  line-height: 0.884em;
}
.hero-banner-four_0e68257cbd0d4c21 .hero-heading_3cd2a101ffd0ef24 span {
  color: #E6FD5A;
  display: block;
}
.hero-banner-four_0e68257cbd0d4c21 .media-wrapper_e49b0b3342a7a848 {
  position: absolute;
  right: 3%;
  bottom: -6%;
  width: 42.56%;
  z-index: -1;
}
.hero-banner-four_0e68257cbd0d4c21 .shape_01_563916dd559f381d {
  bottom: -5%;
  right: 41%;
}
.hero-banner-four_0e68257cbd0d4c21 .shape_02_e41f775fff7ed765 {
  bottom: 0;
  left: 14%;
  width: 30%;
}

.hero-banner-five_d6bca727e3d1fef2 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_d6bca727e3d1fef2 .bg-wrapper_82cb06852c91744e {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_d6bca727e3d1fef2 .hero-heading_3cd2a101ffd0ef24 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_d6bca727e3d1fef2 .rating_5c8ba2b48864f241 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_d6bca727e3d1fef2 .rating_5c8ba2b48864f241 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_d6bca727e3d1fef2 .media-wrapper_e49b0b3342a7a848 {
  position: absolute;
  background: url(../visuals/assets_b666cc6938/bg_05.svg) no-repeat left top;
  background-size: cover;
  border-radius: 0 30px 30px 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 39.43%;
}
.hero-banner-five_d6bca727e3d1fef2 .media-wrapper_e49b0b3342a7a848 .shape_01_563916dd559f381d {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_d6bca727e3d1fef2 .media-wrapper_e49b0b3342a7a848 .shape_02_e41f775fff7ed765 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_a577e7e765ca48ac .hero-heading_3cd2a101ffd0ef24 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_a577e7e765ca48ac .media-wrapper_e49b0b3342a7a848 {
  background: url(../visuals/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_a577e7e765ca48ac .media-wrapper_e49b0b3342a7a848 .screen_01_a8ec275e028eb087 {
  right: 4%;
  top: 4%;
  width: 41.1%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.hero-banner-six_a577e7e765ca48ac .media-wrapper_e49b0b3342a7a848 .screen_02_394e3bc8bd584616 {
  bottom: 9%;
  left: -28%;
  border-radius: 10px;
  width: 48.51%;
  box-shadow: -10px 30px 50px rgba(0, 0, 0, 0.07);
  z-index: 1;
  animation: jumpTwo 10s infinite linear;
}
.hero-banner-six_a577e7e765ca48ac .media-wrapper_e49b0b3342a7a848 .bg-shape_fb5b16cb1ae7ede3 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_a577e7e765ca48ac .shape_01_563916dd559f381d {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven_2efeead6589715ea {
  padding: 500px 0 70px;
  background: #29594B;
  z-index: 9;
}
.hero-banner-seven_2efeead6589715ea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.hero-banner-seven_2efeead6589715ea::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
  mix-blend-mode: overlay;
  transform: rotate(-180deg);
  z-index: -1;
}
.hero-banner-seven_2efeead6589715ea .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.hero-banner-seven_2efeead6589715ea .hero-slider-one .hero-img_3292df61f3d8d0a2 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-seven_2efeead6589715ea .hero-slider-one .slick-list_4335652a9004eae6, .hero-banner-seven_2efeead6589715ea .hero-slider-one .slick-track_ab0678ac91928f55, .hero-banner-seven_2efeead6589715ea .hero-slider-one .item {
  height: 100%;
}
.hero-banner-seven_2efeead6589715ea .hero-heading_3cd2a101ffd0ef24 {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 h3 {
  font-size: 32px;
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 input {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 10px;
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 button {
  height: 60px;
  border-radius: 10px;
  font-size: 17px;
  background: #D0FF45;
}
.hero-banner-seven_2efeead6589715ea .lead-form_d91f8a77953e4707 button:hover {
  background: #29594B;
  color: #fff;
}

.hero-banner-eight_41493c035e1e5503 {
  background: #144D41;
}
.hero-banner-eight_41493c035e1e5503:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../visuals/shape_4def4b263d/shape_53.svg) no-repeat center;
  background-size: cover;
}
.hero-banner-eight_41493c035e1e5503 .hero-heading_3cd2a101ffd0ef24 {
  font-size: 110px;
  font-weight: 700;
  line-height: 1em;
}
.hero-banner-eight_41493c035e1e5503 .media-wrapper_e49b0b3342a7a848 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 43%;
}
.hero-banner-eight_41493c035e1e5503 .media-wrapper_e49b0b3342a7a848 .shape_01_563916dd559f381d {
  right: 5%;
  top: 27%;
  z-index: 0;
  max-width: 25%;
  animation: jumpTwo 5s infinite linear;
}
.hero-banner-eight_41493c035e1e5503 .media-wrapper_e49b0b3342a7a848 .shape_02_e41f775fff7ed765 {
  left: 3%;
  bottom: 25%;
  z-index: 0;
  max-width: 35%;
  animation: jumpThree 5s infinite linear;
}

.fancy-banner-one_faa30d4555314ad1 {
  z-index: 1;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.fancy-banner-one_faa30d4555314ad1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #CFFF45;
  z-index: -1;
}
.fancy-banner-one_faa30d4555314ad1 h2 {
  font-size: 68px;
  font-weight: normal;
  margin: 0;
}
.fancy-banner-one_faa30d4555314ad1 h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.fancy-banner-one_faa30d4555314ad1 h3 {
  font-size: 48px;
  margin-bottom: -5px;
}
.fancy-banner-one_faa30d4555314ad1 p {
  color: rgba(25, 53, 45, 0.6);
}

.fancy-banner-three_30b77b19b247975e {
  background: url(../visuals/media/img_17.jpg) no-repeat center;
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.fancy-banner-three_30b77b19b247975e:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #174034;
  mix-blend-mode: darken;
}
.fancy-banner-three_30b77b19b247975e .title-one_8351b82199d8e118 h2 {
  font-size: 58px;
}
.fancy-banner-three_30b77b19b247975e .quote-btn_e8a984fce52358f2 {
  width: 200px;
  height: 200px;
  padding: 16px;
  background: #FFE86B;
}
.fancy-banner-three_30b77b19b247975e .quote-btn_e8a984fce52358f2:hover {
  transform: rotate(15deg);
}
.fancy-banner-three_30b77b19b247975e .quote-btn_e8a984fce52358f2.color-two_acedf6709ec6915e {
  background: #CFFF45;
}

.fancy-banner-four_567251e84bd7f296 {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four_567251e84bd7f296:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../visuals/shape_4def4b263d/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four_567251e84bd7f296 ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four_567251e84bd7f296 ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  margin: 10px 20px 0 0;
  background: #1B1B1B;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a .icon_d21d5e62f143d7c7 {
  margin-right: 14px;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a.ios-button_276a2fb5044db467 {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a.ios-button_276a2fb5044db467 span {
  color: #999999;
}
.fancy-banner-four_567251e84bd7f296 .platform-button-group_79c43a64bcec18ff a.ios-button_276a2fb5044db467 strong {
  color: #000;
}

.fancy-banner-five_a10d36f4c60c11c5 {
  background: url(../visuals/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five_a10d36f4c60c11c5.no-bg_1493e0337dea5ad4 {
  background: none;
}
.fancy-banner-five_a10d36f4c60c11c5.no-bg_1493e0337dea5ad4:before {
  display: none;
}
.fancy-banner-five_a10d36f4c60c11c5.no-bg_1493e0337dea5ad4 .bg-wrapper_82cb06852c91744e {
  background: url(../visuals/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five_a10d36f4c60c11c5.no-bg_1493e0337dea5ad4 .bg-wrapper_82cb06852c91744e .video-icon_cf9209a2f89dee75 {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five_a10d36f4c60c11c5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #113D2F;
  mix-blend-mode: hard-light;
}
.fancy-banner-five_a10d36f4c60c11c5 h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five_a10d36f4c60c11c5 .video-icon_cf9209a2f89dee75 {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five_a10d36f4c60c11c5 .video-icon_cf9209a2f89dee75:hover {
  transform: rotate(15deg);
}

.fancy-banner-six_eb69f40c4468f340 {
  background: url(../visuals/media/img_34.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-six_eb69f40c4468f340 h2 {
  font-size: 85px;
  line-height: 1.117em;
}
.fancy-banner-six_eb69f40c4468f340 .video-icon_cf9209a2f89dee75 {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-six_eb69f40c4468f340 .video-icon_cf9209a2f89dee75:hover {
  transform: rotate(15deg);
}

.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e {
  background: url(../visuals/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.17%, rgba(0, 0, 0, 0.8) 101.25%);
  transform: rotate(-180deg);
  z-index: -1;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 47.84%, rgba(0, 0, 0, 0.87) 100%);
  z-index: -1;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e li {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
  color: #000;
  padding: 18px 80px 25px 68px;
  border-radius: 20px;
  background: #fff;
  margin: 12px 0;
  position: relative;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #29594B;
  left: 27px;
  top: 27px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 21px;
  left: 31px;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e li:hover:before {
  background: #CFFF45;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e li:hover:after {
  color: #000;
}
.fancy-banner-seven_19782ae8f670af8f .bg-wrapper_82cb06852c91744e .shape_01_563916dd559f381d {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight_91d87f0fb0cd2ed1 .bg-wrapper_82cb06852c91744e {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_91d87f0fb0cd2ed1 .media-wrapper_e49b0b3342a7a848 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_91d87f0fb0cd2ed1 .media-wrapper_e49b0b3342a7a848 .shape_01_563916dd559f381d {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_91d87f0fb0cd2ed1 .shape_02_e41f775fff7ed765 {
  right: -123px;
  bottom: -5px;
}

.newsletter-banner_6217565fb6c73a65 .main-wrapper_434d0e5e0b6b1ebc {
  padding: 50px 0 45px;
}
.newsletter-banner_6217565fb6c73a65 .main-wrapper_434d0e5e0b6b1ebc.top-border_41fbfe2c73a91c06 {
  border-top: 1px solid #E2E2E2;
}
.newsletter-banner_6217565fb6c73a65 .main-wrapper_434d0e5e0b6b1ebc.bottom-border_94886055d72ec325 {
  border-bottom: 1px solid #E2E2E2;
}
.newsletter-banner_6217565fb6c73a65 h2 {
  font-size: 50px;
}
.newsletter-banner_6217565fb6c73a65 form {
  max-width: 510px;
}
.newsletter-banner_6217565fb6c73a65 form input {
  width: calc(100% - 75px);
  font-size: 18px;
  padding: 0 30px;
  height: 60px;
  background: #F6F6F6;
  border: none;
  border-radius: 35px;
}
.newsletter-banner_6217565fb6c73a65 form button {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #101010;
}
.newsletter-banner_6217565fb6c73a65 form button:hover, .newsletter-banner_6217565fb6c73a65 form button:focus {
  background: #29594B;
}
.newsletter-banner_6217565fb6c73a65 form button.color-two_acedf6709ec6915e {
  background: #29594B;
}
.newsletter-banner_6217565fb6c73a65 form button.color-two_acedf6709ec6915e:hover, .newsletter-banner_6217565fb6c73a65 form button.color-two_acedf6709ec6915e:focus {
  background: #000;
}
.newsletter-banner_6217565fb6c73a65 form p {
  font-size: 18px;
}
.newsletter-banner_6217565fb6c73a65 form p a:hover {
  text-decoration: underline;
}
.newsletter-banner_6217565fb6c73a65.white-vr_df92081c7baa70ea .main-wrapper_434d0e5e0b6b1ebc {
  padding-top: 100px;
}
.newsletter-banner_6217565fb6c73a65.white-vr_df92081c7baa70ea .bottom-border_94886055d72ec325 {
  border-bottom: 1px dashed #37665c;
}
.newsletter-banner_6217565fb6c73a65.white-vr_df92081c7baa70ea form button {
  background: #E6FD5A;
  color: #19352D;
}
.newsletter-banner_6217565fb6c73a65.white-vr_df92081c7baa70ea form p {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-banner_6217565fb6c73a65.white-vr_df92081c7baa70ea form p a {
  color: #E6FD5A;
}

.inner-banner-one_aaac87c3bee0fa90 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one_aaac87c3bee0fa90::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner-banner-one_aaac87c3bee0fa90::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  color: #000;
}

.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li>a {
  color: #000;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li>a:hover {
  color: #89cff0!important;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li {
  color: #797979!important;
}

.inner-banner-one_aaac87c3bee0fa90 + .blog-details_aa8135d587d77e17 {
  margin-top: 15px;
}

.blog-details_aa8135d587d77e17 {
  margin-top: 150px;
}

.inner-banner-one_aaac87c3bee0fa90 .hero-heading_3cd2a101ffd0ef24 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one_aaac87c3bee0fa90 .hero-heading_3cd2a101ffd0ef24 img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one_aaac87c3bee0fa90 .pager_9d6c4090e4b4804a li a:hover {
  color: #fff;
}
.inner-banner-one_aaac87c3bee0fa90 .tag_0862cc664cafd01c {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-two_4e07ae986fb30e29 {
  z-index: 1;
}
.inner-banner-two_4e07ae986fb30e29 .pager_9d6c4090e4b4804a {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two_4e07ae986fb30e29 .pager_9d6c4090e4b4804a li {
  color: #000;
}
.inner-banner-two_4e07ae986fb30e29 .pager_9d6c4090e4b4804a li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two_4e07ae986fb30e29 .pager_9d6c4090e4b4804a li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two_4e07ae986fb30e29 .pager_9d6c4090e4b4804a li a:hover {
  color: #000;
}
.inner-banner-two_4e07ae986fb30e29 .hero-heading_3cd2a101ffd0ef24 {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two_4e07ae986fb30e29 .tag_0862cc664cafd01c {
  display: inline-block;
  line-height: 25px;
  border: 1px solid #19352D;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #19352D;
  text-transform: uppercase;
}
.inner-banner-two_4e07ae986fb30e29 .shape_01_563916dd559f381d {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two_4e07ae986fb30e29 .shape_02_e41f775fff7ed765 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two_4e07ae986fb30e29 .shape_03_4b24b6c2d3f77e98 {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two_4e07ae986fb30e29 .shape_04_5921fe75c749f6a0 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

.block-feature-one_e2cbabb9ca30f030 {
  z-index: 1;
}
.block-feature-one_e2cbabb9ca30f030:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-one_e2cbabb9ca30f030 .upper-wrapper_0ce3bc64d42f2950 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.block-feature-one_e2cbabb9ca30f030 .section-subheading_34cee04f5aed2014 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-one_e2cbabb9ca30f030 .shape_01_563916dd559f381d {
  width: 2.3%;
  top: 10%;
  left: 10%;
}
.block-feature-one_e2cbabb9ca30f030 .shape_02_e41f775fff7ed765 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}

.block-feature-two_a5dfe3ecb9b908ce .wrapper_1e0be141dcf7805d {
  border-top: 1px dashed #CACACA;
  border-bottom: 1px dashed #CACACA;
}
.block-feature-two_a5dfe3ecb9b908ce .border-line_4465b3793e8406a4 {
  border-left: 1px dashed #CACACA;
  border-right: 1px dashed #CACACA;
}
.block-feature-two_a5dfe3ecb9b908ce .numb_2fef1e0a990562be {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #19352D;
  position: relative;
}
.block-feature-two_a5dfe3ecb9b908ce .numb_2fef1e0a990562be::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #CFFF45;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.block-feature-three_246f2f58a59ad399 {
  z-index: 1;
}
.block-feature-three_246f2f58a59ad399:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_246f2f58a59ad399.no-bg_1493e0337dea5ad4:before {
  display: none;
}
.block-feature-three_246f2f58a59ad399 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_246f2f58a59ad399 .block-title_6540712e239e3186 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_246f2f58a59ad399 .block-title_6540712e239e3186 a:hover {
  text-decoration: underline;
}
.block-feature-three_246f2f58a59ad399 .round-btn_5ba3dce6822ab491 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_246f2f58a59ad399 .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_246f2f58a59ad399 .block-one_80e6dc2803be7160 {
  background: url(../visuals/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_246f2f58a59ad399 .block-one_80e6dc2803be7160 .tag_0862cc664cafd01c {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_246f2f58a59ad399 .block-one_80e6dc2803be7160 .block-title_6540712e239e3186 {
  background: url(../visuals/shape_4def4b263d/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_246f2f58a59ad399 .block-two_53aaac475daedb23 {
  overflow: hidden;
}
.block-feature-three_246f2f58a59ad399 .block-two_53aaac475daedb23 .img-wrapper_e8dfa1cacbdf2e38 {
  background: url(../visuals/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_246f2f58a59ad399 .block-two_53aaac475daedb23 .text-wrapper_1b1c3235ccd9db7e {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_246f2f58a59ad399 .block-two_53aaac475daedb23 .tag_0862cc664cafd01c {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_246f2f58a59ad399 .block-three_f5563c03276bedd0 {
  background: #D3FF76;
}
.block-feature-three_246f2f58a59ad399 .block-three_f5563c03276bedd0 .tag_0862cc664cafd01c {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_246f2f58a59ad399 .block-three_f5563c03276bedd0 .round-btn_5ba3dce6822ab491 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_246f2f58a59ad399 .block-three_f5563c03276bedd0 .round-btn_5ba3dce6822ab491:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 {
  background: url(../visuals/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 .block-title_6540712e239e3186 {
  background: url(../visuals/shape_4def4b263d/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 .block-title_6540712e239e3186 a {
  font-size: 28px;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 .tag_0862cc664cafd01c {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 .round-btn_5ba3dce6822ab491 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_246f2f58a59ad399 .block-four_a9722d70414bd6e7 .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_246f2f58a59ad399 .block-five_a08094b04478ff9d {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_246f2f58a59ad399 .block-five_a08094b04478ff9d .tag_0862cc664cafd01c {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_246f2f58a59ad399 .block-five_a08094b04478ff9d .block-title_6540712e239e3186 {
  background: url(../visuals/shape_4def4b263d/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

.block-feature-four_992df66d7a343890 {
  z-index: 1;
}
.block-feature-four_992df66d7a343890 .shape_01_563916dd559f381d {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.block-feature-four_992df66d7a343890 .shape_02_e41f775fff7ed765 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-five_6900c114bd09faa7 {
  z-index: 1;
}
.block-feature-five_6900c114bd09faa7:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_4def4b263d/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.block-feature-five_6900c114bd09faa7 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 75px;
}
.block-feature-five_6900c114bd09faa7 .shape_01_563916dd559f381d {
  right: 6%;
  bottom: 5%;
  width: 1%;
  animation: rotated 50s infinite linear;
}

.block-feature-six_c69070c09f80ba4e {
  background: #DCEFF0;
  z-index: 1;
}
.block-feature-six_c69070c09f80ba4e:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../visuals/shape_4def4b263d/shape_10.svg) no-repeat center;
  background-size: cover;
}
.block-feature-six_c69070c09f80ba4e.bg-two_3d8dec08c9ddd803 {
  background: #EBF3EE;
}
.block-feature-six_c69070c09f80ba4e.bg-two_3d8dec08c9ddd803:before {
  display: none;
}
.block-feature-six_c69070c09f80ba4e .shape_01_563916dd559f381d {
  bottom: 12%;
  left: 8%;
  width: 10%;
}
.block-feature-six_c69070c09f80ba4e .shape_02_e41f775fff7ed765 {
  bottom: 39%;
  left: 30%;
  width: 2.5%;
}

.block-feature-seven_75820266bfd171e3 {
  z-index: 1;
}
.block-feature-seven_75820266bfd171e3 .shape_01_563916dd559f381d {
  top: 2%;
  right: 0;
  animation: rotated 50s infinite linear;
}

.block-feature-eight_2407daba2e623875 {
  background: url(../visuals/assets_b666cc6938/bg_02.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.block-feature-eight_2407daba2e623875 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 72px;
}
.block-feature-eight_2407daba2e623875 .shape_01_563916dd559f381d {
  width: 40px;
  bottom: -20px;
  left: 25%;
  animation: rotated 50s infinite linear;
}

.block-feature-nine_e3c58ce8bf99a01d {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine_e3c58ce8bf99a01d:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 39%;
  left: 0;
  top: 0;
  background: #EDF8EB;
  border-radius: 30px 30px 0 0;
  z-index: -1;
}
.block-feature-nine_e3c58ce8bf99a01d:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine_e3c58ce8bf99a01d .heading_0067771bdb09413a {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine_e3c58ce8bf99a01d .heading_0067771bdb09413a span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine_e3c58ce8bf99a01d .heading_0067771bdb09413a a {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  background: #DFFF5E;
  border-radius: 50%;
  position: relative;
  margin-left: 100px;
  transition: all 0.2s ease-in-out 0s;
}
.block-feature-nine_e3c58ce8bf99a01d .heading_0067771bdb09413a a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine_e3c58ce8bf99a01d .heading_0067771bdb09413a a:hover {
  background: #E6FD5A;
}
.block-feature-nine_e3c58ce8bf99a01d .shape_01_563916dd559f381d {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine_e3c58ce8bf99a01d .shape_02_e41f775fff7ed765 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine_e3c58ce8bf99a01d .shape_03_4b24b6c2d3f77e98 {
  right: 5%;
  bottom: 5%;
}

.block-feature-ten_e0b05a6bd95462e7 .shape_01_563916dd559f381d {
  top: 1%;
  right: 5%;
  width: 2%;
}
.block-feature-ten_e0b05a6bd95462e7 .line-wrapper_3b33742ed8caafa5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  left: 0;
  top: 50%;
}

.block-feature-eleven_2c3f1f33d1dab712 {
  z-index: 1;
}
.block-feature-eleven_2c3f1f33d1dab712 .slider-wrapper_37449ae0319930f1 {
  width: 78vw;
}
.block-feature-eleven_2c3f1f33d1dab712 .slider-wrapper_37449ae0319930f1 .slick-dots_3c45cdc55c851db3 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: -140px;
}
.block-feature-eleven_2c3f1f33d1dab712 .slider-wrapper_37449ae0319930f1 .slick-dots_3c45cdc55c851db3 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1F5E59;
}
.block-feature-eleven_2c3f1f33d1dab712 .slider-wrapper_37449ae0319930f1 .slick-dots_3c45cdc55c851db3 .slick-active button {
  background: #1F5E59;
}
.block-feature-eleven_2c3f1f33d1dab712 .shape_01_563916dd559f381d {
  left: 0;
  bottom: 0;
  max-width: 13.4%;
}

.block-feature-twelve_508c9c6d87c88f75 {
  background: #EDF1EE;
  z-index: 1;
}
.block-feature-twelve_508c9c6d87c88f75 .shape_01_563916dd559f381d {
  right: 0;
  top: 12%;
  max-width: 13.4%;
}

.block-feature-thirteen_21153d04a8cd4053 .upper-wrapper_0ce3bc64d42f2950 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_21153d04a8cd4053 .upper-wrapper_0ce3bc64d42f2950 .shape_01_563916dd559f381d {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_21153d04a8cd4053 .line-loop_79fb22beea8f4f20:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_21153d04a8cd4053 .graph-panel_00094332b104cc37 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_21153d04a8cd4053 .graph-panel_00094332b104cc37 .main-count_db592e3882c9b4a6 {
  font-size: 120px;
}
.block-feature-thirteen_21153d04a8cd4053 .graph-panel_00094332b104cc37 .chart-box_7db5a740e68a64f6 {
  padding: 0 15px;
}
.block-feature-thirteen_21153d04a8cd4053 .graph-panel_00094332b104cc37 .chart-box_7db5a740e68a64f6 .chart-inner_a1e7b9678473d40c {
  width: 120px;
  background: #196164;
}

.block-feature-fourteen_72aa85bfddc91415 .section-subheading_34cee04f5aed2014 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-fourteen_72aa85bfddc91415 .shape_01_563916dd559f381d {
  max-width: 4%;
  top: 13%;
  left: 48%;
  animation: rotated 48s infinite linear;
}

.block-feature-fifteen_4bb23c31e01b1f28 .shape_01_563916dd559f381d {
  max-width: 4%;
  top: 3%;
  left: 2%;
  animation: rotated 48s infinite linear;
}
.block-feature-fifteen_4bb23c31e01b1f28 .line-btn_a73b7454ccd148a9:before, .block-feature-fifteen_4bb23c31e01b1f28 .line-btn_a73b7454ccd148a9:after {
  content: "";
  position: absolute;
  width: calc(50% - 150px);
  height: 1px;
  background: #E3E3E3;
  top: 32px;
  left: 0;
}
.block-feature-fifteen_4bb23c31e01b1f28 .line-btn_a73b7454ccd148a9:after {
  left: auto;
  right: 0;
}

.block-feature-sixteen_55e9a9fd0bc21916 .media-img_c65084e31254afbc {
  border-radius: 30px;
}
.block-feature-sixteen_55e9a9fd0bc21916 .shape_01_563916dd559f381d {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_6a0aa8e5ff5e88ad .section-subheading_34cee04f5aed2014 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_6a0aa8e5ff5e88ad .shape_01_563916dd559f381d {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen_2c38ac1cbf969bbe {
  background: url(../visuals/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen_2c38ac1cbf969bbe:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.44) 24.81%, rgba(0, 0, 0, 0) 94.81%);
  top: 0;
  left: 0;
  z-index: -1;
}
.block-feature-eighteen_2c38ac1cbf969bbe .video-icon_cf9209a2f89dee75 {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen_2c38ac1cbf969bbe .video-icon_cf9209a2f89dee75:hover {
  background: #DFFF5E;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e ul:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 96%;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  left: 20px;
  top: 2%;
  z-index: -1;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e ul li {
  position: relative;
  background: #fff;
  border-radius: 45px;
  padding: 9px 45px 9px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  color: #1F5E59;
  display: inline-block;
  margin-bottom: 35px;
  margin-left: 52px;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e ul li:before {
  content: url(../visuals/icon_03c279f4c2/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e .more-btn_3a277dafee21e9dc {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e .more-btn_3a277dafee21e9dc .icon_d21d5e62f143d7c7 {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen_2c38ac1cbf969bbe .bg-wrapper_82cb06852c91744e .more-btn_3a277dafee21e9dc:hover {
  background: #fff;
  color: #1F5E59;
}

.text-feature-one_b34e59581ddcffe6 .line-wrapper_3b33742ed8caafa5 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_b34e59581ddcffe6 .line-wrapper_3b33742ed8caafa5 .shape_01_563916dd559f381d {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_b34e59581ddcffe6 .card-style-three_121f385419372bbd {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_b34e59581ddcffe6 .card-style-three_121f385419372bbd:last-child {
  border-bottom: none;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba {
  height: 600px;
  width: 590px;
  background: url(../visuals/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 30px 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3.1%, #000000 100%);
  mix-blend-mode: overlay;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #CFFF45;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594B;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba li:hover:before {
  background: #29594B;
}
.text-feature-one_b34e59581ddcffe6 .media-list-item_a2298a9b10511aba li:hover:after {
  color: #fff;
}

.text-feature-two_59965fc25317209c {
  background: #0C3A30;
  z-index: 1;
}
.text-feature-two_59965fc25317209c .shape_01_563916dd559f381d {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.text-feature-two_59965fc25317209c .shape_02_e41f775fff7ed765 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.text-feature-three_14edc61eca5cdca0 {
  z-index: 1;
}
.text-feature-three_14edc61eca5cdca0 .counter-wrapper_ae6016d845bea84c {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_14edc61eca5cdca0 .media-wrapper_e49b0b3342a7a848 {
  background: url(../visuals/media/img_13.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  z-index: 1;
  max-width: 590px;
}
.text-feature-three_14edc61eca5cdca0 .media-wrapper_e49b0b3342a7a848 .screen_01_a8ec275e028eb087 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_14edc61eca5cdca0 .media-wrapper_e49b0b3342a7a848 .screen_02_394e3bc8bd584616 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_14edc61eca5cdca0 .media-wrapper_e49b0b3342a7a848 .screen_03_6a457c99637c3f7b {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_14edc61eca5cdca0 .shape_01_563916dd559f381d {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_901c46f4a4f5307b {
  z-index: 1;
}
.text-feature-four_901c46f4a4f5307b .avatar_2108a4e3152997fe {
  width: 65px;
  height: 65px;
}
.text-feature-four_901c46f4a4f5307b .name {
  font-size: 28px;
}
.text-feature-four_901c46f4a4f5307b .quote-text_d6d46d8e6c3ae509 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_901c46f4a4f5307b .shape_01_563916dd559f381d {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_901c46f4a4f5307b .shape_02_e41f775fff7ed765 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_0ea04e4263a3c86f .bg-wrapper_82cb06852c91744e {
  background: #FFF2AC;
}
.text-feature-five_0ea04e4263a3c86f li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  padding: 6px 50px 6px 50px;
  border-radius: 45px;
  background: #fff;
  margin: 7px 0;
  position: relative;
}
.text-feature-five_0ea04e4263a3c86f li:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 10px;
  top: 7px;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five_0ea04e4263a3c86f li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 6px;
  left: 14px;
  color: #29594B;
  transition: all 0.2s ease-in-out 0s;
}
.text-feature-five_0ea04e4263a3c86f li:hover:before {
  background: #29594B;
}
.text-feature-five_0ea04e4263a3c86f li:hover:after {
  color: #fff;
}
.text-feature-five_0ea04e4263a3c86f .media-wrapper_e49b0b3342a7a848 {
  background: url(../visuals/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_0ea04e4263a3c86f .media-wrapper_e49b0b3342a7a848 .video-icon_cf9209a2f89dee75 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_0ea04e4263a3c86f .media-wrapper_e49b0b3342a7a848 .video-icon_cf9209a2f89dee75:hover {
  background: #CFFF45;
}
.text-feature-five_0ea04e4263a3c86f .media-wrapper_e49b0b3342a7a848 .screen_01_a8ec275e028eb087 {
  left: -9%;
  bottom: -9%;
  width: 46.3%;
  animation: jumpThree 5s infinite linear;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}

.text-feature-six_ec0ed4995a1b3aed {
  z-index: 1;
}
.text-feature-six_ec0ed4995a1b3aed .media-wrapper_e49b0b3342a7a848 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_ec0ed4995a1b3aed .media-wrapper_e49b0b3342a7a848 .screen_01_a8ec275e028eb087 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_ec0ed4995a1b3aed .shape_01_563916dd559f381d {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_ec0ed4995a1b3aed .shape_02_e41f775fff7ed765 {
  top: 1%;
  right: 39%;
}

.text-feature-seven_278f63303144af18 ul li {
  font-weight: 500;
  color: #0E3E2F;
  position: relative;
  padding-left: 33px;
  margin-bottom: 22px;
}
.text-feature-seven_278f63303144af18 ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 1px;
  left: 0;
}

.text-feature-nine_629f92cca9d17444 {
  background: url(../visuals/assets_b666cc6938/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_629f92cca9d17444 .block_5f835a5fab9938dd .icon_d21d5e62f143d7c7 {
  height: 50px;
}
.text-feature-nine_629f92cca9d17444 .vertical-text-wrapper_5d658f29eb9fcfc8 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_629f92cca9d17444 .vertical-text-wrapper_5d658f29eb9fcfc8 .text-list_20ad29d4526100b4 {
  padding: 0 35px;
  font-weight: 700;
  font-size: 125px;
  letter-spacing: -2px;
  height: 20%;
  width: 100%;
  border-top: 1px solid rgba(254, 255, 252, 0.17);
  display: flex;
  align-items: center;
  justify-content: end;
  color: #FFFFFF;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.text-feature-nine_629f92cca9d17444 .vertical-text-wrapper_5d658f29eb9fcfc8 .text-list_20ad29d4526100b4:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_629f92cca9d17444 .vertical-text-wrapper_5d658f29eb9fcfc8 .shape_01_563916dd559f381d {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_629f92cca9d17444 .vertical-text-wrapper_5d658f29eb9fcfc8 .shape_02_e41f775fff7ed765 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_629f92cca9d17444 .shape_03_4b24b6c2d3f77e98 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_629f92cca9d17444 .shape_04_5921fe75c749f6a0 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_eaa0d2c0bd62650e .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 25px;
}

.team-section-two_0a8dceadc97efdc8 {
  background: #fff;
  border: 1px solid #000;
}
.team-section-two_0a8dceadc97efdc8 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 30px;
}

.team-section-five_04bfa9090ccb8190 .shape_01_563916dd559f381d {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team-section-three_3d9c4fff3759567b {
  z-index: 1;
}
.team-section-three_3d9c4fff3759567b:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_4def4b263d/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_3d9c4fff3759567b .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_3d9c4fff3759567b .shape_01_563916dd559f381d {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_3d9c4fff3759567b .shape_02_e41f775fff7ed765 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_3d9c4fff3759567b .shape_03_4b24b6c2d3f77e98 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .border-right_f6d72ca4abaaeb96 {
  border-right: 1px solid #e9e9e9;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .member-img_1baec347294951ee {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .name {
  font-size: 32px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .post_84be0e2ecbcdbb48 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.3);
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e h6 {
  font-size: 20px;
  padding: 42px 0 10px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e p {
  font-size: 18px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .social-share_b69c253013848a58 li a {
  font-size: 20px;
  color: #19352D;
  margin-right: 20px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e .social-share_b69c253013848a58 li a:hover {
  color: #29594B;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e h3 {
  font-size: 28px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e table {
  font-size: 18px;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e table tr td:first-child {
  color: rgba(36, 64, 52, 0.6);
  padding: 13px 0;
}
.team-details_1eb2994e7a6cfa05 .bg-wrapper_82cb06852c91744e table tr td:last-child {
  font-weight: 500;
  color: #19352D;
}

.faq-section-two_61aeee8094a60382 {
  z-index: 1;
}
.faq-section-two_61aeee8094a60382 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 13px;
}
.faq-section-two_61aeee8094a60382 .shape_01_563916dd559f381d {
  top: 1%;
  right: 33%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}
.faq-section-two_61aeee8094a60382 .shape_02_e41f775fff7ed765 {
  bottom: 3%;
  left: 5%;
  width: 2.1%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.faq-section-three_ee403224d04b996a .tab-content_d187a8489b27604f {
  background: #fff;
  border-radius: 30px;
  padding: 0 60px;
}
.faq-section-three_ee403224d04b996a .tab-content_d187a8489b27604f .accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c:last-child {
  border-bottom: none;
}
.faq-section-three_ee403224d04b996a .tab-content_d187a8489b27604f .accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c:first-child {
  border-top: none;
}
.faq-section-three_ee403224d04b996a nav .nav {
  border: none;
}
.faq-section-three_ee403224d04b996a nav .nav .nav-link {
  background: transparent;
  border: 0;
  border-radius: 30px;
  height: 36px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  margin: 0 2px 10px;
}
.faq-section-three_ee403224d04b996a nav .nav .nav-link.active {
  background: #29594B;
  color: #fff;
}

.pricing-section_bc31573e26338847 .contact-banner_bd69e2d3d358f122 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  padding: 48px 45px;
}
.pricing-section_bc31573e26338847 .contact-banner_bd69e2d3d358f122 h2 {
  font-size: 42px;
  line-height: 1.238em;
  margin: 0;
}
.pricing-section_bc31573e26338847 .contact-banner_bd69e2d3d358f122 h2 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.pricing-section_bc31573e26338847 .contact-banner_bd69e2d3d358f122 .screen_01_a8ec275e028eb087 {
  left: 3%;
  top: 13%;
  width: 12.4%;
}

.pricing-nav_fb3a1703fb5113b3 .nav {
  border: 2px solid #186560;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav_fb3a1703fb5113b3 .nav .nav-link {
  width: 150px;
  height: 61px;
  font-weight: 500;
  color: #186560;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.pricing-nav_fb3a1703fb5113b3 .nav .nav-link.active {
  background: #186560;
  color: #fff;
}

.error-page_c2db55c09d965b92 {
  min-height: 100vh;
  padding: 200px 12px 50px;
  z-index: 1;
}
.error-page_c2db55c09d965b92 h1 {
  font-size: 140px;
  line-height: 1em;
}
.error-page_c2db55c09d965b92 h2 {
  font-size: 85px;
  padding: 32px 0 36px;
}
.error-page_c2db55c09d965b92 .shape_01_563916dd559f381d {
  right: 1%;
  bottom: 20%;
  width: 14.52%;
}
.error-page_c2db55c09d965b92 .shape_02_e41f775fff7ed765 {
  left: 1%;
  bottom: 30%;
  width: 18.64%;
}

.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.55em;
  color: #19352D;
  padding: 33px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:after {
  content: "+";
  font-weight: 300;
  font-size: 32px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb {
  padding: 0 35px 20px 0;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb p {
  margin: 0;
}
.accordion-style-one_4ef0580b179ae826 .accordion-item_0acdbb87978b4a8c:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.55em;
  color: #AEA78F;
  padding: 28px 50px;
  background: transparent;
  border-radius: 40px 40px 0 0;
  box-shadow: none;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:after {
  content: "+";
  font-weight: 400;
  text-align: center;
  color: #000;
  line-height: 48px;
  font-size: 32px;
  background: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb {
  padding: 20px 50px 55px;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb ul li {
  display: inline-block;
  color: #272727;
  font-weight: 500;
  background: #fff;
  border-radius: 45px;
  padding: 6px 16px 6px 40px;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb .media-wrapper_e49b0b3342a7a848 {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb .media-wrapper_e49b0b3342a7a848 .video-icon_cf9209a2f89dee75 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb .media-wrapper_e49b0b3342a7a848 .video-icon_cf9209a2f89dee75:hover {
  background: #CFFF45;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(2) .accordion-button_2845dae070f014ef {
  background: #FBF4DC;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(2) .accordion-body_1e4108a769490ccb {
  background: #FBF4DC;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(3) .accordion-button_2845dae070f014ef {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_bda6393a4cfd19ab .accordion-item_0acdbb87978b4a8c:nth-child(3) .accordion-body_1e4108a769490ccb {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three_665e1f081233363f .accordion-item_0acdbb87978b4a8c {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three_665e1f081233363f .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.55em;
  color: #0E3E2F;
  padding: 24px 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.accordion-style-three_665e1f081233363f .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three_665e1f081233363f .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb {
  padding: 0 35px 8px 0;
}

.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.55em;
  color: #1F5E59;
  padding: 24px 50px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-button_2845dae070f014ef:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four_5ee972c41ad4ef51 .accordion-item_0acdbb87978b4a8c .accordion-body_1e4108a769490ccb p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.partner-logo-two_6a912ede07faa9c8 {
  background: #000;
  border-bottom: 2px solid #000;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e {
  background: #DFFF5E;
  border-radius: 30px;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e .wrapper_1e0be141dcf7805d {
  max-width: 1660px;
  padding: 22px 12px;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e .title {
  color: #000;
  font-size: 30px;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e .logo-wrapper_9f25585c7a49f2c1 {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e .logo-wrapper_9f25585c7a49f2c1 .br-name_2e74ac5f6866408d {
  margin: 0 10px;
}
.partner-logo-two_6a912ede07faa9c8 .bg-wrapper_82cb06852c91744e .logo-wrapper_9f25585c7a49f2c1 .br-name_2e74ac5f6866408d img {
  width: 15px;
}

.partner-logo-one_7603a9beb2c8284e .logo_3c77b348ec4b42f6 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_0ef91f964612399a {
  margin: 40px auto;
}

.user-data-form {
  background: #fff;
  margin: 0 auto;
  max-width: 720px;
  border-radius: 20px !important;
  padding: 50px 15px 40px;
}
.user-data-form h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 10px;
}
.user-data-form p a {
  color: #31795A;
}
.user-data-form p a:hover {
  text-decoration: underline;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f {
  max-width: 565px;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 input {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(37, 64, 53, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 .placeholder_icon_e82c8958802a08ac {
  position: absolute;
  height: 55px;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 .placeholder_icon_e82c8958802a08ac img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 .placeholder_icon_e82c8958802a08ac span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 .placeholder_icon_e82c8958802a08ac span:before {
  content: "";
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top: 14px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .form-wrapper_3f3ddb1dcd345e0f .input-group-meta_896015f8a3e5ffb5 .placeholder_icon_e82c8958802a08ac span.eye-slash_1d69561332418193:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #19352D;
  cursor: pointer;
  padding-left: 22px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e label:before {
  content: "";
  width: 14px;
  height: 14px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
}
.user-data-form .agreement-checkbox_ffd7983301a4266e a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_ffd7983301a4266e a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_aa45d81a60486585 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_dd52a3f0709811ea {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_dd52a3f0709811ea:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_dd52a3f0709811ea img {
  width: 20px;
}
.user-data-form .btn-close_01ff78fd873b024d {
  position: absolute;
  right: 15px;
  top: 15px;
  box-shadow: none;
  z-index: 1;
}
.user-data-form .nav {
  background: #F0F5F3;
  border-radius: 40px;
}
.user-data-form .nav .nav-item {
  width: 50%;
}
.user-data-form .nav .nav-item .nav-link {
  font-weight: 500;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 20px;
  color: #839B8F;
}
.user-data-form .nav .nav-item .nav-link.active {
  color: #29594B;
  border-color: #29594B;
}

.counter-block-one_13c071748632f24f .main-count_db592e3882c9b4a6 {
  font-size: 64px;
  color: #19352D;
}

.counter-block-two_12a01cd44ed54f94 .main-count_db592e3882c9b4a6 {
  font-size: 68px;
  color: #19352D;
  margin-bottom: -5px;
}

.counter-block-three_46927d757e9e8e89 .main-count_db592e3882c9b4a6 {
  font-size: 70px;
  color: #1F5E59;
  margin-bottom: -5px;
}

.counter-block-four_f29cb472740b652c {
  border: 1px solid #1F5E59;
  padding: 30px 15px 20px;
  border-radius: 20px;
}
.counter-block-four_f29cb472740b652c .main-count_db592e3882c9b4a6 {
  font-size: 90px;
  margin-bottom: -12px;
}

.pagination-one_d8d3a185f2fcfb60 ul {
  margin: 0 -5;
}
.pagination-one_d8d3a185f2fcfb60 ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #19352D;
}
.pagination-one_d8d3a185f2fcfb60 ul li:not(:last-child) a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-one_d8d3a185f2fcfb60 ul li:not(:last-child) a.active, .pagination-one_d8d3a185f2fcfb60 ul li:not(:last-child) a:hover, .pagination-one_d8d3a185f2fcfb60 ul li:not(:last-child) a:focus {
  background: #29594B;
  color: #fff;
}

.pagination-two_b71a1a21a48eacfd {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.pagination-two_b71a1a21a48eacfd .pr-dir_800ab06f80a92f8c {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two_b71a1a21a48eacfd .pr-name_4bb75b71f3d63d28 {
  font-size: 32px;
  color: #19352D;
  margin-top: 4px;
}
.pagination-two_b71a1a21a48eacfd i {
  font-size: 30px;
  width: 75px;
  height: 75px;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 66px;
  transition: all 0.2s ease-in-out 0s;
}
.pagination-two_b71a1a21a48eacfd a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two_b71a1a21a48eacfd.border-0_0771d019375f71ca i {
  border: none;
}
.pagination-two_b71a1a21a48eacfd.border-0_0771d019375f71ca a:hover i {
  background: #FFE86B;
}

.card-style-one_7acf1a3502c4e118 .icon_d21d5e62f143d7c7 {
  background: #fff;
  width: 62px;
  height: 62px;
}
.card-style-one_7acf1a3502c4e118 .text {
  width: calc(100% - 62px);
}
.card-style-one_7acf1a3502c4e118:hover .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
}

.card-style-two_ce6f2a083c99d66c {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border: 1px solid #EBF3EE;
  border-radius: 20px;
}
.card-style-two_ce6f2a083c99d66c .icon_d21d5e62f143d7c7 {
  height: 50px;
}
.card-style-two_ce6f2a083c99d66c .icon2_ba24cff36f446266 {
  height: 42px;
}
.card-style-two_ce6f2a083c99d66c .arrow-btn_a321d86076695a7b {
  opacity: 0.3;
  width: 34px;
}
.card-style-two_ce6f2a083c99d66c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-two_ce6f2a083c99d66c:hover .arrow-btn_a321d86076695a7b {
  opacity: 1;
}

.card-style-three_121f385419372bbd .icon_d21d5e62f143d7c7 {
  height: 38px;
}

.card-style-four_de5ca28415a5b768 .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-four_de5ca28415a5b768 .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four_de5ca28415a5b768 .round-btn_5ba3dce6822ab491 {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
  opacity: 0;
}
.card-style-four_de5ca28415a5b768 .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
}
.card-style-four_de5ca28415a5b768:hover .media::before, .card-style-four_de5ca28415a5b768:hover .round-btn_5ba3dce6822ab491 {
  opacity: 1;
}

.card-style-five_fb73df75ba949826 .icon_d21d5e62f143d7c7 {
  height: 42px;
}
.card-style-five_fb73df75ba949826 .main-count_db592e3882c9b4a6 {
  font-size: 68px;
  color: #FFDB1E;
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 42px;
  padding-top: 25px;
}
.card-style-five_fb73df75ba949826 p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.6em;
}

.card-style-six_7cd6e8302be5b34d {
  position: relative;
  padding: 50px 40px 48px;
  background: #fff;
  border-radius: 30px;
}
.card-style-six_7cd6e8302be5b34d:hover, .card-style-six_7cd6e8302be5b34d.active {
  background: #EDF1EE;
}
.card-style-six_7cd6e8302be5b34d:hover .arrow-btn_a321d86076695a7b, .card-style-six_7cd6e8302be5b34d.active .arrow-btn_a321d86076695a7b {
  opacity: 1;
}
.card-style-six_7cd6e8302be5b34d .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  background: #29594B;
}
.card-style-six_7cd6e8302be5b34d .arrow-btn_a321d86076695a7b {
  opacity: 0.3;
  width: 34px;
}

.card-style-seven_b1597e599919e901 {
  position: relative;
  padding: 40px 30px 45px;
  background: #fff;
  border-radius: 30px;
}
.card-style-seven_b1597e599919e901 .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  background: #FFE86B;
}
.card-style-seven_b1597e599919e901 p {
  font-size: 18px;
  line-height: 1.666em;
}
.card-style-seven_b1597e599919e901 .arrow-btn_a321d86076695a7b {
  opacity: 0.3;
  width: 34px;
}
.card-style-seven_b1597e599919e901:hover, .card-style-seven_b1597e599919e901.active {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}
.card-style-seven_b1597e599919e901:hover .arrow-btn_a321d86076695a7b, .card-style-seven_b1597e599919e901.active .arrow-btn_a321d86076695a7b {
  opacity: 1;
}
.card-style-seven_b1597e599919e901:hover .icon_d21d5e62f143d7c7, .card-style-seven_b1597e599919e901.active .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
}

.card-style-eight_043d937cb05b184d {
  padding: 40px 35px 30px;
  background: #fff;
  position: relative;
}
.card-style-eight_043d937cb05b184d:hover {
  box-shadow: 0px 10px 20px rgba(8, 32, 26, 0.04);
}
.card-style-eight_043d937cb05b184d .icon_d21d5e62f143d7c7 {
  height: 55px;
}
.card-style-eight_043d937cb05b184d .icon_d21d5e62f143d7c7 img {
  max-height: 100%;
}

.card-style-nine_2270f49cc6d35edb {
  background: #F6F6F6;
  padding: 50px 55px 0;
}
.card-style-nine_2270f49cc6d35edb .icon_d21d5e62f143d7c7 {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-nine_2270f49cc6d35edb h3 {
  font-size: 32px;
}

.card-style-ten_72598364ee24cf35 {
  padding-bottom: 60px;
}
.card-style-ten_72598364ee24cf35 h4 {
  color: #0E3E2F;
}
.card-style-ten_72598364ee24cf35 .main-count_db592e3882c9b4a6 {
  font-size: 80px;
  color: #0E3E2F;
  z-index: 1;
  margin-bottom: -16px;
}
.card-style-ten_72598364ee24cf35 .main-count_db592e3882c9b4a6:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 13px;
  background: #C5FF4A;
  left: 0;
  bottom: 19%;
  z-index: -1;
}

.card-style-eleven_179270ed184a02a4 {
  position: relative;
  padding: 45px 40px 48px;
  background: #fff;
  border-radius: 20px;
}
.card-style-eleven_179270ed184a02a4 h4 {
  font-family: "ClashDisplay";
  color: #0E3E2F;
}
.card-style-eleven_179270ed184a02a4 .icon_d21d5e62f143d7c7 {
  height: 58px;
}
.card-style-eleven_179270ed184a02a4 .arrow-btn_a321d86076695a7b {
  opacity: 0.3;
  width: 34px;
}
.card-style-eleven_179270ed184a02a4:hover {
  background: #f3f3f3;
}
.card-style-eleven_179270ed184a02a4:hover .arrow-btn_a321d86076695a7b {
  opacity: 1;
}

.card-style-twelve_1a4e92c807cf6cc9 h4 {
  color: #0E3E2F;
}
.card-style-twelve_1a4e92c807cf6cc9 .icon_d21d5e62f143d7c7 {
  width: 55px;
  height: 55px;
  border: 1px solid #E0E0E0;
}
.card-style-twelve_1a4e92c807cf6cc9 .arrow-btn_a321d86076695a7b {
  opacity: 0.3;
  width: 34px;
}
.card-style-twelve_1a4e92c807cf6cc9:hover .icon_d21d5e62f143d7c7 {
  background: #E0E0E0;
}

.card-style-thirteen_f4d79b3c1e0c7f51 {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #fff;
  padding: 110px 45px 120px;
  position: relative;
  z-index: 1;
}
.card-style-thirteen_f4d79b3c1e0c7f51:before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background: #000;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
}
.card-style-thirteen_f4d79b3c1e0c7f51 .icon_d21d5e62f143d7c7 {
  height: 75px;
}
.card-style-thirteen_f4d79b3c1e0c7f51 .icon_d21d5e62f143d7c7 img {
  max-height: 100%;
}
.card-style-thirteen_f4d79b3c1e0c7f51 p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}
.card-style-thirteen_f4d79b3c1e0c7f51 h3 {
  font-size: 30px;
  line-height: 1.266em;
  color: #000;
}
.card-style-thirteen_f4d79b3c1e0c7f51:hover {
  background: #DFFF5E;
  border-color: #000;
}

.card-style-fourteen_10b38a3def36ce3a .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(223, 255, 94, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fourteen_10b38a3def36ce3a .round-btn_5ba3dce6822ab491 {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen_10b38a3def36ce3a .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fourteen_10b38a3def36ce3a:hover .media::before, .card-style-fourteen_10b38a3def36ce3a:hover .round-btn_5ba3dce6822ab491 {
  opacity: 1;
}
.card-style-fourteen_10b38a3def36ce3a p {
  color: #B6B6B6;
}

.card-style-fifteen_bed7340e7ec93224 {
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.02);
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
.card-style-fifteen_bed7340e7ec93224 .media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 89, 75, 0.3);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.card-style-fifteen_bed7340e7ec93224 .round-btn_5ba3dce6822ab491 {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen_bed7340e7ec93224 .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fifteen_bed7340e7ec93224:hover .media::before, .card-style-fifteen_bed7340e7ec93224:hover .round-btn_5ba3dce6822ab491 {
  opacity: 1;
}
.card-style-fifteen_bed7340e7ec93224 h4 {
  font-size: 22px;
}
.card-style-fifteen_bed7340e7ec93224 p {
  color: #B6B6B6;
}

.card-style-sixteen_f8aaeef70bdcfdbd {
  position: relative;
}
.card-style-sixteen_f8aaeef70bdcfdbd .icon_d21d5e62f143d7c7 {
  width: 60px;
  height: 60px;
  background: #FFE86B;
}
.card-style-sixteen_f8aaeef70bdcfdbd .text {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.card-style-sixteen_f8aaeef70bdcfdbd:hover .icon_d21d5e62f143d7c7, .card-style-sixteen_f8aaeef70bdcfdbd.active .icon_d21d5e62f143d7c7 {
  background: #CFFF45;
}
.card-style-sixteen_f8aaeef70bdcfdbd.arrow:before, .card-style-sixteen_f8aaeef70bdcfdbd.arrow:after {
  content: url(../visuals/shape_4def4b263d/shape_30.svg);
  position: absolute;
  top: 11px;
  left: -99px;
}
.card-style-sixteen_f8aaeef70bdcfdbd.arrow:after {
  left: auto;
  right: -99px;
}

.card-style-seventeen_b96fb286d749faca {
  padding: 30px 30px 40px;
  border-radius: 15px;
  border: 1px solid #E6E6E6;
}
.card-style-seventeen_b96fb286d749faca .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #F6F6F6;
}
.card-style-seventeen_b96fb286d749faca .text {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.card-style-seventeen_b96fb286d749faca .text .btn-three_b295c4a001e81a30 {
  color: #1F5E59;
}
.card-style-seventeen_b96fb286d749faca .text .btn-three_b295c4a001e81a30 i {
  font-size: 0.8em;
}
.card-style-seventeen_b96fb286d749faca:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.card-style-seventeen_b96fb286d749faca:hover .icon_d21d5e62f143d7c7 {
  background: #fff;
}

.card-style-eighteen_ed10c19643ec33bf {
  padding: 5px 35px 0;
  border-radius: 20px;
  background: #1F5E59;
  z-index: 1;
}
.card-style-eighteen_ed10c19643ec33bf:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url(../visuals/assets_b666cc6938/bg_08.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.card-style-eighteen_ed10c19643ec33bf .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.card-style-eighteen_ed10c19643ec33bf blockquote {
  font-size: 36px;
  color: #fff;
  line-height: 1.555em;
  letter-spacing: -0.5px;
  margin: 30px 0 35px;
}
.card-style-eighteen_ed10c19643ec33bf h6 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.card-style-eighteen_ed10c19643ec33bf h6 span {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
}

.card-style-nineteen_e0cad7eaa2cc43a7 {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background: #fff;
}
.card-style-nineteen_e0cad7eaa2cc43a7 h2 {
  font-size: 48px;
}
.card-style-nineteen_e0cad7eaa2cc43a7 .counter-block-one_13c071748632f24f .main-count_db592e3882c9b4a6 {
  font-size: 58px;
  color: #1F5E59;
}

.card-style-twenty_e1bdcf5300ab038c {
  background: #fff;
  border-radius: 20px;
  padding: 35px 35px 40px;
}
.card-style-twenty_e1bdcf5300ab038c .icon_d21d5e62f143d7c7 {
  width: 60px;
  height: 60px;
  background: #1F5E59;
}
.card-style-twenty_e1bdcf5300ab038c .text {
  width: calc(100% - 60px);
  padding-left: 35px;
}
.card-style-twenty_e1bdcf5300ab038c .text .arrow-btn_a321d86076695a7b {
  position: absolute;
  right: 50px;
  top: 40px;
}
.card-style-twenty_e1bdcf5300ab038c:hover {
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
}

.card-style-twentyOne_a87a194d4f42dcfc .icon_d21d5e62f143d7c7 {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne_a87a194d4f42dcfc .icon_d21d5e62f143d7c7 .numb_2fef1e0a990562be {
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  font-size: 24px;
  color: #000;
  bottom: -23px;
  left: calc(50% - 23px);
  z-index: 1;
  background: #fff;
}

.card-style-twentyTwo_e56a782a4bb965db {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo_e56a782a4bb965db .icon_d21d5e62f143d7c7 {
  height: 83px;
}
.card-style-twentyTwo_e56a782a4bb965db h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo_e56a782a4bb965db .learn-btn_b42c2b5fec7d5177 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo_e56a782a4bb965db:hover {
  background: #FFDB1E;
}

.card-style-twentyThree_3b6115165def4554 {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree_3b6115165def4554 .name {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  border-radius: 15px;
  padding: 15px 10px 10px;
  background: #fff;
  text-align: center;
  opacity: 0;
}
.card-style-twentyThree_3b6115165def4554 .name h4 {
  font-size: 22px;
}
.card-style-twentyThree_3b6115165def4554:hover .name {
  opacity: 1;
}
.card-style-twentyThree_3b6115165def4554:hover img {
  opacity: 0.3;
}

.pricing-card-one_e6d2aa0dcfce954d {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
}
.pricing-card-one_e6d2aa0dcfce954d h2 {
  font-size: 36px;
}
.pricing-card-one_e6d2aa0dcfce954d p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one_e6d2aa0dcfce954d p span {
  color: #000;
}
.pricing-card-one_e6d2aa0dcfce954d .price-banner_b9f12302aab6f657 {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one_e6d2aa0dcfce954d .price-banner_b9f12302aab6f657 .price_eee7c98e5ea0c0b2 {
  font-size: 52px;
  font-weight: 500;
  color: #19352D;
  line-height: initial;
}
.pricing-card-one_e6d2aa0dcfce954d .price-banner_b9f12302aab6f657 .price_eee7c98e5ea0c0b2 sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one_e6d2aa0dcfce954d .price-banner_b9f12302aab6f657 strong {
  color: #19352D;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one_e6d2aa0dcfce954d .price-banner_b9f12302aab6f657 span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one_e6d2aa0dcfce954d ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one_e6d2aa0dcfce954d .action-btn_6cd0e20dfcfd9123 {
  max-width: 335px;
  margin: auto auto 0;
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  padding: 10px 25px;
  font-size: 18px;
  color: #8B8B8B;
}
.pricing-card-one_e6d2aa0dcfce954d .action-btn_6cd0e20dfcfd9123 a {
  font-weight: 500;
  color: #19352D;
}
.pricing-card-one_e6d2aa0dcfce954d .action-btn_6cd0e20dfcfd9123 a i {
  display: inline-block;
  width: 20px;
  line-height: 15px;
  background: #0C3A30;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  font-weight: 900;
  vertical-align: 3px;
  margin-left: 4px;
}
.pricing-card-one_e6d2aa0dcfce954d .action-btn_6cd0e20dfcfd9123 a:hover {
  text-decoration: underline;
}

.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 p {
  margin-bottom: 35px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .line-wrapper_3b33742ed8caafa5 {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .quote-wrapper_9fe52304c4a8c51f {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .quote-wrapper_9fe52304c4a8c51f .icon_d21d5e62f143d7c7 {
  margin-top: 7px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .quote-wrapper_9fe52304c4a8c51f blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #19352D;
  margin-bottom: 30px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .quote-wrapper_9fe52304c4a8c51f .shape_01_563916dd559f381d {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .list-item_fc8796cbe0fe2be1 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .list-item_fc8796cbe0fe2be1 li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details_eac1e42838703bc0 .details-meta_9182749cbc5c9c49 .list-item_fc8796cbe0fe2be1 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  padding: 24px 0;
  line-height: 20px;
  border-bottom: 1px dashed rgba(10, 64, 32, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a.active, .service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a:hover {
  color: #0A4020;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a.active img, .service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 a:hover img {
  opacity: 1;
}
.service-details_eac1e42838703bc0 .service-nav-item_df1aa66e459fd9f5 li:last-child a {
  border: none;
}
.service-details_eac1e42838703bc0 .contact-banner_bd69e2d3d358f122 {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details_eac1e42838703bc0 .contact-banner_bd69e2d3d358f122 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details_eac1e42838703bc0 .contact-banner_bd69e2d3d358f122 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details_eac1e42838703bc0 .contact-banner_bd69e2d3d358f122 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

#isotop-gallery-wrapper {
  margin: 0 -20px;
}
#isotop-gallery-wrapper .grid-sizer,
#isotop-gallery-wrapper .isotop-item {
  padding: 0 20px;
}
#isotop-gallery-wrapper.column-two_132876c883936cd9 .grid-sizer,
#isotop-gallery-wrapper.column-two_132876c883936cd9 .isotop-item {
  width: 50%;
}

.portfolio-one_37a43a27b724c547 {
  background: #fff;
  border: 1px solid #000;
}
.portfolio-one_37a43a27b724c547 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 50px;
}

.portfolio-block-one_1975b75eb34eda16 .img-holder_cf935c3d53eefa70 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_1975b75eb34eda16 .img-holder_cf935c3d53eefa70.round-border_a042572f45d4e992 {
  border-radius: 30px;
}
.portfolio-block-one_1975b75eb34eda16 .img-holder_cf935c3d53eefa70 .expend_fc342a36fae4571c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 35px;
  opacity: 0;
}
.portfolio-block-one_1975b75eb34eda16 .img-holder_cf935c3d53eefa70 i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio-block-one_1975b75eb34eda16 .img-holder_cf935c3d53eefa70 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_1975b75eb34eda16:hover .expend_fc342a36fae4571c {
  opacity: 1;
}
.portfolio-block-one_1975b75eb34eda16:hover .img-meta_38936f709d30e5b3 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_1975b75eb34eda16:hover .pj-title_2263357e94999650 {
  text-decoration: underline;
}
.portfolio-block-one_1975b75eb34eda16 .caption {
  margin-top: 35px;
}
.portfolio-block-one_1975b75eb34eda16 .caption .tag_0862cc664cafd01c {
  margin: 0 -3px;
}
.portfolio-block-one_1975b75eb34eda16 .caption .tag_0862cc664cafd01c li {
  margin: 0 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: #B8B8B8;
  padding: 0 14px;
  line-height: 21px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
}
.portfolio-block-one_1975b75eb34eda16 .caption .pj-title_2263357e94999650 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_1975b75eb34eda16 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_1975b75eb34eda16 .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two_47621dedc776a6cb {
  z-index: 1;
}
.portfolio-two_47621dedc776a6cb .slider-wrapper_37449ae0319930f1 {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two_47621dedc776a6cb .slider-wrapper_37449ae0319930f1 .slick-slider_1e5bd54dca42fb8a {
  margin: 0 -25px;
}
.portfolio-two_47621dedc776a6cb .slider-wrapper_37449ae0319930f1 .slick-slider_1e5bd54dca42fb8a .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two_47621dedc776a6cb .slick-arrow-one_a3403c908bf9c427 {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two_47621dedc776a6cb .slick-arrow-one_a3403c908bf9c427 li {
  cursor: pointer;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #1F5E59;
  text-align: center;
  line-height: 57px;
  font-size: 24px;
  margin: 0 2px;
  transition: all 0.2s ease-in-out 0s;
}
.portfolio-two_47621dedc776a6cb .slick-arrow-one_a3403c908bf9c427 li:hover {
  background: #1F5E59;
  color: #fff;
}

.portfolio-block-two_70c7aec907a7c566 .img-wrapper_e8dfa1cacbdf2e38 {
  border-radius: 30px;
  overflow: hidden;
}
.portfolio-block-two_70c7aec907a7c566 .caption {
  padding: 40px 0 30px;
  border-bottom: 1px solid #044F3B;
}
.portfolio-block-two_70c7aec907a7c566 .caption span {
  display: block;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.3);
}
.portfolio-block-two_70c7aec907a7c566 .caption h3 a {
  font-size: 40px;
  letter-spacing: -1px;
  color: #1F5E59;
}
.portfolio-block-two_70c7aec907a7c566 .caption h3 a:hover {
  text-decoration: underline;
}
.portfolio-block-two_70c7aec907a7c566 .caption .round-btn_5ba3dce6822ab491 {
  font-size: 30px;
  width: 70px;
  height: 70px;
  border: 1px solid #1F5E59;
  color: #1F5E59;
}
.portfolio-block-two_70c7aec907a7c566 .caption .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
}

.portfolio-three_6847d274ccadd8cb .shape_01_563916dd559f381d {
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.portfolio-block-three_0428d3c48bcf6163 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 80px 0;
}
.portfolio-block-three_0428d3c48bcf6163:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.portfolio-block-three_0428d3c48bcf6163 .num_3f898294ae3df37d {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
.portfolio-block-three_0428d3c48bcf6163 .media-img_c65084e31254afbc {
  width: 27%;
  padding: 0 45px 0 65px;
}
.portfolio-block-three_0428d3c48bcf6163 .media-img_c65084e31254afbc .img_14a2e55152c4b594 {
  background: #044F3B;
  border-radius: 75px;
  overflow: hidden;
}
.portfolio-block-three_0428d3c48bcf6163 .title {
  width: 40%;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 500;
  color: #1F5E59;
}
.portfolio-block-three_0428d3c48bcf6163 .arrow-btn_a321d86076695a7b {
  margin-left: auto;
  width: 108px;
  height: 108px;
}
.portfolio-block-three_0428d3c48bcf6163 .arrow-btn_a321d86076695a7b:hover {
  background: #FFDB1E;
}
.portfolio-block-three_0428d3c48bcf6163 .arrow-btn_a321d86076695a7b:hover img {
  transform: rotate(-45deg);
}
.portfolio-block-three_0428d3c48bcf6163:hover .img_14a2e55152c4b594 img {
  opacity: 0.5;
}

.project-details-one_d29242efb3e0cf81 {
  z-index: 2;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd .inner-wrapper_6f0a4e07ee56e769 {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd li {
  width: 33.333%;
  padding: 35px 3%;
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
  background: #CFFF45;
  margin-bottom: -1px;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd li:last-child {
  border: none;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd li .icon_d21d5e62f143d7c7 {
  max-width: 40px;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd li .text1_51dff9a434773ff0 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one_d29242efb3e0cf81 .project-info_c62af39bdf2dc2dd li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one_d29242efb3e0cf81 .upper-title_9d5245d31488cb49 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one_d29242efb3e0cf81 h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one_d29242efb3e0cf81 p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one_d29242efb3e0cf81 .img-gallery_ed31b85e8da3a2e1 img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one_d29242efb3e0cf81 .social-share_b69c253013848a58 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one_d29242efb3e0cf81 .social-share_b69c253013848a58 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.project-details-two_200dfdc363225fc3 .bg-wrapper_82cb06852c91744e {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 {
  height: 100%;
}
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-control-next_cd44fcbf813ea07e,
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-control-prev_97aaec90d58214c4 {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #19352D;
  opacity: 1;
  right: 0;
  bottom: 0;
  top: auto;
  transition: all 0.2s ease-in-out 0s;
}
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-control-next_cd44fcbf813ea07e:hover,
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-control-prev_97aaec90d58214c4:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_200dfdc363225fc3 .slider-wrapper_37449ae0319930f1 .carousel-control-prev_97aaec90d58214c4 {
  left: auto;
  right: 45px;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 h3 {
  font-size: 36px;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .list-meta_57285dc2d1ea1f38 li {
  padding: 22px 0;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .list-meta_57285dc2d1ea1f38 .icon_d21d5e62f143d7c7 {
  width: 40px;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .list-meta_57285dc2d1ea1f38 .text1_51dff9a434773ff0 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .list-meta_57285dc2d1ea1f38 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .social-share_b69c253013848a58 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_200dfdc363225fc3 .info-wrapper_50fbf5c4861a4310 .social-share_b69c253013848a58 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.feedback-section-one_8821035ac8fd915c {
  border-bottom: 1px dashed #CACACA;
}
.feedback-section-one_8821035ac8fd915c.top-border_41fbfe2c73a91c06 {
  border-top: 1px dashed #CACACA;
}
.feedback-section-one_8821035ac8fd915c .title-one_8351b82199d8e118 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback-section-one_8821035ac8fd915c .icon_d21d5e62f143d7c7 {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 12px;
  background: #CFFF45;
  right: 0;
  bottom: -1%;
}

.feedback-block-one_eb6cf78803797393 blockquote {
  font-size: 32px;
  line-height: 1.531em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-one_eb6cf78803797393 .avatar_2108a4e3152997fe {
  width: 60px;
  height: 60px;
}
.feedback-block-one_eb6cf78803797393 .line_aa45d81a60486585 {
  width: 70%;
  height: 1px;
  background: #000;
}
.feedback-block-one_eb6cf78803797393 .count_ca33f0e3fb6f29fa {
  width: 30%;
  text-align: right;
  padding-left: 15px;
  color: rgba(0, 0, 0, 0.3);
}

.feedback-section-two_25fac955abc328d3 {
  z-index: 1;
}
.feedback-section-two_25fac955abc328d3 .slider-wrapper_37449ae0319930f1 {
  width: calc(100vw + 210px);
  transform: translateX(-105px);
}
.feedback-section-two_25fac955abc328d3 .shape_01_563916dd559f381d {
  top: 0;
  left: 11%;
  width: 2.65%;
  min-width: 30px;
  animation: rotated 48s infinite linear;
}

.feedback-block-two_ec33a6955fea8c4e {
  border: 1px solid #E1E2E2;
  border-radius: 20px;
  padding: 34px 48px 30px;
}
.feedback-block-two_ec33a6955fea8c4e .avatar_2108a4e3152997fe {
  width: 55px;
  height: 55px;
}
.feedback-block-two_ec33a6955fea8c4e .name {
  color: #19352D;
}
.feedback-block-two_ec33a6955fea8c4e blockquote {
  color: #0E3F30;
  margin: 24px 0 43px;
}
.feedback-block-two_ec33a6955fea8c4e .bottom-line_a757ed12f7f75f7e {
  border-top: 1px solid #E1E2E2;
  padding-top: 24px;
}
.feedback-block-two_ec33a6955fea8c4e .bottom-line_a757ed12f7f75f7e .rating_5c8ba2b48864f241 li {
  color: #FFCC4A;
  margin-right: 5px;
  font-size: 18px;
}

.slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e {
  background: #29594B;
  border-color: #29594B;
}
.slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e .name, .slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e blockquote {
  color: #fff;
}
.slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e p {
  color: rgba(255, 255, 255, 0.5);
}
.slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e .bottom-line_a757ed12f7f75f7e {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-center_906cbf46b497aed7 .feedback-block-two_ec33a6955fea8c4e .bottom-line_a757ed12f7f75f7e .icon_d21d5e62f143d7c7 {
  filter: brightness(0) invert(1);
}

.feedback-section-three_f513b1babbb73655 .slider-wrapper_37449ae0319930f1 {
  padding-left: 100px;
}
.feedback-section-three_f513b1babbb73655 .slider-wrapper_37449ae0319930f1 .icon_d21d5e62f143d7c7 {
  left: 0;
  top: 18px;
}
.feedback-section-three_f513b1babbb73655 .slick-dots_3c45cdc55c851db3 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_f513b1babbb73655 .slick-dots_3c45cdc55c851db3 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_f513b1babbb73655 .slick-dots_3c45cdc55c851db3 .slick-active button {
  background: #000;
}
.feedback-section-three_f513b1babbb73655 .rating-box_63df56f94fe5c17e {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_f513b1babbb73655 .rating-box_63df56f94fe5c17e .rating_5c8ba2b48864f241 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_f513b1babbb73655 .shape_01_563916dd559f381d {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_f513b1babbb73655 .shape_02_e41f775fff7ed765 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three_f73f48ffabd1070a blockquote {
  font-size: 36px;
  line-height: 1.611em;
  color: #000;
}

.feedback-section-four_8c3f390b7befdd68 .slider-arrows_6620d4b104a01645 {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four_8c3f390b7befdd68 .slider-arrows_6620d4b104a01645 li {
  width: 50%;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.feedback-section-four_8c3f390b7befdd68 .slider-arrows_6620d4b104a01645 li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four_8c3f390b7befdd68 .partner-logo-one_7603a9beb2c8284e {
  border-bottom: 2px dashed #e3e3e3;
}

.feedback-block-four_a76455d8df85cd62 {
  border: 2px solid #0E3E2F;
  border-radius: 20px;
  padding: 35px 48px 35px;
}
.feedback-block-four_a76455d8df85cd62 .rating_5c8ba2b48864f241 li {
  color: #FFCC4A;
  margin-right: 6px;
  font-size: 18px;
}
.feedback-block-four_a76455d8df85cd62 .icon_d21d5e62f143d7c7 {
  width: 30px;
}
.feedback-block-four_a76455d8df85cd62 .avatar_2108a4e3152997fe {
  width: 55px;
  height: 55px;
}
.feedback-block-four_a76455d8df85cd62 blockquote {
  font-size: 28px;
  line-height: 1.571em;
  color: #0E3F30;
  margin: 37px 0 52px;
}
.feedback-block-four_a76455d8df85cd62:hover {
  background: #F8FCF4;
  border-color: #F8FCF4;
}

.feedback-section-five_1c891ba6fafc3f39 {
  background: #DFFF5E;
  border: 1px solid #000;
  z-index: 1;
  overflow: hidden;
}
.feedback-section-five_1c891ba6fafc3f39:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../visuals/assets_b666cc6938/bg_06.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.feedback-section-five_1c891ba6fafc3f39 .slick-dots_3c45cdc55c851db3 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -85px;
}
.feedback-section-five_1c891ba6fafc3f39 .slick-dots_3c45cdc55c851db3 li button {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-five_1c891ba6fafc3f39 .slick-dots_3c45cdc55c851db3 .slick-active button {
  background: #000;
}
.feedback-section-five_1c891ba6fafc3f39 .shape_01_563916dd559f381d {
  bottom: 1%;
  left: 19%;
  width: 34%;
}
.feedback-section-five_1c891ba6fafc3f39 .shape_02_e41f775fff7ed765 {
  bottom: 3%;
  right: 8%;
  width: 24%;
}

.feedback-block-five_baea2a2e2683a53c blockquote {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.166em;
  color: #000;
  margin-bottom: 40px;
}
.feedback-block-five_baea2a2e2683a53c .name {
  font-size: 28px;
  color: #000;
}

.feedback-section-six_3b56992de30ed846 {
  z-index: 1;
}
.feedback-section-six_3b56992de30ed846 .icon-container_c1b1fcf2177b4b98 {
  width: 90%;
  margin: 0 auto;
}
.feedback-section-six_3b56992de30ed846 .icon-container_c1b1fcf2177b4b98:before, .feedback-section-six_3b56992de30ed846 .icon-container_c1b1fcf2177b4b98:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}
.feedback-section-six_3b56992de30ed846 .icon-container_c1b1fcf2177b4b98:after {
  left: auto;
  right: 0;
}
.feedback-section-six_3b56992de30ed846 .icon-container_c1b1fcf2177b4b98 .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #CFFF45;
}
.feedback-section-six_3b56992de30ed846 .slick-dots_3c45cdc55c851db3 {
  margin: 95px 0 0;
  padding: 0;
  justify-content: center;
}
.feedback-section-six_3b56992de30ed846 .slick-dots_3c45cdc55c851db3 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1F5E59;
}
.feedback-section-six_3b56992de30ed846 .slick-dots_3c45cdc55c851db3 .slick-active button {
  background: #1F5E59;
}
.feedback-section-six_3b56992de30ed846 .shape_01_563916dd559f381d {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six_3b56992de30ed846 .shape_02_e41f775fff7ed765 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}
.feedback-section-six_3b56992de30ed846 .shape_03_4b24b6c2d3f77e98 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six_800b7dcb8fcab620 p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}
.feedback-block-six_800b7dcb8fcab620 h6 {
  display: inline-block;
}
.feedback-block-six_800b7dcb8fcab620 h6:before, .feedback-block-six_800b7dcb8fcab620 h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}
.feedback-block-six_800b7dcb8fcab620 h6:after {
  left: auto;
  right: -175px;
}

.feedback-section-seven_4bed7e21033cd2aa .slider-arrows_6620d4b104a01645 {
  position: absolute;
  top: 35%;
  width: 100%;
  max-width: 1600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.feedback-section-seven_4bed7e21033cd2aa .slider-arrows_6620d4b104a01645 li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.feedback-section-seven_4bed7e21033cd2aa .slider-arrows_6620d4b104a01645 li:hover {
  background-color: #D0FF45;
  border-color: #D0FF45;
}

.feedback-block-seven_16b8781a6d42dfb8 {
  text-align: center;
}
.feedback-block-seven_16b8781a6d42dfb8 blockquote {
  font-size: 48px;
  line-height: 1.3125em;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.5px;
}
.feedback-block-seven_16b8781a6d42dfb8 .name {
  font-size: 22px;
}

.feedback-section-eight_5ea4ae1856d9edfb {
  background: #144D41;
}
.feedback-section-eight_5ea4ae1856d9edfb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../visuals/shape_4def4b263d/shape_53.svg) no-repeat center;
  background-size: cover;
}
.feedback-section-eight_5ea4ae1856d9edfb .wrapper_1e0be141dcf7805d {
  background: #26685A;
  padding: 95px 80px;
  border-radius: 20px;
}
.feedback-section-eight_5ea4ae1856d9edfb .slider-arrows_6620d4b104a01645 {
  position: absolute;
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.feedback-section-eight_5ea4ae1856d9edfb .slider-arrows_6620d4b104a01645 li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #144D41;
  background: #2B5F54;
  padding: 15px;
  cursor: pointer;
}

.feedback-block-eight_2a4c51b8dd5313e3 .media-img_c65084e31254afbc {
  border-radius: 20px;
}
.feedback-block-eight_2a4c51b8dd5313e3 .icon_d21d5e62f143d7c7 {
  width: 70px;
  height: 70px;
  background: #FFDB1E;
}
.feedback-block-eight_2a4c51b8dd5313e3 blockquote {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  font-style: italic;
  margin: 30px 0 52px;
}
.feedback-block-eight_2a4c51b8dd5313e3 h6 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.feedback-block-eight_2a4c51b8dd5313e3 span {
  font-size: 22px;
  color: #fff;
}
.feedback-block-eight_2a4c51b8dd5313e3 .rating_5c8ba2b48864f241 li {
  margin-right: 6px;
}
.feedback-block-eight_2a4c51b8dd5313e3 .rating_5c8ba2b48864f241 li i {
  font-size: 18px;
  color: #FFDB1E;
}
.feedback-block-eight_2a4c51b8dd5313e3 .rating_5c8ba2b48864f241 li span {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-left: 8px;
  color: #fff;
}

.blog-section-one_8923a2adbcfad264 {
  z-index: 1;
}
.blog-section-one_8923a2adbcfad264:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 17%;
  background: #EBF3EE;
  z-index: -1;
}
.blog-section-one_8923a2adbcfad264 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 65px;
  z-index: 1;
}

.blog-meta-one_569cfb5b2f2f1557 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_569cfb5b2f2f1557 .post-data_07896c5f6b23cd1d {
  padding: 30px 35px 25px;
}
.blog-meta-one_569cfb5b2f2f1557 .post-data_07896c5f6b23cd1d .post-info_5c9014fcbecd3ab1 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_569cfb5b2f2f1557 .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_569cfb5b2f2f1557 .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a:hover {
  text-decoration: underline;
}
.blog-meta-one_569cfb5b2f2f1557 .post-img_642cc6c8db17c65d {
  height: 350px;
  border-radius: 0 0 30px 30px;
  padding: 0 25px 25px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-one_569cfb5b2f2f1557 .post-img_642cc6c8db17c65d .round-btn_5ba3dce6822ab491 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_569cfb5b2f2f1557:hover .round-btn_5ba3dce6822ab491 {
  background: #CFFF45;
}
.blog-meta-one_569cfb5b2f2f1557.style-two_b41586893dd4bb3d {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_569cfb5b2f2f1557.style-two_b41586893dd4bb3d .post-img_642cc6c8db17c65d {
  border-radius: 0;
}
.blog-meta-one_569cfb5b2f2f1557.style-two_b41586893dd4bb3d .blog-title_4e715faf9d07f43a {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

.blog-section-two_c776326028e1e501 {
  z-index: 1;
}
.blog-section-two_c776326028e1e501 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 25px;
}
.blog-section-two_c776326028e1e501 .shape_01_563916dd559f381d {
  bottom: 7%;
  right: 15%;
  width: 1.1%;
  animation: rotated 50s infinite linear;
}

.blog-meta-two_e9b12fa87ccc552c {
  background: #fff;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d {
  padding-top: 30px;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a {
  width: 70%;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .round-btn_5ba3dce6822ab491 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .round-btn_5ba3dce6822ab491:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_e9b12fa87ccc552c .post-data_07896c5f6b23cd1d .post-info_5c9014fcbecd3ab1 {
  border-top: 1px solid #D1D1D1;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.blog-meta-two_e9b12fa87ccc552c .post-img_642cc6c8db17c65d {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_e9b12fa87ccc552c .post-img_642cc6c8db17c65d .date_834dbb5c1558d9b5 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d {
  background: #F4F4F4;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 35px!important;
}
h1 {
  font-size: 50px!important;
}
h2 {
  font-size: 45px!important;
}
h3 {
  font-size: 40px!important;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d p {
  font-size: 18px;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d .post-img_642cc6c8db17c65d {
  height: auto;
  width: 100%;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d .post-data_07896c5f6b23cd1d {
  padding: 26px 0;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d .post-data_07896c5f6b23cd1d .post-info_5c9014fcbecd3ab1 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_e9b12fa87ccc552c.style-two_b41586893dd4bb3d .post-data_07896c5f6b23cd1d .round-btn_5ba3dce6822ab491 {
  border: none;
}

.signup-btn-one_099ccccc1b6e2c2b span {
  display: inline-block;
  font-weight: 500;
  color: #19352D;
  padding: 0 30px;
  line-height: 45px;
  border: 2px solid #29594B;
  border-radius: 30px;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.signup-btn-one_099ccccc1b6e2c2b .icon_d21d5e62f143d7c7 {
  width: 49px;
  height: 49px;
  background: #29594B;
  color: #fff;
  font-size: 22px;
  margin-left: -12px;
  transition: all 0.2s ease-in-out 0s;
  padding: 0;
}

.blog-section-three_67d3ae6c9c464021 {
  z-index: 1;
}
.blog-section-three_67d3ae6c9c464021 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_8e3524d35252d22d {
  z-index: 5;
}
.blog-section-four_8e3524d35252d22d.block-feature-three_246f2f58a59ad399:before {
  display: none;
}
.blog-section-four_8e3524d35252d22d.block-feature-three_246f2f58a59ad399 .block-one_80e6dc2803be7160 {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

.blog-section-five_83587b3d1bb974e3 {
  background: #EDF8EB;
  border: 1px solid #000;
  z-index: 5;
}
.blog-section-five_83587b3d1bb974e3 .section-btn_e4d5d4e1fd398963 {
  position: absolute;
  right: 0;
  top: 50px;
}
.blog-section-five_83587b3d1bb974e3 .wrapper_1e0be141dcf7805d {
  border-top: 2px solid #000;
}
.blog-section-five_83587b3d1bb974e3 .wrapper_1e0be141dcf7805d:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #000;
  top: 0;
  right: 50%;
}

.blog-meta-three_0a5854c01696c593 .tag_0862cc664cafd01c {
  line-height: 27px;
  border-radius: 20px;
  background: #000;
  font-size: 14px;
  padding: 0 16px;
  letter-spacing: 1px;
  color: #fff;
}
.blog-meta-three_0a5854c01696c593 .blog-title_4e715faf9d07f43a {
  font-size: 50px;
  line-height: 1.16em;
  color: #000;
  margin: 37px 0 24px;
}
.blog-meta-three_0a5854c01696c593 .round-btn_5ba3dce6822ab491 {
  font-size: 25px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  color: #19352D;
}
.blog-meta-three_0a5854c01696c593 .round-btn_5ba3dce6822ab491:hover {
  background: #000;
  color: #fff;
}

.blog-meta-four_27baa62eeabe1916 {
  border: 1px solid #DFDFDF;
  border-radius: 30px;
  padding: 75px 35px 52px;
  text-align: center;
}
.blog-meta-four_27baa62eeabe1916 .post-data_07896c5f6b23cd1d {
  position: relative;
  padding: 42px 12px 28px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-meta-four_27baa62eeabe1916 .post-data_07896c5f6b23cd1d .icon_d21d5e62f143d7c7 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-meta-four_27baa62eeabe1916 .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a h4 {
  font-size: 43px;
  line-height: 1.302em;
  margin: 0;
}
.blog-meta-four_27baa62eeabe1916 .post-data_07896c5f6b23cd1d .blog-title_4e715faf9d07f43a h4:hover {
  text-decoration: underline;
}
.blog-meta-four_27baa62eeabe1916 .post-info_5c9014fcbecd3ab1 {
  font-size: 20px;
  margin: 35px 0 0;
}
.blog-meta-four_27baa62eeabe1916 .post-info_5c9014fcbecd3ab1 span {
  color: rgba(0, 0, 0, 0.5);
}

.blog-sidebar_a0545c93ae3a0ae6 .sidebar-title_1c2e1c0ce2d7046c {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar_a0545c93ae3a0ae6 .sidebar-search_312cf21422b4459a {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar_a0545c93ae3a0ae6 .sidebar-search_312cf21422b4459a input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar_a0545c93ae3a0ae6 .sidebar-search_312cf21422b4459a button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594B;
  color: #fff;
}
.blog-sidebar_a0545c93ae3a0ae6 .sidebar-search_312cf21422b4459a button:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-category_521645baf64801fe li a {
  line-height: 54px;
  color: #19352D;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-category_521645baf64801fe li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-category_521645baf64801fe li a:hover {
  text-decoration: underline;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275 .post-img_642cc6c8db17c65d {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275 .date_834dbb5c1558d9b5 {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275 .blog-title_4e715faf9d07f43a h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-recent-news_a4e1ab21bc06d21a .recent-news_3179eb5edba75275 .blog-title_4e715faf9d07f43a h3:hover {
  text-decoration: underline;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-keyword_ac86fccfef75b9d8 ul {
  margin: 0 -4px;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-keyword_ac86fccfef75b9d8 ul li {
  margin: 0 4px 10px;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-keyword_ac86fccfef75b9d8 ul li a {
  line-height: 35px;
  background: #EFF6F3;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px;
  color: #244034;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_a0545c93ae3a0ae6 .blog-keyword_ac86fccfef75b9d8 ul li a:hover {
  background: #29594B;
  color: #fff;
}
.blog-sidebar_a0545c93ae3a0ae6 .contact-banner_bd69e2d3d358f122 {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar_a0545c93ae3a0ae6 .contact-banner_bd69e2d3d358f122 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar_a0545c93ae3a0ae6 .contact-banner_bd69e2d3d358f122 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar_a0545c93ae3a0ae6 .contact-banner_bd69e2d3d358f122 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f .wrapper_1e0be141dcf7805d {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f .wrapper_1e0be141dcf7805d .icon_d21d5e62f143d7c7 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f .wrapper_1e0be141dcf7805d h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .quote-wrapper_9fe52304c4a8c51f h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .img-gallery_ed31b85e8da3a2e1 {
  margin-bottom: 50px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .img-gallery_ed31b85e8da3a2e1 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .list-item_fc8796cbe0fe2be1 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_aa8135d587d77e17 .post-details-meta_6ba7ee8a656edd7f .list-item_fc8796cbe0fe2be1 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c {
  padding: 10px 0 5px;
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c .tags_d82596a8e82b8e91 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c .tags_d82596a8e82b8e91 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c .tags_d82596a8e82b8e91 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c .share-icon_deb2dd5a1a0ed230 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_aa8135d587d77e17 .bottom-widget_a3a698de342f7c7c .share-icon_deb2dd5a1a0ed230 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_aa8135d587d77e17 .grey-bg_19db8cfb0d6a716c {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_aa8135d587d77e17 .blog-inner-title_aa1e6e4c0b395e6f {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad {
  margin: 60px 0;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e:last-child {
  padding-bottom: 5px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .reply-comment_0511499279e2e539 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .user-avatar_652390ba34a0f209 {
  width: 60px;
  height: 60px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 .date_834dbb5c1558d9b5 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 .reply-btn_2e6d672dc5491170 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  width: 60px;
  line-height: 25px;
  background: #29594B;
  border-radius: 3px;
}
.blog-details_aa8135d587d77e17 .blog-comment-area_b2c15aab6ecf81ad .comment_c02acb0ad81d3a6e .comment-text_4fa0af456765cd89 .reply-btn_2e6d672dc5491170:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_aa8135d587d77e17 .blog-comment-form_9ece7ecfdb66da38 p a {
  color: #19352D;
}
.blog-details_aa8135d587d77e17 .blog-comment-form_9ece7ecfdb66da38 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_aa8135d587d77e17 .blog-comment-form_9ece7ecfdb66da38 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_aa8135d587d77e17 .blog-comment-form_9ece7ecfdb66da38 form textarea {
  display: block;
  font-size: 17px;
  width: 100%;
  max-width: 100%;
  height: 145px;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  background: #fff;
}

.map-banner_1bf5009d8d9b97f5 {
  height: 600px;
}

.address-block-one_f1444f87b2734e5d .icon_d21d5e62f143d7c7 {
  width: 80px;
  height: 80px;
  background: #29594B;
}
.address-block-one_f1444f87b2734e5d .title {
  font-family: "Satoshi";
  font-size: 24px;
  padding: 20px 0 5px;
}
.address-block-one_f1444f87b2734e5d p {
  line-height: 1.6em;
  color: #878787;
}
.address-block-one_f1444f87b2734e5d p .call {
  color: #29594B;
}
.address-block-one_f1444f87b2734e5d p .call:hover {
  text-decoration: underline;
}
.address-block-one_f1444f87b2734e5d p .webaddress_aa6f456a25df69f8 {
  color: #29594B;
  text-decoration: underline;
}

.contact-us-section_c2b87ce00bdf1504 .bg-wrapper_82cb06852c91744e {
  border-radius: 40px;
  padding: 55px 55px 60px;
}

.form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 {
  position: relative;
}
.form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 input, .form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
}
.form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 input {
  height: 60px;
  padding: 0 20px;
}
.form-style-one_de420772529f33ea .input-group-meta_896015f8a3e5ffb5 textarea {
  height: 165px;
  padding: 15px 20px;
}
.form-style-one_de420772529f33ea .btn-four_8617fd6160072435 {
  font-weight: 500;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 8px;
}

.form-style-two_364747de7096bc53 .input-group-meta_896015f8a3e5ffb5 {
  position: relative;
}
.form-style-two_364747de7096bc53 .input-group-meta_896015f8a3e5ffb5 input, .form-style-two_364747de7096bc53 .input-group-meta_896015f8a3e5ffb5 textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two_364747de7096bc53 .input-group-meta_896015f8a3e5ffb5 input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two_364747de7096bc53 .input-group-meta_896015f8a3e5ffb5 textarea {
  max-height: 160px;
  height: 160px;
  padding: 15px 20px;
}

#contact-form .help-block {
  position: absolute;
  left: 0;
  bottom: -18px;
  font-size: 13px;
  line-height: 20px;
  color: #ff4d44;
}
#contact-form .help-block ul {
  margin: 0;
}

.contact-section-one_7d9c1e04b73553b6 .media-img_c65084e31254afbc {
  border-radius: 20px;
}
.contact-section-one_7d9c1e04b73553b6 .shape_01_563916dd559f381d {
  top: 13%;
  left: 43%;
}

.footer-one_578023778107210e {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_578023778107210e .bottom-footer_acca36cbc9eb84b1 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_578023778107210e .social-icon_bb04e8bcc5ba7cfe a {
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_578023778107210e .social-icon_bb04e8bcc5ba7cfe a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_578023778107210e .footer-title_c0cd612869908a63 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_578023778107210e .footer-nav-link_57a90b477c81055a a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_578023778107210e .footer-nav-link_57a90b477c81055a a:hover {
  color: #fff;
}
.footer-nav-link_57a90b477c81055a p {
  font-size: 16px;
}
.logo_3c77b348ec4b42f6 img {
  max-width: 200px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
  font-size: 17px;
}

caption,
th,
td {
  font-weight: normal;
}
.casino-logos_dcf7d463530931f8 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_a6bfff6723d77009 {
  align-content: center;
}

th {
  font-weight: 500;
  padding: 10px;
}

td,
.wp-block-calendar_34b352f6eaeff334 tfoot td {
  padding: 7px 10px;
}

.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form input {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 80px 0 30px;
  border: none;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1);
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form button {
  width: 50px;
  height: 50px;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  background: #CFFF45;
  color: #29594B;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_578023778107210e .footer-newsletter_7d0c544cb42aec51 form button:hover {
  background: #fff;
}
.footer-one_578023778107210e .copyright_dfa16b1c785447a1 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_578023778107210e .bottom-nav_8ff21b0a579c1519 {
  margin: 0 -12px;
}
.footer-one_578023778107210e .bottom-nav_8ff21b0a579c1519 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_578023778107210e .bottom-nav_8ff21b0a579c1519 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two_b5f94fdc20721a58 {
  background: url(../visuals/media/img_18.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two_b5f94fdc20721a58.no-bg_1493e0337dea5ad4 {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_b5f94fdc20721a58.no-bg_1493e0337dea5ad4:before {
  display: none;
}
.footer-two_b5f94fdc20721a58.no-bg_1493e0337dea5ad4 .bg-wrapper_82cb06852c91744e {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_b5f94fdc20721a58.no-bg_1493e0337dea5ad4 .bg-wrapper_82cb06852c91744e .copyright_dfa16b1c785447a1 {
  left: 0;
}
.footer-two_b5f94fdc20721a58:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #F5F8F7 0%, rgba(240, 243, 242, 0.58) 69.88%, rgba(238, 241, 240, 0.15) 100%);
}
.footer-two_b5f94fdc20721a58 .bg-wrapper_82cb06852c91744e {
  background: #FFFFFF;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  z-index: 1;
  padding: 70px 40px 40px;
}
.footer-two_b5f94fdc20721a58 .bg-wrapper_82cb06852c91744e .shape_01_563916dd559f381d {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_b5f94fdc20721a58 .bg-wrapper_82cb06852c91744e .shape_02_e41f775fff7ed765 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_b5f94fdc20721a58 .social-icon_bb04e8bcc5ba7cfe a {
  color: #29594B;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #29594B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_b5f94fdc20721a58 .social-icon_bb04e8bcc5ba7cfe a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_b5f94fdc20721a58 .footer-title_c0cd612869908a63 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_b5f94fdc20721a58 .footer-nav-link_57a90b477c81055a a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_b5f94fdc20721a58 .footer-nav-link_57a90b477c81055a a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_b5f94fdc20721a58 .copyright_dfa16b1c785447a1 {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_1cd9583f2d9dfe74 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_1cd9583f2d9dfe74 .round-bg_96b7d5cf59656e13 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_1cd9583f2d9dfe74 .round-bg_96b7d5cf59656e13.color-two_acedf6709ec6915e {
  background: #F6FFDD;
}
.footer-three_1cd9583f2d9dfe74 .footer-intro_094cb41a3ac51e83 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_1cd9583f2d9dfe74 .footer-intro_094cb41a3ac51e83 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_1cd9583f2d9dfe74 .footer-title_c0cd612869908a63 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_1cd9583f2d9dfe74 .footer-nav-link_57a90b477c81055a a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_1cd9583f2d9dfe74 .footer-nav-link_57a90b477c81055a a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .copyright_dfa16b1c785447a1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 {
  margin: 0 -12px;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 a:hover {
  text-decoration: underline;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe {
  margin: 0 -10px;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe a {
  margin: 0 10px;
}
.footer-three_1cd9583f2d9dfe74 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe a:hover {
  color: #19352D;
}
.footer-three_1cd9583f2d9dfe74 .shape_01_563916dd559f381d {
  top: -3%;
  left: -3%;
}
.footer-three_1cd9583f2d9dfe74 .shape_02_e41f775fff7ed765 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

.row.row-footer_7aff030995e2c44c {
  background-color: #e0e0e0;
  border-radius: 25px;
  padding: 5px 15px;
  justify-content: space-between;
}

.footer-large-wrapper_5d19cd1fbcd2b7c0 {
  z-index: 1;
}
.footer-large-wrapper_5d19cd1fbcd2b7c0:before {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  top: -20%;
  background: url(../visuals/assets_b666cc6938/bg_04.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}

.footer-four_761078d0cc5c5808 {
  padding: 75px 0 0;
}
.footer-four_761078d0cc5c5808 .footer-intro_094cb41a3ac51e83 p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-four_761078d0cc5c5808 .footer-intro_094cb41a3ac51e83 li {
  margin-top: 15px;
}
.footer-four_761078d0cc5c5808 .footer-intro_094cb41a3ac51e83 li .icon_d21d5e62f143d7c7 {
  width: 20px;
}
.footer-four_761078d0cc5c5808 .footer-intro_094cb41a3ac51e83 li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.footer-four_761078d0cc5c5808 .footer-intro_094cb41a3ac51e83 li a:hover {
  text-decoration: underline;
}
.footer-four_761078d0cc5c5808 .footer-title_c0cd612869908a63 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-four_761078d0cc5c5808 .footer-title_c0cd612869908a63:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #D3FF76;
}
.footer-four_761078d0cc5c5808 .footer-nav-link_57a90b477c81055a a {
  color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.footer-four_761078d0cc5c5808 .footer-nav-link_57a90b477c81055a a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 {
  border-top: 1px dashed #37665c;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .copyright_dfa16b1c785447a1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 {
  margin: 0 -12px;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 a {
  font-size: 18px;
  margin: 0 12px;
  color: #fff;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .bottom-nav_8ff21b0a579c1519 a:hover {
  text-decoration: underline;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe {
  margin: 0 -10px;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe a {
  margin: 0 10px;
  color: #fff;
}
.footer-four_761078d0cc5c5808 .bottom-footer_acca36cbc9eb84b1 .social-icon_bb04e8bcc5ba7cfe a:hover {
  color: #E6FD5A;
}

.footer-five_ee3819aecbbc948c {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_ee3819aecbbc948c:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../visuals/assets_b666cc6938/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_ee3819aecbbc948c h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 .round-btn_5ba3dce6822ab491 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 .round-btn_5ba3dce6822ab491:hover, .footer-five_ee3819aecbbc948c .btn-group_0494c3725eba7327 .round-btn_5ba3dce6822ab491:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_ee3819aecbbc948c .social-icon_bb04e8bcc5ba7cfe {
  margin: 0 -20px;
}
.footer-five_ee3819aecbbc948c .social-icon_bb04e8bcc5ba7cfe a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_ee3819aecbbc948c .social-icon_bb04e8bcc5ba7cfe a:hover {
  color: #DFFF5E;
}
.footer-five_ee3819aecbbc948c .bottom-nav_8ff21b0a579c1519 {
  margin: 0 -12px;
}
.footer-five_ee3819aecbbc948c .bottom-nav_8ff21b0a579c1519 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_ee3819aecbbc948c .bottom-nav_8ff21b0a579c1519 a:hover {
  text-decoration: underline;
}
.footer-five_ee3819aecbbc948c .shape_01_563916dd559f381d {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_ee3819aecbbc948c .shape_02_e41f775fff7ed765 {
  bottom: 41%;
  left: 13%;
  width: 1.7%;
  animation: rotated 48s infinite linear;
}

/* Custome Animation */
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge_c14e1cccb16468d2 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_13c38331d49b83c8 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_af427db73de5b844 {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse_ae599aeb1db4220c {
  animation-name: pulse;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake_9418b0b825f9e3a8 {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing_874c48e0d3d0de87 {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada_ce86bffe45511333 {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble_9edf5b2dc3054a9d {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn_369e8c753cae1d5f {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown_9d5569a169bcd4f1 {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft_0536650b8555d444 {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight_320e2b100d8f5cb6 {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp_9249028fd7da2abe {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut_d2df5b91ac452e5c {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_f1f13eb6ce975597 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_7c0a8d2d5b972163 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_73118c3189331034 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_2380351681d7f30e {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown_f1486684a7e76237 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_433356aaae2c4a3b {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_42270d1addac705f {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_4c5ad85d42132d4f {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_50d9bca412ff8165 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_37605f98b693e8db {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_cec7c4616ac7d4ae {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_83224ad0eb450915 {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown_8a398d5bcc656fbf {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_993aa1f13b33c335 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_8f0273a6d8ac5607 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_2acd4527b87a9815 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_8d19a3c55603b208 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_483541a008a80725 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_cdbfd65fda8951dc {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_bf26a1147c0ed1f7 {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip_38ac7d4981b13a25 {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX_f3822e475c485b1a {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY_16f92b3ac90990ea {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX_54387ab96c62c7d3 {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY_4fbdce7fb2ae7c6e {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn_15fe0256641f6b17 {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut_7507b958adea5923 {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn_16ed4742fad6e676 {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft_9f6cf7c36fb45437 {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight_a73d70e108f7cdaa {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft_490a1a2ce4544b07 {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight_63214feb9f0640f0 {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut_1a26ba1ca842cec1 {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft_1dda618567f19ac1 {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight_6a851e6b20f913c5 {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft_c180230be494c498 {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight_0114605dfef641e4 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_f6cae583d83b6e25 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_a70a9db98d17c3fd {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_6a0340bb07453be8 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_6c37c8021e59b824 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_f0ec0aaa6cfe7c86 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_2995923dfe75c85f {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_3ae44401589cd899 {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge_c14e1cccb16468d2 {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn_c30db95fe5552213 {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut_5278358ec4d6ac7b {
  animation-name: rollOut;
}
@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpTwo {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpThree {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, -20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFour {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jumpFive {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes prXOne {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes prXTwo {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotatedTwo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes scale-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }
  50% {
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    opacity: 0.8;
  }
  100% {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 1;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  100% {
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    opacity: 0;
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-up-two {
  0% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-three {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.shop-filter-one_86cd38acd4334947 .theme-select-menu_e9d94e4445807da5 {
  width: 100%;
  min-width: 145px;
  height: 45px;
  font-size: 17px;
  padding: 0 12px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-block-one_4af9a2ff5b2fe6f8 {
  overflow: hidden;
}
.product-block-one_4af9a2ff5b2fe6f8 .img-holder_cf935c3d53eefa70 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_4af9a2ff5b2fe6f8 .img-holder_cf935c3d53eefa70 .cart-icon_36303efa39d54efd {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 18px;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease-in-out 0s;
}
.product-block-one_4af9a2ff5b2fe6f8 .img-holder_cf935c3d53eefa70 .cart-icon_36303efa39d54efd:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_4af9a2ff5b2fe6f8 .img-holder_cf935c3d53eefa70 .cart-button_f1577e9974b8cb84 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  line-height: 48px;
  background: #29594B;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 0s;
}
.product-block-one_4af9a2ff5b2fe6f8 .img-holder_cf935c3d53eefa70 .cart-button_f1577e9974b8cb84:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_4af9a2ff5b2fe6f8 .product-title_d3ac6a77177a6e5c {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_4af9a2ff5b2fe6f8 .rating_5c8ba2b48864f241 {
  margin: 0 -3px;
}
.product-block-one_4af9a2ff5b2fe6f8 .rating_5c8ba2b48864f241 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_4af9a2ff5b2fe6f8 .rating_5c8ba2b48864f241 li .bi-star-fill_49088bb23d078957 {
  color: #FFCB65;
}
.product-block-one_4af9a2ff5b2fe6f8 .price_eee7c98e5ea0c0b2 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_4af9a2ff5b2fe6f8:hover .cart-button_f1577e9974b8cb84 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_4af9a2ff5b2fe6f8:hover .product-img_9b0fe22b883560b6 {
  transform: scale(0.95);
}
.product-block-one_4af9a2ff5b2fe6f8:hover .cart-icon_36303efa39d54efd {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_4af9a2ff5b2fe6f8:hover .product-title_d3ac6a77177a6e5c {
  text-decoration: underline;
}

.product-details-one_337336eb0d5deeb7 .product-img-tab_35c2d099e1fe9a24 {
  border: none;
}
.product-details-one_337336eb0d5deeb7 .product-img-tab_35c2d099e1fe9a24 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_337336eb0d5deeb7 .product-img-tab_35c2d099e1fe9a24 .nav-link img {
  max-height: 100%;
}
.product-details-one_337336eb0d5deeb7 .product-img-tab_35c2d099e1fe9a24 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_337336eb0d5deeb7 .product-img-tab-content_73664b23a3cddea0 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_337336eb0d5deeb7 .product-img-tab-content_73664b23a3cddea0 img {
  margin: auto;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .stock-tag_e654c48cc7991ef8 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #EAEAEA;
  border-radius: 3px;
  line-height: 25px;
  padding: 0 10px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .product-name_5b2624303bf811c9 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .rating_5c8ba2b48864f241 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .rating_5c8ba2b48864f241 li .bi-star-fill_49088bb23d078957 {
  color: #FFCB65;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .rating_5c8ba2b48864f241 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .rating_5c8ba2b48864f241 li a:hover {
  text-decoration: underline;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .price_eee7c98e5ea0c0b2 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .price_eee7c98e5ea0c0b2 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .availability_b8763fe12cf99a78 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .description-text_49412a783c9f40c6 {
  padding: 10px 0 15px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .product-feature_9cfc671793cdfb07 {
  margin-bottom: 20px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .product-feature_9cfc671793cdfb07 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .product-feature_9cfc671793cdfb07 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .customize-order_baa06c898ebba200 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .customize-order_baa06c898ebba200 .quantity_e2b07969b0105104 .button-group_41d8f15901944a12 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .customize-order_baa06c898ebba200 .quantity_e2b07969b0105104 .button-group_41d8f15901944a12 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .customize-order_baa06c898ebba200 .quantity_e2b07969b0105104 .button-group_41d8f15901944a12 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_337336eb0d5deeb7 .product-info_4ac1fe596aaf9696 .customize-order_baa06c898ebba200 .quantity_e2b07969b0105104 .button-group_41d8f15901944a12 li .product-value {
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  color: #000;
  max-width: 45px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 5px;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .nav-tabs_35b80253193026c7 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .nav-tabs_35b80253193026c7 .nav-link {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #19352D;
  letter-spacing: 1px;
  padding: 0 0 12px 0;
  position: relative;
  margin: 0 50px 0 0;
  border: none;
  border-radius: 0;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .nav-tabs_35b80253193026c7 .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: #000;
  transform: scale(0, 1);
  transition: all 0.3s ease-in-out 0s;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .nav-tabs_35b80253193026c7 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .nav-tabs_35b80253193026c7 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .tab-content_d187a8489b27604f h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .tab-content_d187a8489b27604f .product-feature_9cfc671793cdfb07 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .tab-content_d187a8489b27604f .product-feature_9cfc671793cdfb07 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .single-comment_2e3b01b7f2d238b7 {
  padding-bottom: 40px;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .single-comment_2e3b01b7f2d238b7:last-child {
  padding-bottom: 0;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-img_a99edb4756c00a6c {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-comment-data_f23fba5685cb187e {
  padding-left: 30px;
  position: relative;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-comment-data_f23fba5685cb187e .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-comment-data_f23fba5685cb187e .rating_5c8ba2b48864f241 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-comment-data_f23fba5685cb187e .rating_5c8ba2b48864f241 li .bi-star-fill_49088bb23d078957 {
  color: #FFCB65;
}
.product-details-one_337336eb0d5deeb7 .product-review-tab_f067af1b0f4459b0 .user-comment-area_1cbc9b5be676ee26 .user-comment-data_f23fba5685cb187e p {
  padding-top: 8px;
}

.cart-list-form_88f0e8c747b8d792 {
  position: relative;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda {
  margin: 0;
  background: transparent;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda th {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  border: none;
  border-bottom: 2px solid #000;
  padding: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
  color: #19352D;
  background: transparent;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda th:first-child {
  text-align: left;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-thumbnails_0029a94b45936b33 {
  width: 85px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-thumbnails_0029a94b45936b33 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-thumbnails_0029a94b45936b33 .product-img_9b0fe22b883560b6 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-info_4ac1fe596aaf9696 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-info_4ac1fe596aaf9696 .product-name_5b2624303bf811c9 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-info_4ac1fe596aaf9696 .serial_239da2e4ff5ace6d {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .product-info_4ac1fe596aaf9696 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .price_eee7c98e5ea0c0b2 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .quantity_e2b07969b0105104 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .quantity_e2b07969b0105104 li .btn_21ed4765b74a1025 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .quantity_e2b07969b0105104 li .product-value {
  font-size: 18px;
  font-weight: 500;
  color: #1d1d1d;
  max-width: 55px;
  background: transparent;
  border: none;
  text-align: center;
  padding-left: 12px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .remove-product_c2344216f87fb6e7 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_88f0e8c747b8d792 .table_4a6b782f0abf1fda tbody .remove-product_c2344216f87fb6e7:hover {
  color: #ff2759;
}
.cart-list-form_88f0e8c747b8d792 .cart-footer_c844571047e364d8 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_88f0e8c747b8d792 .cart-footer_c844571047e364d8 .coupon-form_6378a0fdea580baf input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_88f0e8c747b8d792 .cart-footer_c844571047e364d8 .cart-total-section_73e96254c19f8246 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_88f0e8c747b8d792 .cart-footer_c844571047e364d8 .cart-total-section_73e96254c19f8246 .cart-total-table_991d9ac8be9a4d3f tr th {
  font-size: 18px;
  font-weight: 500;
  color: rgba(29, 29, 29, 0.5);
  font-weight: normal;
  padding-right: 26px;
  padding-bottom: 16px;
}
.cart-list-form_88f0e8c747b8d792 .cart-footer_c844571047e364d8 .cart-total-section_73e96254c19f8246 .cart-total-table_991d9ac8be9a4d3f tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

.checkout-toggle-area_8f281cca835125be p {
  margin-bottom: 10px;
}
.checkout-toggle-area_8f281cca835125be p button {
  font-weight: 500;
  letter-spacing: 0px;
  color: #19352D;
  background: transparent;
  display: inline-block;
  text-decoration: underline;
}
.checkout-toggle-area_8f281cca835125be form input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 20px;
}
.checkout-toggle-area_8f281cca835125be form input:focus {
  border-color: #777;
}
.checkout-toggle-area_8f281cca835125be form .lost-passw_845a80ea0f98cded {
  color: #636067;
  font-size: 0.8em;
  margin: 12px 0 35px;
}
.checkout-toggle-area_8f281cca835125be form .lost-passw_845a80ea0f98cded:hover {
  text-decoration: underline;
}
.checkout-toggle-area_8f281cca835125be form button {
  line-height: 50px;
}
.checkout-toggle-area_8f281cca835125be form p {
  font-size: 0.9em;
  padding-top: 15px;
}

.checkout-form_8ced7851007764f2 .main-title_abe9ee8e70188d7e {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form_8ced7851007764f2 .single-input-wrapper_1d9aff5ccbf252f7 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_8ced7851007764f2 .theme-select-menu_e9d94e4445807da5 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_8ced7851007764f2 .theme-select-menu_e9d94e4445807da5 option {
  font-size: 0.85em;
}
.checkout-form_8ced7851007764f2 .checkbox-list_a30d8117eeaecc07 {
  padding-bottom: 44px;
}
.checkout-form_8ced7851007764f2 .checkbox-list_a30d8117eeaecc07 li label {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 15px;
  padding-left: 28px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 24px;
}
.checkout-form_8ced7851007764f2 .checkbox-list_a30d8117eeaecc07 li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 2px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-form_8ced7851007764f2 .checkbox-list_a30d8117eeaecc07 li input[type=checkbox] {
  display: none;
}
.checkout-form_8ced7851007764f2 .checkbox-list_a30d8117eeaecc07 li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_8ced7851007764f2 .other-note-area_34c61dbcc3405ec9 p {
  font-weight: 500;
  font-size: 16px;
  color: #19352D;
  margin-bottom: 6px;
}
.checkout-form_8ced7851007764f2 .other-note-area_34c61dbcc3405ec9 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be {
  width: 100%;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tbody {
  color: #19352D;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tbody th {
  padding-bottom: 15px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .product-review_ebbd3ac9151d32be tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: -30px;
  top: 0;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .order-review_5a924bdfb863816d .payment-list_988a2219d26d76e8 li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .policy-text_7876e2dadff4f878 {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .agreement-checkbox_ffd7983301a4266e label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #19352D;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .agreement-checkbox_ffd7983301a4266e label:before {
  content: "";
  width: 15px;
  height: 15px;
  line-height: 14px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .agreement-checkbox_ffd7983301a4266e input[type=checkbox] {
  display: none;
}
.checkout-form_8ced7851007764f2 .order-confirm-sheet_09e057576e0325ea .agreement-checkbox_ffd7983301a4266e input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_8ced7851007764f2 .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form_8ced7851007764f2 .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form_8ced7851007764f2 .credit-card-form input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 10px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.checkout-form_8ced7851007764f2 .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active_e5cce281900bca90 {
  height: auto;
}

.fancybox-is-hidden_78ca9e963792b743 {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage_5d30af98ab7387a8 {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open_ae0bb205132b2132 .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption_a604221318454c03, .fancybox-infobar_96c429e70dbfc1a5, .fancybox-navigation_77eff92fd8228835 .fancybox-button_4f808c7b39773064, .fancybox-toolbar_4051152c2b9453cb {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_63898711e7cf5a87 .fancybox-caption_a604221318454c03, .fancybox-show-infobar_bd1c501ad755d457 .fancybox-infobar_96c429e70dbfc1a5, .fancybox-show-nav_9a3fe94820f1e9d2 .fancybox-navigation_77eff92fd8228835 .fancybox-button_4f808c7b39773064, .fancybox-show-toolbar_32419d3cba8386ee .fancybox-toolbar_4051152c2b9453cb {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar_96c429e70dbfc1a5 {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar_4051152c2b9453cb {
  right: 0;
  top: 0;
}

.fancybox-stage_5d30af98ab7387a8 {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open_ae0bb205132b2132 .fancybox-stage_5d30af98ab7387a8 {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding_a8b5b03b020e168d .fancybox-slide, .fancybox-slide--current_4acf3b19bc78f623, .fancybox-slide--next_17ec39d507c3dc9c, .fancybox-slide--previous_185e91c9a4346a72 {
  display: block;
}

.fancybox-slide--next_17ec39d507c3dc9c {
  z-index: 99995;
}

.fancybox-slide--image_50af28549fd8219e {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image_50af28549fd8219e:before {
  display: none;
}

.fancybox-slide--html_50bada85f6194544 {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe_741a937a7110d494 {
  padding: 44px 44px 0;
}

.fancybox-content_ea48b2519d99e8c3 {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image_50af28549fd8219e .fancybox-content_ea48b2519d99e8c3 {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut_eb9cecc212574561 .fancybox-content_ea48b2519d99e8c3 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_83570a487c195b83 .fancybox-content_ea48b2519d99e8c3 {
  cursor: zoom-in;
}

.fancybox-can-drag_1d2dcdac0b810082 .fancybox-content_ea48b2519d99e8c3 {
  cursor: grab;
}

.fancybox-is-dragging_6f38d488efe7edda .fancybox-content_ea48b2519d99e8c3 {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball_0c399cd56ef62306 {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball_0c399cd56ef62306 {
  z-index: 1;
}

.fancybox-slide--html_50bada85f6194544 .fancybox-content_ea48b2519d99e8c3 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_741a937a7110d494 .fancybox-content_ea48b2519d99e8c3, .fancybox-slide--map_f5fb953073f5603e .fancybox-content_ea48b2519d99e8c3, .fancybox-slide--video_fbc9b30c7937cf24 .fancybox-content_ea48b2519d99e8c3 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_fbc9b30c7937cf24 .fancybox-content_ea48b2519d99e8c3 {
  background: #000;
}

.fancybox-slide--map_f5fb953073f5603e .fancybox-content_ea48b2519d99e8c3 {
  background: #e5e3df;
}

.fancybox-slide--iframe_741a937a7110d494 .fancybox-content_ea48b2519d99e8c3 {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe_ac3faa6ad6709422, .fancybox-video_a939c1775794b1ee {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe_ac3faa6ad6709422 {
  vertical-align: top;
}

.fancybox-error_e63fadb875bcf269 {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error_e63fadb875bcf269 p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button_4f808c7b39773064 {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button_4f808c7b39773064, .fancybox-button_4f808c7b39773064:link, .fancybox-button_4f808c7b39773064:visited {
  color: #ccc;
}

.fancybox-button_4f808c7b39773064:focus, .fancybox-button_4f808c7b39773064:hover {
  color: #fff;
}

.fancybox-button_4f808c7b39773064.disabled, .fancybox-button_4f808c7b39773064.disabled:hover, .fancybox-button_4f808c7b39773064[disabled], .fancybox-button_4f808c7b39773064[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button_4f808c7b39773064 svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button_4f808c7b39773064 svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause_f139f06221367e53 svg path:nth-child(1), .fancybox-button--play_2d118c14769a7ae7 svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play_2d118c14769a7ae7 svg path, .fancybox-button--share_63adf3a5602d32fd svg path, .fancybox-button--thumbs_0532e988a2764289 svg path {
  fill: currentColor;
}

.fancybox-button--share_63adf3a5602d32fd svg path {
  stroke-width: 1;
}

.fancybox-navigation_77eff92fd8228835 .fancybox-button_4f808c7b39773064 {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav_9a3fe94820f1e9d2 .fancybox-navigation_77eff92fd8228835 .fancybox-button_4f808c7b39773064 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation_77eff92fd8228835 .fancybox-button_4f808c7b39773064:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation_77eff92fd8228835 .fancybox-button--arrow_left_8a0d925f151cc3b0 {
  left: 6px;
}

.fancybox-navigation_77eff92fd8228835 .fancybox-button--arrow_right_8456165a7679fc96 {
  right: 6px;
}

.fancybox-close-small_97749410d8be7e06 {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small_97749410d8be7e06 svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small_97749410d8be7e06:focus {
  outline: none;
}

.fancybox-close-small_97749410d8be7e06:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe_741a937a7110d494 .fancybox-close-small_97749410d8be7e06, .fancybox-slide--image_50af28549fd8219e .fancybox-close-small_97749410d8be7e06, .fancybox-slide--video_fbc9b30c7937cf24 .fancybox-close-small_97749410d8be7e06 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_741a937a7110d494 .fancybox-close-small_97749410d8be7e06:hover svg, .fancybox-slide--image_50af28549fd8219e .fancybox-close-small_97749410d8be7e06:hover svg, .fancybox-slide--video_fbc9b30c7937cf24 .fancybox-close-small_97749410d8be7e06:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_30f9107666d83bb2 .fancybox-close-small_97749410d8be7e06, .fancybox-is-zoomable_4d869a5d44558dbc.fancybox-can-drag_1d2dcdac0b810082 .fancybox-close-small_97749410d8be7e06 {
  display: none;
}

.fancybox-caption_a604221318454c03 {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption_a604221318454c03:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption_a604221318454c03:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption_a604221318454c03 a, .fancybox-caption_a604221318454c03 a:link, .fancybox-caption_a604221318454c03 a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption_a604221318454c03 a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading_ac58cbf95a622c54 {
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fancybox-animated_0ee38ab74614740a {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide_62bb7cb9d4033313.fancybox-slide--previous_185e91c9a4346a72 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide_62bb7cb9d4033313.fancybox-slide--next_17ec39d507c3dc9c {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide_62bb7cb9d4033313.fancybox-slide--current_4acf3b19bc78f623 {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade_87dc65dd3a98cef7.fancybox-slide--next_17ec39d507c3dc9c, .fancybox-fx-fade_87dc65dd3a98cef7.fancybox-slide--previous_185e91c9a4346a72 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_87dc65dd3a98cef7.fancybox-slide--current_4acf3b19bc78f623 {
  opacity: 1;
}

.fancybox-fx-zoom-in-out_bfd1f2ec5fd1d046.fancybox-slide--previous_185e91c9a4346a72 {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out_bfd1f2ec5fd1d046.fancybox-slide--next_17ec39d507c3dc9c {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out_bfd1f2ec5fd1d046.fancybox-slide--current_4acf3b19bc78f623 {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate_5940f355f1faa0b7.fancybox-slide--previous_185e91c9a4346a72 {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate_5940f355f1faa0b7.fancybox-slide--next_17ec39d507c3dc9c {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate_5940f355f1faa0b7.fancybox-slide--current_4acf3b19bc78f623 {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular_ac3a40da2e591052.fancybox-slide--previous_185e91c9a4346a72 {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular_ac3a40da2e591052.fancybox-slide--next_17ec39d507c3dc9c {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular_ac3a40da2e591052.fancybox-slide--current_4acf3b19bc78f623 {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube_94a2fe691c991b05.fancybox-slide--previous_185e91c9a4346a72 {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube_94a2fe691c991b05.fancybox-slide--next_17ec39d507c3dc9c {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube_94a2fe691c991b05.fancybox-slide--current_4acf3b19bc78f623 {
  transform: translateZ(0) scale(1);
}

.fancybox-share_98756181c1c578ca {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share_98756181c1c578ca h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share_98756181c1c578ca p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button_2195b333bb2af45e {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button_2195b333bb2af45e:link, .fancybox-share__button_2195b333bb2af45e:visited {
  color: #fff;
}

.fancybox-share__button_2195b333bb2af45e:hover {
  text-decoration: none;
}

.fancybox-share__button--fb_22ddc01b5248ad43 {
  background: #3b5998;
}

.fancybox-share__button--fb_22ddc01b5248ad43:hover {
  background: #344e86;
}

.fancybox-share__button--pt_839e1879107917e5 {
  background: #bd081d;
}

.fancybox-share__button--pt_839e1879107917e5:hover {
  background: #aa0719;
}

.fancybox-share__button--tw_fec41bdb05554df2 {
  background: #1da1f2;
}

.fancybox-share__button--tw_fec41bdb05554df2:hover {
  background: #0d95e8;
}

.fancybox-share__button_2195b333bb2af45e svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button_2195b333bb2af45e svg path {
  fill: #fff;
}

.fancybox-share__input_53863d3f19174813 {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs_46bc0ecd4ea39f5d {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x_c1c400358673857d {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_4d9ce52f3e26a096 .fancybox-thumbs_46bc0ecd4ea39f5d {
  display: block;
}

.fancybox-show-thumbs_4d9ce52f3e26a096 .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs_46bc0ecd4ea39f5d > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x_c1c400358673857d > ul {
  overflow: hidden;
}

.fancybox-thumbs-y_5bf7298570765db5 > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y_5bf7298570765db5 > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y_5bf7298570765db5 > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs_46bc0ecd4ea39f5d > ul > li {
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading_e1108476f2ad22f6 {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs_46bc0ecd4ea39f5d > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs_46bc0ecd4ea39f5d > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs_46bc0ecd4ea39f5d .fancybox-thumbs-active_7ae981f4de24ce78:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs_46bc0ecd4ea39f5d {
    width: 110px;
  }
  .fancybox-show-thumbs_4d9ce52f3e26a096 .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs_46bc0ecd4ea39f5d > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider_1e5bd54dca42fb8a {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 -15px;
}

.slick-dots_3c45cdc55c851db3 {
  list-style-type: none;
  display: flex;
}

.slick-dots_3c45cdc55c851db3 li {
  display: inline-block;
}

.slick-dots_3c45cdc55c851db3 li button {
  text-indent: -50000px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #E4E4E4;
  transition: all 0.3s ease-in-out;
}

.slick-dots_3c45cdc55c851db3 .slick-active button {
  background: #0C3A30;
}

.slick-list_4335652a9004eae6 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list_4335652a9004eae6:focus {
  outline: none !important;
}

.slick-list_4335652a9004eae6.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider_1e5bd54dca42fb8a .slick-track_ab0678ac91928f55,
.slick-slider_1e5bd54dca42fb8a .slick-list_4335652a9004eae6 {
  transform: translate3d(0, 0, 0);
}

.slick-track_ab0678ac91928f55 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track_ab0678ac91928f55:before,
.slick-track_ab0678ac91928f55:after {
  display: table;
  content: "";
}

.slick-track_ab0678ac91928f55:after {
  clear: both;
}

.slick-loading_a2df2e644ffa5df5 .slick-track_ab0678ac91928f55 {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 15px;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading_a2df2e644ffa5df5 img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized_fbc68f2972be5942 .slick-slide {
  display: block;
}

.slick-loading_a2df2e644ffa5df5 .slick-slide {
  visibility: hidden;
}

.slick-vertical_cb490b66c88461e8 .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow_8b0eacf215eff1cb.slick-hidden_d2ea2a530dd635b6 {
  display: none;
}/*# sourceMappingURL=style.css.map */