@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_2cf978a9d4f0e2b3 {
  overflow-x: hidden;
}

.h1_b39b0372c2ce5468,
h1,
.h2_e2699237cdc0fd6a,
h2,
.h3_358aa95d28341209,
h3,
.h4_54ea7e3dd1e42295,
h4,
.h5_c858d92e4bd1884f,
h5,
.h6_39de4a2d5562f1c2,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_921e44c3ec953078 {
  margin: 30px;
}

.ctn-preloader_1a7c07137153b450 {
  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_1a7c07137153b450 .icon_08b8fec790f4eb09 {
  animation: rotated 8s infinite linear;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 30px;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7 {
  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_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7::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_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader_1a7c07137153b450 .txt-loading_a8b8edc618f252f8 .letters-loading_30258071a24b9fb7: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_501af8c4f3c46a56 {
  transition: all 0.3s ease-in-out;
}

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

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

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

.btn-one_7b6f2ab0cf52596e {
  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_7b6f2ab0cf52596e:hover {
  background-color: #29594B;
  color: #fff;
}

.btn-two_3ae4f4dfd01be265 {
  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_3ae4f4dfd01be265 .icon_08b8fec790f4eb09 {
  width: 1.35em;
}
.btn-two_3ae4f4dfd01be265:hover {
  background: #29594B;
  border-color: #29594B;
}

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

.btn-four_3676ea0c6f2402a1 {
  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_3676ea0c6f2402a1:hover {
  background-color: #CFFF45;
  color: #000;
}

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

.btn-six_034b34696503f3fe {
  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_034b34696503f3fe:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

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

.btn-eight_ddfd43e401fe491d .text {
  font-weight: 700;
  font-size: 18px;
  color: #19352D;
}
.btn-eight_ddfd43e401fe491d .icon_08b8fec790f4eb09 {
  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_ddfd43e401fe491d:hover .text {
  text-decoration: underline;
}
.btn-eight_ddfd43e401fe491d:hover .icon_08b8fec790f4eb09 {
  background: #CFFF45;
  color: #19352D;
}

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

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

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

.btn-twelve_43a8e277038d1a88 {
  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_43a8e277038d1a88:hover {
  background-color: #000;
  color: #fff;
}

.btn-thirteen_174500e4c21ac665 {
  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_174500e4c21ac665:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fourteen_efdd9fa9a24477bc {
  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_efdd9fa9a24477bc:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-fifteen_b6f03b9937bb076d {
  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_b6f03b9937bb076d:hover {
  background-color: #000;
  color: #fff;
}

.btn-sixteen_fc73588e0118a8b8 {
  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_fc73588e0118a8b8: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_fc73588e0118a8b8: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_fc73588e0118a8b8:hover {
  background: #DFFF5E;
}

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

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

.btn-nineteen_95840790615b3d25 {
  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_95840790615b3d25:hover {
  background: #1F5E59;
  color: #fff;
}

.btn-twenty_426bc22966d26a93 {
  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_426bc22966d26a93:hover {
  background-color: #E6FD5A;
  color: #000;
}

.btn-twentyOne_5506c2e4891472fa {
  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_5506c2e4891472fa:hover {
  background-color: #000;
  color: #fff;
}

.btn-twentytwo_5fb3bc3a3d81eb9a {
  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_5fb3bc3a3d81eb9a:hover {
  background-color: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}

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

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

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

.title-four_01354041627c3e38 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_8d5eab65c79412dd {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p0_c6c0824c91126712 {
  padding: 0 !important;
}

.m0_f3fa43b96cd21648 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_07da9a8d8588aa39 {
    padding: 0 !important;
  }
  .xl-m0_a4fa11f2313dde9c {
    margin: 0 !important;
  }
  .xl-pt-10_577ea238f1ba7477 {
    padding-top: 10px !important;
  }
  .xl-pt-20_09a8d62c373b1039 {
    padding-top: 20px !important;
  }
  .xl-pt-30_284a1ff1b358075e {
    padding-top: 30px !important;
  }
  .xl-pt-40_135f305763a3652d {
    padding-top: 40px !important;
  }
  .xl-pt-50_89b27e2709650266 {
    padding-top: 50px !important;
  }
  .xl-pt-60_b199e3e00a7d7ae6 {
    padding-top: 60px !important;
  }
  .xl-pt-70_5e0cfed411d5d916 {
    padding-top: 70px !important;
  }
  .xl-pt-80_ce114381bbbb6191 {
    padding-top: 80px !important;
  }
  .xl-pt-90_285dc2f84906b40b {
    padding-top: 90px !important;
  }
  .xl-pt-100_5e59e8015dc1ec8d {
    padding-top: 100px !important;
  }
  .xl-pt-110_1c26c63cbb96c531 {
    padding-top: 110px !important;
  }
  .xl-pt-120_7a35045a44609e90 {
    padding-top: 120px !important;
  }
  .xl-pt-130_945fdc51e29ba4c7 {
    padding-top: 130px !important;
  }
  .xl-pt-140_95a73c107c203838 {
    padding-top: 140px !important;
  }
  .xl-pt-150_88200406e413c3d8 {
    padding-top: 150px !important;
  }
  .xl-pt-200_99628ee11ff3697d {
    padding-top: 200px !important;
  }
  .xl-pb-10_7ed7545d15087109 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_074a82c811d285bb {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_b2370308336603d6 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_328ee1be7ea746e4 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_296e8147a7d08f27 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_eaf2414afdc7b652 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_fbaad114fd8a8b1e {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_16ea3fb0d38c370a {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_df115f69b61ee16d {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_a03d97f3f97ffbac {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_d9be887b520f158d {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_cdd9db6e874e3196 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_2e600a0f536d76c2 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_1906f4c7107ec02e {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_48da19ad50d0c9cf {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_082025c1ddd89b4b {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_10eea1d408a7278f {
    margin-top: 10px !important;
  }
  .xl-mt-20_8f6fdf7a75b5ac2f {
    margin-top: 20px !important;
  }
  .xl-mt-30_8c167f08772d937e {
    margin-top: 30px !important;
  }
  .xl-mt-40_39df402e081c08f7 {
    margin-top: 40px !important;
  }
  .xl-mt-50_053affc97659e650 {
    margin-top: 50px !important;
  }
  .xl-mt-60_d12f17405b7285ed {
    margin-top: 60px !important;
  }
  .xl-mt-70_1464ed36c7489a6a {
    margin-top: 70px !important;
  }
  .xl-mt-80_7b49ca0b3e3c6007 {
    margin-top: 80px !important;
  }
  .xl-mt-90_7c51099629b579fb {
    margin-top: 90px !important;
  }
  .xl-mt-100_a69e77e0f27948af {
    margin-top: 100px !important;
  }
  .xl-mt-110_cd503231379c26fc {
    margin-top: 110px !important;
  }
  .xl-mt-120_52b4723a8cc71818 {
    margin-top: 120px !important;
  }
  .xl-mt-130_0b03e5d63d43fdc4 {
    margin-top: 130px !important;
  }
  .xl-mt-140_dc0a13635c41edbf {
    margin-top: 140px !important;
  }
  .xl-mt-150_88473afcb481f126 {
    margin-top: 150px !important;
  }
  .xl-mt-200_17006f361b5bd7c8 {
    margin-top: 200px !important;
  }
  .xl-mb-10_d7ac659702250243 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_54bbb0648e793ba4 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_88af591dc32a2a9f {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_7f66a0466cff45e0 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_375d98dcf3addc43 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_710c578d8a04ea4e {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_66f595156cb8a0ed {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_64cac405535fe00a {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_08b07ef7424fa951 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_6c5d485165f19760 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_247b5bdba271e8f1 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_7276339c7e5e5b67 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_552bdb061d0b4f36 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_a406107c13ceb8f8 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_206e4aefde8a7776 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_62cd107d79fb2241 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_78be339195e90fc5 {
    padding: 0 !important;
  }
  .lg-m0_4d81a71913127d9a {
    margin: 0 !important;
  }
  .lg-pt-10_b4a3b8efbe330be9 {
    padding-top: 10px !important;
  }
  .lg-pt-20_094ccd0517f1a7a4 {
    padding-top: 20px !important;
  }
  .lg-pt-30_daea072d55352fe7 {
    padding-top: 30px !important;
  }
  .lg-pt-40_ad3ed4e502f1f1c1 {
    padding-top: 40px !important;
  }
  .lg-pt-50_ba38e7079059b6be {
    padding-top: 50px !important;
  }
  .lg-pt-60_142a2e0206caecff {
    padding-top: 60px !important;
  }
  .lg-pt-70_6132ee0a1ddea8f0 {
    padding-top: 70px !important;
  }
  .lg-pt-80_efdc7881012e5319 {
    padding-top: 80px !important;
  }
  .lg-pt-90_4d53ac92bd604aef {
    padding-top: 90px !important;
  }
  .lg-pt-100_51b1c0ae058098f4 {
    padding-top: 100px !important;
  }
  .lg-pt-110_cbf3db72ba169d1c {
    padding-top: 110px !important;
  }
  .lg-pt-120_1ddc0f4cc7ade49c {
    padding-top: 120px !important;
  }
  .lg-pt-130_f05a086a3d29ab5b {
    padding-top: 130px !important;
  }
  .lg-pt-140_cfe05a1ee6f57864 {
    padding-top: 140px !important;
  }
  .lg-pt-150_8dbe606d2468e88e {
    padding-top: 150px !important;
  }
  .lg-pt-200_b39454dd225241f5 {
    padding-top: 200px !important;
  }
  .lg-pb-10_f11e92b333e5c459 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_075d33b42ecbf77d {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_bc81b20efa76e480 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_c1216c252cb9be2a {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_b16ea8477b4213ff {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_026cb95edf56a375 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_2edccde0b6fa46f8 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_72148358e45ac311 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_b339c5b48f38eebb {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_737ffaf1570c0f4c {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_4becbc7515e97746 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_64d4b57b62bfc1c7 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_035ace0fa81f2c4b {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_7d3092762a81ddf1 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_41b80058b33d6511 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_73c4a590cf199b2a {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_2fe2c19f5c580a01 {
    margin-top: 10px !important;
  }
  .lg-mt-20_e332116ecb81a088 {
    margin-top: 20px !important;
  }
  .lg-mt-30_03e5d3b250c32a39 {
    margin-top: 30px !important;
  }
  .lg-mt-40_84fd813d7045440a {
    margin-top: 40px !important;
  }
  .lg-mt-50_8da47b31be552062 {
    margin-top: 50px !important;
  }
  .lg-mt-60_916c25e9fd9c5d8a {
    margin-top: 60px !important;
  }
  .lg-mt-70_1eab52dbbbe01864 {
    margin-top: 70px !important;
  }
  .lg-mt-80_396f7ecf8b8e1869 {
    margin-top: 80px !important;
  }
  .lg-mt-90_6a93f2ae7215b95b {
    margin-top: 90px !important;
  }
  .lg-mt-100_31e9eb66caa3b822 {
    margin-top: 100px !important;
  }
  .lg-mt-110_ec9b1a949bdeec9f {
    margin-top: 110px !important;
  }
  .lg-mt-120_2e3ad9e5e893429f {
    margin-top: 120px !important;
  }
  .lg-mt-130_b1dad5581abd2cac {
    margin-top: 130px !important;
  }
  .lg-mt-140_ff015acf63a6f0c1 {
    margin-top: 140px !important;
  }
  .lg-mt-150_b258fd2ea74441e7 {
    margin-top: 150px !important;
  }
  .lg-mt-200_5a383a9194b56e55 {
    margin-top: 200px !important;
  }
  .lg-mb-10_26d0f4d8a477ffb6 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_ae01e46a7fe550cc {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_c8d418b5006da133 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_dd83c4544fe6d947 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_d61e7b643366a5e7 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_06494bdc42b3d569 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_5714886c1db9cfd5 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_4277431eba44748c {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_c1044019774bf1ed {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_3f271008c61a1027 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_121c6f52a88f448f {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_a4c87edaead6c70a {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_48d7eeb0402b2bb4 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_f344f3f13ee6d14d {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_554496f6b25a2965 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_d38579cdc53efd5d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_78bff05ceeeef6b8 {
    padding: 0 !important;
  }
  .md-m0_471f078c1eff8848 {
    margin: 0 !important;
  }
  .md-pt-10_10c491a9e57da17a {
    padding-top: 10px !important;
  }
  .md-pt-20_7b8864c7d6725c3e {
    padding-top: 20px !important;
  }
  .md-pt-30_1ca0977da3b51bf4 {
    padding-top: 30px !important;
  }
  .md-pt-40_5de2654d30621b62 {
    padding-top: 40px !important;
  }
  .md-pt-50_d142182b107d0efb {
    padding-top: 50px !important;
  }
  .md-pt-60_01893b323b540ddc {
    padding-top: 60px !important;
  }
  .md-pt-70_bacc11f68c918f70 {
    padding-top: 70px !important;
  }
  .md-pt-80_d1414c7ea277a7bf {
    padding-top: 80px !important;
  }
  .md-pt-90_b2efec62631e30de {
    padding-top: 90px !important;
  }
  .md-pt-100_a6f8ca5a66ad3e36 {
    padding-top: 100px !important;
  }
  .md-pt-110_ee939517fcd60b76 {
    padding-top: 110px !important;
  }
  .md-pt-120_2c630270f0dd9331 {
    padding-top: 120px !important;
  }
  .md-pt-130_227fc6e6431ddee9 {
    padding-top: 130px !important;
  }
  .md-pt-140_0a1b7765e3f5bef5 {
    padding-top: 140px !important;
  }
  .md-pt-150_dff623849f571f3f {
    padding-top: 150px !important;
  }
  .md-pt-200_faa7a725a925a646 {
    padding-top: 200px !important;
  }
  .md-pb-10_91f60428e162d69c {
    padding-bottom: 10px !important;
  }
  .md-pb-20_d0744acb713bdfa6 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_1a32ed6d3c215183 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_062e5a60d56cf3a9 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_6f366384e63ad0bc {
    padding-bottom: 50px !important;
  }
  .md-pb-60_6e890dff7633de2b {
    padding-bottom: 60px !important;
  }
  .md-pb-70_5813f2d5d15efa99 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_c2f2841a47684439 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_6235a9aabb780071 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_d4d395130ca0198e {
    padding-bottom: 100px !important;
  }
  .md-pb-110_78188bbc409df363 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_80fd5fbb8d7fb441 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_c77276d7744b46fa {
    padding-bottom: 130px !important;
  }
  .md-pb-140_1705929c5c750bc1 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_72cb1f35b646781b {
    padding-bottom: 150px !important;
  }
  .md-pb-200_fb7b563ba5f81f7c {
    padding-bottom: 200px !important;
  }
  .md-mt-10_54b74c5fad5d5842 {
    margin-top: 10px !important;
  }
  .md-mt-20_1c7d88be20e47c5c {
    margin-top: 20px !important;
  }
  .md-mt-30_500f856bfae815ad {
    margin-top: 30px !important;
  }
  .md-mt-40_6251348b461d8523 {
    margin-top: 40px !important;
  }
  .md-mt-50_bc197f04440f968d {
    margin-top: 50px !important;
  }
  .md-mt-60_0d05587b52278b84 {
    margin-top: 60px !important;
  }
  .md-mt-70_6037dd7fe3273525 {
    margin-top: 70px !important;
  }
  .md-mt-80_e7553d4b3e20f2f1 {
    margin-top: 80px !important;
  }
  .md-mt-90_74bb472d156e8d56 {
    margin-top: 90px !important;
  }
  .md-mt-100_d3e681a2aa4f677f {
    margin-top: 100px !important;
  }
  .md-mt-110_a203aa8f6b5cce8e {
    margin-top: 110px !important;
  }
  .md-mt-120_d04d0c7deb671f55 {
    margin-top: 120px !important;
  }
  .md-mt-130_8ed65ed9541e59bb {
    margin-top: 130px !important;
  }
  .md-mt-140_015d94612824d2de {
    margin-top: 140px !important;
  }
  .md-mt-150_bfbfe69677f09c8a {
    margin-top: 150px !important;
  }
  .md-mt-200_89c0895ef93d3b07 {
    margin-top: 200px !important;
  }
  .md-mb-10_193d87b5329bb3c6 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_e0269903552d14de {
    margin-bottom: 20px !important;
  }
  .md-mb-30_eac41ddd8cab5e11 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_eb04cf25554a38d4 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_e6d15083d55cd87c {
    margin-bottom: 50px !important;
  }
  .md-mb-60_7fc3d01f8def025d {
    margin-bottom: 60px !important;
  }
  .md-mb-70_c210c6224c09839e {
    margin-bottom: 70px !important;
  }
  .md-mb-80_ac7f5adac6a30a79 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_0f5acc7e0c240ec1 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_9d5d3d055949a973 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_796deeb08a915e70 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_ed08267a63a7852e {
    margin-bottom: 120px !important;
  }
  .md-mb-130_566558d36f7e2641 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_25a4e07ca6e067f5 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_f62c1b02798847e4 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_95c313db0375ee05 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_c7d989c4959f5bc4 {
    padding: 0 !important;
  }
  .sm-m0_43f1d1c278c2efff {
    margin: 0 !important;
  }
  .sm-pt-10_8ec6b98d89cdc7d5 {
    padding-top: 10px !important;
  }
  .sm-pt-20_af0354a895d29921 {
    padding-top: 20px !important;
  }
  .sm-pt-30_fb9ffb42605d2882 {
    padding-top: 30px !important;
  }
  .sm-pt-40_23b788859b8b4d80 {
    padding-top: 40px !important;
  }
  .sm-pt-50_baaf78027ececef6 {
    padding-top: 50px !important;
  }
  .sm-pt-60_277e09875bf341b6 {
    padding-top: 60px !important;
  }
  .sm-pt-70_6af55e91eff84251 {
    padding-top: 70px !important;
  }
  .sm-pt-80_cf81c1a6ca68f15a {
    padding-top: 80px !important;
  }
  .sm-pt-90_9a147f269cb0ea9b {
    padding-top: 90px !important;
  }
  .sm-pt-100_2ee959fd792fdb96 {
    padding-top: 100px !important;
  }
  .sm-pt-110_4863bf88f90eced9 {
    padding-top: 110px !important;
  }
  .sm-pt-120_9ef7fd7d6bdd3657 {
    padding-top: 120px !important;
  }
  .sm-pt-130_c95053c74257200a {
    padding-top: 130px !important;
  }
  .sm-pt-140_8923b7f8794e16a7 {
    padding-top: 140px !important;
  }
  .sm-pt-150_46667c660f8bdc8d {
    padding-top: 150px !important;
  }
  .sm-pt-200_7096bcaa99a14adc {
    padding-top: 200px !important;
  }
  .sm-pb-10_a484d0aa6c308e8a {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_2982661e90ec266f {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_2fea622979bdc1e2 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_56da8db3fb94df6d {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_551db8f6aac9c8f0 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_0c4d39d4e3b8317a {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_4c81e111c51b31ac {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_86e2ffb89f61b393 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_924636a44e85df9d {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_86d4c6cdeea5466e {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_19176735e2aa8d00 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_b322480979594f9a {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_719da53e9f3930ac {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_52842224e0e396fc {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_7be1decb516153df {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_519ad2ed7eaac499 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_4721d50904522c3a {
    margin-top: 10px !important;
  }
  .sm-mt-20_6ca7f636a9d937ad {
    margin-top: 20px !important;
  }
  .sm-mt-30_e764c23179ddc3f5 {
    margin-top: 30px !important;
  }
  .sm-mt-40_32d7a557ac735c8f {
    margin-top: 40px !important;
  }
  .sm-mt-50_a8f0d1bf31c9f116 {
    margin-top: 50px !important;
  }
  .sm-mt-60_6f9d7e3f0058d522 {
    margin-top: 60px !important;
  }
  .sm-mt-70_e3c303bd88104870 {
    margin-top: 70px !important;
  }
  .sm-mt-80_97b8e19cd9e83624 {
    margin-top: 80px !important;
  }
  .sm-mt-90_d472d0d890553032 {
    margin-top: 90px !important;
  }
  .sm-mt-100_c160ae5a116091d6 {
    margin-top: 100px !important;
  }
  .sm-mt-110_3d40e7e3157b6212 {
    margin-top: 110px !important;
  }
  .sm-mt-120_90f4433ca2f3c4d4 {
    margin-top: 120px !important;
  }
  .sm-mt-130_bba21806bf0478f0 {
    margin-top: 130px !important;
  }
  .sm-mt-140_5997fc8c3574009f {
    margin-top: 140px !important;
  }
  .sm-mt-150_58581245415b92e8 {
    margin-top: 150px !important;
  }
  .sm-mt-200_5fb6196df1326d69 {
    margin-top: 200px !important;
  }
  .sm-mb-10_27e272cc914161e0 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_24ee49208be18804 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_3fd486866bea9b1d {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_ac9f690332b75b23 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_fb039b57f8e7cb19 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_6d184ab24e124b70 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_1c127555e26c705a {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_656640643d4c043d {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_10f1e01ab7ec759d {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_f86071edcbe7bae4 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_10d7a4251f6d52c1 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_99fba485a5315145 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_f6173d87265bfc20 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_b70a39cfed9005de {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_ffa57bc75ffa830d {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_fddef185b7c9758a {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_aed8f82a1a56d7f1 {
    padding: 0 !important;
  }
  .xs-m0_2955575d4d997085 {
    margin: 0 !important;
  }
  .xs-pt-10_f97582eef64a3058 {
    padding-top: 10px !important;
  }
  .xs-pt-20_264b0f7d587ae679 {
    padding-top: 20px !important;
  }
  .xs-pt-30_46eb07968c5088e2 {
    padding-top: 30px !important;
  }
  .xs-pt-40_530f219a45bd1af4 {
    padding-top: 40px !important;
  }
  .xs-pt-50_420f40ded774e653 {
    padding-top: 50px !important;
  }
  .xs-pt-60_ccd6b89fd2eb5b6b {
    padding-top: 60px !important;
  }
  .xs-pt-70_22faadd864fa0418 {
    padding-top: 70px !important;
  }
  .xs-pt-80_cea9e84a917e3b03 {
    padding-top: 80px !important;
  }
  .xs-pt-90_cfa13c68b5102c30 {
    padding-top: 90px !important;
  }
  .xs-pt-100_070439e4f2caf998 {
    padding-top: 100px !important;
  }
  .xs-pt-110_5c4a5219827296b1 {
    padding-top: 110px !important;
  }
  .xs-pt-120_d3b4124e7b446793 {
    padding-top: 120px !important;
  }
  .xs-pt-130_e7eb3116d99d4845 {
    padding-top: 130px !important;
  }
  .xs-pt-140_5151673b03e908e5 {
    padding-top: 140px !important;
  }
  .xs-pt-150_e0c82447fa43d634 {
    padding-top: 150px !important;
  }
  .xs-pt-200_57831f337454a162 {
    padding-top: 200px !important;
  }
  .xs-pb-10_659abb00161056b0 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_c2e1c0edfbc36c54 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_b06c88ef891a7ff7 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_1470e9d3b5087349 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_bdbbae3faefc769b {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_9debb68815175d30 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_178db4596e8f20f3 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_e65fc29209d3fe49 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_f4f402d7f13fc107 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_e31daacdccaa77f2 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_0b6c52eb497cdd8e {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_f32d5d6076af3ccc {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_67ef913674f8c426 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_81e7c1fa69d3a01d {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_7a13fad4d15e4828 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_6db7f34e71aa6b17 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_396f5ea4d91777da {
    margin-top: 10px !important;
  }
  .xs-mt-20_d0e40ca76dae5835 {
    margin-top: 20px !important;
  }
  .xs-mt-30_ae8bab94b1f570a5 {
    margin-top: 30px !important;
  }
  .xs-mt-40_0c918ffbb5f17158 {
    margin-top: 40px !important;
  }
  .xs-mt-50_20c0038580373f2d {
    margin-top: 50px !important;
  }
  .xs-mt-60_5155ba9c55b4c7b7 {
    margin-top: 60px !important;
  }
  .xs-mt-70_47bbabaaef896db7 {
    margin-top: 70px !important;
  }
  .xs-mt-80_cb117bf662424207 {
    margin-top: 80px !important;
  }
  .xs-mt-90_a315e7c7a597249b {
    margin-top: 90px !important;
  }
  .xs-mt-100_dcb6a49623d858a7 {
    margin-top: 100px !important;
  }
  .xs-mt-110_d13be767ca6155f2 {
    margin-top: 110px !important;
  }
  .xs-mt-120_d09c4b76dea2b6b2 {
    margin-top: 120px !important;
  }
  .xs-mt-130_fc65871cfb60e8c8 {
    margin-top: 130px !important;
  }
  .xs-mt-140_34a15693cce93c9d {
    margin-top: 140px !important;
  }
  .xs-mt-150_d7c382bea3d091ec {
    margin-top: 150px !important;
  }
  .xs-mt-200_95ddf68884e16e08 {
    margin-top: 200px !important;
  }
  .xs-mb-10_60ed8ec36aa43929 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_6b099346cd29a09b {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_998d8d73f477ed1b {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_6cc4abede668fcd8 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_2b6d29b264646c17 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_ace48779c118b174 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_b93e99ca0e65bc79 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_50dd53eea731a948 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_3be254425bfce62d {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_4295bf5e46e7f26f {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_d6707f9ec9ff54a7 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_f268d6b7c769c528 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_df0ffad3bcba761c {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_05cfa6ea5703d086 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_60c12f3d8516bca5 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_07d281c1d35fdebb {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_c339fe01c8013f55 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_c339fe01c8013f55.menu-overlay_1774752c3185e354 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_c339fe01c8013f55.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_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_c339fe01c8013f55.menu-style-three_20e6331f38b3663f .navbar-toggler_a529d303ee83dfea {
  background: #000;
}
.theme-main-menu_c339fe01c8013f55.menu-style-four_85202584fc0c87d8 .navbar-toggler_a529d303ee83dfea {
  background: #E6FD5A;
}
.theme-main-menu_c339fe01c8013f55.menu-style-five_d14b20fafcaafd9a .navbar-toggler_a529d303ee83dfea {
  background: #DFFF5E;
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea:focus {
  box-shadow: none;
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea::before,
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea::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_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea 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_c339fe01c8013f55.menu-style-three_20e6331f38b3663f .navbar-toggler_a529d303ee83dfea:before, .theme-main-menu_c339fe01c8013f55.menu-style-three_20e6331f38b3663f .navbar-toggler_a529d303ee83dfea:after, .theme-main-menu_c339fe01c8013f55.menu-style-three_20e6331f38b3663f .navbar-toggler_a529d303ee83dfea span {
  background: #fff;
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_c339fe01c8013f55 .navbar-toggler_a529d303ee83dfea[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_c339fe01c8013f55 .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_c339fe01c8013f55 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_c339fe01c8013f55.white-vr_19114364480b3017 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_c339fe01c8013f55.white-vr_19114364480b3017 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_c339fe01c8013f55.white-vr_19114364480b3017.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_c339fe01c8013f55.menu-style-one_ef85fcb66c37db6c {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .info-row_1e3e374c5acbab24 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .gap-fix_e61e0b7740d0c9a2 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .greetings_0ba6cada7a909693 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .contact-info_16e915a58b401e49 {
  margin: 0 -15px;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .contact-info_16e915a58b401e49 li {
  padding: 0 15px;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .contact-info_16e915a58b401e49 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .contact-info_16e915a58b401e49 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2 .inner-content_8d7c4419fb3b9e32 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_c339fe01c8013f55.menu-style-two_a3875911425654e2.fixed .info-row_1e3e374c5acbab24 {
  display: none;
}
.theme-main-menu_c339fe01c8013f55.menu-style-five_d14b20fafcaafd9a {
  background: #000;
  padding: 0;
}
.theme-main-menu_c339fe01c8013f55.menu-style-five_d14b20fafcaafd9a .inner-content_8d7c4419fb3b9e32 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_c339fe01c8013f55.menu-style-six_e72575c7ba11aca4 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_c339fe01c8013f55.menu-style-six_e72575c7ba11aca4 .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_c339fe01c8013f55 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_c4875e861583e44f {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_c4875e861583e44f .mega-menu-title_8b4415eb8a52a9ba {
  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_c339fe01c8013f55 .login-btn-one_ac42153ef2968fc9 a {
  color: #000;
}
.theme-main-menu_c339fe01c8013f55 .login-btn-one_ac42153ef2968fc9 a:hover {
  text-decoration: underline;
}
.theme-main-menu_c339fe01c8013f55 .login-btn-two_f69a8a6e494254aa a {
  color: #044F3B;
}
.theme-main-menu_c339fe01c8013f55 .login-btn-two_f69a8a6e494254aa a:hover {
  text-decoration: underline;
}
.theme-main-menu_c339fe01c8013f55 .signup-btn-one_7d03459d96044797 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_c339fe01c8013f55 .signup-btn-one_7d03459d96044797 .icon_08b8fec790f4eb09 {
  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_c339fe01c8013f55 .signup-btn-one_7d03459d96044797:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_c339fe01c8013f55 .signup-btn-one_7d03459d96044797:hover .icon_08b8fec790f4eb09 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_c339fe01c8013f55 .signup-btn-two_1fa721ef94d79dea {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_c339fe01c8013f55 .signup-btn-two_1fa721ef94d79dea:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_c339fe01c8013f55 .quote-one_7519761fdab25ad8 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_c339fe01c8013f55 .quote-one_7519761fdab25ad8:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_6ae9e2faa848d056 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_6ae9e2faa848d056 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_6ae9e2faa848d056 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_6ae9e2faa848d056 li a:hover {
  color: #0C3A30;
}
.category-menu_6ae9e2faa848d056 .dropdown-menu {
  padding: 0;
}
.category-menu_6ae9e2faa848d056 .dropdown-menu li {
  padding: 0;
}
.category-menu_6ae9e2faa848d056 .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_4ba0873e8bad3abb .logo_bfcc274e5324de99 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_19114364480b3017 .navbar-collapse_4ba0873e8bad3abb {
    background-color: #0C3A30;
  }
  .navbar-collapse_4ba0873e8bad3abb {
    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_4ba0873e8bad3abb.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_c339fe01c8013f55 .navbar .mega-dropdown_0e04d7372bab4928 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_19114364480b3017 .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_c4875e861583e44f {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_dc59dbe501687de1 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_f35b3cefb8db9121 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_f35b3cefb8db9121::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_f35b3cefb8db9121 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_f35b3cefb8db9121 .hero-slider-one .hero-img_2744932491fccc1f {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_f35b3cefb8db9121 .hero-slider-one .slick-list_c3c82803c2aa769f, .hero-banner-one_f35b3cefb8db9121 .hero-slider-one .slick-track_b81eaf1851327069, .hero-banner-one_f35b3cefb8db9121 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_f35b3cefb8db9121 .hero-heading_5c941f38eb316b9a {
  font-weight: 700;
  color: #000;
  background: url(../img/shape_cfe4ef684d/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_f35b3cefb8db9121 .more-btn_75873c7a8a15d1e1 {
  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_f35b3cefb8db9121 .more-btn_75873c7a8a15d1e1:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_91af538e535115ee {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_91af538e535115ee .bg-wrapper_1ecfa4181605fd24 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_91af538e535115ee .hero-heading_5c941f38eb316b9a {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_91af538e535115ee .rating_26eb17741302072d h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_91af538e535115ee .rating_26eb17741302072d p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_91af538e535115ee .media-wrapper_f503884eaeec47e9 {
  position: absolute;
  background: url(../img/assets_8000ba6bcb/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_91af538e535115ee .media-wrapper_f503884eaeec47e9 .shape_01_36be18ab06be5513 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_91af538e535115ee .media-wrapper_f503884eaeec47e9 .shape_02_762f9dbb11327675 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_79d632eda7d42e2a .hero-heading_5c941f38eb316b9a {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_79d632eda7d42e2a .media-wrapper_f503884eaeec47e9 {
  background: url(../img/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_79d632eda7d42e2a .media-wrapper_f503884eaeec47e9 .screen_01_e7e34a09656dc8f7 {
  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_79d632eda7d42e2a .media-wrapper_f503884eaeec47e9 .screen_02_eda66b427f0596fa {
  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_79d632eda7d42e2a .media-wrapper_f503884eaeec47e9 .bg-shape_26af0439895732b7 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_79d632eda7d42e2a .shape_01_36be18ab06be5513 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

.hero-banner-seven_22a3769019145a24 {
  padding: 500px 0 70px;
  background: #29594B;
  z-index: 9;
}
.hero-banner-seven_22a3769019145a24::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_22a3769019145a24::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_22a3769019145a24 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -2;
}
.hero-banner-seven_22a3769019145a24 .hero-slider-one .hero-img_2744932491fccc1f {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-seven_22a3769019145a24 .hero-slider-one .slick-list_c3c82803c2aa769f, .hero-banner-seven_22a3769019145a24 .hero-slider-one .slick-track_b81eaf1851327069, .hero-banner-seven_22a3769019145a24 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-seven_22a3769019145a24 .hero-heading_5c941f38eb316b9a {
  font-weight: 700;
  font-size: 110px;
  letter-spacing: -1px;
  line-height: 1em;
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 {
  background: #fff;
  border-radius: 30px;
  padding: 35px 50px 50px;
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 h3 {
  font-size: 32px;
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 label {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.3);
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 input {
  height: 65px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 10px;
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 button {
  height: 60px;
  border-radius: 10px;
  font-size: 17px;
  background: #D0FF45;
}
.hero-banner-seven_22a3769019145a24 .lead-form_563ad03a15e74703 button:hover {
  background: #29594B;
  color: #fff;
}

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

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

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

.fancy-banner-four_ba547ee3f9b07412 {
  background: #DCEFF0;
  z-index: 1;
}
.fancy-banner-four_ba547ee3f9b07412:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: url(../img/shape_cfe4ef684d/shape_10.svg) no-repeat left bottom;
  background-size: cover;
}
.fancy-banner-four_ba547ee3f9b07412 ul li {
  font-size: 28px;
  color: #000;
  position: relative;
  padding-left: 42px;
  margin-bottom: 13px;
}
.fancy-banner-four_ba547ee3f9b07412 ul li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 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_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a .icon_08b8fec790f4eb09 {
  margin-right: 14px;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
  margin-bottom: -3px;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a strong {
  font-weight: 500;
  display: block;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a.ios-button_d2e3c747f3f402ff {
  background: #fff;
  border-color: #DADADA;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a.ios-button_d2e3c747f3f402ff span {
  color: #999999;
}
.fancy-banner-four_ba547ee3f9b07412 .platform-button-group_755af06c6ced84d9 a.ios-button_d2e3c747f3f402ff strong {
  color: #000;
}

.fancy-banner-five_07e02b506e8c47c6 {
  background: url(../img/media/img_31.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.fancy-banner-five_07e02b506e8c47c6.no-bg_f85b420658a1c729 {
  background: none;
}
.fancy-banner-five_07e02b506e8c47c6.no-bg_f85b420658a1c729:before {
  display: none;
}
.fancy-banner-five_07e02b506e8c47c6.no-bg_f85b420658a1c729 .bg-wrapper_1ecfa4181605fd24 {
  background: url(../img/media/img_33.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-five_07e02b506e8c47c6.no-bg_f85b420658a1c729 .bg-wrapper_1ecfa4181605fd24 .video-icon_38bfe42563799a4f {
  width: 185px;
  height: 185px;
  background: #DFFF5E;
}
.fancy-banner-five_07e02b506e8c47c6: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_07e02b506e8c47c6 h2 {
  font-size: 100px;
  line-height: 1.1em;
}
.fancy-banner-five_07e02b506e8c47c6 .video-icon_38bfe42563799a4f {
  width: 200px;
  height: 200px;
  padding: 22px;
  background: #FFE86B;
}
.fancy-banner-five_07e02b506e8c47c6 .video-icon_38bfe42563799a4f:hover {
  transform: rotate(15deg);
}

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

.fancy-banner-seven_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 {
  background: url(../img/media/img_50.jpg) no-repeat center;
  background-size: cover;
}
.fancy-banner-seven_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24: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_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24: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_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 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_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 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_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 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_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 li:hover:before {
  background: #CFFF45;
}
.fancy-banner-seven_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 li:hover:after {
  color: #000;
}
.fancy-banner-seven_af45bc8fa96b5670 .bg-wrapper_1ecfa4181605fd24 .shape_01_36be18ab06be5513 {
  bottom: 17%;
  left: 36%;
  max-width: 11%;
  z-index: 0;
}

.fancy-banner-eight_e2805acccc905562 .bg-wrapper_1ecfa4181605fd24 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_e2805acccc905562 .media-wrapper_f503884eaeec47e9 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_e2805acccc905562 .media-wrapper_f503884eaeec47e9 .shape_01_36be18ab06be5513 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_e2805acccc905562 .shape_02_762f9dbb11327675 {
  right: -123px;
  bottom: -5px;
}

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

.inner-banner-one_0353527ce6636927 {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
.inner-banner-one_0353527ce6636927::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_0353527ce6636927::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  color: #000;
}

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

.inner-banner-one_0353527ce6636927 + .blog-details_d5c67f482e1d3d40 {
  margin-top: 15px;
}

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

.inner-banner-one_0353527ce6636927 .hero-heading_5c941f38eb316b9a {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  z-index: 1;
  padding: 10px 10px 23px 22px;
}
.inner-banner-one_0353527ce6636927 .hero-heading_5c941f38eb316b9a img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-height: 100%;
}
.inner-banner-one_0353527ce6636927 .pager_d877d9d896cd60bd {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.inner-banner-one_0353527ce6636927 .pager_d877d9d896cd60bd li {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}
.inner-banner-one_0353527ce6636927 .pager_d877d9d896cd60bd li:last-child {
  margin: 0;
  color: #fff;
}
.inner-banner-one_0353527ce6636927 .pager_d877d9d896cd60bd li a {
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-one_0353527ce6636927 .pager_d877d9d896cd60bd li a:hover {
  color: #fff;
}
.inner-banner-one_0353527ce6636927 .tag_440daba62ad90b50 {
  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_2edbed2c20e93dba {
  z-index: 1;
}
.inner-banner-two_2edbed2c20e93dba .pager_d877d9d896cd60bd {
  border-bottom: 1px solid #0A4020;
  padding-bottom: 2px;
}
.inner-banner-two_2edbed2c20e93dba .pager_d877d9d896cd60bd li {
  color: #000;
}
.inner-banner-two_2edbed2c20e93dba .pager_d877d9d896cd60bd li:nth-child(even) {
  padding: 0 5px;
}
.inner-banner-two_2edbed2c20e93dba .pager_d877d9d896cd60bd li a {
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out 0s;
}
.inner-banner-two_2edbed2c20e93dba .pager_d877d9d896cd60bd li a:hover {
  color: #000;
}
.inner-banner-two_2edbed2c20e93dba .hero-heading_5c941f38eb316b9a {
  font-weight: 700;
  font-size: 85px;
  line-height: 1.023em;
  margin: 22px 0 40px;
}
.inner-banner-two_2edbed2c20e93dba .tag_440daba62ad90b50 {
  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_2edbed2c20e93dba .shape_01_36be18ab06be5513 {
  left: 0%;
  bottom: 10%;
  width: 18.23%;
  animation: jumpTwo 6s infinite linear;
}
.inner-banner-two_2edbed2c20e93dba .shape_02_762f9dbb11327675 {
  right: 2%;
  bottom: 14%;
  width: 14.52%;
  animation: jumpThree 6s infinite linear;
}
.inner-banner-two_2edbed2c20e93dba .shape_03_88430b428ccb9c0f {
  left: 24%;
  top: 33%;
  width: 2.2%;
  animation: rotated 50s infinite linear;
}
.inner-banner-two_2edbed2c20e93dba .shape_04_693afd7374796a37 {
  right: 21%;
  bottom: 30%;
  width: 1.65%;
  animation: rotated 50s infinite linear;
}

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

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

.block-feature-three_25c75ac992a95c71 {
  z-index: 1;
}
.block-feature-three_25c75ac992a95c71:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_25c75ac992a95c71.no-bg_f85b420658a1c729:before {
  display: none;
}
.block-feature-three_25c75ac992a95c71 .section-btn_7980040c394035a4 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_25c75ac992a95c71 .block-title_9226d6826dc4ff9d a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_25c75ac992a95c71 .block-title_9226d6826dc4ff9d a:hover {
  text-decoration: underline;
}
.block-feature-three_25c75ac992a95c71 .round-btn_6b5e20f45dab804a {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_25c75ac992a95c71 .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_25c75ac992a95c71 .block-one_7967209db02c81c3 {
  background: url(../img/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_25c75ac992a95c71 .block-one_7967209db02c81c3 .tag_440daba62ad90b50 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_25c75ac992a95c71 .block-one_7967209db02c81c3 .block-title_9226d6826dc4ff9d {
  background: url(../img/shape_cfe4ef684d/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_25c75ac992a95c71 .block-two_f5f350b141ede55e {
  overflow: hidden;
}
.block-feature-three_25c75ac992a95c71 .block-two_f5f350b141ede55e .img-wrapper_0074937d9edf4dcb {
  background: url(../img/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_25c75ac992a95c71 .block-two_f5f350b141ede55e .text-wrapper_230cab5f25ca7b08 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_25c75ac992a95c71 .block-two_f5f350b141ede55e .tag_440daba62ad90b50 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_25c75ac992a95c71 .block-three_bd16876694342b65 {
  background: #D3FF76;
}
.block-feature-three_25c75ac992a95c71 .block-three_bd16876694342b65 .tag_440daba62ad90b50 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_25c75ac992a95c71 .block-three_bd16876694342b65 .round-btn_6b5e20f45dab804a {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_25c75ac992a95c71 .block-three_bd16876694342b65 .round-btn_6b5e20f45dab804a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c {
  background: url(../img/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c .block-title_9226d6826dc4ff9d {
  background: url(../img/shape_cfe4ef684d/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c .block-title_9226d6826dc4ff9d a {
  font-size: 28px;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c .tag_440daba62ad90b50 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c .round-btn_6b5e20f45dab804a {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_25c75ac992a95c71 .block-four_0fb5d76407e3141c .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_25c75ac992a95c71 .block-five_0412fe9750e416c3 {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_25c75ac992a95c71 .block-five_0412fe9750e416c3 .tag_440daba62ad90b50 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_25c75ac992a95c71 .block-five_0412fe9750e416c3 .block-title_9226d6826dc4ff9d {
  background: url(../img/shape_cfe4ef684d/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

.block-feature-nine_6aeee0f906afd9bb {
  z-index: 1;
  background: #000;
  border-radius: 30px 30px 100px 100px;
}
.block-feature-nine_6aeee0f906afd9bb: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_6aeee0f906afd9bb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
}
.block-feature-nine_6aeee0f906afd9bb .heading_09a9c805b8b24842 {
  font-size: 85px;
  line-height: 1.411em;
}
.block-feature-nine_6aeee0f906afd9bb .heading_09a9c805b8b24842 span {
  color: #DFFF5E;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.block-feature-nine_6aeee0f906afd9bb .heading_09a9c805b8b24842 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_6aeee0f906afd9bb .heading_09a9c805b8b24842 a:before {
  content: "";
  position: absolute;
  width: 85px;
  height: 3px;
  left: -85px;
  top: calc(50% - 3px);
  background: #fff;
}
.block-feature-nine_6aeee0f906afd9bb .heading_09a9c805b8b24842 a:hover {
  background: #E6FD5A;
}
.block-feature-nine_6aeee0f906afd9bb .shape_01_36be18ab06be5513 {
  right: 0;
  top: 5%;
  width: 4%;
}
.block-feature-nine_6aeee0f906afd9bb .shape_02_762f9dbb11327675 {
  left: 7%;
  bottom: 0;
  width: 8.4%;
}
.block-feature-nine_6aeee0f906afd9bb .shape_03_88430b428ccb9c0f {
  right: 5%;
  bottom: 5%;
}

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

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

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

.block-feature-thirteen_f853431fff3d16dc .upper-wrapper_b8e44e9c9fe46513 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_f853431fff3d16dc .upper-wrapper_b8e44e9c9fe46513 .shape_01_36be18ab06be5513 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_f853431fff3d16dc .line-loop_cb0c9a9823597fce:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_f853431fff3d16dc .graph-panel_7a58f2488f56a8cb {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_f853431fff3d16dc .graph-panel_7a58f2488f56a8cb .main-count_9ae15977d7591381 {
  font-size: 120px;
}
.block-feature-thirteen_f853431fff3d16dc .graph-panel_7a58f2488f56a8cb .chart-box_1f140e0fe80be70a {
  padding: 0 15px;
}
.block-feature-thirteen_f853431fff3d16dc .graph-panel_7a58f2488f56a8cb .chart-box_1f140e0fe80be70a .chart-inner_a43f49091a66a65b {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_e7efa3e321088ce4 .media-img_d7104a88f9734c89 {
  border-radius: 30px;
}
.block-feature-sixteen_e7efa3e321088ce4 .shape_01_36be18ab06be5513 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_74860f8cd7498a64 .section-subheading_36d6b3f6e5eb2031 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_74860f8cd7498a64 .shape_01_36be18ab06be5513 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

.block-feature-eighteen_9794bd517e0570b7 {
  background: url(../img/media/img_52.jpg) no-repeat left top;
  background-size: cover;
}
.block-feature-eighteen_9794bd517e0570b7: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_9794bd517e0570b7 .video-icon_38bfe42563799a4f {
  width: 170px;
  height: 170px;
  color: #000;
  padding: 20px;
  background: #FFDB1E;
}
.block-feature-eighteen_9794bd517e0570b7 .video-icon_38bfe42563799a4f:hover {
  background: #DFFF5E;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 {
  padding: 48px 60px 60px;
  border-radius: 20px;
  background: #144D41;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 ul {
  position: relative;
  z-index: 1;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 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_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 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_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 ul li:last-child {
  margin-bottom: 0;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 ul li:before {
  content: url(../img/icon_c33fe06d87/icon_111.svg);
  position: absolute;
  left: -52px;
  top: 0;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 .more-btn_75873c7a8a15d1e1 {
  border-radius: 30px;
  padding: 5px 5px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #fff;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 .more-btn_75873c7a8a15d1e1 .icon_08b8fec790f4eb09 {
  width: 40px;
  height: 40px;
  background: #FFDB1E;
}
.block-feature-eighteen_9794bd517e0570b7 .bg-wrapper_1ecfa4181605fd24 .more-btn_75873c7a8a15d1e1:hover {
  background: #fff;
  color: #1F5E59;
}

.text-feature-one_d6aa4f2ac303b644 .line-wrapper_0127ff182cf934e3 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_d6aa4f2ac303b644 .line-wrapper_0127ff182cf934e3 .shape_01_36be18ab06be5513 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_d6aa4f2ac303b644 .card-style-three_ee9788d53457e513 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_d6aa4f2ac303b644 .card-style-three_ee9788d53457e513:last-child {
  border-bottom: none;
}
.text-feature-one_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a {
  height: 600px;
  width: 590px;
  background: url(../img/media/img_04.jpg) no-repeat center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.text-feature-one_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a: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_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a 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_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a 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_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a 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_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a li:hover:before {
  background: #29594B;
}
.text-feature-one_d6aa4f2ac303b644 .media-list-item_180c5230a96f357a li:hover:after {
  color: #fff;
}

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

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

.text-feature-four_618f0029382c23a6 {
  z-index: 1;
}
.text-feature-four_618f0029382c23a6 .avatar_8eba9a8a68c7c84c {
  width: 65px;
  height: 65px;
}
.text-feature-four_618f0029382c23a6 .name {
  font-size: 28px;
}
.text-feature-four_618f0029382c23a6 .quote-text_433a9d91e5b5d035 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_618f0029382c23a6 .shape_01_36be18ab06be5513 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_618f0029382c23a6 .shape_02_762f9dbb11327675 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_169849a952dbfbb1 .bg-wrapper_1ecfa4181605fd24 {
  background: #FFF2AC;
}
.text-feature-five_169849a952dbfbb1 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_169849a952dbfbb1 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_169849a952dbfbb1 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_169849a952dbfbb1 li:hover:before {
  background: #29594B;
}
.text-feature-five_169849a952dbfbb1 li:hover:after {
  color: #fff;
}
.text-feature-five_169849a952dbfbb1 .media-wrapper_f503884eaeec47e9 {
  background: url(../img/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_169849a952dbfbb1 .media-wrapper_f503884eaeec47e9 .video-icon_38bfe42563799a4f {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_169849a952dbfbb1 .media-wrapper_f503884eaeec47e9 .video-icon_38bfe42563799a4f:hover {
  background: #CFFF45;
}
.text-feature-five_169849a952dbfbb1 .media-wrapper_f503884eaeec47e9 .screen_01_e7e34a09656dc8f7 {
  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_9c6083950f51c2a1 {
  z-index: 1;
}
.text-feature-six_9c6083950f51c2a1 .media-wrapper_f503884eaeec47e9 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_9c6083950f51c2a1 .media-wrapper_f503884eaeec47e9 .screen_01_e7e34a09656dc8f7 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_9c6083950f51c2a1 .shape_01_36be18ab06be5513 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_9c6083950f51c2a1 .shape_02_762f9dbb11327675 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_2fa55ffd95def80b {
  background: url(../img/assets_8000ba6bcb/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_2fa55ffd95def80b .block_5298c95bb1d361cd .icon_08b8fec790f4eb09 {
  height: 50px;
}
.text-feature-nine_2fa55ffd95def80b .vertical-text-wrapper_03a7b689d8b87036 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_2fa55ffd95def80b .vertical-text-wrapper_03a7b689d8b87036 .text-list_0623458ee00f0fcb {
  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_2fa55ffd95def80b .vertical-text-wrapper_03a7b689d8b87036 .text-list_0623458ee00f0fcb:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_2fa55ffd95def80b .vertical-text-wrapper_03a7b689d8b87036 .shape_01_36be18ab06be5513 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_2fa55ffd95def80b .vertical-text-wrapper_03a7b689d8b87036 .shape_02_762f9dbb11327675 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2fa55ffd95def80b .shape_03_88430b428ccb9c0f {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_2fa55ffd95def80b .shape_04_693afd7374796a37 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_3fabc68715273850 .section-btn_7980040c394035a4 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_e53862b71a86e48c {
  z-index: 1;
}
.team-section-three_e53862b71a86e48c:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../img/shape_cfe4ef684d/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_e53862b71a86e48c .section-btn_7980040c394035a4 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_e53862b71a86e48c .shape_01_36be18ab06be5513 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_e53862b71a86e48c .shape_02_762f9dbb11327675 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_e53862b71a86e48c .shape_03_88430b428ccb9c0f {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

.faq-section-three_d0b2ab21ac4d02d2 .tab-content_0a33b1e2fda89b35 {
  background: #fff;
  border-radius: 30px;
  padding: 0 60px;
}
.faq-section-three_d0b2ab21ac4d02d2 .tab-content_0a33b1e2fda89b35 .accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796:last-child {
  border-bottom: none;
}
.faq-section-three_d0b2ab21ac4d02d2 .tab-content_0a33b1e2fda89b35 .accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796:first-child {
  border-top: none;
}
.faq-section-three_d0b2ab21ac4d02d2 nav .nav {
  border: none;
}
.faq-section-three_d0b2ab21ac4d02d2 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_d0b2ab21ac4d02d2 nav .nav .nav-link.active {
  background: #29594B;
  color: #fff;
}

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

.pricing-nav_806b1aae6ac47024 .nav {
  border: 2px solid #186560;
  border-radius: 10px;
  overflow: hidden;
}
.pricing-nav_806b1aae6ac47024 .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_806b1aae6ac47024 .nav .nav-link.active {
  background: #186560;
  color: #fff;
}

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

.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 {
  border: none;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29 {
  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_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:not(.collapsed) {
  padding-bottom: 20px;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:not(.collapsed):after {
  content: "-";
  font-size: 40px;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:after {
  content: "+";
  font-weight: 300;
  font-size: 32px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a {
  padding: 0 35px 20px 0;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a p {
  margin: 0;
}
.accordion-style-one_e723358f6b1ca4af .accordion-item_9d12c8c2c0a94796:last-child {
  border-bottom: 1px solid #E0E0E0;
}

.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 {
  border: none;
  background: #FFFAEB;
  border-radius: 0;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29 {
  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_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:not(.collapsed) {
  color: #000;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:not(.collapsed):after {
  content: "-";
  font-size: 1.5em;
  line-height: 36px;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29: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_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a {
  padding: 20px 50px 55px;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  margin-bottom: 15px;
  font-weight: 700;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a 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_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a ul li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 6px;
  left: 14px;
  color: #212121;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a .media-wrapper_f503884eaeec47e9 {
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  max-width: 610px;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a .media-wrapper_f503884eaeec47e9 .video-icon_38bfe42563799a4f {
  width: 90px;
  height: 90px;
  background: #fff;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a .media-wrapper_f503884eaeec47e9 .video-icon_38bfe42563799a4f:hover {
  background: #CFFF45;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(1) {
  border-radius: 40px 40px 0 0;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(2) {
  background: #FFFAEB;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(2) .accordion-button_76fa13d6b0a2de29 {
  background: #FBF4DC;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(2) .accordion-body_04096d5a199b2e2a {
  background: #FBF4DC;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(3) {
  background: #f9efcf;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(3) .accordion-button_76fa13d6b0a2de29 {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}
.accordion-style-two_0f16c7d24ff29add .accordion-item_9d12c8c2c0a94796:nth-child(3) .accordion-body_04096d5a199b2e2a {
  background: #F9EFCF;
  border-radius: 0 0 40px 40px;
}

.accordion-style-three_9ea8f93977046838 .accordion-item_9d12c8c2c0a94796 {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  border-radius: 0;
}
.accordion-style-three_9ea8f93977046838 .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29 {
  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_9ea8f93977046838 .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-three_9ea8f93977046838 .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a {
  padding: 0 35px 8px 0;
}

.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 30px;
}
.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29 {
  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_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29 span {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  margin-right: 22px;
  min-width: 30px;
}
.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:not(.collapsed) {
  padding-bottom: 15px;
  background: #144D41;
  color: #fff;
}
.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-button_76fa13d6b0a2de29:after {
  content: "\f286";
  font-family: "bootstrap-icons";
  font-size: 20px;
  background: none;
  width: auto;
  height: auto;
}
.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a {
  background: #fff;
  padding: 0 15px 20px 102px;
  background: #144D41;
}
.accordion-style-four_54dfec37c8ee188b .accordion-item_9d12c8c2c0a94796 .accordion-body_04096d5a199b2e2a p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

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

.partner-logo-one_29e346df39de95ef .logo_bfcc274e5324de99 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_037082d5d2e54c72 {
  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_a8a2513ec12fda1a {
  max-width: 565px;
}
.user-data-form .form-wrapper_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 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_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 .placeholder_icon_9cc14b5724e94650 {
  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_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 .placeholder_icon_9cc14b5724e94650 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 .placeholder_icon_9cc14b5724e94650 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 .placeholder_icon_9cc14b5724e94650 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_a8a2513ec12fda1a .input-group-meta_4036aa97f239ed44 .placeholder_icon_9cc14b5724e94650 span.eye-slash_16c409e277f52980:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_e06f584489314862 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_e06f584489314862 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_e06f584489314862 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_e06f584489314862 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_e06f584489314862 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_e06f584489314862 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_e06f584489314862 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_882c1205d1f8ca60 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_644eae701faf834b {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_644eae701faf834b:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_644eae701faf834b img {
  width: 20px;
}
.user-data-form .btn-close_4b0ec082b782051f {
  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_bf7f9b46045001e1 .main-count_9ae15977d7591381 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

.pagination-one_9357733bda7a37d3 ul {
  margin: 0 -5;
}
.pagination-one_9357733bda7a37d3 ul li {
  padding: 0 5px;
  font-size: 20px;
  font-weight: 500;
  color: #19352D;
}
.pagination-one_9357733bda7a37d3 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_9357733bda7a37d3 ul li:not(:last-child) a.active, .pagination-one_9357733bda7a37d3 ul li:not(:last-child) a:hover, .pagination-one_9357733bda7a37d3 ul li:not(:last-child) a:focus {
  background: #29594B;
  color: #fff;
}

.pagination-two_a29ea3d753cd3f3c {
  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_a29ea3d753cd3f3c .pr-dir_b2f79575792d1628 {
  font-size: 16px;
  letter-spacing: 0.89px;
  color: #979797;
}
.pagination-two_a29ea3d753cd3f3c .pr-name_8c1a30c5166b83f1 {
  font-size: 32px;
  color: #19352D;
  margin-top: 4px;
}
.pagination-two_a29ea3d753cd3f3c 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_a29ea3d753cd3f3c a:hover i {
  background: #CFFF45;
  border-color: #CFFF45;
}
.pagination-two_a29ea3d753cd3f3c.border-0_503c1ccb458a16ad i {
  border: none;
}
.pagination-two_a29ea3d753cd3f3c.border-0_503c1ccb458a16ad a:hover i {
  background: #FFE86B;
}

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

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

.card-style-three_ee9788d53457e513 .icon_08b8fec790f4eb09 {
  height: 38px;
}

.card-style-four_211e7f06e85ed84d .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_211e7f06e85ed84d .media:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  right: -25px;
  bottom: -25px;
  background: #fff;
}
.card-style-four_211e7f06e85ed84d .round-btn_6b5e20f45dab804a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
  opacity: 0;
}
.card-style-four_211e7f06e85ed84d .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
}
.card-style-four_211e7f06e85ed84d:hover .media::before, .card-style-four_211e7f06e85ed84d:hover .round-btn_6b5e20f45dab804a {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.card-style-fourteen_623b1d59aa8cef60 .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_623b1d59aa8cef60 .round-btn_6b5e20f45dab804a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fourteen_623b1d59aa8cef60 .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fourteen_623b1d59aa8cef60:hover .media::before, .card-style-fourteen_623b1d59aa8cef60:hover .round-btn_6b5e20f45dab804a {
  opacity: 1;
}
.card-style-fourteen_623b1d59aa8cef60 p {
  color: #B6B6B6;
}

.card-style-fifteen_825046bfa968f538 {
  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_825046bfa968f538 .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_825046bfa968f538 .round-btn_6b5e20f45dab804a {
  position: absolute;
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #0C3A30;
  color: #fff;
  opacity: 0;
}
.card-style-fifteen_825046bfa968f538 .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
  color: #19352D;
}
.card-style-fifteen_825046bfa968f538:hover .media::before, .card-style-fifteen_825046bfa968f538:hover .round-btn_6b5e20f45dab804a {
  opacity: 1;
}
.card-style-fifteen_825046bfa968f538 h4 {
  font-size: 22px;
}
.card-style-fifteen_825046bfa968f538 p {
  color: #B6B6B6;
}

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

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

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

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

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

.card-style-twentyOne_5824bc05f35cf4f8 .icon_08b8fec790f4eb09 {
  width: 320px;
  height: 320px;
  padding: 13%;
  border: 1px solid rgba(25, 97, 100, 0.15);
}
.card-style-twentyOne_5824bc05f35cf4f8 .icon_08b8fec790f4eb09 .numb_f7862beebf80c687 {
  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_65d2293f5519c257 {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 50px 12px 70px;
  position: relative;
}
.card-style-twentyTwo_65d2293f5519c257 .icon_08b8fec790f4eb09 {
  height: 83px;
}
.card-style-twentyTwo_65d2293f5519c257 h4 {
  font-size: 28px;
  margin: 135px 0 20px;
  text-transform: capitalize;
}
.card-style-twentyTwo_65d2293f5519c257 .learn-btn_60e316994f0b8110 {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.card-style-twentyTwo_65d2293f5519c257:hover {
  background: #FFDB1E;
}

.card-style-twentyThree_066f93631cb287fb {
  background: #144D41;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card-style-twentyThree_066f93631cb287fb .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_066f93631cb287fb .name h4 {
  font-size: 22px;
}
.card-style-twentyThree_066f93631cb287fb:hover .name {
  opacity: 1;
}
.card-style-twentyThree_066f93631cb287fb:hover img {
  opacity: 0.3;
}

.pricing-card-one_e971980ad4e9d771 {
  background: #fff;
  border-radius: 20px;
  padding: 45px 70px 50px;
}
.pricing-card-one_e971980ad4e9d771 h2 {
  font-size: 36px;
}
.pricing-card-one_e971980ad4e9d771 p {
  line-height: 1.5em;
  color: #878787;
  padding: 17px 0 20px;
}
.pricing-card-one_e971980ad4e9d771 p span {
  color: #000;
}
.pricing-card-one_e971980ad4e9d771 .price-banner_65eea0ccc79656a8 {
  padding: 8px 10px;
  border-radius: 15px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.pricing-card-one_e971980ad4e9d771 .price-banner_65eea0ccc79656a8 .price_f0552817d1d52d7b {
  font-size: 52px;
  font-weight: 500;
  color: #19352D;
  line-height: initial;
}
.pricing-card-one_e971980ad4e9d771 .price-banner_65eea0ccc79656a8 .price_f0552817d1d52d7b sup {
  font-size: 0.461em;
  top: -18px;
  left: 6px;
}
.pricing-card-one_e971980ad4e9d771 .price-banner_65eea0ccc79656a8 strong {
  color: #19352D;
  display: block;
  margin-bottom: -9px;
}
.pricing-card-one_e971980ad4e9d771 .price-banner_65eea0ccc79656a8 span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-card-one_e971980ad4e9d771 ul li {
  color: #000;
  margin-top: 10px;
}
.pricing-card-one_e971980ad4e9d771 .action-btn_62457d6ac11f01db {
  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_e971980ad4e9d771 .action-btn_62457d6ac11f01db a {
  font-weight: 500;
  color: #19352D;
}
.pricing-card-one_e971980ad4e9d771 .action-btn_62457d6ac11f01db 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_e971980ad4e9d771 .action-btn_62457d6ac11f01db a:hover {
  text-decoration: underline;
}

.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 h2 {
  font-size: 64px;
  line-height: 1.1875em;
  font-weight: 700;
  margin-bottom: 42px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 p {
  margin-bottom: 35px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .line-wrapper_0127ff182cf934e3 {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .quote-wrapper_06d27a0c59a637c0 {
  padding: 50px 80px 60px;
  border-radius: 30px;
  z-index: 1;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .quote-wrapper_06d27a0c59a637c0 .icon_08b8fec790f4eb09 {
  margin-top: 7px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .quote-wrapper_06d27a0c59a637c0 blockquote {
  font-size: 48px;
  line-height: 1.354em;
  font-weight: 500;
  color: #19352D;
  margin-bottom: 30px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .quote-wrapper_06d27a0c59a637c0 .shape_01_36be18ab06be5513 {
  bottom: 0;
  right: 1%;
  width: 37.2%;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .list-item_77e151a017531563 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-left: 45px;
  margin-bottom: 24px;
  position: relative;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .list-item_77e151a017531563 li:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #FFF2AC;
  left: 0;
  top: 3px;
}
.service-details_91c53c829c94b2cc .details-meta_6176309a3eb43bf7 .list-item_77e151a017531563 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 18px;
  top: 3px;
  left: 5px;
  color: #000;
}
.service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 {
  background: #EBF3EE;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 25px;
}
.service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 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_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 a img {
  width: 20px;
  margin-right: 22px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out 0s;
}
.service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 a.active, .service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 a:hover {
  color: #0A4020;
}
.service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 a.active img, .service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 a:hover img {
  opacity: 1;
}
.service-details_91c53c829c94b2cc .service-nav-item_dfe6543e3195c7b4 li:last-child a {
  border: none;
}
.service-details_91c53c829c94b2cc .contact-banner_8b810257ad4f9035 {
  padding: 35px 3% 50px;
  background: #FFE86B;
  border-radius: 20px;
}
.service-details_91c53c829c94b2cc .contact-banner_8b810257ad4f9035 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.service-details_91c53c829c94b2cc .contact-banner_8b810257ad4f9035 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.service-details_91c53c829c94b2cc .contact-banner_8b810257ad4f9035 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_652e7842063ca6cc .grid-sizer,
#isotop-gallery-wrapper.column-two_652e7842063ca6cc .isotop-item {
  width: 50%;
}

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

.portfolio-block-one_09984d173f930a07 .img-holder_9c66eb6c69a16eca {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_09984d173f930a07 .img-holder_9c66eb6c69a16eca.round-border_9c1df54e7cb12148 {
  border-radius: 30px;
}
.portfolio-block-one_09984d173f930a07 .img-holder_9c66eb6c69a16eca .expend_e8d59b477ef80435 {
  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_09984d173f930a07 .img-holder_9c66eb6c69a16eca 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_09984d173f930a07 .img-holder_9c66eb6c69a16eca i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_09984d173f930a07:hover .expend_e8d59b477ef80435 {
  opacity: 1;
}
.portfolio-block-one_09984d173f930a07:hover .img-meta_ad995020caecfe5b {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_09984d173f930a07:hover .pj-title_a03791439dfa66ec {
  text-decoration: underline;
}
.portfolio-block-one_09984d173f930a07 .caption {
  margin-top: 35px;
}
.portfolio-block-one_09984d173f930a07 .caption .tag_440daba62ad90b50 {
  margin: 0 -3px;
}
.portfolio-block-one_09984d173f930a07 .caption .tag_440daba62ad90b50 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_09984d173f930a07 .caption .pj-title_a03791439dfa66ec {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_09984d173f930a07 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_09984d173f930a07 .caption .arrow:hover {
  color: #0C3A30;
}

.portfolio-two_1826c3d10cb0ab90 {
  z-index: 1;
}
.portfolio-two_1826c3d10cb0ab90 .slider-wrapper_cafe929ce2e4cdd9 {
  width: 126vw;
  transform: translateX(-13vw);
}
.portfolio-two_1826c3d10cb0ab90 .slider-wrapper_cafe929ce2e4cdd9 .slick-slider_598cf382c9265260 {
  margin: 0 -25px;
}
.portfolio-two_1826c3d10cb0ab90 .slider-wrapper_cafe929ce2e4cdd9 .slick-slider_598cf382c9265260 .slick-slide {
  margin: 0 25px 5px;
}
.portfolio-two_1826c3d10cb0ab90 .slick-arrow-one_fcfc731f9db5a83e {
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-two_1826c3d10cb0ab90 .slick-arrow-one_fcfc731f9db5a83e 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_1826c3d10cb0ab90 .slick-arrow-one_fcfc731f9db5a83e li:hover {
  background: #1F5E59;
  color: #fff;
}

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

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

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

.project-details-one_ca2302d50c88bd30 {
  z-index: 2;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 {
  border-bottom: 1px solid #E4E4E4;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #CFFF45;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 .inner-wrapper_fb7035604fc53b88 {
  max-width: 1600px;
  padding: 0 12px;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 h3 {
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 h3 span {
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 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_ca2302d50c88bd30 .project-info_809766c7db6518e3 li:last-child {
  border: none;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 li .icon_08b8fec790f4eb09 {
  max-width: 40px;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 li .text1_a87ca99ff96fcbd6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.project-details-one_ca2302d50c88bd30 .project-info_809766c7db6518e3 li span {
  color: rgba(0, 0, 0, 0.5);
}
.project-details-one_ca2302d50c88bd30 .upper-title_22fe16f145c4f013 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-details-one_ca2302d50c88bd30 h2 {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 35px;
}
.project-details-one_ca2302d50c88bd30 p {
  font-size: 24px;
  line-height: 1.83em;
  margin-bottom: 40px;
}
.project-details-one_ca2302d50c88bd30 .img-gallery_8e1f60637a46cfb0 img {
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
}
.project-details-one_ca2302d50c88bd30 .social-share_e777bebc8d1aa8d6 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-one_ca2302d50c88bd30 .social-share_e777bebc8d1aa8d6 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

.project-details-two_d626eb4d9454f2b2 .bg-wrapper_1ecfa4181605fd24 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 {
  height: 100%;
}
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-control-next_76a24fe050ce8349,
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-control-prev_ae131fe93190c30e {
  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_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-control-next_76a24fe050ce8349:hover,
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-control-prev_ae131fe93190c30e:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_d626eb4d9454f2b2 .slider-wrapper_cafe929ce2e4cdd9 .carousel-control-prev_ae131fe93190c30e {
  left: auto;
  right: 45px;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 h3 {
  font-size: 36px;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .list-meta_a65b37370c8a2d60 li {
  padding: 22px 0;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .list-meta_a65b37370c8a2d60 .icon_08b8fec790f4eb09 {
  width: 40px;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .list-meta_a65b37370c8a2d60 .text1_a87ca99ff96fcbd6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .list-meta_a65b37370c8a2d60 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .social-share_e777bebc8d1aa8d6 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_d626eb4d9454f2b2 .info-wrapper_7a46d54878fee056 .social-share_e777bebc8d1aa8d6 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_ecccce24572c81b7 .slider-wrapper_cafe929ce2e4cdd9 {
  padding-left: 100px;
}
.feedback-section-three_ecccce24572c81b7 .slider-wrapper_cafe929ce2e4cdd9 .icon_08b8fec790f4eb09 {
  left: 0;
  top: 18px;
}
.feedback-section-three_ecccce24572c81b7 .slick-dots_4fc84b4c8e308967 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_ecccce24572c81b7 .slick-dots_4fc84b4c8e308967 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_ecccce24572c81b7 .slick-dots_4fc84b4c8e308967 .slick-active button {
  background: #000;
}
.feedback-section-three_ecccce24572c81b7 .rating-box_f974ecb097cdac9c {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_ecccce24572c81b7 .rating-box_f974ecb097cdac9c .rating_26eb17741302072d {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_ecccce24572c81b7 .shape_01_36be18ab06be5513 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_ecccce24572c81b7 .shape_02_762f9dbb11327675 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

.feedback-section-four_a84e016c3eef9cd5 .slider-arrows_298403b2a0255485 {
  position: absolute;
  right: 0;
  top: 80px;
  width: 125px;
  border: 1px solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.feedback-section-four_a84e016c3eef9cd5 .slider-arrows_298403b2a0255485 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_a84e016c3eef9cd5 .slider-arrows_298403b2a0255485 li:hover {
  background: #000;
  color: #fff;
}
.feedback-section-four_a84e016c3eef9cd5 .partner-logo-one_29e346df39de95ef {
  border-bottom: 2px dashed #e3e3e3;
}

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_1e9ab335df71ce4b {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_1e9ab335df71ce4b .post-data_b99b6b334c0d92b1 {
  padding: 30px 35px 25px;
}
.blog-meta-one_1e9ab335df71ce4b .post-data_b99b6b334c0d92b1 .post-info_f55a30ca56a3de75 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_1e9ab335df71ce4b .post-data_b99b6b334c0d92b1 .blog-title_db74415cb409278c {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_1e9ab335df71ce4b .post-data_b99b6b334c0d92b1 .blog-title_db74415cb409278c:hover {
  text-decoration: underline;
}
.blog-meta-one_1e9ab335df71ce4b .post-img_4e8f57f1d128c543 {
  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_1e9ab335df71ce4b .post-img_4e8f57f1d128c543 .round-btn_6b5e20f45dab804a {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_1e9ab335df71ce4b:hover .round-btn_6b5e20f45dab804a {
  background: #CFFF45;
}
.blog-meta-one_1e9ab335df71ce4b.style-two_8874fecafed0ae5a {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_1e9ab335df71ce4b.style-two_8874fecafed0ae5a .post-img_4e8f57f1d128c543 {
  border-radius: 0;
}
.blog-meta-one_1e9ab335df71ce4b.style-two_8874fecafed0ae5a .blog-title_db74415cb409278c {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_5950418c18f03f6d {
  background: #fff;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 {
  padding-top: 30px;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .blog-title_db74415cb409278c {
  width: 70%;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .blog-title_db74415cb409278c h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .blog-title_db74415cb409278c:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .round-btn_6b5e20f45dab804a {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .round-btn_6b5e20f45dab804a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_5950418c18f03f6d .post-data_b99b6b334c0d92b1 .post-info_f55a30ca56a3de75 {
  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_5950418c18f03f6d .post-img_4e8f57f1d128c543 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_5950418c18f03f6d .post-img_4e8f57f1d128c543 .date_0c97e9a5b438b9a2 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_5950418c18f03f6d.style-two_8874fecafed0ae5a {
  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_5950418c18f03f6d.style-two_8874fecafed0ae5a p {
  font-size: 18px;
}
.blog-meta-two_5950418c18f03f6d.style-two_8874fecafed0ae5a .post-img_4e8f57f1d128c543 {
  height: auto;
  width: 100%;
}
.blog-meta-two_5950418c18f03f6d.style-two_8874fecafed0ae5a .post-data_b99b6b334c0d92b1 {
  padding: 26px 0;
}
.blog-meta-two_5950418c18f03f6d.style-two_8874fecafed0ae5a .post-data_b99b6b334c0d92b1 .post-info_f55a30ca56a3de75 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_5950418c18f03f6d.style-two_8874fecafed0ae5a .post-data_b99b6b334c0d92b1 .round-btn_6b5e20f45dab804a {
  border: none;
}

.signup-btn-one_7d03459d96044797 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_7d03459d96044797 .icon_08b8fec790f4eb09 {
  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_6fed85ee900ecb04 {
  z-index: 1;
}
.blog-section-three_6fed85ee900ecb04 .section-btn_7980040c394035a4 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_47256b7604dda68e {
  z-index: 5;
}
.blog-section-four_47256b7604dda68e.block-feature-three_25c75ac992a95c71:before {
  display: none;
}
.blog-section-four_47256b7604dda68e.block-feature-three_25c75ac992a95c71 .block-one_7967209db02c81c3 {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

.blog-sidebar_9f55e836921946ab .sidebar-title_de0a24ca750b0eda {
  font-size: 32px;
  margin-bottom: 18px;
}
.blog-sidebar_9f55e836921946ab .sidebar-search_678ce2ad487ae345 {
  height: 65px;
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.blog-sidebar_9f55e836921946ab .sidebar-search_678ce2ad487ae345 input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 50px 0 20px;
  font-size: 18px;
}
.blog-sidebar_9f55e836921946ab .sidebar-search_678ce2ad487ae345 button {
  position: absolute;
  width: 65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #29594B;
  color: #fff;
}
.blog-sidebar_9f55e836921946ab .sidebar-search_678ce2ad487ae345 button:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-sidebar_9f55e836921946ab .blog-category_fe62aaf67870d82f li a {
  line-height: 54px;
  color: #19352D;
  transition: all 0.2s ease-in-out 0s;
}
.blog-sidebar_9f55e836921946ab .blog-category_fe62aaf67870d82f li a span {
  color: rgba(0, 0, 0, 0.4);
}
.blog-sidebar_9f55e836921946ab .blog-category_fe62aaf67870d82f li a:hover {
  text-decoration: underline;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223 .post-img_4e8f57f1d128c543 {
  height: 222px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-bottom: 15px;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223 .date_0c97e9a5b438b9a2 {
  font-size: 16px;
  color: #AAAAAA;
  margin-bottom: 5px;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223 .blog-title_db74415cb409278c h3 {
  font-size: 24px;
  line-height: 1.291em;
  max-width: 85%;
}
.blog-sidebar_9f55e836921946ab .blog-recent-news_8a2178b3715057df .recent-news_a6b1d9d4512f8223 .blog-title_db74415cb409278c h3:hover {
  text-decoration: underline;
}
.blog-sidebar_9f55e836921946ab .blog-keyword_17171a28b90ac0de ul {
  margin: 0 -4px;
}
.blog-sidebar_9f55e836921946ab .blog-keyword_17171a28b90ac0de ul li {
  margin: 0 4px 10px;
}
.blog-sidebar_9f55e836921946ab .blog-keyword_17171a28b90ac0de 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_9f55e836921946ab .blog-keyword_17171a28b90ac0de ul li a:hover {
  background: #29594B;
  color: #fff;
}
.blog-sidebar_9f55e836921946ab .contact-banner_8b810257ad4f9035 {
  padding: 35px 3% 50px;
  background: #CFFF45;
  border-radius: 20px;
}
.blog-sidebar_9f55e836921946ab .contact-banner_8b810257ad4f9035 h3 {
  font-size: 32px;
  line-height: 1.25em;
  color: #000;
}
.blog-sidebar_9f55e836921946ab .contact-banner_8b810257ad4f9035 a {
  line-height: 36px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 30px;
}
.blog-sidebar_9f55e836921946ab .contact-banner_8b810257ad4f9035 a:hover {
  background: #0C3A30;
  border-color: #0C3A30;
  color: #fff;
}

.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 .wrapper_1381d46442c63fe2 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 .wrapper_1381d46442c63fe2 .icon_08b8fec790f4eb09 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 .wrapper_1381d46442c63fe2 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .quote-wrapper_06d27a0c59a637c0 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .img-gallery_8e1f60637a46cfb0 {
  margin-bottom: 50px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .img-gallery_8e1f60637a46cfb0 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .list-item_77e151a017531563 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_d5c67f482e1d3d40 .post-details-meta_795178cb06d1de66 .list-item_77e151a017531563 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 {
  padding: 10px 0 5px;
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 .tags_23d74e686b64e95c li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 .tags_23d74e686b64e95c a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 .tags_23d74e686b64e95c a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 .share-icon_2b9fe5f0f662e6a4 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_d5c67f482e1d3d40 .bottom-widget_02c45f03bccd0831 .share-icon_2b9fe5f0f662e6a4 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_d5c67f482e1d3d40 .grey-bg_348743fb7a15b492 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_d5c67f482e1d3d40 .blog-inner-title_12af03c524c8a080 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 {
  margin: 60px 0;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f:last-child {
  padding-bottom: 5px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .reply-comment_80bf08cea3ed019b {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .user-avatar_8bce8667e9a3aa8c {
  width: 60px;
  height: 60px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 .date_0c97e9a5b438b9a2 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 .reply-btn_8b560bc6320bbedc {
  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_d5c67f482e1d3d40 .blog-comment-area_4eafced1ae9d2589 .comment_4ddd3a562ab3833f .comment-text_225371e00b3553f0 .reply-btn_8b560bc6320bbedc:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-form_7da7c38166548dd9 p a {
  color: #19352D;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-form_7da7c38166548dd9 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-form_7da7c38166548dd9 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_d5c67f482e1d3d40 .blog-comment-form_7da7c38166548dd9 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_a92633c506e0106d {
  height: 600px;
}

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

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

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

.form-style-two_90c2b9272ea83ec9 .input-group-meta_4036aa97f239ed44 {
  position: relative;
}
.form-style-two_90c2b9272ea83ec9 .input-group-meta_4036aa97f239ed44 input, .form-style-two_90c2b9272ea83ec9 .input-group-meta_4036aa97f239ed44 textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
}
.form-style-two_90c2b9272ea83ec9 .input-group-meta_4036aa97f239ed44 input {
  height: 55px;
  padding: 0 20px;
}
.form-style-two_90c2b9272ea83ec9 .input-group-meta_4036aa97f239ed44 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_da2f1960c793699e .media-img_d7104a88f9734c89 {
  border-radius: 20px;
}
.contact-section-one_da2f1960c793699e .shape_01_36be18ab06be5513 {
  top: 13%;
  left: 43%;
}

.footer-one_892a686c23a111de {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_892a686c23a111de .bottom-footer_13d78da1cd925411 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_892a686c23a111de .social-icon_d886f0715ebada13 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_892a686c23a111de .social-icon_d886f0715ebada13 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_892a686c23a111de .footer-title_2fa7bd4eb5b5e998 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_892a686c23a111de .footer-nav-link_45e05f9a759afde0 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_892a686c23a111de .footer-nav-link_45e05f9a759afde0 a:hover {
  color: #fff;
}
.footer-nav-link_45e05f9a759afde0 p {
  font-size: 16px;
}
.logo_bfcc274e5324de99 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_10853d27d5db84c9 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_9b0bd4852bae096d {
  align-content: center;
}

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

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

.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form {
  width: 410px;
  height: 54px;
  position: relative;
}
.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 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_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-one_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 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_892a686c23a111de .footer-newsletter_5ff5721fcb9db364 form button:hover {
  background: #fff;
}
.footer-one_892a686c23a111de .copyright_8e1763c837affeca {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_892a686c23a111de .bottom-nav_383643b5dcc0f2b7 {
  margin: 0 -12px;
}
.footer-one_892a686c23a111de .bottom-nav_383643b5dcc0f2b7 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-one_892a686c23a111de .bottom-nav_383643b5dcc0f2b7 a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-two_9ce1844a5ad65d44 {
  background: url(../img/media/img_18.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 15px 135px;
}
.footer-two_9ce1844a5ad65d44.no-bg_f85b420658a1c729 {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_9ce1844a5ad65d44.no-bg_f85b420658a1c729:before {
  display: none;
}
.footer-two_9ce1844a5ad65d44.no-bg_f85b420658a1c729 .bg-wrapper_1ecfa4181605fd24 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_9ce1844a5ad65d44.no-bg_f85b420658a1c729 .bg-wrapper_1ecfa4181605fd24 .copyright_8e1763c837affeca {
  left: 0;
}
.footer-two_9ce1844a5ad65d44: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_9ce1844a5ad65d44 .bg-wrapper_1ecfa4181605fd24 {
  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_9ce1844a5ad65d44 .bg-wrapper_1ecfa4181605fd24 .shape_01_36be18ab06be5513 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_9ce1844a5ad65d44 .bg-wrapper_1ecfa4181605fd24 .shape_02_762f9dbb11327675 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_9ce1844a5ad65d44 .social-icon_d886f0715ebada13 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_9ce1844a5ad65d44 .social-icon_d886f0715ebada13 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_9ce1844a5ad65d44 .footer-title_2fa7bd4eb5b5e998 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_9ce1844a5ad65d44 .footer-nav-link_45e05f9a759afde0 a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_9ce1844a5ad65d44 .footer-nav-link_45e05f9a759afde0 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_9ce1844a5ad65d44 .copyright_8e1763c837affeca {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_9db7211605aebe92 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_9db7211605aebe92 .round-bg_076f70509a6327cd {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_9db7211605aebe92 .round-bg_076f70509a6327cd.color-two_18baf27e6822cb05 {
  background: #F6FFDD;
}
.footer-three_9db7211605aebe92 .footer-intro_3f511c5d6818fc53 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_9db7211605aebe92 .footer-intro_3f511c5d6818fc53 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_9db7211605aebe92 .footer-title_2fa7bd4eb5b5e998 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_9db7211605aebe92 .footer-nav-link_45e05f9a759afde0 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_9db7211605aebe92 .footer-nav-link_45e05f9a759afde0 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .copyright_8e1763c837affeca {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .bottom-nav_383643b5dcc0f2b7 {
  margin: 0 -12px;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .bottom-nav_383643b5dcc0f2b7 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .bottom-nav_383643b5dcc0f2b7 a:hover {
  text-decoration: underline;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .social-icon_d886f0715ebada13 {
  margin: 0 -10px;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .social-icon_d886f0715ebada13 a {
  margin: 0 10px;
}
.footer-three_9db7211605aebe92 .bottom-footer_13d78da1cd925411 .social-icon_d886f0715ebada13 a:hover {
  color: #19352D;
}
.footer-three_9db7211605aebe92 .shape_01_36be18ab06be5513 {
  top: -3%;
  left: -3%;
}
.footer-three_9db7211605aebe92 .shape_02_762f9dbb11327675 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_77f5289ea7ff3fe2 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_77f5289ea7ff3fe2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/assets_8000ba6bcb/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_77f5289ea7ff3fe2 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c .round-btn_6b5e20f45dab804a {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c .round-btn_6b5e20f45dab804a:hover, .footer-five_77f5289ea7ff3fe2 .btn-group_83625e1f5b62386c .round-btn_6b5e20f45dab804a:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_77f5289ea7ff3fe2 .social-icon_d886f0715ebada13 {
  margin: 0 -20px;
}
.footer-five_77f5289ea7ff3fe2 .social-icon_d886f0715ebada13 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_77f5289ea7ff3fe2 .social-icon_d886f0715ebada13 a:hover {
  color: #DFFF5E;
}
.footer-five_77f5289ea7ff3fe2 .bottom-nav_383643b5dcc0f2b7 {
  margin: 0 -12px;
}
.footer-five_77f5289ea7ff3fe2 .bottom-nav_383643b5dcc0f2b7 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_77f5289ea7ff3fe2 .bottom-nav_383643b5dcc0f2b7 a:hover {
  text-decoration: underline;
}
.footer-five_77f5289ea7ff3fe2 .shape_01_36be18ab06be5513 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_77f5289ea7ff3fe2 .shape_02_762f9dbb11327675 {
  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_2c372a96a2c5a01f {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_49f1534110ab4602 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_958dee213ab63754 {
  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_604f6cc79eee2433 {
  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_f8532b472281fb9b {
  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_d6542acb51ca919d {
  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_ddc5f54e2bef751a {
  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_bff84529b2b748a7 {
  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_30055727329825b6 {
  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_c72721412b2bb990 {
  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_89fab1cafbd57fb0 {
  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_eda6a28165b220df {
  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_0d81ae32ebfef847 {
  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_bdcd3aa41ce71030 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_4d47724259d052e5 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_e70ae40facd60cd9 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_c947a0167d281a88 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_165095d338dfea4b {
  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_af1dd8930823fb19 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_6108a617ac2ed438 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_05aef417cd2d98f5 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_b6c169326bdd3779 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_ed0c90add26b060a {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_5dfda7235a828ac5 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_924260490f1f8aa0 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_575958f8c689a5aa {
  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_578d3fcb51a0397a {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_d11535cf13856550 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_4781def52a8689e0 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_9ec2644ccdf8604e {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_100b3ad12eb189e3 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_01bd6fdddd9f99b6 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_75c74bfefdbcf60c {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_2308c1d271095c95 {
  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_35b80a86511a8abf {
  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_7152543496376c37 {
  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_511f8b11eeca2a8e {
  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_140c4996cccc0513 {
  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_5a152b8228bfa6ab {
  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_076ae7917a1b730a {
  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_b9c8fe0c51bc24e3 {
  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_94b392cac6f395dc {
  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_beaebe44828b8433 {
  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_9ba5cc8b7035eb9c {
  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_fa74e5b65d32383c {
  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_01c2612007707297 {
  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_a7a68442c40d84d5 {
  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_223a89d8448f01a1 {
  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_a1bcb3e0a28766ee {
  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_9bca977157d8cd99 {
  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_d431acd8a8d8ce85 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_60bdef10d9552baf {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_094077d65016038f {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_37830244b8d7d53f {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_85f92f5790bd11b9 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_5d6920f8dcfb8799 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_b75d93b1bbd8dc7b {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_d119bfb46eda9af3 {
  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_2c372a96a2c5a01f {
  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_9f1a171a379d6c15 {
  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_e2bb097a75ed270b {
  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_5ebb3a098292486c .theme-select-menu_ba338801d8e377c6 {
  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_761eefdd268422c6 {
  overflow: hidden;
}
.product-block-one_761eefdd268422c6 .img-holder_9c66eb6c69a16eca {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_761eefdd268422c6 .img-holder_9c66eb6c69a16eca .cart-icon_fbcf42178033c5f2 {
  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_761eefdd268422c6 .img-holder_9c66eb6c69a16eca .cart-icon_fbcf42178033c5f2:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_761eefdd268422c6 .img-holder_9c66eb6c69a16eca .cart-button_105c2c7374e2bdea {
  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_761eefdd268422c6 .img-holder_9c66eb6c69a16eca .cart-button_105c2c7374e2bdea:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_761eefdd268422c6 .product-title_dbdb217f996189e5 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_761eefdd268422c6 .rating_26eb17741302072d {
  margin: 0 -3px;
}
.product-block-one_761eefdd268422c6 .rating_26eb17741302072d li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_761eefdd268422c6 .rating_26eb17741302072d li .bi-star-fill_f625d1b3c11cfb2f {
  color: #FFCB65;
}
.product-block-one_761eefdd268422c6 .price_f0552817d1d52d7b {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_761eefdd268422c6:hover .cart-button_105c2c7374e2bdea {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_761eefdd268422c6:hover .product-img_047b340a959922c7 {
  transform: scale(0.95);
}
.product-block-one_761eefdd268422c6:hover .cart-icon_fbcf42178033c5f2 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_761eefdd268422c6:hover .product-title_dbdb217f996189e5 {
  text-decoration: underline;
}

.product-details-one_1a2075116c4387ad .product-img-tab_5fcae5862a9d2b28 {
  border: none;
}
.product-details-one_1a2075116c4387ad .product-img-tab_5fcae5862a9d2b28 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_1a2075116c4387ad .product-img-tab_5fcae5862a9d2b28 .nav-link img {
  max-height: 100%;
}
.product-details-one_1a2075116c4387ad .product-img-tab_5fcae5862a9d2b28 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_1a2075116c4387ad .product-img-tab-content_74d2831ec7a9ee7a {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_1a2075116c4387ad .product-img-tab-content_74d2831ec7a9ee7a img {
  margin: auto;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .stock-tag_2bf223588b7b4a18 {
  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_1a2075116c4387ad .product-info_9cf07db4d3979726 .product-name_58aca8f7d239e13b {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .rating_26eb17741302072d li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .rating_26eb17741302072d li .bi-star-fill_f625d1b3c11cfb2f {
  color: #FFCB65;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .rating_26eb17741302072d li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .rating_26eb17741302072d li a:hover {
  text-decoration: underline;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .price_f0552817d1d52d7b {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .price_f0552817d1d52d7b del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .availability_aae2bf51ef53b365 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .description-text_0605624d146dbbac {
  padding: 10px 0 15px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .product-feature_62f8130cf951ec4b {
  margin-bottom: 20px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .product-feature_62f8130cf951ec4b li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .product-feature_62f8130cf951ec4b li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .customize-order_8dc9ebf8ce39842d h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .customize-order_8dc9ebf8ce39842d .quantity_7b953c74f2218e62 .button-group_8c14990bf5562d95 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .customize-order_8dc9ebf8ce39842d .quantity_7b953c74f2218e62 .button-group_8c14990bf5562d95 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .customize-order_8dc9ebf8ce39842d .quantity_7b953c74f2218e62 .button-group_8c14990bf5562d95 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_1a2075116c4387ad .product-info_9cf07db4d3979726 .customize-order_8dc9ebf8ce39842d .quantity_7b953c74f2218e62 .button-group_8c14990bf5562d95 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_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .nav-tabs_d2a68de8dfda63d8 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .nav-tabs_d2a68de8dfda63d8 .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_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .nav-tabs_d2a68de8dfda63d8 .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_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .nav-tabs_d2a68de8dfda63d8 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .nav-tabs_d2a68de8dfda63d8 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .tab-content_0a33b1e2fda89b35 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .tab-content_0a33b1e2fda89b35 .product-feature_62f8130cf951ec4b li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .tab-content_0a33b1e2fda89b35 .product-feature_62f8130cf951ec4b li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .single-comment_fc939b985a63c1de {
  padding-bottom: 40px;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .single-comment_fc939b985a63c1de:last-child {
  padding-bottom: 0;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-img_2a53f4dcee5a74b1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-comment-data_24a1fb09ff7b8855 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-comment-data_24a1fb09ff7b8855 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-comment-data_24a1fb09ff7b8855 .rating_26eb17741302072d li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-comment-data_24a1fb09ff7b8855 .rating_26eb17741302072d li .bi-star-fill_f625d1b3c11cfb2f {
  color: #FFCB65;
}
.product-details-one_1a2075116c4387ad .product-review-tab_26d7b3fb4a7338ca .user-comment-area_520b7980e115bacc .user-comment-data_24a1fb09ff7b8855 p {
  padding-top: 8px;
}

.cart-list-form_9e90b6a91d504b57 {
  position: relative;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 {
  margin: 0;
  background: transparent;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 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_9e90b6a91d504b57 .table_5360e800ffceceb9 th:first-child {
  text-align: left;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-thumbnails_81312d5cfc9977ac {
  width: 85px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-thumbnails_81312d5cfc9977ac img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-thumbnails_81312d5cfc9977ac .product-img_047b340a959922c7 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-info_9cf07db4d3979726 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-info_9cf07db4d3979726 .product-name_58aca8f7d239e13b {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-info_9cf07db4d3979726 .serial_96c85f043cbf67d3 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .product-info_9cf07db4d3979726 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .price_f0552817d1d52d7b {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .quantity_7b953c74f2218e62 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .quantity_7b953c74f2218e62 li .btn_02a766987b6736e6 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .quantity_7b953c74f2218e62 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_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .remove-product_8983d0b86fe29108 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_9e90b6a91d504b57 .table_5360e800ffceceb9 tbody .remove-product_8983d0b86fe29108:hover {
  color: #ff2759;
}
.cart-list-form_9e90b6a91d504b57 .cart-footer_5eef7e2458ee569f {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_9e90b6a91d504b57 .cart-footer_5eef7e2458ee569f .coupon-form_102a0a077d5b1316 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_9e90b6a91d504b57 .cart-footer_5eef7e2458ee569f .cart-total-section_caca58d45454c257 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_9e90b6a91d504b57 .cart-footer_5eef7e2458ee569f .cart-total-section_caca58d45454c257 .cart-total-table_4ce756e644cfcadf 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_9e90b6a91d504b57 .cart-footer_5eef7e2458ee569f .cart-total-section_caca58d45454c257 .cart-total-table_4ce756e644cfcadf tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

.checkout-form_fcf4437b08eca993 .main-title_65fd8cf9812fd065 {
  font-size: 28px;
  padding-bottom: 55px;
}
.checkout-form_fcf4437b08eca993 .single-input-wrapper_9ddf4aaa89eee374 {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: none;
  padding: 0 15px;
  border: none;
  border-radius: 8px;
  margin-bottom: 55px;
}
.checkout-form_fcf4437b08eca993 .theme-select-menu_ba338801d8e377c6 {
  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_fcf4437b08eca993 .theme-select-menu_ba338801d8e377c6 option {
  font-size: 0.85em;
}
.checkout-form_fcf4437b08eca993 .checkbox-list_f8aa81f86ea107b2 {
  padding-bottom: 44px;
}
.checkout-form_fcf4437b08eca993 .checkbox-list_f8aa81f86ea107b2 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_fcf4437b08eca993 .checkbox-list_f8aa81f86ea107b2 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_fcf4437b08eca993 .checkbox-list_f8aa81f86ea107b2 li input[type=checkbox] {
  display: none;
}
.checkout-form_fcf4437b08eca993 .checkbox-list_f8aa81f86ea107b2 li input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_fcf4437b08eca993 .other-note-area_209e24a3028701e5 p {
  font-weight: 500;
  font-size: 16px;
  color: #19352D;
  margin-bottom: 6px;
}
.checkout-form_fcf4437b08eca993 .other-note-area_209e24a3028701e5 textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  height: 145px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 {
  background: #fff;
  padding: 50px 40px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 {
  width: 100%;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tbody {
  color: #19352D;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tbody th {
  padding-bottom: 15px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tbody th span {
  font-weight: 500;
  font-size: 18px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tbody td {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tfoot th {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .product-review_7a272542fd3339b3 tfoot td {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d {
  padding: 30px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d li {
  padding: 0 0 12px 30px;
  position: relative;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d li p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d li label {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 15px;
  color: #19352D;
  cursor: pointer;
  margin: 0 0 13px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d 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_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d li input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .order-review_075aa59c56a894d4 .payment-list_08a4b137b8137b3d li input:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .policy-text_77688e3a89d80051 {
  font-size: 16px;
  line-height: 22px;
  color: #979797;
  padding: 25px 0 5px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .agreement-checkbox_e06f584489314862 label {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #19352D;
  cursor: pointer;
  padding-left: 33px;
  margin-bottom: 35px;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .agreement-checkbox_e06f584489314862 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_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .agreement-checkbox_e06f584489314862 input[type=checkbox] {
  display: none;
}
.checkout-form_fcf4437b08eca993 .order-confirm-sheet_6e0923221b9a0ba7 .agreement-checkbox_e06f584489314862 input[type=checkbox]:checked + label:before {
  content: "\f272";
  font-family: bootstrap-icons !important;
  background: #373737;
  color: #fff;
  border-color: #373737;
}
.checkout-form_fcf4437b08eca993 .credit-card-form {
  margin-top: 12px;
  display: none;
}
.checkout-form_fcf4437b08eca993 .credit-card-form h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-form_fcf4437b08eca993 .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_fcf4437b08eca993 .credit-card-form span {
  padding: 0 5px;
  margin-bottom: 18px;
}

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

.fancybox-active_9f0abeb8dac294ea {
  height: auto;
}

.fancybox-is-hidden_f1235c2115be8393 {
  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_6c6f5d3ae8fb4d45 {
  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_24f30e21ccb21384 .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption_7bd2c8c1c2de65d8, .fancybox-infobar_20e2d1eeef512e9e, .fancybox-navigation_7f06aa671301efb9 .fancybox-button_5e852c196aa02481, .fancybox-toolbar_b3c503b35de55ef6 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_9b6fec6ab33d023c .fancybox-caption_7bd2c8c1c2de65d8, .fancybox-show-infobar_47f08d1cde387c99 .fancybox-infobar_20e2d1eeef512e9e, .fancybox-show-nav_cae6ee1c99551fc1 .fancybox-navigation_7f06aa671301efb9 .fancybox-button_5e852c196aa02481, .fancybox-show-toolbar_4f36cd06cd69786b .fancybox-toolbar_b3c503b35de55ef6 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar_20e2d1eeef512e9e {
  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_b3c503b35de55ef6 {
  right: 0;
  top: 0;
}

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

.fancybox-is-open_24f30e21ccb21384 .fancybox-stage_6c6f5d3ae8fb4d45 {
  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_6883d884e1887243 .fancybox-slide, .fancybox-slide--current_a76797d046f77112, .fancybox-slide--next_82754809d3d9729f, .fancybox-slide--previous_a57ad731c96b6771 {
  display: block;
}

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

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

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

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

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

.fancybox-content_e318afe2eca04168 {
  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_37d9a5b68578509a .fancybox-content_e318afe2eca04168 {
  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_758d853d6eb79237 .fancybox-content_e318afe2eca04168 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_5191c1278088ce40 .fancybox-content_e318afe2eca04168 {
  cursor: zoom-in;
}

.fancybox-can-drag_d327d75e39b668af .fancybox-content_e318afe2eca04168 {
  cursor: grab;
}

.fancybox-is-dragging_ca4c025ff7b878d1 .fancybox-content_e318afe2eca04168 {
  cursor: grabbing;
}

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

.fancybox-image, .fancybox-spaceball_77195b4c3c203cd7 {
  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_77195b4c3c203cd7 {
  z-index: 1;
}

.fancybox-slide--html_2035511dbeb99972 .fancybox-content_e318afe2eca04168 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_5845ca0ce5db10be .fancybox-content_e318afe2eca04168, .fancybox-slide--map_453e7c62afb7d012 .fancybox-content_e318afe2eca04168, .fancybox-slide--video_81e79ac8dd8a9734 .fancybox-content_e318afe2eca04168 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_81e79ac8dd8a9734 .fancybox-content_e318afe2eca04168 {
  background: #000;
}

.fancybox-slide--map_453e7c62afb7d012 .fancybox-content_e318afe2eca04168 {
  background: #e5e3df;
}

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

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

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

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

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

.fancybox-button_5e852c196aa02481 {
  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_5e852c196aa02481, .fancybox-button_5e852c196aa02481:link, .fancybox-button_5e852c196aa02481:visited {
  color: #ccc;
}

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

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

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

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

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

.fancybox-button--play_84a343f26650e1b9 svg path, .fancybox-button--share_c4b94c48c0be4827 svg path, .fancybox-button--thumbs_f15706be1c324187 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_cae6ee1c99551fc1 .fancybox-navigation_7f06aa671301efb9 .fancybox-button_5e852c196aa02481 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_7f06aa671301efb9 .fancybox-button--arrow_left_c2b96a5b30c39a30 {
  left: 6px;
}

.fancybox-navigation_7f06aa671301efb9 .fancybox-button--arrow_right_d419437ef2d81ed7 {
  right: 6px;
}

.fancybox-close-small_28b7591339daca5a {
  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_28b7591339daca5a svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

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

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

.fancybox-slide--iframe_5845ca0ce5db10be .fancybox-close-small_28b7591339daca5a, .fancybox-slide--image_37d9a5b68578509a .fancybox-close-small_28b7591339daca5a, .fancybox-slide--video_81e79ac8dd8a9734 .fancybox-close-small_28b7591339daca5a {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_5845ca0ce5db10be .fancybox-close-small_28b7591339daca5a:hover svg, .fancybox-slide--image_37d9a5b68578509a .fancybox-close-small_28b7591339daca5a:hover svg, .fancybox-slide--video_81e79ac8dd8a9734 .fancybox-close-small_28b7591339daca5a:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_c4a78a536d1c93eb .fancybox-close-small_28b7591339daca5a, .fancybox-is-zoomable_aae637782e9a4b38.fancybox-can-drag_d327d75e39b668af .fancybox-close-small_28b7591339daca5a {
  display: none;
}

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

.fancybox-caption_7bd2c8c1c2de65d8: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_7bd2c8c1c2de65d8:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

.fancybox-loading_678d95d4973df6c0 {
  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_a496d332b6ef40e6 {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

.fancybox-fx-fade_2cf655e430244dc5.fancybox-slide--next_82754809d3d9729f, .fancybox-fx-fade_2cf655e430244dc5.fancybox-slide--previous_a57ad731c96b6771 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_2cf655e430244dc5.fancybox-slide--current_a76797d046f77112 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__button_f054a45c03bd31c4 {
  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_f054a45c03bd31c4:link, .fancybox-share__button_f054a45c03bd31c4:visited {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.fancybox-share__input_323acc2c869a8e98 {
  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_0e55f55ebdf6ddb7 {
  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_427571c68b6d4937 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_deb072050b1b7486 .fancybox-thumbs_0e55f55ebdf6ddb7 {
  display: block;
}

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

.fancybox-thumbs_0e55f55ebdf6ddb7 > 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_427571c68b6d4937 > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs_0e55f55ebdf6ddb7 > 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_27a5195334ee151e {
  background: rgba(0, 0, 0, 0.1);
}

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

.fancybox-thumbs_0e55f55ebdf6ddb7 > 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_0e55f55ebdf6ddb7 .fancybox-thumbs-active_35379b0862b4d329:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs_0e55f55ebdf6ddb7 {
    width: 110px;
  }
  .fancybox-show-thumbs_deb072050b1b7486 .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs_0e55f55ebdf6ddb7 > ul > li {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider_598cf382c9265260 {
  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_4fc84b4c8e308967 {
  list-style-type: none;
  display: flex;
}

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

.slick-dots_4fc84b4c8e308967 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_4fc84b4c8e308967 .slick-active button {
  background: #0C3A30;
}

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

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

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

.slick-slider_598cf382c9265260 .slick-track_b81eaf1851327069,
.slick-slider_598cf382c9265260 .slick-list_c3c82803c2aa769f {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_04867ee24d019066 .slick-track_b81eaf1851327069 {
  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_04867ee24d019066 img {
  display: none;
}

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

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

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

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

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