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

.h1_0084a5c0908d34a6,
h1,
.h2_9259cc20f1f6e6e6,
h2,
.h3_7c559c4f6d3e4e88,
h3,
.h4_85575a5820390195,
h4,
.h5_67297d7686cbe0b3,
h5,
.h6_3c88af88414a931e,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_c5c0bb76f5bfc491 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_d928291528f55ff2 {
  padding: 0 !important;
}

.m0_11803be1282dc478 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_a56fce95d1ad7c54 {
    padding: 0 !important;
  }
  .xl-m0_1fe027007439a266 {
    margin: 0 !important;
  }
  .xl-pt-10_8ca8b39368975ae8 {
    padding-top: 10px !important;
  }
  .xl-pt-20_b49c693e23bfd58e {
    padding-top: 20px !important;
  }
  .xl-pt-30_5593c30af41371f7 {
    padding-top: 30px !important;
  }
  .xl-pt-40_43bd4bbcd7fe7771 {
    padding-top: 40px !important;
  }
  .xl-pt-50_c81ff9bd880339eb {
    padding-top: 50px !important;
  }
  .xl-pt-60_9556e40e23f864f0 {
    padding-top: 60px !important;
  }
  .xl-pt-70_7cd6ec0d6cfbeba5 {
    padding-top: 70px !important;
  }
  .xl-pt-80_620e029ff6052a21 {
    padding-top: 80px !important;
  }
  .xl-pt-90_d27712fe185d8a37 {
    padding-top: 90px !important;
  }
  .xl-pt-100_1180c8ffe201d9af {
    padding-top: 100px !important;
  }
  .xl-pt-110_b7d40fc81cd4630a {
    padding-top: 110px !important;
  }
  .xl-pt-120_1b34571a39365573 {
    padding-top: 120px !important;
  }
  .xl-pt-130_0f761c899adf0533 {
    padding-top: 130px !important;
  }
  .xl-pt-140_60a7d8955525d66b {
    padding-top: 140px !important;
  }
  .xl-pt-150_f116f7a803e85c08 {
    padding-top: 150px !important;
  }
  .xl-pt-200_935cba24c155f802 {
    padding-top: 200px !important;
  }
  .xl-pb-10_cce6672b5706b00c {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_1e2a063640abc4ea {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_0cb65d5b7c8b3f5c {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_e4e4e2a76c4c4787 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_073976ccec8f2c77 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_89e250799706b15c {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_afc248cad56c27d1 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_b64b56ee391358d2 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_36ba54e759d2d2c1 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_8a039d53c94cc381 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_fd673d5c02f584f3 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_e2c72de0445890d9 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_d20ea0347024d1c9 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_ffba8322bf3e7e7d {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_7abf69648e3ab882 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_41c785d02a575614 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_3c51c3d9382e801f {
    margin-top: 10px !important;
  }
  .xl-mt-20_91d01b314051b4ea {
    margin-top: 20px !important;
  }
  .xl-mt-30_2ed93065f7841c1d {
    margin-top: 30px !important;
  }
  .xl-mt-40_acc60412bd27d147 {
    margin-top: 40px !important;
  }
  .xl-mt-50_936751affb1ea007 {
    margin-top: 50px !important;
  }
  .xl-mt-60_9b8b34c546522aeb {
    margin-top: 60px !important;
  }
  .xl-mt-70_0e31896d19a13666 {
    margin-top: 70px !important;
  }
  .xl-mt-80_b441ce6b83cd87cb {
    margin-top: 80px !important;
  }
  .xl-mt-90_089c1edeed6b3992 {
    margin-top: 90px !important;
  }
  .xl-mt-100_eef4fd1ee1b93be2 {
    margin-top: 100px !important;
  }
  .xl-mt-110_d346811fbd7f68b1 {
    margin-top: 110px !important;
  }
  .xl-mt-120_a5c2313348069de0 {
    margin-top: 120px !important;
  }
  .xl-mt-130_c84a44239fd9b0ac {
    margin-top: 130px !important;
  }
  .xl-mt-140_33d68fd469758eff {
    margin-top: 140px !important;
  }
  .xl-mt-150_94820f47279cafdb {
    margin-top: 150px !important;
  }
  .xl-mt-200_15696b460e5e09b1 {
    margin-top: 200px !important;
  }
  .xl-mb-10_70dd073ba000fc0e {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_4f62033fda0bb9f3 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_75300c699291566e {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_4ddced37fc88d526 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_05cd732a8ceaa59b {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_f7403a8baf95d69f {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_8e95acd3cda0568d {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_80c05b9194da265d {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_56bfd276000aa09e {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_e8c2c47e820abef6 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_9167ba6d7cab9d8c {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_765ff84d2aee89a1 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_239679a129125a7b {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_c0e917a07729804d {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_c1d81f0613e7f9b3 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_dbc6e04abff6840b {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_7f47fd31504df8d4 {
    padding: 0 !important;
  }
  .lg-m0_90de6f4abab655e3 {
    margin: 0 !important;
  }
  .lg-pt-10_f148f58cc5d68a46 {
    padding-top: 10px !important;
  }
  .lg-pt-20_2a70d77e9fcb3d14 {
    padding-top: 20px !important;
  }
  .lg-pt-30_3d2d4cb2ae282da3 {
    padding-top: 30px !important;
  }
  .lg-pt-40_fd83ee9f46d72f23 {
    padding-top: 40px !important;
  }
  .lg-pt-50_71cd099672c93b58 {
    padding-top: 50px !important;
  }
  .lg-pt-60_25c666ce47cffe3a {
    padding-top: 60px !important;
  }
  .lg-pt-70_fa2069cc80f44128 {
    padding-top: 70px !important;
  }
  .lg-pt-80_a71de74415e89ae3 {
    padding-top: 80px !important;
  }
  .lg-pt-90_76ee47d8ce8c01d4 {
    padding-top: 90px !important;
  }
  .lg-pt-100_1a75d625f0fe5a8b {
    padding-top: 100px !important;
  }
  .lg-pt-110_6721e47defcb4476 {
    padding-top: 110px !important;
  }
  .lg-pt-120_331c82b40f14c2f8 {
    padding-top: 120px !important;
  }
  .lg-pt-130_a518c42798fcb3f7 {
    padding-top: 130px !important;
  }
  .lg-pt-140_b38aa694ea472751 {
    padding-top: 140px !important;
  }
  .lg-pt-150_35d8f46277987eb5 {
    padding-top: 150px !important;
  }
  .lg-pt-200_25fd8f1bb5b026b8 {
    padding-top: 200px !important;
  }
  .lg-pb-10_fefe38f0295f368b {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_782f65e3af9bd726 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_f3c4f28755a81512 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_9cb578cd0395e14e {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_30816357afbb11f0 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_afe194361c1b754d {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_729d0216f0ce4931 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_b19bbf999ebce539 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_3fb6efc1967c9bb4 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_f686bdbd8aff1c4b {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_201951db249322f4 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_bc69d1ac8cbc4914 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_aaa611193ee77953 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_785e0b741b7a6e11 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_76af27dca94782aa {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_bf6d5046d4af25bf {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_b14679e71b3b1a7e {
    margin-top: 10px !important;
  }
  .lg-mt-20_530c40e19a7d6d64 {
    margin-top: 20px !important;
  }
  .lg-mt-30_9ebe54519fcdf565 {
    margin-top: 30px !important;
  }
  .lg-mt-40_b8db9cd3e377b9ea {
    margin-top: 40px !important;
  }
  .lg-mt-50_88e2c00fd58e157b {
    margin-top: 50px !important;
  }
  .lg-mt-60_8a5518a0911c025c {
    margin-top: 60px !important;
  }
  .lg-mt-70_a1ca83bedea4f5fe {
    margin-top: 70px !important;
  }
  .lg-mt-80_ea8bc64555026f1d {
    margin-top: 80px !important;
  }
  .lg-mt-90_30974f1f44d33c2e {
    margin-top: 90px !important;
  }
  .lg-mt-100_0474fa6c38bef41d {
    margin-top: 100px !important;
  }
  .lg-mt-110_a122a4ed96e89a71 {
    margin-top: 110px !important;
  }
  .lg-mt-120_ba1682e912544fe4 {
    margin-top: 120px !important;
  }
  .lg-mt-130_b90d57ee31c446c3 {
    margin-top: 130px !important;
  }
  .lg-mt-140_0f5f7690981c9e0e {
    margin-top: 140px !important;
  }
  .lg-mt-150_342e572dce2057d0 {
    margin-top: 150px !important;
  }
  .lg-mt-200_fb7fd7e29122799e {
    margin-top: 200px !important;
  }
  .lg-mb-10_e4d14bb92c9b34b2 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_27e7cd20c86947aa {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_4461dac72622c980 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_7100115970f62e6f {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_1593e2c168c4af08 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_1cb52d1032a67110 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_31c5430eba7d519d {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_005a92a5b5750bf3 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_2cd328fcd9688b16 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_48a9261e709f7ea4 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_8c8ca24e236f7b21 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_12fb21714080cabb {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_988f89ab5f1ff34a {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_3b92afa29a950b79 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_9bea4b348858c9b4 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_ccdc8c7b057d41cb {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_60bd23766544b077 {
    padding: 0 !important;
  }
  .md-m0_276e4d6992d10fb6 {
    margin: 0 !important;
  }
  .md-pt-10_573aba9a8e3ee189 {
    padding-top: 10px !important;
  }
  .md-pt-20_c5c19db9928a66a7 {
    padding-top: 20px !important;
  }
  .md-pt-30_23c1f645cf7724bf {
    padding-top: 30px !important;
  }
  .md-pt-40_947365181b844583 {
    padding-top: 40px !important;
  }
  .md-pt-50_d650444380532afe {
    padding-top: 50px !important;
  }
  .md-pt-60_ae8ccf877a7ed8dd {
    padding-top: 60px !important;
  }
  .md-pt-70_8d339c806b25a5b0 {
    padding-top: 70px !important;
  }
  .md-pt-80_16a0f12b488f1834 {
    padding-top: 80px !important;
  }
  .md-pt-90_8d9a31bd6c8fd48f {
    padding-top: 90px !important;
  }
  .md-pt-100_7af7b571bf849209 {
    padding-top: 100px !important;
  }
  .md-pt-110_02f02ae27c847eaa {
    padding-top: 110px !important;
  }
  .md-pt-120_30c35c7572a5925b {
    padding-top: 120px !important;
  }
  .md-pt-130_ef00458dddc54a32 {
    padding-top: 130px !important;
  }
  .md-pt-140_5fa3b1cf790b192a {
    padding-top: 140px !important;
  }
  .md-pt-150_81d167ebd4a54d37 {
    padding-top: 150px !important;
  }
  .md-pt-200_71909d460e4fb723 {
    padding-top: 200px !important;
  }
  .md-pb-10_a821a634df7f632c {
    padding-bottom: 10px !important;
  }
  .md-pb-20_97bcfd36c1137d55 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_1a690d6abfead973 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_aea35af3cb6790f5 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_1d818ae9f1a522a7 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_c9d130b119192660 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_9512d98b9016e471 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_98ff300d1fb56ded {
    padding-bottom: 80px !important;
  }
  .md-pb-90_115bcc97ff260940 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_c3195b463395bf45 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_86dd5b0d07fe875d {
    padding-bottom: 110px !important;
  }
  .md-pb-120_d3acf65cb8506967 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_85e60ee1de9416f1 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_1caf72f32fc80215 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_9e8c0a9be954cbdb {
    padding-bottom: 150px !important;
  }
  .md-pb-200_7ea46dd7393016d3 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_75f36581cbbdd6fc {
    margin-top: 10px !important;
  }
  .md-mt-20_8f9e8f6d9e532987 {
    margin-top: 20px !important;
  }
  .md-mt-30_a1cde1c5cc809083 {
    margin-top: 30px !important;
  }
  .md-mt-40_c904d5139bc3b8e0 {
    margin-top: 40px !important;
  }
  .md-mt-50_7d6d447226dec249 {
    margin-top: 50px !important;
  }
  .md-mt-60_7384e20d720ea158 {
    margin-top: 60px !important;
  }
  .md-mt-70_7bf81b0e8bacee77 {
    margin-top: 70px !important;
  }
  .md-mt-80_d9f8480b4c7db305 {
    margin-top: 80px !important;
  }
  .md-mt-90_3520ecabdc75e131 {
    margin-top: 90px !important;
  }
  .md-mt-100_a018bca2bbfcfe5a {
    margin-top: 100px !important;
  }
  .md-mt-110_14813e11fabc86c4 {
    margin-top: 110px !important;
  }
  .md-mt-120_a538c7515eacf623 {
    margin-top: 120px !important;
  }
  .md-mt-130_c4dce81612567d29 {
    margin-top: 130px !important;
  }
  .md-mt-140_e3f0bb368c2f317b {
    margin-top: 140px !important;
  }
  .md-mt-150_c22b916c9a09cb67 {
    margin-top: 150px !important;
  }
  .md-mt-200_cc540858f83996fe {
    margin-top: 200px !important;
  }
  .md-mb-10_00116bd971c3e8bb {
    margin-bottom: 10px !important;
  }
  .md-mb-20_b5fc4854d29c99e3 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_cee258ee5b17cebf {
    margin-bottom: 30px !important;
  }
  .md-mb-40_1553e2dbb3baa7fb {
    margin-bottom: 40px !important;
  }
  .md-mb-50_47a4ae0d907c222d {
    margin-bottom: 50px !important;
  }
  .md-mb-60_d83c010fd185e9d3 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_b930641c6783e6f2 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_cdf0205431d6fd27 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_160daef64356a770 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_545dad956d412aef {
    margin-bottom: 100px !important;
  }
  .md-mb-110_fbf47900a9b10688 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_17280d463f5e9eae {
    margin-bottom: 120px !important;
  }
  .md-mb-130_634956c1b13c96ad {
    margin-bottom: 130px !important;
  }
  .md-mb-140_3f4ae92edb2a6c0c {
    margin-bottom: 140px !important;
  }
  .md-mb-150_f6fe28918cef8555 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_72268eb0027d6482 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_26b188463294dd64 {
    padding: 0 !important;
  }
  .sm-m0_185816bef29f056b {
    margin: 0 !important;
  }
  .sm-pt-10_2fc73c518d0af011 {
    padding-top: 10px !important;
  }
  .sm-pt-20_b53db8877ecddae0 {
    padding-top: 20px !important;
  }
  .sm-pt-30_d6904d545d0c134d {
    padding-top: 30px !important;
  }
  .sm-pt-40_6f0a6198023be0a5 {
    padding-top: 40px !important;
  }
  .sm-pt-50_3bc5f042c18ab438 {
    padding-top: 50px !important;
  }
  .sm-pt-60_c823718b425328b7 {
    padding-top: 60px !important;
  }
  .sm-pt-70_d7a5af12e88a1f62 {
    padding-top: 70px !important;
  }
  .sm-pt-80_48ad17acb95e6929 {
    padding-top: 80px !important;
  }
  .sm-pt-90_bcc380c059c384c9 {
    padding-top: 90px !important;
  }
  .sm-pt-100_aaaa9ae550c0375f {
    padding-top: 100px !important;
  }
  .sm-pt-110_7a782d01beba4dfd {
    padding-top: 110px !important;
  }
  .sm-pt-120_773eb569a23bf8de {
    padding-top: 120px !important;
  }
  .sm-pt-130_1bf9b18ac2abbc7f {
    padding-top: 130px !important;
  }
  .sm-pt-140_278bd20308a469f8 {
    padding-top: 140px !important;
  }
  .sm-pt-150_37031c7e8c46a6b8 {
    padding-top: 150px !important;
  }
  .sm-pt-200_9894e5b1f2131b86 {
    padding-top: 200px !important;
  }
  .sm-pb-10_f969fa1b1f92a3e1 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_0fed9f2442d7fd15 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_e41bb6191830c7c4 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_99d3bd83ee3f5cd9 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_be91e7284f6dda7a {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_47d92de6d5a0a043 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_72629628b29726fa {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_183d8dbeebf58b7f {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_516c09176df77d94 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_779254f6b495aa3f {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_4cc6761f58bb881a {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_ff27a966fcf53bd1 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_3acdd9245f041651 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_5e6a890f81351bc9 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_71dacb60bba44c3d {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_3fe2dac488fa1a76 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_bdd4b4c86787b16d {
    margin-top: 10px !important;
  }
  .sm-mt-20_ce1459eb84f201bf {
    margin-top: 20px !important;
  }
  .sm-mt-30_f61fd213b53b2586 {
    margin-top: 30px !important;
  }
  .sm-mt-40_66062380a0ff4462 {
    margin-top: 40px !important;
  }
  .sm-mt-50_4cd229e096013f10 {
    margin-top: 50px !important;
  }
  .sm-mt-60_49905fb6a29e38f1 {
    margin-top: 60px !important;
  }
  .sm-mt-70_3fcd452e2c97f8b8 {
    margin-top: 70px !important;
  }
  .sm-mt-80_32877ec442d5a439 {
    margin-top: 80px !important;
  }
  .sm-mt-90_7178cd672c3e31f9 {
    margin-top: 90px !important;
  }
  .sm-mt-100_fb7336862259e8df {
    margin-top: 100px !important;
  }
  .sm-mt-110_582d52270d28c0b0 {
    margin-top: 110px !important;
  }
  .sm-mt-120_9f4f89b7708931ad {
    margin-top: 120px !important;
  }
  .sm-mt-130_5d21a48efd39cfd2 {
    margin-top: 130px !important;
  }
  .sm-mt-140_d23108dcb3d6f7c8 {
    margin-top: 140px !important;
  }
  .sm-mt-150_f14bbc0280645c54 {
    margin-top: 150px !important;
  }
  .sm-mt-200_a13f786b65f7363a {
    margin-top: 200px !important;
  }
  .sm-mb-10_43cf09862c31c96a {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_8ed07bbaa2737b38 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_d08cb321923319eb {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_0fd774b5152cfdd9 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_81a94a8957276cc0 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_b5621aa78bc6f1ac {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_059ed036495a1a54 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_4160a533694d57a0 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_fca0582b5d7b79e1 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_f0b69ce9d5b81fb5 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_d52cd822352a4170 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_06106754c6e4ef4b {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_ef71e51777f40080 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_6f70fd7c6ea72cd2 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_0d175b548663cd5f {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_170dd1fcd829bc6a {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_408b49371f6d3ca3 {
    padding: 0 !important;
  }
  .xs-m0_a0d0e3b6e0b4d66f {
    margin: 0 !important;
  }
  .xs-pt-10_fdafca104efdcd6e {
    padding-top: 10px !important;
  }
  .xs-pt-20_f850ed2ba010f915 {
    padding-top: 20px !important;
  }
  .xs-pt-30_5eaae500e9655d41 {
    padding-top: 30px !important;
  }
  .xs-pt-40_e376044c48de2060 {
    padding-top: 40px !important;
  }
  .xs-pt-50_f82f1de86026d86e {
    padding-top: 50px !important;
  }
  .xs-pt-60_fe5d2fb2bc078c8b {
    padding-top: 60px !important;
  }
  .xs-pt-70_f81241d3c8acb616 {
    padding-top: 70px !important;
  }
  .xs-pt-80_abcf2d7eb422c906 {
    padding-top: 80px !important;
  }
  .xs-pt-90_977b68018b279968 {
    padding-top: 90px !important;
  }
  .xs-pt-100_d49c845bdfade8d6 {
    padding-top: 100px !important;
  }
  .xs-pt-110_e7917329668cc92d {
    padding-top: 110px !important;
  }
  .xs-pt-120_4036e80a9ce2efac {
    padding-top: 120px !important;
  }
  .xs-pt-130_6399ab89db97e9cb {
    padding-top: 130px !important;
  }
  .xs-pt-140_70b7d1b386baf4a7 {
    padding-top: 140px !important;
  }
  .xs-pt-150_c6b86c247a7b77b5 {
    padding-top: 150px !important;
  }
  .xs-pt-200_f4ac1e54426268b2 {
    padding-top: 200px !important;
  }
  .xs-pb-10_27d113feb6f3d6f4 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_ad2a0ef705e6115b {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_166bb45948fdc61b {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_5fae8c62cf00608b {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4b057d9ea17d0b64 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_4bcb413d422569d2 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_6031656551d81d6f {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_6849d373bff7fba2 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_ecd4af9eefd92ce6 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_afed9cae22624a99 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_49a4ca9d822b691a {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_6e0129267220293c {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_d2b6ab4456ddf005 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_f7ad1431c0c1e374 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_afa39d86089b6e10 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_84b344f46ecba35e {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_aa340de56fb8e1be {
    margin-top: 10px !important;
  }
  .xs-mt-20_0350c7dc14efac64 {
    margin-top: 20px !important;
  }
  .xs-mt-30_51f0a5a5aa4dad02 {
    margin-top: 30px !important;
  }
  .xs-mt-40_4135c497630c6f80 {
    margin-top: 40px !important;
  }
  .xs-mt-50_3faa6851ac430667 {
    margin-top: 50px !important;
  }
  .xs-mt-60_e09377d01f833aab {
    margin-top: 60px !important;
  }
  .xs-mt-70_7096bb960f34535b {
    margin-top: 70px !important;
  }
  .xs-mt-80_0d28ae56f4e54549 {
    margin-top: 80px !important;
  }
  .xs-mt-90_a6e55b233e08aba0 {
    margin-top: 90px !important;
  }
  .xs-mt-100_380ad043f0a0fe7e {
    margin-top: 100px !important;
  }
  .xs-mt-110_2f50d2dcbd8fe9f5 {
    margin-top: 110px !important;
  }
  .xs-mt-120_75fe8b65701402d7 {
    margin-top: 120px !important;
  }
  .xs-mt-130_596c83adc4da4b93 {
    margin-top: 130px !important;
  }
  .xs-mt-140_37f5605517f82d44 {
    margin-top: 140px !important;
  }
  .xs-mt-150_627f7fbbc72a0255 {
    margin-top: 150px !important;
  }
  .xs-mt-200_33408a49e06d3a51 {
    margin-top: 200px !important;
  }
  .xs-mb-10_46b83ad15d6d5281 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_c9418cb371f94a40 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_853335ba8fb7181d {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_c741ec8cacaa87a8 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_26b2b27668942d53 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_5fddc28f98d203bd {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_83d9124b8c0db6c4 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_cddc9221e5d9a40e {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_f3bb48f60a714de0 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_1d204db9a2c02976 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_145e189aaa045106 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_8f5a6ccdb46791ae {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_405656befa1f3d4f {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_60e868f81762803f {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_143fbc2fe8e496e1 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_c6b98e18c3ba682d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_f7d08f2bb960e405 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_f7d08f2bb960e405.menu-overlay_49269eb195ee86bd {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_f7d08f2bb960e405.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_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-three_a719c677c2af3a26 .navbar-toggler_51ba6bba675872a9 {
  background: #000;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-four_c4e38b2adb3922c7 .navbar-toggler_51ba6bba675872a9 {
  background: #E6FD5A;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-five_3c82f4e36173f0d3 .navbar-toggler_51ba6bba675872a9 {
  background: #DFFF5E;
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9:focus {
  box-shadow: none;
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9::before,
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9::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_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9 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_f7d08f2bb960e405.menu-style-three_a719c677c2af3a26 .navbar-toggler_51ba6bba675872a9:before, .theme-main-menu_f7d08f2bb960e405.menu-style-three_a719c677c2af3a26 .navbar-toggler_51ba6bba675872a9:after, .theme-main-menu_f7d08f2bb960e405.menu-style-three_a719c677c2af3a26 .navbar-toggler_51ba6bba675872a9 span {
  background: #fff;
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_f7d08f2bb960e405 .navbar-toggler_51ba6bba675872a9[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_f7d08f2bb960e405 .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_f7d08f2bb960e405 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_f7d08f2bb960e405.white-vr_2b35522f1f952e01 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_f7d08f2bb960e405.white-vr_2b35522f1f952e01 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_f7d08f2bb960e405.white-vr_2b35522f1f952e01.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-one_50cbba2266116637 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .info-row_4a387b69ef751265 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .gap-fix_a1adc55b5cbfad2a {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .greetings_f27105c115c37e7f {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .contact-info_cd87fe536ab26c36 {
  margin: 0 -15px;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .contact-info_cd87fe536ab26c36 li {
  padding: 0 15px;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .contact-info_cd87fe536ab26c36 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .contact-info_cd87fe536ab26c36 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda .inner-content_f0be75181b635b2d {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-two_182be0be21ab8bda.fixed .info-row_4a387b69ef751265 {
  display: none;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-five_3c82f4e36173f0d3 {
  background: #000;
  padding: 0;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-five_3c82f4e36173f0d3 .inner-content_f0be75181b635b2d {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-six_f032895b32e0ed81 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_f7d08f2bb960e405.menu-style-six_f032895b32e0ed81 .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_f7d08f2bb960e405 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_be662676946b82eb {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_be662676946b82eb .mega-menu-title_e65c1d8ac0e3cf21 {
  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_f7d08f2bb960e405 .login-btn-one_d66d62a67aa0d7e8 a {
  color: #000;
}
.theme-main-menu_f7d08f2bb960e405 .login-btn-one_d66d62a67aa0d7e8 a:hover {
  text-decoration: underline;
}
.theme-main-menu_f7d08f2bb960e405 .login-btn-two_b38f85d0ac08ea8f a {
  color: #044F3B;
}
.theme-main-menu_f7d08f2bb960e405 .login-btn-two_b38f85d0ac08ea8f a:hover {
  text-decoration: underline;
}
.theme-main-menu_f7d08f2bb960e405 .signup-btn-one_7a8e3ed217cd7973 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_f7d08f2bb960e405 .signup-btn-one_7a8e3ed217cd7973 .icon_c454cb89838b2a52 {
  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_f7d08f2bb960e405 .signup-btn-one_7a8e3ed217cd7973:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_f7d08f2bb960e405 .signup-btn-one_7a8e3ed217cd7973:hover .icon_c454cb89838b2a52 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_f7d08f2bb960e405 .signup-btn-two_adb71a6c725a1454 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_f7d08f2bb960e405 .signup-btn-two_adb71a6c725a1454:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_f7d08f2bb960e405 .quote-one_1b0c9dc655065158 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_f7d08f2bb960e405 .quote-one_1b0c9dc655065158:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_a542904ee8921aff {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_a542904ee8921aff li {
  position: relative;
  padding: 0 15px;
}
.category-menu_a542904ee8921aff li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_a542904ee8921aff li a:hover {
  color: #0C3A30;
}
.category-menu_a542904ee8921aff .dropdown-menu {
  padding: 0;
}
.category-menu_a542904ee8921aff .dropdown-menu li {
  padding: 0;
}
.category-menu_a542904ee8921aff .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_c863217c9fcc4a6f .logo_ad8a53f5a6749265 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_2b35522f1f952e01 .navbar-collapse_c863217c9fcc4a6f {
    background-color: #0C3A30;
  }
  .navbar-collapse_c863217c9fcc4a6f {
    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_c863217c9fcc4a6f.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_f7d08f2bb960e405 .navbar .mega-dropdown_a94dd3cc966d1dab {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_2b35522f1f952e01 .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_be662676946b82eb {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_131f1bbd290e168c .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_3bc3cc531b8aba8a {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_3bc3cc531b8aba8a::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_3bc3cc531b8aba8a .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_3bc3cc531b8aba8a .hero-slider-one .hero-img_0ed787cf55aeacd3 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_3bc3cc531b8aba8a .hero-slider-one .slick-list_eeafbd975b0a6912, .hero-banner-one_3bc3cc531b8aba8a .hero-slider-one .slick-track_8fb9c4c4ba90410e, .hero-banner-one_3bc3cc531b8aba8a .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_3bc3cc531b8aba8a .hero-heading_8aab6dbe7d8c8563 {
  font-weight: 700;
  color: #000;
  background: url(../img/shape_51099982eb/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_3bc3cc531b8aba8a .more-btn_115f78946642d932 {
  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_3bc3cc531b8aba8a .more-btn_115f78946642d932:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_0c247e441f4688ff {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_0c247e441f4688ff .bg-wrapper_7411a9dbc3f1cc36 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_0c247e441f4688ff .hero-heading_8aab6dbe7d8c8563 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_0c247e441f4688ff .rating_13ae65dcc960db56 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_0c247e441f4688ff .rating_13ae65dcc960db56 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_0c247e441f4688ff .media-wrapper_646552ba99d27105 {
  position: absolute;
  background: url(../img/assets_181c587eeb/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_0c247e441f4688ff .media-wrapper_646552ba99d27105 .shape_01_19d675f33e27e6e4 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_0c247e441f4688ff .media-wrapper_646552ba99d27105 .shape_02_3f516583ae05eeff {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_d282858d4dc4cc02 .hero-heading_8aab6dbe7d8c8563 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_d282858d4dc4cc02 .media-wrapper_646552ba99d27105 {
  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_d282858d4dc4cc02 .media-wrapper_646552ba99d27105 .screen_01_3556b5c12d823d13 {
  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_d282858d4dc4cc02 .media-wrapper_646552ba99d27105 .screen_02_4e34fb27ebe1b345 {
  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_d282858d4dc4cc02 .media-wrapper_646552ba99d27105 .bg-shape_6f9783e899bd91ae {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_d282858d4dc4cc02 .shape_01_19d675f33e27e6e4 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_675d1eef35b97a2d .bg-wrapper_7411a9dbc3f1cc36 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_675d1eef35b97a2d .media-wrapper_646552ba99d27105 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_675d1eef35b97a2d .media-wrapper_646552ba99d27105 .shape_01_19d675f33e27e6e4 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_675d1eef35b97a2d .shape_02_3f516583ae05eeff {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_3525c0dc43cf05a5 + .blog-details_619d1123d1483313 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_8fca9a0e2462f3de {
  z-index: 1;
}
.block-feature-three_8fca9a0e2462f3de:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_8fca9a0e2462f3de.no-bg_0338e180dcbd506e:before {
  display: none;
}
.block-feature-three_8fca9a0e2462f3de .section-btn_167bba9f4d7221a4 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_8fca9a0e2462f3de .block-title_dbb411be1945c1f1 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_8fca9a0e2462f3de .block-title_dbb411be1945c1f1 a:hover {
  text-decoration: underline;
}
.block-feature-three_8fca9a0e2462f3de .round-btn_44a0a7b1b1ef5b7c {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_8fca9a0e2462f3de .round-btn_44a0a7b1b1ef5b7c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_8fca9a0e2462f3de .block-one_945f76bc6dfe341c {
  background: url(../img/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_8fca9a0e2462f3de .block-one_945f76bc6dfe341c .tag_297704c8652a7fc7 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_8fca9a0e2462f3de .block-one_945f76bc6dfe341c .block-title_dbb411be1945c1f1 {
  background: url(../img/shape_51099982eb/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_8fca9a0e2462f3de .block-two_82d6ffb2a33bbf8c {
  overflow: hidden;
}
.block-feature-three_8fca9a0e2462f3de .block-two_82d6ffb2a33bbf8c .img-wrapper_a23c2527475a5925 {
  background: url(../img/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_8fca9a0e2462f3de .block-two_82d6ffb2a33bbf8c .text-wrapper_c69b3d472e0c1442 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_8fca9a0e2462f3de .block-two_82d6ffb2a33bbf8c .tag_297704c8652a7fc7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_8fca9a0e2462f3de .block-three_17bef98ce12e4d0b {
  background: #D3FF76;
}
.block-feature-three_8fca9a0e2462f3de .block-three_17bef98ce12e4d0b .tag_297704c8652a7fc7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_8fca9a0e2462f3de .block-three_17bef98ce12e4d0b .round-btn_44a0a7b1b1ef5b7c {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_8fca9a0e2462f3de .block-three_17bef98ce12e4d0b .round-btn_44a0a7b1b1ef5b7c:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 {
  background: url(../img/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 .block-title_dbb411be1945c1f1 {
  background: url(../img/shape_51099982eb/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 .block-title_dbb411be1945c1f1 a {
  font-size: 28px;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 .tag_297704c8652a7fc7 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 .round-btn_44a0a7b1b1ef5b7c {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_8fca9a0e2462f3de .block-four_354271851ac42056 .round-btn_44a0a7b1b1ef5b7c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_8fca9a0e2462f3de .block-five_20c9e0093ee2d13f {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_8fca9a0e2462f3de .block-five_20c9e0093ee2d13f .tag_297704c8652a7fc7 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_8fca9a0e2462f3de .block-five_20c9e0093ee2d13f .block-title_dbb411be1945c1f1 {
  background: url(../img/shape_51099982eb/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_8eb3d18a052ddc5c .upper-wrapper_9af2b5cf48343549 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_8eb3d18a052ddc5c .upper-wrapper_9af2b5cf48343549 .shape_01_19d675f33e27e6e4 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_8eb3d18a052ddc5c .line-loop_7a8a55a574c6ab3b:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_8eb3d18a052ddc5c .graph-panel_87475964ff76c489 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_8eb3d18a052ddc5c .graph-panel_87475964ff76c489 .main-count_bc20432c2d1a59bc {
  font-size: 120px;
}
.block-feature-thirteen_8eb3d18a052ddc5c .graph-panel_87475964ff76c489 .chart-box_a964e22f6fdca1a5 {
  padding: 0 15px;
}
.block-feature-thirteen_8eb3d18a052ddc5c .graph-panel_87475964ff76c489 .chart-box_a964e22f6fdca1a5 .chart-inner_3795b1cb80e92ed6 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_5f383446f4e0e59f .media-img_0dccece88a113478 {
  border-radius: 30px;
}
.block-feature-sixteen_5f383446f4e0e59f .shape_01_19d675f33e27e6e4 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_7556dd9028448309 .section-subheading_d6b2deaf4a5c4e08 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_7556dd9028448309 .shape_01_19d675f33e27e6e4 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

.text-feature-one_81f9a92e2ff09ac0 .line-wrapper_8006db5f2a1cbb04 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_81f9a92e2ff09ac0 .line-wrapper_8006db5f2a1cbb04 .shape_01_19d675f33e27e6e4 {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_81f9a92e2ff09ac0 .card-style-three_f52f89815db50413 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_81f9a92e2ff09ac0 .card-style-three_f52f89815db50413:last-child {
  border-bottom: none;
}
.text-feature-one_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 {
  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_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3: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_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 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_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 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_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 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_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 li:hover:before {
  background: #29594B;
}
.text-feature-one_81f9a92e2ff09ac0 .media-list-item_6221d21a6da054c3 li:hover:after {
  color: #fff;
}

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

.text-feature-three_af45c2d6b3c4fb82 {
  z-index: 1;
}
.text-feature-three_af45c2d6b3c4fb82 .counter-wrapper_4fe8c55ded6634e6 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_af45c2d6b3c4fb82 .media-wrapper_646552ba99d27105 {
  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_af45c2d6b3c4fb82 .media-wrapper_646552ba99d27105 .screen_01_3556b5c12d823d13 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_af45c2d6b3c4fb82 .media-wrapper_646552ba99d27105 .screen_02_4e34fb27ebe1b345 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_af45c2d6b3c4fb82 .media-wrapper_646552ba99d27105 .screen_03_02bfc1782c3eed67 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_af45c2d6b3c4fb82 .shape_01_19d675f33e27e6e4 {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_27609991e9601385 {
  z-index: 1;
}
.text-feature-four_27609991e9601385 .avatar_034427e68df9025f {
  width: 65px;
  height: 65px;
}
.text-feature-four_27609991e9601385 .name {
  font-size: 28px;
}
.text-feature-four_27609991e9601385 .quote-text_bcbd2ebb0ce129bb {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_27609991e9601385 .shape_01_19d675f33e27e6e4 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_27609991e9601385 .shape_02_3f516583ae05eeff {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_06fcd3fa03379523 .bg-wrapper_7411a9dbc3f1cc36 {
  background: #FFF2AC;
}
.text-feature-five_06fcd3fa03379523 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_06fcd3fa03379523 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_06fcd3fa03379523 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_06fcd3fa03379523 li:hover:before {
  background: #29594B;
}
.text-feature-five_06fcd3fa03379523 li:hover:after {
  color: #fff;
}
.text-feature-five_06fcd3fa03379523 .media-wrapper_646552ba99d27105 {
  background: url(../img/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_06fcd3fa03379523 .media-wrapper_646552ba99d27105 .video-icon_caae5e09459ec088 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_06fcd3fa03379523 .media-wrapper_646552ba99d27105 .video-icon_caae5e09459ec088:hover {
  background: #CFFF45;
}
.text-feature-five_06fcd3fa03379523 .media-wrapper_646552ba99d27105 .screen_01_3556b5c12d823d13 {
  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_28282ec5470c8bda {
  z-index: 1;
}
.text-feature-six_28282ec5470c8bda .media-wrapper_646552ba99d27105 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_28282ec5470c8bda .media-wrapper_646552ba99d27105 .screen_01_3556b5c12d823d13 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_28282ec5470c8bda .shape_01_19d675f33e27e6e4 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_28282ec5470c8bda .shape_02_3f516583ae05eeff {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_ad6793ae733708ef {
  background: url(../img/assets_181c587eeb/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_ad6793ae733708ef .block_0ea61f7d0239c43d .icon_c454cb89838b2a52 {
  height: 50px;
}
.text-feature-nine_ad6793ae733708ef .vertical-text-wrapper_774e85d6cceb45ef {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_ad6793ae733708ef .vertical-text-wrapper_774e85d6cceb45ef .text-list_55bce8c9f2faed2e {
  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_ad6793ae733708ef .vertical-text-wrapper_774e85d6cceb45ef .text-list_55bce8c9f2faed2e:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_ad6793ae733708ef .vertical-text-wrapper_774e85d6cceb45ef .shape_01_19d675f33e27e6e4 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_ad6793ae733708ef .vertical-text-wrapper_774e85d6cceb45ef .shape_02_3f516583ae05eeff {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ad6793ae733708ef .shape_03_177157675bb1e8f1 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ad6793ae733708ef .shape_04_79832c3ae04cc601 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_bf576916fb62db57 .section-btn_167bba9f4d7221a4 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_a1f9f4b676076014 {
  z-index: 1;
}
.team-section-three_a1f9f4b676076014:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../img/shape_51099982eb/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_a1f9f4b676076014 .section-btn_167bba9f4d7221a4 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_a1f9f4b676076014 .shape_01_19d675f33e27e6e4 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_a1f9f4b676076014 .shape_02_3f516583ae05eeff {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_a1f9f4b676076014 .shape_03_177157675bb1e8f1 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_7e533c13252751ba .logo_ad8a53f5a6749265 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_57419af7686d2301 {
  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_6f309bb6bf2044d2 {
  max-width: 565px;
}
.user-data-form .form-wrapper_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be 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_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be .placeholder_icon_3532ca2894592a11 {
  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_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be .placeholder_icon_3532ca2894592a11 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be .placeholder_icon_3532ca2894592a11 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be .placeholder_icon_3532ca2894592a11 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_6f309bb6bf2044d2 .input-group-meta_3de21782e9e478be .placeholder_icon_3532ca2894592a11 span.eye-slash_196f4a46bb2d53d0:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_edbf6c1fcf54f7ac 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_edbf6c1fcf54f7ac label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_edbf6c1fcf54f7ac input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_edbf6c1fcf54f7ac 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_edbf6c1fcf54f7ac 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_edbf6c1fcf54f7ac a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_edbf6c1fcf54f7ac a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_8b8af0539da29802 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_6c808ab55966bd38 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_6c808ab55966bd38:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_6c808ab55966bd38 img {
  width: 20px;
}
.user-data-form .btn-close_7300d175016386cd {
  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_1aca10bdc785393a .main-count_bc20432c2d1a59bc {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_f52f89815db50413 .icon_c454cb89838b2a52 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_8ac1266a9af67abb .img-holder_0434721f49c8e1ba {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_8ac1266a9af67abb .img-holder_0434721f49c8e1ba.round-border_d2bef4bd605aeade {
  border-radius: 30px;
}
.portfolio-block-one_8ac1266a9af67abb .img-holder_0434721f49c8e1ba .expend_5f423af5ccfe25fb {
  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_8ac1266a9af67abb .img-holder_0434721f49c8e1ba 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_8ac1266a9af67abb .img-holder_0434721f49c8e1ba i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_8ac1266a9af67abb:hover .expend_5f423af5ccfe25fb {
  opacity: 1;
}
.portfolio-block-one_8ac1266a9af67abb:hover .img-meta_ed99cc2408dc48c3 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_8ac1266a9af67abb:hover .pj-title_1ce36c99fd0c378c {
  text-decoration: underline;
}
.portfolio-block-one_8ac1266a9af67abb .caption {
  margin-top: 35px;
}
.portfolio-block-one_8ac1266a9af67abb .caption .tag_297704c8652a7fc7 {
  margin: 0 -3px;
}
.portfolio-block-one_8ac1266a9af67abb .caption .tag_297704c8652a7fc7 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_8ac1266a9af67abb .caption .pj-title_1ce36c99fd0c378c {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_8ac1266a9af67abb .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_8ac1266a9af67abb .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_9f94a718d57806fa .bg-wrapper_7411a9dbc3f1cc36 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec {
  height: 100%;
}
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-control-next_2b6497062a1e573f,
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-control-prev_fbea83b1d991101d {
  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_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-control-next_2b6497062a1e573f:hover,
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-control-prev_fbea83b1d991101d:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_9f94a718d57806fa .slider-wrapper_0e6fd29ca7b2abec .carousel-control-prev_fbea83b1d991101d {
  left: auto;
  right: 45px;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 h3 {
  font-size: 36px;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .list-meta_facd4ff2607cd8f1 li {
  padding: 22px 0;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .list-meta_facd4ff2607cd8f1 .icon_c454cb89838b2a52 {
  width: 40px;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .list-meta_facd4ff2607cd8f1 .text1_9700c636b907a3e7 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .list-meta_facd4ff2607cd8f1 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .social-share_d576160fbbe25896 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_9f94a718d57806fa .info-wrapper_e5c316cff4e97702 .social-share_d576160fbbe25896 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_65cfbc6801a375b7 .slider-wrapper_0e6fd29ca7b2abec {
  padding-left: 100px;
}
.feedback-section-three_65cfbc6801a375b7 .slider-wrapper_0e6fd29ca7b2abec .icon_c454cb89838b2a52 {
  left: 0;
  top: 18px;
}
.feedback-section-three_65cfbc6801a375b7 .slick-dots_f3015d87ebee32ac {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_65cfbc6801a375b7 .slick-dots_f3015d87ebee32ac li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_65cfbc6801a375b7 .slick-dots_f3015d87ebee32ac .slick-active button {
  background: #000;
}
.feedback-section-three_65cfbc6801a375b7 .rating-box_adc49e121fa879dc {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_65cfbc6801a375b7 .rating-box_adc49e121fa879dc .rating_13ae65dcc960db56 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_65cfbc6801a375b7 .shape_01_19d675f33e27e6e4 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_65cfbc6801a375b7 .shape_02_3f516583ae05eeff {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_33879351790873c6 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_33879351790873c6 .post-data_1a5db9cf57d4cc8e {
  padding: 30px 35px 25px;
}
.blog-meta-one_33879351790873c6 .post-data_1a5db9cf57d4cc8e .post-info_f0b22cb1c948dac8 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_33879351790873c6 .post-data_1a5db9cf57d4cc8e .blog-title_88049493bb572c1e {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_33879351790873c6 .post-data_1a5db9cf57d4cc8e .blog-title_88049493bb572c1e:hover {
  text-decoration: underline;
}
.blog-meta-one_33879351790873c6 .post-img_bbea694370617a1e {
  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_33879351790873c6 .post-img_bbea694370617a1e .round-btn_44a0a7b1b1ef5b7c {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_33879351790873c6:hover .round-btn_44a0a7b1b1ef5b7c {
  background: #CFFF45;
}
.blog-meta-one_33879351790873c6.style-two_69e4f8723fdddb17 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_33879351790873c6.style-two_69e4f8723fdddb17 .post-img_bbea694370617a1e {
  border-radius: 0;
}
.blog-meta-one_33879351790873c6.style-two_69e4f8723fdddb17 .blog-title_88049493bb572c1e {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_e567f616d04bfe76 {
  background: #fff;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e {
  padding-top: 30px;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .blog-title_88049493bb572c1e {
  width: 70%;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .blog-title_88049493bb572c1e h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .blog-title_88049493bb572c1e:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .round-btn_44a0a7b1b1ef5b7c {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .round-btn_44a0a7b1b1ef5b7c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_e567f616d04bfe76 .post-data_1a5db9cf57d4cc8e .post-info_f0b22cb1c948dac8 {
  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_e567f616d04bfe76 .post-img_bbea694370617a1e {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_e567f616d04bfe76 .post-img_bbea694370617a1e .date_a059b3b16117be06 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_e567f616d04bfe76.style-two_69e4f8723fdddb17 {
  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_e567f616d04bfe76.style-two_69e4f8723fdddb17 p {
  font-size: 18px;
}
.blog-meta-two_e567f616d04bfe76.style-two_69e4f8723fdddb17 .post-img_bbea694370617a1e {
  height: auto;
  width: 100%;
}
.blog-meta-two_e567f616d04bfe76.style-two_69e4f8723fdddb17 .post-data_1a5db9cf57d4cc8e {
  padding: 26px 0;
}
.blog-meta-two_e567f616d04bfe76.style-two_69e4f8723fdddb17 .post-data_1a5db9cf57d4cc8e .post-info_f0b22cb1c948dac8 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_e567f616d04bfe76.style-two_69e4f8723fdddb17 .post-data_1a5db9cf57d4cc8e .round-btn_44a0a7b1b1ef5b7c {
  border: none;
}

.signup-btn-one_7a8e3ed217cd7973 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_7a8e3ed217cd7973 .icon_c454cb89838b2a52 {
  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_6a5f18df90544a03 {
  z-index: 1;
}
.blog-section-three_6a5f18df90544a03 .section-btn_167bba9f4d7221a4 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 .wrapper_1b15a34a7433111f {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 .wrapper_1b15a34a7433111f .icon_c454cb89838b2a52 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 .wrapper_1b15a34a7433111f h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .quote-wrapper_66b3d90d75287438 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .img-gallery_7275e5ce9fdf06e6 {
  margin-bottom: 50px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .img-gallery_7275e5ce9fdf06e6 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .list-item_1eb765e287a0e828 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_619d1123d1483313 .post-details-meta_41aafeb43f44b477 .list-item_1eb765e287a0e828 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 {
  padding: 10px 0 5px;
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 .tags_7774b4548309a59c li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 .tags_7774b4548309a59c a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 .tags_7774b4548309a59c a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 .share-icon_57347db861fed358 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_619d1123d1483313 .bottom-widget_e786dce6f96b7367 .share-icon_57347db861fed358 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_619d1123d1483313 .grey-bg_40e575f8c588e4be {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_619d1123d1483313 .blog-inner-title_3e3374da1a467cf1 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f {
  margin: 60px 0;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18:last-child {
  padding-bottom: 5px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .reply-comment_cc7f6d33bfb4c030 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .user-avatar_daba0a540d36f741 {
  width: 60px;
  height: 60px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 .date_a059b3b16117be06 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 .reply-btn_2ab5251788048143 {
  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_619d1123d1483313 .blog-comment-area_a5288ad8bc85b10f .comment_ba42e3eda6421d18 .comment-text_b0bca7bdb46dda10 .reply-btn_2ab5251788048143:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_619d1123d1483313 .blog-comment-form_63fe42e12fd6a736 p a {
  color: #19352D;
}
.blog-details_619d1123d1483313 .blog-comment-form_63fe42e12fd6a736 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_619d1123d1483313 .blog-comment-form_63fe42e12fd6a736 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_619d1123d1483313 .blog-comment-form_63fe42e12fd6a736 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_2eeb6949502aa134 {
  height: 600px;
}

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

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

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

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

.footer-one_df8c25df9a4ca7e6 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_df8c25df9a4ca7e6 .bottom-footer_32b4c1c5e16bfa55 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_df8c25df9a4ca7e6 .social-icon_c3bb38eee3652323 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_df8c25df9a4ca7e6 .social-icon_c3bb38eee3652323 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_df8c25df9a4ca7e6 .footer-title_4a3036faefd2f5ae {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_df8c25df9a4ca7e6 .footer-nav-link_8f940f0e6e2d807d a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_df8c25df9a4ca7e6 .footer-nav-link_8f940f0e6e2d807d a:hover {
  color: #fff;
}
.footer-nav-link_8f940f0e6e2d807d p {
  font-size: 16px;
}
.logo_ad8a53f5a6749265 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_c7b743db30580deb {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_6ee2e8815cc7b876 {
  align-content: center;
}

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

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

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

.footer-two_05a141cc634f66d9 {
  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_05a141cc634f66d9.no-bg_0338e180dcbd506e {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_05a141cc634f66d9.no-bg_0338e180dcbd506e:before {
  display: none;
}
.footer-two_05a141cc634f66d9.no-bg_0338e180dcbd506e .bg-wrapper_7411a9dbc3f1cc36 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_05a141cc634f66d9.no-bg_0338e180dcbd506e .bg-wrapper_7411a9dbc3f1cc36 .copyright_850810eabab93738 {
  left: 0;
}
.footer-two_05a141cc634f66d9: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_05a141cc634f66d9 .bg-wrapper_7411a9dbc3f1cc36 {
  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_05a141cc634f66d9 .bg-wrapper_7411a9dbc3f1cc36 .shape_01_19d675f33e27e6e4 {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_05a141cc634f66d9 .bg-wrapper_7411a9dbc3f1cc36 .shape_02_3f516583ae05eeff {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_05a141cc634f66d9 .social-icon_c3bb38eee3652323 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_05a141cc634f66d9 .social-icon_c3bb38eee3652323 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_05a141cc634f66d9 .footer-title_4a3036faefd2f5ae {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_05a141cc634f66d9 .footer-nav-link_8f940f0e6e2d807d a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_05a141cc634f66d9 .footer-nav-link_8f940f0e6e2d807d a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_05a141cc634f66d9 .copyright_850810eabab93738 {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_17d80184e385043a {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_17d80184e385043a .round-bg_1862ce8e6f191ef9 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_17d80184e385043a .round-bg_1862ce8e6f191ef9.color-two_5c0d1bf876e0c9a3 {
  background: #F6FFDD;
}
.footer-three_17d80184e385043a .footer-intro_13f3f401d20a45c1 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_17d80184e385043a .footer-intro_13f3f401d20a45c1 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_17d80184e385043a .footer-title_4a3036faefd2f5ae {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_17d80184e385043a .footer-nav-link_8f940f0e6e2d807d a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_17d80184e385043a .footer-nav-link_8f940f0e6e2d807d a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .copyright_850810eabab93738 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .bottom-nav_92934cd7bbc98a3b {
  margin: 0 -12px;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .bottom-nav_92934cd7bbc98a3b a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .bottom-nav_92934cd7bbc98a3b a:hover {
  text-decoration: underline;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .social-icon_c3bb38eee3652323 {
  margin: 0 -10px;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .social-icon_c3bb38eee3652323 a {
  margin: 0 10px;
}
.footer-three_17d80184e385043a .bottom-footer_32b4c1c5e16bfa55 .social-icon_c3bb38eee3652323 a:hover {
  color: #19352D;
}
.footer-three_17d80184e385043a .shape_01_19d675f33e27e6e4 {
  top: -3%;
  left: -3%;
}
.footer-three_17d80184e385043a .shape_02_3f516583ae05eeff {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_f06f23e7dc37e8d5 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_f06f23e7dc37e8d5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/assets_181c587eeb/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_f06f23e7dc37e8d5 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce .round-btn_44a0a7b1b1ef5b7c {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce .round-btn_44a0a7b1b1ef5b7c:hover, .footer-five_f06f23e7dc37e8d5 .btn-group_9ca7e8ef0521d2ce .round-btn_44a0a7b1b1ef5b7c:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_f06f23e7dc37e8d5 .social-icon_c3bb38eee3652323 {
  margin: 0 -20px;
}
.footer-five_f06f23e7dc37e8d5 .social-icon_c3bb38eee3652323 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_f06f23e7dc37e8d5 .social-icon_c3bb38eee3652323 a:hover {
  color: #DFFF5E;
}
.footer-five_f06f23e7dc37e8d5 .bottom-nav_92934cd7bbc98a3b {
  margin: 0 -12px;
}
.footer-five_f06f23e7dc37e8d5 .bottom-nav_92934cd7bbc98a3b a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_f06f23e7dc37e8d5 .bottom-nav_92934cd7bbc98a3b a:hover {
  text-decoration: underline;
}
.footer-five_f06f23e7dc37e8d5 .shape_01_19d675f33e27e6e4 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_f06f23e7dc37e8d5 .shape_02_3f516583ae05eeff {
  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_3b58f909b9aa73a9 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_2841cb26b6d2793f {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_495d0a53b3db3ebe {
  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_5be4e6e3bfd54196 {
  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_6544921907772710 {
  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_ce8b2e3ebf54edd9 {
  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_9849f872df2144b1 {
  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_d00c8dbda4f70a9a {
  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_c8f58ba83b8b9801 {
  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_e503518fd748ef27 {
  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_0476820398533dda {
  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_dae6a96bec5fe110 {
  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_5ff302ff4da6d2b2 {
  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_daf23a22f021bdda {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_c1d819d08038bfba {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_a64a92cb8123d9c2 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_14180f95963b84d1 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_b1ff205e28cfc0f7 {
  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_155bdd742568964f {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_ade1d65c4970e16a {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_e97dcc16b69ee3d4 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_82e067bfbafeeeed {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_820d5784fbdf9561 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_0a7aae235a78b4f4 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_7f9b01d2ce88c526 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_66ca2178fbe3fead {
  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_822d9ba0118a7b79 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_e5d58b61d509301a {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_d6a032f7ba8cfba3 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_87c5ba75490b47fc {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_7d1ad223081b3af0 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_ec8ae729624f7488 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_18f6b770c1056320 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_ceaf170f4e8c13ba {
  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_19dd3e3e6c60c3ec {
  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_9f618ade3f519a95 {
  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_de79040e5d317851 {
  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_154c3b9d6ef3e83f {
  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_abee310c0a90b97f {
  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_0b2035ccb6a30c37 {
  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_c977ecaf69811111 {
  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_8fe6454f29c0aea8 {
  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_96adafe0a0b76074 {
  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_e518fca46a0b9faf {
  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_48b11b373439e016 {
  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_b4f4c3f3e96415c1 {
  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_d2dae7cfd41ff19d {
  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_1eb1b94bd0a132c2 {
  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_d1ea2c1d87a8d311 {
  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_26c6e95f98939b42 {
  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_e04198c91f2ec6d4 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_9699735cdf630aa1 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_2af41f01e0afff8d {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_80e1381cfbb66721 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_a4e563f739d687d6 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_57e1b96c88e285f3 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_158fe82345808be9 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_6cc00485e8f2535a {
  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_3b58f909b9aa73a9 {
  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_35d54f24c6070c64 {
  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_02ea91eaf24dd73b {
  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_3006b84340e8218c .theme-select-menu_51107e16310ffe2a {
  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_0d1cf9e483fed5ff {
  overflow: hidden;
}
.product-block-one_0d1cf9e483fed5ff .img-holder_0434721f49c8e1ba {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_0d1cf9e483fed5ff .img-holder_0434721f49c8e1ba .cart-icon_d3a09c9e40529e55 {
  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_0d1cf9e483fed5ff .img-holder_0434721f49c8e1ba .cart-icon_d3a09c9e40529e55:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_0d1cf9e483fed5ff .img-holder_0434721f49c8e1ba .cart-button_58abee3d49520143 {
  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_0d1cf9e483fed5ff .img-holder_0434721f49c8e1ba .cart-button_58abee3d49520143:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_0d1cf9e483fed5ff .product-title_4b18507af58d9d37 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_0d1cf9e483fed5ff .rating_13ae65dcc960db56 {
  margin: 0 -3px;
}
.product-block-one_0d1cf9e483fed5ff .rating_13ae65dcc960db56 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_0d1cf9e483fed5ff .rating_13ae65dcc960db56 li .bi-star-fill_e374455e390be6b8 {
  color: #FFCB65;
}
.product-block-one_0d1cf9e483fed5ff .price_01b399064f2de906 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_0d1cf9e483fed5ff:hover .cart-button_58abee3d49520143 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_0d1cf9e483fed5ff:hover .product-img_e62e49ea6f205600 {
  transform: scale(0.95);
}
.product-block-one_0d1cf9e483fed5ff:hover .cart-icon_d3a09c9e40529e55 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_0d1cf9e483fed5ff:hover .product-title_4b18507af58d9d37 {
  text-decoration: underline;
}

.product-details-one_3c45c81150e4d9f6 .product-img-tab_7e8c1a89c890b28f {
  border: none;
}
.product-details-one_3c45c81150e4d9f6 .product-img-tab_7e8c1a89c890b28f .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_3c45c81150e4d9f6 .product-img-tab_7e8c1a89c890b28f .nav-link img {
  max-height: 100%;
}
.product-details-one_3c45c81150e4d9f6 .product-img-tab_7e8c1a89c890b28f .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_3c45c81150e4d9f6 .product-img-tab-content_6cbb33e5d5fba421 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_3c45c81150e4d9f6 .product-img-tab-content_6cbb33e5d5fba421 img {
  margin: auto;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .stock-tag_b9452484d95e4374 {
  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_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .product-name_94a380565a345441 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .rating_13ae65dcc960db56 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .rating_13ae65dcc960db56 li .bi-star-fill_e374455e390be6b8 {
  color: #FFCB65;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .rating_13ae65dcc960db56 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .rating_13ae65dcc960db56 li a:hover {
  text-decoration: underline;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .price_01b399064f2de906 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .price_01b399064f2de906 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .availability_f347970a74e805f8 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .description-text_2554f178f37a3f7e {
  padding: 10px 0 15px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .product-feature_20695f1c0341e1d4 {
  margin-bottom: 20px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .product-feature_20695f1c0341e1d4 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .product-feature_20695f1c0341e1d4 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .customize-order_2bbbbde792443731 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .customize-order_2bbbbde792443731 .quantity_7187c47908bfcf90 .button-group_2379a21e569ce780 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .customize-order_2bbbbde792443731 .quantity_7187c47908bfcf90 .button-group_2379a21e569ce780 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .customize-order_2bbbbde792443731 .quantity_7187c47908bfcf90 .button-group_2379a21e569ce780 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_3c45c81150e4d9f6 .product-info_a8d316c88c45d07f .customize-order_2bbbbde792443731 .quantity_7187c47908bfcf90 .button-group_2379a21e569ce780 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_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .nav-tabs_e2352ac1d019382d {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .nav-tabs_e2352ac1d019382d .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_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .nav-tabs_e2352ac1d019382d .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_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .nav-tabs_e2352ac1d019382d .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .nav-tabs_e2352ac1d019382d .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .tab-content_3088bd9cf681fe79 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .tab-content_3088bd9cf681fe79 .product-feature_20695f1c0341e1d4 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .tab-content_3088bd9cf681fe79 .product-feature_20695f1c0341e1d4 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .single-comment_9695950902f1fefa {
  padding-bottom: 40px;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .single-comment_9695950902f1fefa:last-child {
  padding-bottom: 0;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-img_d10b186bfc583688 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-comment-data_7b39570f38ab94f8 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-comment-data_7b39570f38ab94f8 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-comment-data_7b39570f38ab94f8 .rating_13ae65dcc960db56 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-comment-data_7b39570f38ab94f8 .rating_13ae65dcc960db56 li .bi-star-fill_e374455e390be6b8 {
  color: #FFCB65;
}
.product-details-one_3c45c81150e4d9f6 .product-review-tab_8dbd1c7340a60ae8 .user-comment-area_802b39fbb08008d5 .user-comment-data_7b39570f38ab94f8 p {
  padding-top: 8px;
}

.cart-list-form_f234cda55b99b466 {
  position: relative;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d {
  margin: 0;
  background: transparent;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d 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_f234cda55b99b466 .table_9ffd6118e90b268d th:first-child {
  text-align: left;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-thumbnails_58efa8f571516b79 {
  width: 85px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-thumbnails_58efa8f571516b79 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-thumbnails_58efa8f571516b79 .product-img_e62e49ea6f205600 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-info_a8d316c88c45d07f {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-info_a8d316c88c45d07f .product-name_94a380565a345441 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-info_a8d316c88c45d07f .serial_11daef846040ba01 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .product-info_a8d316c88c45d07f ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .price_01b399064f2de906 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .quantity_7187c47908bfcf90 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .quantity_7187c47908bfcf90 li .btn_9a06c2be285396ba {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .quantity_7187c47908bfcf90 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_f234cda55b99b466 .table_9ffd6118e90b268d tbody .remove-product_af34446ec58ffcd4 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_f234cda55b99b466 .table_9ffd6118e90b268d tbody .remove-product_af34446ec58ffcd4:hover {
  color: #ff2759;
}
.cart-list-form_f234cda55b99b466 .cart-footer_5a1756f033db79c5 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_f234cda55b99b466 .cart-footer_5a1756f033db79c5 .coupon-form_1905f2687a3d4cdb input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_f234cda55b99b466 .cart-footer_5a1756f033db79c5 .cart-total-section_89610972fd296ef9 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_f234cda55b99b466 .cart-footer_5a1756f033db79c5 .cart-total-section_89610972fd296ef9 .cart-total-table_9b0f8507481e6f44 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_f234cda55b99b466 .cart-footer_5a1756f033db79c5 .cart-total-section_89610972fd296ef9 .cart-total-table_9b0f8507481e6f44 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_d29b6517a68d2e1f {
  height: auto;
}

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

.fancybox-caption_530ef1c05bf26546, .fancybox-infobar_47e5ffd65094641e, .fancybox-navigation_816dd494cfddb43e .fancybox-button_fa3ead09fb2789a8, .fancybox-toolbar_40a02dcc730bf537 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_eccd14bf87a71f32 .fancybox-caption_530ef1c05bf26546, .fancybox-show-infobar_724644d0239fe92f .fancybox-infobar_47e5ffd65094641e, .fancybox-show-nav_c49babf982a37736 .fancybox-navigation_816dd494cfddb43e .fancybox-button_fa3ead09fb2789a8, .fancybox-show-toolbar_64f5b7024ccac838 .fancybox-toolbar_40a02dcc730bf537 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_8a09ff18edf9bc08 .fancybox-stage_0e1f0fb5aa88f66a {
  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_bdad569a693109a4 .fancybox-slide, .fancybox-slide--current_889fc99514a595c0, .fancybox-slide--next_b5e8ccdadd696a0c, .fancybox-slide--previous_baddd3a648af5cae {
  display: block;
}

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

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

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

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

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

.fancybox-content_ad2ddcfb115c6af2 {
  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_b352a56dd494b2d1 .fancybox-content_ad2ddcfb115c6af2 {
  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_f809866e1202e0de .fancybox-content_ad2ddcfb115c6af2 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_575d453a08acd810 .fancybox-content_ad2ddcfb115c6af2 {
  cursor: zoom-in;
}

.fancybox-can-drag_f8b9ddb09e81562c .fancybox-content_ad2ddcfb115c6af2 {
  cursor: grab;
}

.fancybox-is-dragging_7f9bc7bba5b3e359 .fancybox-content_ad2ddcfb115c6af2 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_56c5401b5a769e74 .fancybox-content_ad2ddcfb115c6af2 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_02e98efa2ef61b20 .fancybox-content_ad2ddcfb115c6af2, .fancybox-slide--map_dc76e7b0f0605bfa .fancybox-content_ad2ddcfb115c6af2, .fancybox-slide--video_77f88b6bb19a1ea7 .fancybox-content_ad2ddcfb115c6af2 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_77f88b6bb19a1ea7 .fancybox-content_ad2ddcfb115c6af2 {
  background: #000;
}

.fancybox-slide--map_dc76e7b0f0605bfa .fancybox-content_ad2ddcfb115c6af2 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_81e26080c6970aad svg path, .fancybox-button--share_0d83848effdbada5 svg path, .fancybox-button--thumbs_ad17d0b5661137ee svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_c49babf982a37736 .fancybox-navigation_816dd494cfddb43e .fancybox-button_fa3ead09fb2789a8 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_816dd494cfddb43e .fancybox-button--arrow_left_ef1fec3a0a4efeb7 {
  left: 6px;
}

.fancybox-navigation_816dd494cfddb43e .fancybox-button--arrow_right_17d7c91b10988992 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_02e98efa2ef61b20 .fancybox-close-small_6d705758101cc582, .fancybox-slide--image_b352a56dd494b2d1 .fancybox-close-small_6d705758101cc582, .fancybox-slide--video_77f88b6bb19a1ea7 .fancybox-close-small_6d705758101cc582 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_02e98efa2ef61b20 .fancybox-close-small_6d705758101cc582:hover svg, .fancybox-slide--image_b352a56dd494b2d1 .fancybox-close-small_6d705758101cc582:hover svg, .fancybox-slide--video_77f88b6bb19a1ea7 .fancybox-close-small_6d705758101cc582:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_38a8a382df3ed27d .fancybox-close-small_6d705758101cc582, .fancybox-is-zoomable_b61fa77bffff3dcd.fancybox-can-drag_f8b9ddb09e81562c .fancybox-close-small_6d705758101cc582 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_a7848b7532493525.fancybox-slide--next_b5e8ccdadd696a0c, .fancybox-fx-fade_a7848b7532493525.fancybox-slide--previous_baddd3a648af5cae {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_a7848b7532493525.fancybox-slide--current_889fc99514a595c0 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_9612f4395f7ada53 {
  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_14f4d10b069a0a15 {
  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_6d036b10462eadb6 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_443add1582325518 .fancybox-thumbs_14f4d10b069a0a15 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_14f4d10b069a0a15 > 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_14f4d10b069a0a15 .fancybox-thumbs-active_31c7111299d71726:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_a18b889d95a471ab .slick-track_8fb9c4c4ba90410e,
.slick-slider_a18b889d95a471ab .slick-list_eeafbd975b0a6912 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_ec466434c676892d .slick-track_8fb9c4c4ba90410e {
  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_ec466434c676892d img {
  display: none;
}

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

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

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

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

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