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

.h1_a47c78184f126737,
h1,
.h2_b96179b95c75d280,
h2,
.h3_16bade3e19d39e2d,
h3,
.h4_1f1b7ef8680ef4b6,
h4,
.h5_6848092acf6cf6ff,
h5,
.h6_b59c7d61dfce2fe4,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_93e5bfe15dd2de87 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_b431d3a7a5603aca {
  padding: 0 !important;
}

.m0_523ffa40eb1a93e9 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_ae52d9d80fb5445b {
    padding: 0 !important;
  }
  .xl-m0_a0f07916b8604a5b {
    margin: 0 !important;
  }
  .xl-pt-10_8de7eeb85edf0042 {
    padding-top: 10px !important;
  }
  .xl-pt-20_a77103f6d5ec9711 {
    padding-top: 20px !important;
  }
  .xl-pt-30_23419a0179555208 {
    padding-top: 30px !important;
  }
  .xl-pt-40_6e4d65407949a870 {
    padding-top: 40px !important;
  }
  .xl-pt-50_9779402c0c844af7 {
    padding-top: 50px !important;
  }
  .xl-pt-60_712f2d12a1090261 {
    padding-top: 60px !important;
  }
  .xl-pt-70_90080f2eac8d6904 {
    padding-top: 70px !important;
  }
  .xl-pt-80_07e7c62d193d7fa2 {
    padding-top: 80px !important;
  }
  .xl-pt-90_acff003b185d9650 {
    padding-top: 90px !important;
  }
  .xl-pt-100_1d27bd7839877273 {
    padding-top: 100px !important;
  }
  .xl-pt-110_5cc71075dc537630 {
    padding-top: 110px !important;
  }
  .xl-pt-120_8ff3227b6e13387f {
    padding-top: 120px !important;
  }
  .xl-pt-130_292cf7d1b4cf40b0 {
    padding-top: 130px !important;
  }
  .xl-pt-140_182d4f8bc8214c7a {
    padding-top: 140px !important;
  }
  .xl-pt-150_a60c0527157c9ed2 {
    padding-top: 150px !important;
  }
  .xl-pt-200_82bec2c05d6e668e {
    padding-top: 200px !important;
  }
  .xl-pb-10_05fb4318637f2e58 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_d0d2c1fcd9f9aad1 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_899fbbc28c614332 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_6fb463c61c4f7c27 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_455c8019d0bd44b4 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_22a472cc76160afe {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_cb4c9144d900636f {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_4248cbfe0f3781b0 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_ea02aa63c320e0a9 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_7139d6bbb29b2ec0 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_159d38877cc3b7e5 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_c3a7a35b7a319db8 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_681c35ad9503cb84 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_a560fb9786468afb {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_09793249c23a0d77 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_49dae189552e0730 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_42d3030c0228edc0 {
    margin-top: 10px !important;
  }
  .xl-mt-20_23cb4f461fca214b {
    margin-top: 20px !important;
  }
  .xl-mt-30_af4f9fa3d1a99b14 {
    margin-top: 30px !important;
  }
  .xl-mt-40_63c058fed57f76dd {
    margin-top: 40px !important;
  }
  .xl-mt-50_5dee3b65c72cc781 {
    margin-top: 50px !important;
  }
  .xl-mt-60_ab591730b1f67cf8 {
    margin-top: 60px !important;
  }
  .xl-mt-70_049bf490e509b264 {
    margin-top: 70px !important;
  }
  .xl-mt-80_2803966ef2ed64fd {
    margin-top: 80px !important;
  }
  .xl-mt-90_86f1c3c2bc73def4 {
    margin-top: 90px !important;
  }
  .xl-mt-100_bb3e0491d38edd1e {
    margin-top: 100px !important;
  }
  .xl-mt-110_c39673bd388dfd6e {
    margin-top: 110px !important;
  }
  .xl-mt-120_3df9c9d187d81e7a {
    margin-top: 120px !important;
  }
  .xl-mt-130_1071aa989e380b7c {
    margin-top: 130px !important;
  }
  .xl-mt-140_79609dcef0464fa8 {
    margin-top: 140px !important;
  }
  .xl-mt-150_90c7d9368f10422c {
    margin-top: 150px !important;
  }
  .xl-mt-200_e539fcb2f3eb3647 {
    margin-top: 200px !important;
  }
  .xl-mb-10_766dfd138f6eafa0 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_c65220fa668de77a {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_3d268013ce9558e3 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_9f7e3a19e1d175e6 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_5eebd0f590ad2eaf {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_a776b4f6a77d2cf8 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_1e3beba3ee2ed67f {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_5847027e6348209b {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_b0efbee295c07445 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_4030b9e51b0b99f9 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_e25e28d47647bafb {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_9b2599590baabff9 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_e74e060ecb876e10 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_a526eb092d085e06 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_f3c73ebd93119f23 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_9fbccb3a02a1321e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_f2657a577e64d49f {
    padding: 0 !important;
  }
  .lg-m0_cafea64f0fcfd877 {
    margin: 0 !important;
  }
  .lg-pt-10_f4a6d515ad1249e0 {
    padding-top: 10px !important;
  }
  .lg-pt-20_901ec38d097db31a {
    padding-top: 20px !important;
  }
  .lg-pt-30_14122414e26f0203 {
    padding-top: 30px !important;
  }
  .lg-pt-40_a7405f1dcd5f1c74 {
    padding-top: 40px !important;
  }
  .lg-pt-50_5a76007812e3ae06 {
    padding-top: 50px !important;
  }
  .lg-pt-60_78d3ea37925442b7 {
    padding-top: 60px !important;
  }
  .lg-pt-70_c254783ba997e8bd {
    padding-top: 70px !important;
  }
  .lg-pt-80_0413df09767a5177 {
    padding-top: 80px !important;
  }
  .lg-pt-90_368548cda67996a8 {
    padding-top: 90px !important;
  }
  .lg-pt-100_aaa4b67c20d7f788 {
    padding-top: 100px !important;
  }
  .lg-pt-110_c7da537832063439 {
    padding-top: 110px !important;
  }
  .lg-pt-120_57a1af9d23e15404 {
    padding-top: 120px !important;
  }
  .lg-pt-130_32e3e079bc9e75d1 {
    padding-top: 130px !important;
  }
  .lg-pt-140_0670ac9be021da6c {
    padding-top: 140px !important;
  }
  .lg-pt-150_10fd0782a3a8e577 {
    padding-top: 150px !important;
  }
  .lg-pt-200_10a7dd8cdd956998 {
    padding-top: 200px !important;
  }
  .lg-pb-10_87cfa20773e3468e {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_74f0d1e1d5b7f0ea {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_fd452b3751dd0fe9 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_c630386c38a9243d {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_5dca94d3545284f0 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_aa316394d60b2864 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_57c12c311b801e20 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_17071a499b936e5e {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_cc25e98c8527d89e {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_ae8914c43a0382ec {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_31d3b3d913d71994 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_3914ed570f342b3a {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_74502cdfc596ac41 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_a980129e8f77cb15 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_458185432a2f87af {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_d76a8e35cd3763f1 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_ecc034fc8d476176 {
    margin-top: 10px !important;
  }
  .lg-mt-20_5d8bbf97c402b63c {
    margin-top: 20px !important;
  }
  .lg-mt-30_d147a2224d2436d0 {
    margin-top: 30px !important;
  }
  .lg-mt-40_31bd3dbd8fe36289 {
    margin-top: 40px !important;
  }
  .lg-mt-50_6deea2c1eb6b137f {
    margin-top: 50px !important;
  }
  .lg-mt-60_9cd6c9c8722f979f {
    margin-top: 60px !important;
  }
  .lg-mt-70_ad0c1c5b62a2e82d {
    margin-top: 70px !important;
  }
  .lg-mt-80_9e4678cb7090c8e3 {
    margin-top: 80px !important;
  }
  .lg-mt-90_7a107a3376c5ab99 {
    margin-top: 90px !important;
  }
  .lg-mt-100_3816bc45960b981c {
    margin-top: 100px !important;
  }
  .lg-mt-110_bc4ac48341a7404e {
    margin-top: 110px !important;
  }
  .lg-mt-120_993abbd526c91b99 {
    margin-top: 120px !important;
  }
  .lg-mt-130_d561c6e51090a29e {
    margin-top: 130px !important;
  }
  .lg-mt-140_14a096768165f611 {
    margin-top: 140px !important;
  }
  .lg-mt-150_1cbf9ea0739dbef1 {
    margin-top: 150px !important;
  }
  .lg-mt-200_8ada23a66cea3f30 {
    margin-top: 200px !important;
  }
  .lg-mb-10_b6433295ef994890 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_ad54de0ac55e0dd6 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_df56e46acd813e6c {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_d9bcd2ba68713d1e {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_e28b8b4c6f7a49df {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_8272ceed8bef111e {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_ca9e7bb5a0f28f17 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_93ed7108a8b851fb {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_f67252959c53a210 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_162bc73cf5c34755 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_91c2e14acb351cc9 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_c4122f0200ea94c9 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_ebc05d4ee897d512 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_4e82afa2da9dcc85 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_a934d7831b40fc23 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_f64f820f38de550d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_19f4efa6aba283da {
    padding: 0 !important;
  }
  .md-m0_aaa848d147bc9f24 {
    margin: 0 !important;
  }
  .md-pt-10_7b93466e1c94ffdc {
    padding-top: 10px !important;
  }
  .md-pt-20_47a21d34174a0441 {
    padding-top: 20px !important;
  }
  .md-pt-30_996a7af090b6c93e {
    padding-top: 30px !important;
  }
  .md-pt-40_051661b127494087 {
    padding-top: 40px !important;
  }
  .md-pt-50_c93518ceaeb5e253 {
    padding-top: 50px !important;
  }
  .md-pt-60_2e3eb8a406e8df44 {
    padding-top: 60px !important;
  }
  .md-pt-70_7f217e5aa827f240 {
    padding-top: 70px !important;
  }
  .md-pt-80_b50b6d0015946248 {
    padding-top: 80px !important;
  }
  .md-pt-90_91fdbaa7ec62d4dd {
    padding-top: 90px !important;
  }
  .md-pt-100_7aaed50cac9e38eb {
    padding-top: 100px !important;
  }
  .md-pt-110_3f4033bc29dbfc5f {
    padding-top: 110px !important;
  }
  .md-pt-120_fc809630dd34f11f {
    padding-top: 120px !important;
  }
  .md-pt-130_7e83fc878586a358 {
    padding-top: 130px !important;
  }
  .md-pt-140_70420e56f7702bbc {
    padding-top: 140px !important;
  }
  .md-pt-150_5e422bf215ef579e {
    padding-top: 150px !important;
  }
  .md-pt-200_e13fe37afae2c302 {
    padding-top: 200px !important;
  }
  .md-pb-10_cea3cef514d01e61 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_0334d73295b41681 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_55f7dd97842cb103 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_ab88c22d17613b60 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_89618adef6817776 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_3e5b33224cb648fe {
    padding-bottom: 60px !important;
  }
  .md-pb-70_770790fd4a02de86 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_f8910c5a3f4470e2 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_9113b22b546ed930 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_7c20c27d5481f719 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_af30d66e1c637a7d {
    padding-bottom: 110px !important;
  }
  .md-pb-120_21bd5955937b6ede {
    padding-bottom: 120px !important;
  }
  .md-pb-130_06d11c23cc774345 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_ad6afcee5b1f4f01 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_e5a6a85170ba88ed {
    padding-bottom: 150px !important;
  }
  .md-pb-200_188e53ae18986f6e {
    padding-bottom: 200px !important;
  }
  .md-mt-10_62a106121425c271 {
    margin-top: 10px !important;
  }
  .md-mt-20_eda6a22a9b09405f {
    margin-top: 20px !important;
  }
  .md-mt-30_0c45aa49245b3d63 {
    margin-top: 30px !important;
  }
  .md-mt-40_88ce3c63902e7afd {
    margin-top: 40px !important;
  }
  .md-mt-50_79e8719e5301348c {
    margin-top: 50px !important;
  }
  .md-mt-60_81009cbb7a9ef4bb {
    margin-top: 60px !important;
  }
  .md-mt-70_c020f72528e50618 {
    margin-top: 70px !important;
  }
  .md-mt-80_7cf0df1873c20067 {
    margin-top: 80px !important;
  }
  .md-mt-90_0fe66390fadb65d5 {
    margin-top: 90px !important;
  }
  .md-mt-100_7bd5798619a3d99f {
    margin-top: 100px !important;
  }
  .md-mt-110_20871a0be9a6974b {
    margin-top: 110px !important;
  }
  .md-mt-120_9fe7d34db5df31cc {
    margin-top: 120px !important;
  }
  .md-mt-130_ebb15628af5937b4 {
    margin-top: 130px !important;
  }
  .md-mt-140_e5c604f504de2883 {
    margin-top: 140px !important;
  }
  .md-mt-150_c68a33cbe38942f1 {
    margin-top: 150px !important;
  }
  .md-mt-200_25012489ad82f4aa {
    margin-top: 200px !important;
  }
  .md-mb-10_661074e33d2e57b0 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_f478a394e8331643 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_63d741c91ffdbcf6 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_bebaceef5bc3d771 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_20f44bdc01fcc553 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_5ab4b2d5479d5fd4 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_1b34eef1947aadbe {
    margin-bottom: 70px !important;
  }
  .md-mb-80_354286df3488ab86 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_4f4f2fe5adf84748 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_54f38b4836abc714 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_a1a80a88d4d5a6fa {
    margin-bottom: 110px !important;
  }
  .md-mb-120_23a5e92330c105e6 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_df75029b43844484 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_ac21b2c76dcb05d4 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_72c83343bb63e04e {
    margin-bottom: 150px !important;
  }
  .md-mb-200_a7ff6c87a29583e8 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_38cce789cc76f768 {
    padding: 0 !important;
  }
  .sm-m0_dc6f23fb1f7b028c {
    margin: 0 !important;
  }
  .sm-pt-10_bdaf13b159d3a739 {
    padding-top: 10px !important;
  }
  .sm-pt-20_613fc8fe75213ad6 {
    padding-top: 20px !important;
  }
  .sm-pt-30_186a65419a026740 {
    padding-top: 30px !important;
  }
  .sm-pt-40_8ab8e6ac50ca365d {
    padding-top: 40px !important;
  }
  .sm-pt-50_7c80c8d9b3e4b26e {
    padding-top: 50px !important;
  }
  .sm-pt-60_dd5d207695d59415 {
    padding-top: 60px !important;
  }
  .sm-pt-70_73f2f43f19bcf35e {
    padding-top: 70px !important;
  }
  .sm-pt-80_3250a52503714020 {
    padding-top: 80px !important;
  }
  .sm-pt-90_56dd9e7ef7dbdf9d {
    padding-top: 90px !important;
  }
  .sm-pt-100_f5fe3eadf260342f {
    padding-top: 100px !important;
  }
  .sm-pt-110_1d78f9647340b8e9 {
    padding-top: 110px !important;
  }
  .sm-pt-120_befae62425d1721e {
    padding-top: 120px !important;
  }
  .sm-pt-130_298de2699d209556 {
    padding-top: 130px !important;
  }
  .sm-pt-140_f395f815e5a5e7eb {
    padding-top: 140px !important;
  }
  .sm-pt-150_5cb18f1e4f469f21 {
    padding-top: 150px !important;
  }
  .sm-pt-200_f75c757d2b0663d3 {
    padding-top: 200px !important;
  }
  .sm-pb-10_ddd4cb7b1b59f714 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_75524280223874ab {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_824cedc23b911552 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_123fe07a004dcf57 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_84bcf1e18620a9ee {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_e0706d49037cda76 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_5571a16e6dae5ef5 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_638d116fed3d6acc {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_581d59b891e391c4 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_9e07986c1ef29cf1 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_077042e31c87f014 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_264624d81d6a77c2 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_6f1218ff6555b3a4 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_a061fe54d217a446 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_9229138b81344dc8 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_4a8984d0c7f8ab31 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_350556ff585078b7 {
    margin-top: 10px !important;
  }
  .sm-mt-20_0b89c1834b2b924d {
    margin-top: 20px !important;
  }
  .sm-mt-30_ce9c2f17db0fbe83 {
    margin-top: 30px !important;
  }
  .sm-mt-40_c9016f85b99362e8 {
    margin-top: 40px !important;
  }
  .sm-mt-50_fd7189b0baa00301 {
    margin-top: 50px !important;
  }
  .sm-mt-60_a87e7a05c8d8f2a1 {
    margin-top: 60px !important;
  }
  .sm-mt-70_0ede49fced45095b {
    margin-top: 70px !important;
  }
  .sm-mt-80_b053ede4b3eaadb5 {
    margin-top: 80px !important;
  }
  .sm-mt-90_170c351f77c9c82d {
    margin-top: 90px !important;
  }
  .sm-mt-100_5acc113f13ea5b18 {
    margin-top: 100px !important;
  }
  .sm-mt-110_c8b416ca0e427363 {
    margin-top: 110px !important;
  }
  .sm-mt-120_d5a7201877a9a771 {
    margin-top: 120px !important;
  }
  .sm-mt-130_3279515df6ced1a5 {
    margin-top: 130px !important;
  }
  .sm-mt-140_eb0d31a052609458 {
    margin-top: 140px !important;
  }
  .sm-mt-150_690cc98d5afcc768 {
    margin-top: 150px !important;
  }
  .sm-mt-200_374b0c08a80cd4ef {
    margin-top: 200px !important;
  }
  .sm-mb-10_8e18a8bacb93bf10 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_1f07e81b22949680 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_9a3b162d1a9bb1db {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_679e23b970270616 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_71ab45689cb80335 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_7c42668ffd47ccfe {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_bf390badd60e7f6e {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_17b3dc111ae7c353 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_4b3df6f5278ac425 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_152ed6c58c165d07 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_70d1ac77eb686632 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_d6b2713815cb6445 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_c5039d2104ad6091 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_9252080f765c1cdb {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_3ebb9eea9df00d15 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_34d30813c59f79be {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_1f80bb44508cb671 {
    padding: 0 !important;
  }
  .xs-m0_a06e58b336066b2f {
    margin: 0 !important;
  }
  .xs-pt-10_70ade85aea4d4bea {
    padding-top: 10px !important;
  }
  .xs-pt-20_23d54b6e5f135d3d {
    padding-top: 20px !important;
  }
  .xs-pt-30_56e9b47f4758f9e4 {
    padding-top: 30px !important;
  }
  .xs-pt-40_4968f8528d6e8757 {
    padding-top: 40px !important;
  }
  .xs-pt-50_5098b593d1ac1d19 {
    padding-top: 50px !important;
  }
  .xs-pt-60_5577027b4c8006e5 {
    padding-top: 60px !important;
  }
  .xs-pt-70_a4b8ccb7c90b01c6 {
    padding-top: 70px !important;
  }
  .xs-pt-80_d6122e849f404572 {
    padding-top: 80px !important;
  }
  .xs-pt-90_3b22ea9622076462 {
    padding-top: 90px !important;
  }
  .xs-pt-100_ee65899c2d5cde55 {
    padding-top: 100px !important;
  }
  .xs-pt-110_28d0b1e0ba1ed364 {
    padding-top: 110px !important;
  }
  .xs-pt-120_0e1eafd499ad35ad {
    padding-top: 120px !important;
  }
  .xs-pt-130_8a906279c6bda38e {
    padding-top: 130px !important;
  }
  .xs-pt-140_627c6d69a8bd5807 {
    padding-top: 140px !important;
  }
  .xs-pt-150_3f6230c78cc8f0a4 {
    padding-top: 150px !important;
  }
  .xs-pt-200_83c06be1b6969a72 {
    padding-top: 200px !important;
  }
  .xs-pb-10_80b2c91cb104b9fc {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_a5f9b3f04fd39997 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_52a34a18d1ded8af {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_ccbfc5098bf3e9b6 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_2b400effba265e47 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_78080c81c4d97815 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_f9331652a14e2778 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_90cfb586e3e35956 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_387830303d005fbb {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_008005d7e90215cc {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_3924980526e3d72c {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_ab77d1a8c1719b9d {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_67805a6d3d34b11a {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_71dd2c82aa5d3677 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_1ca57f1115011992 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_47940c89157691c6 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_4b19f3aa417d0fe8 {
    margin-top: 10px !important;
  }
  .xs-mt-20_34da46ddc8a868ed {
    margin-top: 20px !important;
  }
  .xs-mt-30_11619cf9d7ffe336 {
    margin-top: 30px !important;
  }
  .xs-mt-40_7918ca23e2405107 {
    margin-top: 40px !important;
  }
  .xs-mt-50_a33614ce125b950d {
    margin-top: 50px !important;
  }
  .xs-mt-60_ab564ab0ee9dfe8a {
    margin-top: 60px !important;
  }
  .xs-mt-70_cc8b77bdc229d99c {
    margin-top: 70px !important;
  }
  .xs-mt-80_43bed16e53f4e6fc {
    margin-top: 80px !important;
  }
  .xs-mt-90_0110868bc12ea9d7 {
    margin-top: 90px !important;
  }
  .xs-mt-100_72a1adf2aa15bdee {
    margin-top: 100px !important;
  }
  .xs-mt-110_6abf282f21e9a879 {
    margin-top: 110px !important;
  }
  .xs-mt-120_0335f53bc6483b4f {
    margin-top: 120px !important;
  }
  .xs-mt-130_b31e8f7b0e58f0fc {
    margin-top: 130px !important;
  }
  .xs-mt-140_d9e92e80a1bed949 {
    margin-top: 140px !important;
  }
  .xs-mt-150_3fb7963dd38b81a5 {
    margin-top: 150px !important;
  }
  .xs-mt-200_fd5199f496483132 {
    margin-top: 200px !important;
  }
  .xs-mb-10_928b32fbc0cd5196 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_8bd152da506e035e {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_1025840c14b6af79 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_48b88cf41bad1eb5 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_fdc951da180da5af {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_91e97a86914dc40a {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_a2b6317337eca2bf {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_eae636dee4b0e98f {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_1221be71d624a6ff {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_14c3682e62b957ad {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_44df21dd00e76eab {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_dfbded8beabefa00 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_2d7d14d9d19bbe95 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_08df8f389cb37d3a {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_6df9a3dc34bd8079 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_a3fe928166e93bd7 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_2898d615d2e4137a {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_2898d615d2e4137a.menu-overlay_f0c5e69fa6196833 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_2898d615d2e4137a.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_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_2898d615d2e4137a.menu-style-three_89e42f99099c542c .navbar-toggler_09dd3b934c81b098 {
  background: #000;
}
.theme-main-menu_2898d615d2e4137a.menu-style-four_bfb20c2f996526f5 .navbar-toggler_09dd3b934c81b098 {
  background: #E6FD5A;
}
.theme-main-menu_2898d615d2e4137a.menu-style-five_dc5fbec3a214f7a5 .navbar-toggler_09dd3b934c81b098 {
  background: #DFFF5E;
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098:focus {
  box-shadow: none;
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098::before,
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098::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_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098 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_2898d615d2e4137a.menu-style-three_89e42f99099c542c .navbar-toggler_09dd3b934c81b098:before, .theme-main-menu_2898d615d2e4137a.menu-style-three_89e42f99099c542c .navbar-toggler_09dd3b934c81b098:after, .theme-main-menu_2898d615d2e4137a.menu-style-three_89e42f99099c542c .navbar-toggler_09dd3b934c81b098 span {
  background: #fff;
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_2898d615d2e4137a .navbar-toggler_09dd3b934c81b098[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_2898d615d2e4137a .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_2898d615d2e4137a .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_2898d615d2e4137a.white-vr_a1b2094973ba1447 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_2898d615d2e4137a.white-vr_a1b2094973ba1447 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_2898d615d2e4137a.white-vr_a1b2094973ba1447.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_2898d615d2e4137a.menu-style-one_09cd3fedf932917a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .info-row_c3273e774ade34ac {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .gap-fix_f083a2b182a99433 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .greetings_eeed1a80670c6415 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .contact-info_229013738e89dba4 {
  margin: 0 -15px;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .contact-info_229013738e89dba4 li {
  padding: 0 15px;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .contact-info_229013738e89dba4 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .contact-info_229013738e89dba4 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba .inner-content_cbc9ce0eb5ed3c6c {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_2898d615d2e4137a.menu-style-two_0ee5bf9022885cba.fixed .info-row_c3273e774ade34ac {
  display: none;
}
.theme-main-menu_2898d615d2e4137a.menu-style-five_dc5fbec3a214f7a5 {
  background: #000;
  padding: 0;
}
.theme-main-menu_2898d615d2e4137a.menu-style-five_dc5fbec3a214f7a5 .inner-content_cbc9ce0eb5ed3c6c {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_2898d615d2e4137a.menu-style-six_49937cd3eeb7e8ff .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_2898d615d2e4137a.menu-style-six_49937cd3eeb7e8ff .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_2898d615d2e4137a .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_8927ee53e5c49d11 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_8927ee53e5c49d11 .mega-menu-title_ff1ecc835fb85fcb {
  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_2898d615d2e4137a .login-btn-one_d62d7136647ed579 a {
  color: #000;
}
.theme-main-menu_2898d615d2e4137a .login-btn-one_d62d7136647ed579 a:hover {
  text-decoration: underline;
}
.theme-main-menu_2898d615d2e4137a .login-btn-two_412a00ce21a70f02 a {
  color: #044F3B;
}
.theme-main-menu_2898d615d2e4137a .login-btn-two_412a00ce21a70f02 a:hover {
  text-decoration: underline;
}
.theme-main-menu_2898d615d2e4137a .signup-btn-one_8c38a91a01e6e82b 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_2898d615d2e4137a .signup-btn-one_8c38a91a01e6e82b .icon_75b13646f7dc9f77 {
  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_2898d615d2e4137a .signup-btn-one_8c38a91a01e6e82b:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_2898d615d2e4137a .signup-btn-one_8c38a91a01e6e82b:hover .icon_75b13646f7dc9f77 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_2898d615d2e4137a .signup-btn-two_0ec3d7041aa84354 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_2898d615d2e4137a .signup-btn-two_0ec3d7041aa84354:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_2898d615d2e4137a .quote-one_7e29ed5b3ec7c145 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_2898d615d2e4137a .quote-one_7e29ed5b3ec7c145:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_21e1e847f74014f9 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_21e1e847f74014f9 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_21e1e847f74014f9 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_21e1e847f74014f9 li a:hover {
  color: #0C3A30;
}
.category-menu_21e1e847f74014f9 .dropdown-menu {
  padding: 0;
}
.category-menu_21e1e847f74014f9 .dropdown-menu li {
  padding: 0;
}
.category-menu_21e1e847f74014f9 .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_2d419e72fc2a3ec6 .logo_ea57e4ec52715836 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_a1b2094973ba1447 .navbar-collapse_2d419e72fc2a3ec6 {
    background-color: #0C3A30;
  }
  .navbar-collapse_2d419e72fc2a3ec6 {
    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_2d419e72fc2a3ec6.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_2898d615d2e4137a .navbar .mega-dropdown_c9a4f5edbf8ec3f4 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_a1b2094973ba1447 .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_8927ee53e5c49d11 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_dfe5e8e430691e98 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_7b2a828d8e56fe0b {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_7b2a828d8e56fe0b::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_7b2a828d8e56fe0b .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_7b2a828d8e56fe0b .hero-slider-one .hero-img_fdc31cf70d17e13f {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_7b2a828d8e56fe0b .hero-slider-one .slick-list_c5434c3586f8e776, .hero-banner-one_7b2a828d8e56fe0b .hero-slider-one .slick-track_092a4e97aa464e2e, .hero-banner-one_7b2a828d8e56fe0b .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_7b2a828d8e56fe0b .hero-heading_5f6107cf1cdede94 {
  font-weight: 700;
  color: #000;
  background: url(../resources/shape_0c292292e0/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_7b2a828d8e56fe0b .more-btn_fff5e8ede197a6a5 {
  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_7b2a828d8e56fe0b .more-btn_fff5e8ede197a6a5:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_43a65a5e39a7ab84 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_43a65a5e39a7ab84 .bg-wrapper_ba5fa1c9ab902c20 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_43a65a5e39a7ab84 .hero-heading_5f6107cf1cdede94 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_43a65a5e39a7ab84 .rating_7a33bd636dd6bfc3 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_43a65a5e39a7ab84 .rating_7a33bd636dd6bfc3 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_43a65a5e39a7ab84 .media-wrapper_9c3be20cc13340df {
  position: absolute;
  background: url(../resources/assets_3cb9d1fb1f/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_43a65a5e39a7ab84 .media-wrapper_9c3be20cc13340df .shape_01_075573fce2bc5321 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_43a65a5e39a7ab84 .media-wrapper_9c3be20cc13340df .shape_02_2e7dd17dbe42167d {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_a564d9a98cc5e832 .hero-heading_5f6107cf1cdede94 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_a564d9a98cc5e832 .media-wrapper_9c3be20cc13340df {
  background: url(../resources/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_a564d9a98cc5e832 .media-wrapper_9c3be20cc13340df .screen_01_e6b34b40d34f9b7e {
  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_a564d9a98cc5e832 .media-wrapper_9c3be20cc13340df .screen_02_59501790a195ae42 {
  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_a564d9a98cc5e832 .media-wrapper_9c3be20cc13340df .bg-shape_251682004f195231 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_a564d9a98cc5e832 .shape_01_075573fce2bc5321 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_1e78226387a72abc .bg-wrapper_ba5fa1c9ab902c20 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_1e78226387a72abc .media-wrapper_9c3be20cc13340df {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_1e78226387a72abc .media-wrapper_9c3be20cc13340df .shape_01_075573fce2bc5321 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_1e78226387a72abc .shape_02_2e7dd17dbe42167d {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_9114dab221b4cdac + .blog-details_140398c4edd188bb {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_fc2dee29486263db {
  z-index: 1;
}
.block-feature-three_fc2dee29486263db:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_fc2dee29486263db.no-bg_da8e6ae49a7c6bc4:before {
  display: none;
}
.block-feature-three_fc2dee29486263db .section-btn_8f4439d7dd4d5f6f {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_fc2dee29486263db .block-title_19059c2b159547d4 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_fc2dee29486263db .block-title_19059c2b159547d4 a:hover {
  text-decoration: underline;
}
.block-feature-three_fc2dee29486263db .round-btn_6bb4c2ff96386512 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_fc2dee29486263db .round-btn_6bb4c2ff96386512:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_fc2dee29486263db .block-one_caeb3b454c7331f7 {
  background: url(../resources/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_fc2dee29486263db .block-one_caeb3b454c7331f7 .tag_f577988ae96b2ab2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_fc2dee29486263db .block-one_caeb3b454c7331f7 .block-title_19059c2b159547d4 {
  background: url(../resources/shape_0c292292e0/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_fc2dee29486263db .block-two_b0a81f3ac5aab7f8 {
  overflow: hidden;
}
.block-feature-three_fc2dee29486263db .block-two_b0a81f3ac5aab7f8 .img-wrapper_451efe23cbc25d40 {
  background: url(../resources/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_fc2dee29486263db .block-two_b0a81f3ac5aab7f8 .text-wrapper_47bf1f7c64bbe1c5 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_fc2dee29486263db .block-two_b0a81f3ac5aab7f8 .tag_f577988ae96b2ab2 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_fc2dee29486263db .block-three_230e5686fc13eda2 {
  background: #D3FF76;
}
.block-feature-three_fc2dee29486263db .block-three_230e5686fc13eda2 .tag_f577988ae96b2ab2 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_fc2dee29486263db .block-three_230e5686fc13eda2 .round-btn_6bb4c2ff96386512 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_fc2dee29486263db .block-three_230e5686fc13eda2 .round-btn_6bb4c2ff96386512:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 {
  background: url(../resources/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 .block-title_19059c2b159547d4 {
  background: url(../resources/shape_0c292292e0/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 .block-title_19059c2b159547d4 a {
  font-size: 28px;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 .tag_f577988ae96b2ab2 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 .round-btn_6bb4c2ff96386512 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_fc2dee29486263db .block-four_76f682464db5c4d6 .round-btn_6bb4c2ff96386512:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_fc2dee29486263db .block-five_cc0a05fb968e2143 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_fc2dee29486263db .block-five_cc0a05fb968e2143 .tag_f577988ae96b2ab2 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_fc2dee29486263db .block-five_cc0a05fb968e2143 .block-title_19059c2b159547d4 {
  background: url(../resources/shape_0c292292e0/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_1a4cb56d2c8d10d0 .upper-wrapper_ef7b771631b7b4e1 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .upper-wrapper_ef7b771631b7b4e1 .shape_01_075573fce2bc5321 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .line-loop_95d802ffeb990149:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .graph-panel_566566084a722648 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .graph-panel_566566084a722648 .main-count_ff0e26945b739600 {
  font-size: 120px;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .graph-panel_566566084a722648 .chart-box_13b143a8ff6fe86c {
  padding: 0 15px;
}
.block-feature-thirteen_1a4cb56d2c8d10d0 .graph-panel_566566084a722648 .chart-box_13b143a8ff6fe86c .chart-inner_d9c1ca422f1d119c {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_2400aa99a402de93 .media-img_27ce56fa27e716ae {
  border-radius: 30px;
}
.block-feature-sixteen_2400aa99a402de93 .shape_01_075573fce2bc5321 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_88e3c5ac865adc47 .section-subheading_e012f1218215d3d6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_88e3c5ac865adc47 .shape_01_075573fce2bc5321 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_837cc7a091f68e40 {
  z-index: 1;
}
.text-feature-four_837cc7a091f68e40 .avatar_18d189398037db52 {
  width: 65px;
  height: 65px;
}
.text-feature-four_837cc7a091f68e40 .name {
  font-size: 28px;
}
.text-feature-four_837cc7a091f68e40 .quote-text_64da5ca582ab15f5 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_837cc7a091f68e40 .shape_01_075573fce2bc5321 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_837cc7a091f68e40 .shape_02_2e7dd17dbe42167d {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_462c54257a07bc2c .bg-wrapper_ba5fa1c9ab902c20 {
  background: #FFF2AC;
}
.text-feature-five_462c54257a07bc2c 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_462c54257a07bc2c 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_462c54257a07bc2c 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_462c54257a07bc2c li:hover:before {
  background: #29594B;
}
.text-feature-five_462c54257a07bc2c li:hover:after {
  color: #fff;
}
.text-feature-five_462c54257a07bc2c .media-wrapper_9c3be20cc13340df {
  background: url(../resources/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_462c54257a07bc2c .media-wrapper_9c3be20cc13340df .video-icon_034e71abfe875542 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_462c54257a07bc2c .media-wrapper_9c3be20cc13340df .video-icon_034e71abfe875542:hover {
  background: #CFFF45;
}
.text-feature-five_462c54257a07bc2c .media-wrapper_9c3be20cc13340df .screen_01_e6b34b40d34f9b7e {
  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_c169c5589ca190e1 {
  z-index: 1;
}
.text-feature-six_c169c5589ca190e1 .media-wrapper_9c3be20cc13340df {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_c169c5589ca190e1 .media-wrapper_9c3be20cc13340df .screen_01_e6b34b40d34f9b7e {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_c169c5589ca190e1 .shape_01_075573fce2bc5321 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_c169c5589ca190e1 .shape_02_2e7dd17dbe42167d {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_67d55dfb617f4686 {
  background: url(../resources/assets_3cb9d1fb1f/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_67d55dfb617f4686 .block_230140d805dddef6 .icon_75b13646f7dc9f77 {
  height: 50px;
}
.text-feature-nine_67d55dfb617f4686 .vertical-text-wrapper_283b1a0bb1155186 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_67d55dfb617f4686 .vertical-text-wrapper_283b1a0bb1155186 .text-list_02c712ade523398e {
  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_67d55dfb617f4686 .vertical-text-wrapper_283b1a0bb1155186 .text-list_02c712ade523398e:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_67d55dfb617f4686 .vertical-text-wrapper_283b1a0bb1155186 .shape_01_075573fce2bc5321 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_67d55dfb617f4686 .vertical-text-wrapper_283b1a0bb1155186 .shape_02_2e7dd17dbe42167d {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_67d55dfb617f4686 .shape_03_ee36f99d333fc8ff {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_67d55dfb617f4686 .shape_04_813d7cffaffdfbff {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_d0987ee6f0139d86 .section-btn_8f4439d7dd4d5f6f {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_65723a69b9880351 {
  z-index: 1;
}
.team-section-three_65723a69b9880351:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../resources/shape_0c292292e0/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_65723a69b9880351 .section-btn_8f4439d7dd4d5f6f {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_65723a69b9880351 .shape_01_075573fce2bc5321 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_65723a69b9880351 .shape_02_2e7dd17dbe42167d {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_65723a69b9880351 .shape_03_ee36f99d333fc8ff {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_a1a2265df9a14197 .logo_ea57e4ec52715836 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_a61e043375cf11a1 {
  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_2805fbf1def9acb0 {
  max-width: 565px;
}
.user-data-form .form-wrapper_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 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_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 .placeholder_icon_7973d5cc07856b6f {
  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_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 .placeholder_icon_7973d5cc07856b6f img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 .placeholder_icon_7973d5cc07856b6f span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 .placeholder_icon_7973d5cc07856b6f 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_2805fbf1def9acb0 .input-group-meta_d3c9d97aad6c5226 .placeholder_icon_7973d5cc07856b6f span.eye-slash_9f2668026f13f581:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_d698d25a3ab8ae20 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_d698d25a3ab8ae20 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_d698d25a3ab8ae20 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_d698d25a3ab8ae20 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_d698d25a3ab8ae20 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_d698d25a3ab8ae20 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_d698d25a3ab8ae20 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_59e831f1ed450eb7 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_eeec8e0f2db81d1d {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_eeec8e0f2db81d1d:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_eeec8e0f2db81d1d img {
  width: 20px;
}
.user-data-form .btn-close_a2630a2bc6206b4a {
  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_ed93945d0c2c763d .main-count_ff0e26945b739600 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_05f69ac00b9ee327 .icon_75b13646f7dc9f77 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_5e2ea168f1093c79 .img-holder_bb55fae3881bbba7 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_5e2ea168f1093c79 .img-holder_bb55fae3881bbba7.round-border_0adf3b35c55d2fd2 {
  border-radius: 30px;
}
.portfolio-block-one_5e2ea168f1093c79 .img-holder_bb55fae3881bbba7 .expend_dfa3beea925b7c8b {
  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_5e2ea168f1093c79 .img-holder_bb55fae3881bbba7 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_5e2ea168f1093c79 .img-holder_bb55fae3881bbba7 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_5e2ea168f1093c79:hover .expend_dfa3beea925b7c8b {
  opacity: 1;
}
.portfolio-block-one_5e2ea168f1093c79:hover .img-meta_5c212af4358f7fe5 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_5e2ea168f1093c79:hover .pj-title_4d86e92bc2f29d50 {
  text-decoration: underline;
}
.portfolio-block-one_5e2ea168f1093c79 .caption {
  margin-top: 35px;
}
.portfolio-block-one_5e2ea168f1093c79 .caption .tag_f577988ae96b2ab2 {
  margin: 0 -3px;
}
.portfolio-block-one_5e2ea168f1093c79 .caption .tag_f577988ae96b2ab2 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_5e2ea168f1093c79 .caption .pj-title_4d86e92bc2f29d50 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_5e2ea168f1093c79 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_5e2ea168f1093c79 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_b93415d8f81d0568 .bg-wrapper_ba5fa1c9ab902c20 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 {
  height: 100%;
}
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-control-next_122c1b00a6f22258,
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-control-prev_ac902154611204f9 {
  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_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-control-next_122c1b00a6f22258:hover,
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-control-prev_ac902154611204f9:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_b93415d8f81d0568 .slider-wrapper_7123e841b5e70451 .carousel-control-prev_ac902154611204f9 {
  left: auto;
  right: 45px;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 h3 {
  font-size: 36px;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .list-meta_27d4168656c5e1bd li {
  padding: 22px 0;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .list-meta_27d4168656c5e1bd .icon_75b13646f7dc9f77 {
  width: 40px;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .list-meta_27d4168656c5e1bd .text1_9cd0202dd2ff6ed1 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .list-meta_27d4168656c5e1bd span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .social-share_31965518abd00558 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_b93415d8f81d0568 .info-wrapper_843dfe402f563036 .social-share_31965518abd00558 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_1a9b0643cb9d40e4 .slider-wrapper_7123e841b5e70451 {
  padding-left: 100px;
}
.feedback-section-three_1a9b0643cb9d40e4 .slider-wrapper_7123e841b5e70451 .icon_75b13646f7dc9f77 {
  left: 0;
  top: 18px;
}
.feedback-section-three_1a9b0643cb9d40e4 .slick-dots_19831e57356f90ee {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_1a9b0643cb9d40e4 .slick-dots_19831e57356f90ee li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_1a9b0643cb9d40e4 .slick-dots_19831e57356f90ee .slick-active button {
  background: #000;
}
.feedback-section-three_1a9b0643cb9d40e4 .rating-box_067830bee19fd4f8 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_1a9b0643cb9d40e4 .rating-box_067830bee19fd4f8 .rating_7a33bd636dd6bfc3 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_1a9b0643cb9d40e4 .shape_01_075573fce2bc5321 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_1a9b0643cb9d40e4 .shape_02_2e7dd17dbe42167d {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_b5c7704373d32b64 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_b5c7704373d32b64 .post-data_0d5a77af813259e7 {
  padding: 30px 35px 25px;
}
.blog-meta-one_b5c7704373d32b64 .post-data_0d5a77af813259e7 .post-info_17de23a84bc03d2a {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_b5c7704373d32b64 .post-data_0d5a77af813259e7 .blog-title_6ef2970641931e14 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_b5c7704373d32b64 .post-data_0d5a77af813259e7 .blog-title_6ef2970641931e14:hover {
  text-decoration: underline;
}
.blog-meta-one_b5c7704373d32b64 .post-img_65f549656d2f5163 {
  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_b5c7704373d32b64 .post-img_65f549656d2f5163 .round-btn_6bb4c2ff96386512 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_b5c7704373d32b64:hover .round-btn_6bb4c2ff96386512 {
  background: #CFFF45;
}
.blog-meta-one_b5c7704373d32b64.style-two_2d57b055487209ec {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_b5c7704373d32b64.style-two_2d57b055487209ec .post-img_65f549656d2f5163 {
  border-radius: 0;
}
.blog-meta-one_b5c7704373d32b64.style-two_2d57b055487209ec .blog-title_6ef2970641931e14 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_99b712992a3e9b48 {
  background: #fff;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 {
  padding-top: 30px;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .blog-title_6ef2970641931e14 {
  width: 70%;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .blog-title_6ef2970641931e14 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .blog-title_6ef2970641931e14:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .round-btn_6bb4c2ff96386512 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .round-btn_6bb4c2ff96386512:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_99b712992a3e9b48 .post-data_0d5a77af813259e7 .post-info_17de23a84bc03d2a {
  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_99b712992a3e9b48 .post-img_65f549656d2f5163 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_99b712992a3e9b48 .post-img_65f549656d2f5163 .date_d59763e2a3a7f398 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_99b712992a3e9b48.style-two_2d57b055487209ec {
  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_99b712992a3e9b48.style-two_2d57b055487209ec p {
  font-size: 18px;
}
.blog-meta-two_99b712992a3e9b48.style-two_2d57b055487209ec .post-img_65f549656d2f5163 {
  height: auto;
  width: 100%;
}
.blog-meta-two_99b712992a3e9b48.style-two_2d57b055487209ec .post-data_0d5a77af813259e7 {
  padding: 26px 0;
}
.blog-meta-two_99b712992a3e9b48.style-two_2d57b055487209ec .post-data_0d5a77af813259e7 .post-info_17de23a84bc03d2a {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_99b712992a3e9b48.style-two_2d57b055487209ec .post-data_0d5a77af813259e7 .round-btn_6bb4c2ff96386512 {
  border: none;
}

.signup-btn-one_8c38a91a01e6e82b 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_8c38a91a01e6e82b .icon_75b13646f7dc9f77 {
  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_4a26dd6db3752a6e {
  z-index: 1;
}
.blog-section-three_4a26dd6db3752a6e .section-btn_8f4439d7dd4d5f6f {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_2dcbe6a9fa6c2fa5 {
  z-index: 5;
}
.blog-section-four_2dcbe6a9fa6c2fa5.block-feature-three_fc2dee29486263db:before {
  display: none;
}
.blog-section-four_2dcbe6a9fa6c2fa5.block-feature-three_fc2dee29486263db .block-one_caeb3b454c7331f7 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 .wrapper_e14cca0528fca5f8 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 .wrapper_e14cca0528fca5f8 .icon_75b13646f7dc9f77 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 .wrapper_e14cca0528fca5f8 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .quote-wrapper_31568b3a3c19cfa0 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .img-gallery_d15d63bf1955c68b {
  margin-bottom: 50px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .img-gallery_d15d63bf1955c68b img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .list-item_de50868695349b34 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_140398c4edd188bb .post-details-meta_1cef4f418daaba68 .list-item_de50868695349b34 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a {
  padding: 10px 0 5px;
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a .tags_bebc874c94ea9eee li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a .tags_bebc874c94ea9eee a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a .tags_bebc874c94ea9eee a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a .share-icon_c8ef742947ecfda3 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_140398c4edd188bb .bottom-widget_790a8b5ab66c552a .share-icon_c8ef742947ecfda3 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_140398c4edd188bb .grey-bg_3026f9830c1d47b0 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_140398c4edd188bb .blog-inner-title_22fcfbbaef9fc506 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf {
  margin: 60px 0;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c:last-child {
  padding-bottom: 5px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .reply-comment_ebfa139ed4b516fa {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .user-avatar_91f0f5dd87d54073 {
  width: 60px;
  height: 60px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 .date_d59763e2a3a7f398 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 .reply-btn_8e90017400321730 {
  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_140398c4edd188bb .blog-comment-area_d67268d3f58f50bf .comment_02c64fa6d407ad1c .comment-text_1c2a9cd47733f6d9 .reply-btn_8e90017400321730:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_140398c4edd188bb .blog-comment-form_f7ba8947620a4b18 p a {
  color: #19352D;
}
.blog-details_140398c4edd188bb .blog-comment-form_f7ba8947620a4b18 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_140398c4edd188bb .blog-comment-form_f7ba8947620a4b18 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_140398c4edd188bb .blog-comment-form_f7ba8947620a4b18 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_6bad6a7a233eff1c {
  height: 600px;
}

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

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

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

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

.footer-one_c0a29b2ed01ee69f {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_c0a29b2ed01ee69f .bottom-footer_7c7df41e4c84b6a6 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_c0a29b2ed01ee69f .social-icon_70834ba5caef1903 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_c0a29b2ed01ee69f .social-icon_70834ba5caef1903 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_c0a29b2ed01ee69f .footer-title_14798d29fd217428 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_c0a29b2ed01ee69f .footer-nav-link_cfa2dafcfd5068fc a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_c0a29b2ed01ee69f .footer-nav-link_cfa2dafcfd5068fc a:hover {
  color: #fff;
}
.footer-nav-link_cfa2dafcfd5068fc p {
  font-size: 16px;
}
.logo_ea57e4ec52715836 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_437f9dae6bc8013e {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_5cacb94738e79a07 {
  align-content: center;
}

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

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

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

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

.footer-three_e17312a9d4f34b62 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_e17312a9d4f34b62 .round-bg_c7ad71451573cf8a {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_e17312a9d4f34b62 .round-bg_c7ad71451573cf8a.color-two_1a550c7cca18acf9 {
  background: #F6FFDD;
}
.footer-three_e17312a9d4f34b62 .footer-intro_384196174933708c p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_e17312a9d4f34b62 .footer-intro_384196174933708c p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e17312a9d4f34b62 .footer-title_14798d29fd217428 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_e17312a9d4f34b62 .footer-nav-link_cfa2dafcfd5068fc a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_e17312a9d4f34b62 .footer-nav-link_cfa2dafcfd5068fc a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .copyright_4b67fa85439720da {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .bottom-nav_abbce30fe9cc78de {
  margin: 0 -12px;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .bottom-nav_abbce30fe9cc78de a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .bottom-nav_abbce30fe9cc78de a:hover {
  text-decoration: underline;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .social-icon_70834ba5caef1903 {
  margin: 0 -10px;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .social-icon_70834ba5caef1903 a {
  margin: 0 10px;
}
.footer-three_e17312a9d4f34b62 .bottom-footer_7c7df41e4c84b6a6 .social-icon_70834ba5caef1903 a:hover {
  color: #19352D;
}
.footer-three_e17312a9d4f34b62 .shape_01_075573fce2bc5321 {
  top: -3%;
  left: -3%;
}
.footer-three_e17312a9d4f34b62 .shape_02_2e7dd17dbe42167d {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_959e7a08e8465079 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_959e7a08e8465079:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../resources/assets_3cb9d1fb1f/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_959e7a08e8465079 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 .round-btn_6bb4c2ff96386512 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 .round-btn_6bb4c2ff96386512:hover, .footer-five_959e7a08e8465079 .btn-group_f58f9809774c1221 .round-btn_6bb4c2ff96386512:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_959e7a08e8465079 .social-icon_70834ba5caef1903 {
  margin: 0 -20px;
}
.footer-five_959e7a08e8465079 .social-icon_70834ba5caef1903 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_959e7a08e8465079 .social-icon_70834ba5caef1903 a:hover {
  color: #DFFF5E;
}
.footer-five_959e7a08e8465079 .bottom-nav_abbce30fe9cc78de {
  margin: 0 -12px;
}
.footer-five_959e7a08e8465079 .bottom-nav_abbce30fe9cc78de a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_959e7a08e8465079 .bottom-nav_abbce30fe9cc78de a:hover {
  text-decoration: underline;
}
.footer-five_959e7a08e8465079 .shape_01_075573fce2bc5321 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_959e7a08e8465079 .shape_02_2e7dd17dbe42167d {
  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_53e4bb684968d711 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_499e8a4a8b72c1f4 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_b81a66f3fb4248e6 {
  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_83f18764f53f0e66 {
  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_bbe97c8d000a2297 {
  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_3e7687b134de83c6 {
  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_bfe4231654273e65 {
  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_05709a3500f41c0a {
  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_f9bc900dfc81f367 {
  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_0c3ebbdfb68c278b {
  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_6ec754c6ae4d14ec {
  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_5198beaec51804c7 {
  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_a693fb260dbfc215 {
  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_f57dadb1b128ece0 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_cb95df15cfaaca54 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_e09bf01d19b449f2 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_336e3d4516d43116 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_25bfdfcb49671fce {
  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_57c594eab34441b9 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_569c5b59ab020ac8 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_b5a687ff8aec70de {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_bec14456b38dc204 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_b3de2b542b0bd63a {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_316bf460f30d1855 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_b75ec170aa49c8ec {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_2855789f6a5fb14d {
  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_96cc834af05f99bf {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_62505ab0e159478f {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_e073e712a0565f7c {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_94800614f4800693 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_3b54b7730265dce3 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_c8afe43969a92088 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_8dc74e9ebb0e98ed {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_9fd3bdfdc3d4868f {
  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_7b43d5ee324c3e00 {
  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_8db2233fe6fc5fd0 {
  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_ccbf82db23afa91c {
  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_1f4a2d75ea816af0 {
  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_c5c184f040237d03 {
  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_2123f2633b3dcef6 {
  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_8cf86adf81ea84b1 {
  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_14d9c8529c3d3973 {
  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_854537c7c259885d {
  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_8f194d509a3a5829 {
  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_aa75949dc9e0010e {
  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_132909789665e10e {
  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_009aa5c71ed958bd {
  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_a9dae33fb98166cc {
  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_eda03c38fa8da76f {
  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_3f6071a3cd1d2afa {
  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_827a3e627ea124a5 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_5c666c86a77cfa29 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_352719b4d7085b68 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_82c786791d25c17f {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_a7e9174cbc58e7ce {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_93815444760fb97a {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_7b504651606b11ed {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_95a3712805da842b {
  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_53e4bb684968d711 {
  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_242fdb9010b9d2da {
  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_331e20d76d215dc7 {
  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_4d12f3022c8f7f09 .theme-select-menu_2f93416f0180f6e2 {
  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_2f8ffc154aded15b {
  overflow: hidden;
}
.product-block-one_2f8ffc154aded15b .img-holder_bb55fae3881bbba7 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_2f8ffc154aded15b .img-holder_bb55fae3881bbba7 .cart-icon_d4d05112ecc24b25 {
  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_2f8ffc154aded15b .img-holder_bb55fae3881bbba7 .cart-icon_d4d05112ecc24b25:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_2f8ffc154aded15b .img-holder_bb55fae3881bbba7 .cart-button_889d6c85384a5600 {
  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_2f8ffc154aded15b .img-holder_bb55fae3881bbba7 .cart-button_889d6c85384a5600:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_2f8ffc154aded15b .product-title_9d981a69d1365994 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_2f8ffc154aded15b .rating_7a33bd636dd6bfc3 {
  margin: 0 -3px;
}
.product-block-one_2f8ffc154aded15b .rating_7a33bd636dd6bfc3 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_2f8ffc154aded15b .rating_7a33bd636dd6bfc3 li .bi-star-fill_35c340cf8397d6b2 {
  color: #FFCB65;
}
.product-block-one_2f8ffc154aded15b .price_284c6669f5b38b02 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_2f8ffc154aded15b:hover .cart-button_889d6c85384a5600 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_2f8ffc154aded15b:hover .product-img_e00eb80b3b823852 {
  transform: scale(0.95);
}
.product-block-one_2f8ffc154aded15b:hover .cart-icon_d4d05112ecc24b25 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_2f8ffc154aded15b:hover .product-title_9d981a69d1365994 {
  text-decoration: underline;
}

.product-details-one_ead794ea994c6ed1 .product-img-tab_0605b8bbae751a3b {
  border: none;
}
.product-details-one_ead794ea994c6ed1 .product-img-tab_0605b8bbae751a3b .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_ead794ea994c6ed1 .product-img-tab_0605b8bbae751a3b .nav-link img {
  max-height: 100%;
}
.product-details-one_ead794ea994c6ed1 .product-img-tab_0605b8bbae751a3b .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_ead794ea994c6ed1 .product-img-tab-content_8b2191f57766694a {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_ead794ea994c6ed1 .product-img-tab-content_8b2191f57766694a img {
  margin: auto;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .stock-tag_3631a115caa20ddd {
  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_ead794ea994c6ed1 .product-info_ee57e483f490b18f .product-name_866d41b3453c0eee {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .rating_7a33bd636dd6bfc3 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .rating_7a33bd636dd6bfc3 li .bi-star-fill_35c340cf8397d6b2 {
  color: #FFCB65;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .rating_7a33bd636dd6bfc3 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .rating_7a33bd636dd6bfc3 li a:hover {
  text-decoration: underline;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .price_284c6669f5b38b02 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .price_284c6669f5b38b02 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .availability_a49640f18e79b85b {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .description-text_b1121a1fb5234b7f {
  padding: 10px 0 15px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .product-feature_b318b5137481cc95 {
  margin-bottom: 20px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .product-feature_b318b5137481cc95 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .product-feature_b318b5137481cc95 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .customize-order_04577c116cf866df h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .customize-order_04577c116cf866df .quantity_d9057ec73d1366e7 .button-group_f2959338e1e753b6 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .customize-order_04577c116cf866df .quantity_d9057ec73d1366e7 .button-group_f2959338e1e753b6 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .customize-order_04577c116cf866df .quantity_d9057ec73d1366e7 .button-group_f2959338e1e753b6 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_ead794ea994c6ed1 .product-info_ee57e483f490b18f .customize-order_04577c116cf866df .quantity_d9057ec73d1366e7 .button-group_f2959338e1e753b6 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_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .nav-tabs_c021806664ca7174 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .nav-tabs_c021806664ca7174 .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_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .nav-tabs_c021806664ca7174 .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_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .nav-tabs_c021806664ca7174 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .nav-tabs_c021806664ca7174 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .tab-content_52ab0ea492c87a5d h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .tab-content_52ab0ea492c87a5d .product-feature_b318b5137481cc95 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .tab-content_52ab0ea492c87a5d .product-feature_b318b5137481cc95 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .single-comment_76886afcc727e92d {
  padding-bottom: 40px;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .single-comment_76886afcc727e92d:last-child {
  padding-bottom: 0;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-img_2088d7b1f3bde9d6 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-comment-data_bfa561139f30bcab {
  padding-left: 30px;
  position: relative;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-comment-data_bfa561139f30bcab .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-comment-data_bfa561139f30bcab .rating_7a33bd636dd6bfc3 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-comment-data_bfa561139f30bcab .rating_7a33bd636dd6bfc3 li .bi-star-fill_35c340cf8397d6b2 {
  color: #FFCB65;
}
.product-details-one_ead794ea994c6ed1 .product-review-tab_d9542b0aff22c23b .user-comment-area_c5175f436e39c7c8 .user-comment-data_bfa561139f30bcab p {
  padding-top: 8px;
}

.cart-list-form_255e439b9be5035f {
  position: relative;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f {
  margin: 0;
  background: transparent;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f 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_255e439b9be5035f .table_59bc6873d012623f th:first-child {
  text-align: left;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-thumbnails_2b066a95ce09e504 {
  width: 85px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-thumbnails_2b066a95ce09e504 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-thumbnails_2b066a95ce09e504 .product-img_e00eb80b3b823852 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-info_ee57e483f490b18f {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-info_ee57e483f490b18f .product-name_866d41b3453c0eee {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-info_ee57e483f490b18f .serial_0925965d405c1a1f {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .product-info_ee57e483f490b18f ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .price_284c6669f5b38b02 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .quantity_d9057ec73d1366e7 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .quantity_d9057ec73d1366e7 li .btn_9e524c65cc981a97 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .quantity_d9057ec73d1366e7 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_255e439b9be5035f .table_59bc6873d012623f tbody .remove-product_a37fa8386f6b63ca {
  color: #000;
  font-size: 22px;
}
.cart-list-form_255e439b9be5035f .table_59bc6873d012623f tbody .remove-product_a37fa8386f6b63ca:hover {
  color: #ff2759;
}
.cart-list-form_255e439b9be5035f .cart-footer_ba467543f244b68a {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_255e439b9be5035f .cart-footer_ba467543f244b68a .coupon-form_0948ff954fe5161d input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_255e439b9be5035f .cart-footer_ba467543f244b68a .cart-total-section_c82326643cd9887a {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_255e439b9be5035f .cart-footer_ba467543f244b68a .cart-total-section_c82326643cd9887a .cart-total-table_502540c50a547bde 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_255e439b9be5035f .cart-footer_ba467543f244b68a .cart-total-section_c82326643cd9887a .cart-total-table_502540c50a547bde tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_498d80d35c29b643 {
  height: auto;
}

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

.fancybox-caption_a579ca179395a000, .fancybox-infobar_2a4e3f0c9a2b1f82, .fancybox-navigation_e95ce40937695047 .fancybox-button_8bd37a788f99f2c1, .fancybox-toolbar_9351ec11a0f7c6a3 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_52b78c024cbbc9f2 .fancybox-caption_a579ca179395a000, .fancybox-show-infobar_ef6866a81c208b6e .fancybox-infobar_2a4e3f0c9a2b1f82, .fancybox-show-nav_dc10b8901daa1baf .fancybox-navigation_e95ce40937695047 .fancybox-button_8bd37a788f99f2c1, .fancybox-show-toolbar_77b5de4a927c4e9e .fancybox-toolbar_9351ec11a0f7c6a3 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_2c83d9b96a46978b .fancybox-stage_6672db5a83d6f974 {
  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_c2b0f9340666a3cd .fancybox-slide, .fancybox-slide--current_15a5c5d56f95fd9c, .fancybox-slide--next_9cc22f3536ebd5e0, .fancybox-slide--previous_ba5b46783bae5859 {
  display: block;
}

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

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

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

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

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

.fancybox-content_e61b7a2cac34b913 {
  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_bdd4929aa3e941ea .fancybox-content_e61b7a2cac34b913 {
  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_b94e8b447c487cf2 .fancybox-content_e61b7a2cac34b913 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_401dbee00309637b .fancybox-content_e61b7a2cac34b913 {
  cursor: zoom-in;
}

.fancybox-can-drag_0ca4e31219173b8d .fancybox-content_e61b7a2cac34b913 {
  cursor: grab;
}

.fancybox-is-dragging_e1806781af65a42c .fancybox-content_e61b7a2cac34b913 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_84161a44230b8922 .fancybox-content_e61b7a2cac34b913 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_612a2544ef09b314 .fancybox-content_e61b7a2cac34b913, .fancybox-slide--map_68351abeed06d42e .fancybox-content_e61b7a2cac34b913, .fancybox-slide--video_8cf01de924bd7372 .fancybox-content_e61b7a2cac34b913 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_8cf01de924bd7372 .fancybox-content_e61b7a2cac34b913 {
  background: #000;
}

.fancybox-slide--map_68351abeed06d42e .fancybox-content_e61b7a2cac34b913 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_ad54985c3354d8a3 svg path, .fancybox-button--share_0d3071b84fee6ad4 svg path, .fancybox-button--thumbs_11d5859a6b90c10c svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_dc10b8901daa1baf .fancybox-navigation_e95ce40937695047 .fancybox-button_8bd37a788f99f2c1 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_e95ce40937695047 .fancybox-button--arrow_left_68f4380cd25e8b84 {
  left: 6px;
}

.fancybox-navigation_e95ce40937695047 .fancybox-button--arrow_right_45a950de9615c781 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_612a2544ef09b314 .fancybox-close-small_7cc0e56388cb3b9d, .fancybox-slide--image_bdd4929aa3e941ea .fancybox-close-small_7cc0e56388cb3b9d, .fancybox-slide--video_8cf01de924bd7372 .fancybox-close-small_7cc0e56388cb3b9d {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_612a2544ef09b314 .fancybox-close-small_7cc0e56388cb3b9d:hover svg, .fancybox-slide--image_bdd4929aa3e941ea .fancybox-close-small_7cc0e56388cb3b9d:hover svg, .fancybox-slide--video_8cf01de924bd7372 .fancybox-close-small_7cc0e56388cb3b9d:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_0b75995a155f964b .fancybox-close-small_7cc0e56388cb3b9d, .fancybox-is-zoomable_92b216530a891ff1.fancybox-can-drag_0ca4e31219173b8d .fancybox-close-small_7cc0e56388cb3b9d {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_56750bdfc52e4dfd.fancybox-slide--next_9cc22f3536ebd5e0, .fancybox-fx-fade_56750bdfc52e4dfd.fancybox-slide--previous_ba5b46783bae5859 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_56750bdfc52e4dfd.fancybox-slide--current_15a5c5d56f95fd9c {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_a9c04dd5b78a488b {
  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_0bfa11b1b181489d {
  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_fe83e5e928e09654 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_f23c1c7d5eea2483 .fancybox-thumbs_0bfa11b1b181489d {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_0bfa11b1b181489d > 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_0bfa11b1b181489d .fancybox-thumbs-active_58cb62e89c28b854:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_ed9a7da26ea2f695 .slick-track_092a4e97aa464e2e,
.slick-slider_ed9a7da26ea2f695 .slick-list_c5434c3586f8e776 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_8fb54c482be9be30 .slick-track_092a4e97aa464e2e {
  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_8fb54c482be9be30 img {
  display: none;
}

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

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

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

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

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