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

.h1_edb64456c4beabcf,
h1,
.h2_99f4cbb5492eb8ff,
h2,
.h3_e6b7191fa29b9653,
h3,
.h4_0fc98f3ce5460819,
h4,
.h5_327b7921539be65c,
h5,
.h6_c1cbc7bbc3f8d8f6,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_dd5e6bc05733157b {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_0ee149968048224e {
  padding: 0 !important;
}

.m0_50059bb8d4864059 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_2569137b44b64c50 {
    padding: 0 !important;
  }
  .xl-m0_01edd3ce5714553a {
    margin: 0 !important;
  }
  .xl-pt-10_166f4e19852f74fd {
    padding-top: 10px !important;
  }
  .xl-pt-20_3965cb01d6bde548 {
    padding-top: 20px !important;
  }
  .xl-pt-30_24cb9640235e49fb {
    padding-top: 30px !important;
  }
  .xl-pt-40_cb7bab37341c1b32 {
    padding-top: 40px !important;
  }
  .xl-pt-50_857be963f4a18dcf {
    padding-top: 50px !important;
  }
  .xl-pt-60_e82c8fe08f5edb07 {
    padding-top: 60px !important;
  }
  .xl-pt-70_c82aea1176111b92 {
    padding-top: 70px !important;
  }
  .xl-pt-80_9c2982b7203dabfb {
    padding-top: 80px !important;
  }
  .xl-pt-90_ee5787e2d80128f1 {
    padding-top: 90px !important;
  }
  .xl-pt-100_1a889a2afcd60067 {
    padding-top: 100px !important;
  }
  .xl-pt-110_fcd90b19e139485f {
    padding-top: 110px !important;
  }
  .xl-pt-120_434d4819bcd5b405 {
    padding-top: 120px !important;
  }
  .xl-pt-130_92a3d547800c147d {
    padding-top: 130px !important;
  }
  .xl-pt-140_54a5cc0b1df5d7ed {
    padding-top: 140px !important;
  }
  .xl-pt-150_5093a61c7ab70437 {
    padding-top: 150px !important;
  }
  .xl-pt-200_be8125c81d34e026 {
    padding-top: 200px !important;
  }
  .xl-pb-10_ee286e927e3e99ae {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_20aa2ce6afbc8c24 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_7433a06766fcb2d4 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_5de45ffd13a760b3 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_95ebd8174ced6862 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_b93a3316302e9c07 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_2e5cb1a7ad3c99f4 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_8a644c2813b6c801 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_506253a23c7302b9 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_00ae6ccec557a238 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_b088e7480da3dfd2 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_5e2c241cced447e9 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_16e2a5e45cd5810e {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_4139b099ed7ba7e1 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_b227b28af193b118 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_04bf551ad5743431 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_0f635c5a9a343e0a {
    margin-top: 10px !important;
  }
  .xl-mt-20_ba15f36fa56952d3 {
    margin-top: 20px !important;
  }
  .xl-mt-30_e9af9e058d516781 {
    margin-top: 30px !important;
  }
  .xl-mt-40_08d79ee8198412f0 {
    margin-top: 40px !important;
  }
  .xl-mt-50_7d95dca681cdf911 {
    margin-top: 50px !important;
  }
  .xl-mt-60_e119f3eecaaaffd1 {
    margin-top: 60px !important;
  }
  .xl-mt-70_16705e63d8e2fd6c {
    margin-top: 70px !important;
  }
  .xl-mt-80_b880dec6245f39e8 {
    margin-top: 80px !important;
  }
  .xl-mt-90_0ce34ebd3ea5175a {
    margin-top: 90px !important;
  }
  .xl-mt-100_59f9c9289073671c {
    margin-top: 100px !important;
  }
  .xl-mt-110_14313870ff797af5 {
    margin-top: 110px !important;
  }
  .xl-mt-120_357a67f5d6a2f8e0 {
    margin-top: 120px !important;
  }
  .xl-mt-130_180200f67136ea95 {
    margin-top: 130px !important;
  }
  .xl-mt-140_0eff71b2621e4092 {
    margin-top: 140px !important;
  }
  .xl-mt-150_3c45103d13ec6d93 {
    margin-top: 150px !important;
  }
  .xl-mt-200_23a69fd8840dbdef {
    margin-top: 200px !important;
  }
  .xl-mb-10_5d2fa9b77964e504 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_dbdb69e0fa514fa3 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_cef5821008b71832 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_b3bdfe492a943990 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_7498236a198c3d55 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_b5af01ddca9e4bd6 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_aa078f85faaff54d {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_adcd76e15f57fb33 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_dcd56ba1a4fb951d {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_b364ef76b5dd5f58 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_faaadc3890bba0bb {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_de4b6ef9aaec5ea2 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_05533c82baa16b43 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_8440557a483fab0b {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_47155e64e7aaad3d {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_97b3cb8bff004a65 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_58277245aa8cd9a6 {
    padding: 0 !important;
  }
  .lg-m0_03620d20db05b0e7 {
    margin: 0 !important;
  }
  .lg-pt-10_c2612b4b0f0dc0b3 {
    padding-top: 10px !important;
  }
  .lg-pt-20_76b76b7ee6cff180 {
    padding-top: 20px !important;
  }
  .lg-pt-30_4f29905e038aa675 {
    padding-top: 30px !important;
  }
  .lg-pt-40_2a70a6da5e101c96 {
    padding-top: 40px !important;
  }
  .lg-pt-50_bb325f968f1708cf {
    padding-top: 50px !important;
  }
  .lg-pt-60_3e4bb66d178c3782 {
    padding-top: 60px !important;
  }
  .lg-pt-70_44094771a8ccceb9 {
    padding-top: 70px !important;
  }
  .lg-pt-80_e31d7f82c79160d5 {
    padding-top: 80px !important;
  }
  .lg-pt-90_799f4ecda14dcca5 {
    padding-top: 90px !important;
  }
  .lg-pt-100_25ad67a0d12f2474 {
    padding-top: 100px !important;
  }
  .lg-pt-110_d1d18577b5ebec3f {
    padding-top: 110px !important;
  }
  .lg-pt-120_2ea8cb98e0d7e147 {
    padding-top: 120px !important;
  }
  .lg-pt-130_df4b87896b97b008 {
    padding-top: 130px !important;
  }
  .lg-pt-140_63e63e524bef2aff {
    padding-top: 140px !important;
  }
  .lg-pt-150_c2930161d8c0ba00 {
    padding-top: 150px !important;
  }
  .lg-pt-200_c6612307ae45cb52 {
    padding-top: 200px !important;
  }
  .lg-pb-10_6a46a99165d5d9c9 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_e6a9d9bb8d2c9c58 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_37d69e3ae878be8e {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_a2f3afb6ba558d10 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_ae0ea6d43af72fbf {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_a852569364ba8904 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_8401769beb11ed28 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_25fd6f548b964319 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_57198475f905a532 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_d09f2b0a90d4561c {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_97979da01c20f629 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_6f59ab4af3fd9cb7 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_acbeb54fd722e970 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_fed8d7cc430bc1b9 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_6cb6d761b8294f0b {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_760e8d32c6431273 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_a2fa8b75b9182c5c {
    margin-top: 10px !important;
  }
  .lg-mt-20_925ac36f487be39d {
    margin-top: 20px !important;
  }
  .lg-mt-30_3c7178934a776e02 {
    margin-top: 30px !important;
  }
  .lg-mt-40_dff2b5d713622f77 {
    margin-top: 40px !important;
  }
  .lg-mt-50_6b99217a365851d1 {
    margin-top: 50px !important;
  }
  .lg-mt-60_a5e4f84eff9f95c8 {
    margin-top: 60px !important;
  }
  .lg-mt-70_1e45647051f5e7b7 {
    margin-top: 70px !important;
  }
  .lg-mt-80_8231c2f5afb49902 {
    margin-top: 80px !important;
  }
  .lg-mt-90_9afba9e2e7465910 {
    margin-top: 90px !important;
  }
  .lg-mt-100_e7f6d7a9dacf3752 {
    margin-top: 100px !important;
  }
  .lg-mt-110_91814a2a920d6b27 {
    margin-top: 110px !important;
  }
  .lg-mt-120_87efc82cc2a4da56 {
    margin-top: 120px !important;
  }
  .lg-mt-130_2fcee8e2a29f08fc {
    margin-top: 130px !important;
  }
  .lg-mt-140_6a2f826323f0da40 {
    margin-top: 140px !important;
  }
  .lg-mt-150_6977ca9bb0020a60 {
    margin-top: 150px !important;
  }
  .lg-mt-200_2f9c95fbcdc2df6f {
    margin-top: 200px !important;
  }
  .lg-mb-10_c9fece0b488f975e {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_e4d5379b35f3322a {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_ddbe5dd5cd88d200 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_21e3678a4d4606bb {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_77ed2cf7ff8251dc {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_8f7403c722c0d2fb {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_529b315136c4eaa8 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_cae75923f9cf949d {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_7f5e3ad6cdff6013 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_68ec45e884967666 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_2c6912928ed5c459 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_bb1e0de4accc73d9 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_a62c03a75470b345 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_e133d548ea27a38c {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_f333e0f0e7b294cb {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_9895462913f5231f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_d7a1f386cc61d18d {
    padding: 0 !important;
  }
  .md-m0_f7a104c391d56613 {
    margin: 0 !important;
  }
  .md-pt-10_0df4da250162b4e5 {
    padding-top: 10px !important;
  }
  .md-pt-20_7ad197e741f8838c {
    padding-top: 20px !important;
  }
  .md-pt-30_ed61154e4a3fa883 {
    padding-top: 30px !important;
  }
  .md-pt-40_d94938a6ad22f3ad {
    padding-top: 40px !important;
  }
  .md-pt-50_a8458f25bf3b7955 {
    padding-top: 50px !important;
  }
  .md-pt-60_017adac910bd6a3f {
    padding-top: 60px !important;
  }
  .md-pt-70_6eed1abb758b03f7 {
    padding-top: 70px !important;
  }
  .md-pt-80_a0b6f48e0fff7734 {
    padding-top: 80px !important;
  }
  .md-pt-90_9db15109138959b9 {
    padding-top: 90px !important;
  }
  .md-pt-100_586bc04b3d8f95e6 {
    padding-top: 100px !important;
  }
  .md-pt-110_66a84fa982d59ac7 {
    padding-top: 110px !important;
  }
  .md-pt-120_1852ccd6d12fbe1f {
    padding-top: 120px !important;
  }
  .md-pt-130_5c8660425b6aab4e {
    padding-top: 130px !important;
  }
  .md-pt-140_0fc0d0b8ac78cadf {
    padding-top: 140px !important;
  }
  .md-pt-150_16a16c821e542cd4 {
    padding-top: 150px !important;
  }
  .md-pt-200_f3c3ece402e7cdea {
    padding-top: 200px !important;
  }
  .md-pb-10_041558dca6de8bf3 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_c62fa6e3cf556475 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_df67000cdae3bf17 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_594e2820412f4fa1 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_93d35118d21850c7 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_7b5e04ac67df172c {
    padding-bottom: 60px !important;
  }
  .md-pb-70_85196fbd4997efe9 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_b4732d07de49fae4 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_2f7c7850d271de2e {
    padding-bottom: 90px !important;
  }
  .md-pb-100_3f8f1de6b3abae1b {
    padding-bottom: 100px !important;
  }
  .md-pb-110_d3d3b6b88b34ef64 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_53ac8a47ae0fe49c {
    padding-bottom: 120px !important;
  }
  .md-pb-130_a79455d31ad8ca0c {
    padding-bottom: 130px !important;
  }
  .md-pb-140_c95cafbd47175338 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_b969b5d3acfb63f0 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_daa3c4e0d1ab29dc {
    padding-bottom: 200px !important;
  }
  .md-mt-10_cf3a63c45d095ce7 {
    margin-top: 10px !important;
  }
  .md-mt-20_b8d1898b7be628d6 {
    margin-top: 20px !important;
  }
  .md-mt-30_15f2616bba0fa214 {
    margin-top: 30px !important;
  }
  .md-mt-40_cd935c5b4eb107d0 {
    margin-top: 40px !important;
  }
  .md-mt-50_de569953850fd2ea {
    margin-top: 50px !important;
  }
  .md-mt-60_16ff2053bf93e5bf {
    margin-top: 60px !important;
  }
  .md-mt-70_b2cbe0bebce089ad {
    margin-top: 70px !important;
  }
  .md-mt-80_b0c96707e391cb9e {
    margin-top: 80px !important;
  }
  .md-mt-90_0ee6cb9276faeb6f {
    margin-top: 90px !important;
  }
  .md-mt-100_ffacd41e519ddc3f {
    margin-top: 100px !important;
  }
  .md-mt-110_9de126a7d4c113cb {
    margin-top: 110px !important;
  }
  .md-mt-120_ccac587ad60e2dcb {
    margin-top: 120px !important;
  }
  .md-mt-130_9df345be1c6cd57d {
    margin-top: 130px !important;
  }
  .md-mt-140_b4a339d387320d6d {
    margin-top: 140px !important;
  }
  .md-mt-150_ad98a84f19dbdcf0 {
    margin-top: 150px !important;
  }
  .md-mt-200_234a20465f019487 {
    margin-top: 200px !important;
  }
  .md-mb-10_365ec62af6cb3031 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_e6f0feeb8c1fb206 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_59443bb6c528be57 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_723756deb06b5e51 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_8b9697db2353f314 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_c224a4e499370fe8 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_ceb7bf0da9280262 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_b6f51e975f9a41f9 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_cca1a5617d193ebf {
    margin-bottom: 90px !important;
  }
  .md-mb-100_448c7a7fb68e238c {
    margin-bottom: 100px !important;
  }
  .md-mb-110_2e81d3ab8b790c3c {
    margin-bottom: 110px !important;
  }
  .md-mb-120_97736fe321958bb7 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_f7bd57e3a2341ef8 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_63d579eb67855b9d {
    margin-bottom: 140px !important;
  }
  .md-mb-150_5ba9a7887cb0148f {
    margin-bottom: 150px !important;
  }
  .md-mb-200_c8a27c957688d9cd {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_93e9e505f17dbd6a {
    padding: 0 !important;
  }
  .sm-m0_d012c3eedce19536 {
    margin: 0 !important;
  }
  .sm-pt-10_69050a051e16ebd5 {
    padding-top: 10px !important;
  }
  .sm-pt-20_ee2324b707f679f2 {
    padding-top: 20px !important;
  }
  .sm-pt-30_4aeb8be594a05618 {
    padding-top: 30px !important;
  }
  .sm-pt-40_6ecba881e7d73255 {
    padding-top: 40px !important;
  }
  .sm-pt-50_178511e8f37b497c {
    padding-top: 50px !important;
  }
  .sm-pt-60_aa3bbe87704f5943 {
    padding-top: 60px !important;
  }
  .sm-pt-70_cb0fb6a509baff6a {
    padding-top: 70px !important;
  }
  .sm-pt-80_131a0853cb104598 {
    padding-top: 80px !important;
  }
  .sm-pt-90_d0eb4f1ec31dd45f {
    padding-top: 90px !important;
  }
  .sm-pt-100_7a98549b966262b9 {
    padding-top: 100px !important;
  }
  .sm-pt-110_9ff1388427b5c4af {
    padding-top: 110px !important;
  }
  .sm-pt-120_13f3e4a186b7ab03 {
    padding-top: 120px !important;
  }
  .sm-pt-130_84f9a9c733854e4e {
    padding-top: 130px !important;
  }
  .sm-pt-140_7e415bbf33528e03 {
    padding-top: 140px !important;
  }
  .sm-pt-150_1151d0c1b96c28da {
    padding-top: 150px !important;
  }
  .sm-pt-200_f5d7465c42bf516f {
    padding-top: 200px !important;
  }
  .sm-pb-10_e7e6ee183df7d673 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_f79fffd665cc1393 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_b506693834069fe8 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_aa145a4465f28cb0 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_82e269997f5a8ce7 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_c07529b83bb33e14 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_db9c5c0b81a4fefb {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_1d76c922a39735b9 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_4656e1f19da1c719 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_d3e04069c960a457 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_821b7d47ab270547 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_0d1a3de658309faa {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_c820820cea8bfa8a {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_7c2397b4e2752ce0 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_5922276d1a0e9ca1 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_20d03531dee7969f {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_3efe30c1c3e4b79c {
    margin-top: 10px !important;
  }
  .sm-mt-20_19d87fc36e52d353 {
    margin-top: 20px !important;
  }
  .sm-mt-30_df3448b88b3d5282 {
    margin-top: 30px !important;
  }
  .sm-mt-40_3c058e5a2b0a8ac6 {
    margin-top: 40px !important;
  }
  .sm-mt-50_4a9cbf6b9d4da276 {
    margin-top: 50px !important;
  }
  .sm-mt-60_f8cc2633d0cf09b2 {
    margin-top: 60px !important;
  }
  .sm-mt-70_1f849393ae59014a {
    margin-top: 70px !important;
  }
  .sm-mt-80_a3efa5fa6f147079 {
    margin-top: 80px !important;
  }
  .sm-mt-90_483efd3564ef66b6 {
    margin-top: 90px !important;
  }
  .sm-mt-100_0ad66acaa99a3f53 {
    margin-top: 100px !important;
  }
  .sm-mt-110_bbc16c7787f66c69 {
    margin-top: 110px !important;
  }
  .sm-mt-120_f112ef575b4ed5fe {
    margin-top: 120px !important;
  }
  .sm-mt-130_cd764c7f18a3c5fc {
    margin-top: 130px !important;
  }
  .sm-mt-140_198e777827ddabf6 {
    margin-top: 140px !important;
  }
  .sm-mt-150_e3e98cc6a34724bb {
    margin-top: 150px !important;
  }
  .sm-mt-200_afbe68c55ae1c95b {
    margin-top: 200px !important;
  }
  .sm-mb-10_7ffbfdf00a1c88cf {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_213cb38a0822e583 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_4c1041a71b6b1fc1 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_c2a11b681c43cbf1 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_5f17a2d16271a3ea {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_62d40c7b1687e0e6 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_197110826d9a6b59 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_99963eb310539b4a {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_c02e01d786c883af {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_b5e44bca2fc7d62f {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_4fecbb6af98e6aab {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_59dce8c06790bbb3 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_2362fa888fd616f2 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_b1c76fb066157e8c {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_4bbf4ae78f1b34b3 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_33f17b70b599c6bd {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_e141f7d062d5c917 {
    padding: 0 !important;
  }
  .xs-m0_5a99378bd7dc5ba7 {
    margin: 0 !important;
  }
  .xs-pt-10_4b3023c13b7c290e {
    padding-top: 10px !important;
  }
  .xs-pt-20_71ee47ee14192c93 {
    padding-top: 20px !important;
  }
  .xs-pt-30_97008e64b5cc0096 {
    padding-top: 30px !important;
  }
  .xs-pt-40_20a5c854f62159ff {
    padding-top: 40px !important;
  }
  .xs-pt-50_4f61b933b28ba392 {
    padding-top: 50px !important;
  }
  .xs-pt-60_1c55ec3abd348692 {
    padding-top: 60px !important;
  }
  .xs-pt-70_2630ae4d8dc913e9 {
    padding-top: 70px !important;
  }
  .xs-pt-80_824fcf5a564d71c2 {
    padding-top: 80px !important;
  }
  .xs-pt-90_0a67091455c8b4f0 {
    padding-top: 90px !important;
  }
  .xs-pt-100_c27b60810ff38f46 {
    padding-top: 100px !important;
  }
  .xs-pt-110_1b1986bb79bfb276 {
    padding-top: 110px !important;
  }
  .xs-pt-120_1476a2cd3e610b94 {
    padding-top: 120px !important;
  }
  .xs-pt-130_1fe4d7b99051ab7f {
    padding-top: 130px !important;
  }
  .xs-pt-140_5ff7baecfbd071c8 {
    padding-top: 140px !important;
  }
  .xs-pt-150_1b57cd2c80593abf {
    padding-top: 150px !important;
  }
  .xs-pt-200_0c0cc8af2ddf5e23 {
    padding-top: 200px !important;
  }
  .xs-pb-10_74fc4fcbad46e04a {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_b3514aa6efd55af4 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_b17a1c3b15c2c13b {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_b6e68de6e87eda7f {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_4150b831cb06371d {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_a281c352b85f2e86 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_5c2986fe8f35e1d1 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_7a13929201c26545 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_5e3965651ba543f8 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_9329f977c27ccf25 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_b2928800112723bf {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_c74f6e2f406cefc6 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_1494d477f4a5de9c {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_f65345faad94b83c {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_cad65bc379a0652f {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_fe6a34da51aa2db8 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_cb0b86ee5a1ef36e {
    margin-top: 10px !important;
  }
  .xs-mt-20_fa30fcf3c808fcca {
    margin-top: 20px !important;
  }
  .xs-mt-30_285aba6b377f7728 {
    margin-top: 30px !important;
  }
  .xs-mt-40_ea3d2a78cfb38805 {
    margin-top: 40px !important;
  }
  .xs-mt-50_5c56c4ee8d59c037 {
    margin-top: 50px !important;
  }
  .xs-mt-60_b8a1484e3a7a805b {
    margin-top: 60px !important;
  }
  .xs-mt-70_9e465b80a8027495 {
    margin-top: 70px !important;
  }
  .xs-mt-80_4712f81be2853157 {
    margin-top: 80px !important;
  }
  .xs-mt-90_b2736fa3289ae3f0 {
    margin-top: 90px !important;
  }
  .xs-mt-100_9270fd6500f9bd6d {
    margin-top: 100px !important;
  }
  .xs-mt-110_28fc5154883f6974 {
    margin-top: 110px !important;
  }
  .xs-mt-120_683d0fb3aa079ab1 {
    margin-top: 120px !important;
  }
  .xs-mt-130_83ffb4b8dfe5b544 {
    margin-top: 130px !important;
  }
  .xs-mt-140_056a96c8ca2178ad {
    margin-top: 140px !important;
  }
  .xs-mt-150_0a1a70e38e318ae1 {
    margin-top: 150px !important;
  }
  .xs-mt-200_0d80b9af5bd882ec {
    margin-top: 200px !important;
  }
  .xs-mb-10_349595979e5b9fec {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_a995d7665776c6e7 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_17403e6ff5b46306 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_1377859f8b155fd9 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_a5efab805dbebff5 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_84f9a50b5cd0f484 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_4cd97c2a3e942a61 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_01f38c06de70af3e {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_dccbb63e46edb4ac {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_bd0c7b6dc541d5c9 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_c39d624e416ebd4c {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_83ea4e348f040caf {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_79ac23e97982e830 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_337583fa661c5612 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_7f985da9a8f8553b {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_42bddf5e3a13805e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_4406e616bd7d9943 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_4406e616bd7d9943.menu-overlay_6f0fc7d968b00c20 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_4406e616bd7d9943.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_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_4406e616bd7d9943.menu-style-three_86962cebba54a7cd .navbar-toggler_fcb37fd6f1e682ca {
  background: #000;
}
.theme-main-menu_4406e616bd7d9943.menu-style-four_a6444c1ee1257ffc .navbar-toggler_fcb37fd6f1e682ca {
  background: #E6FD5A;
}
.theme-main-menu_4406e616bd7d9943.menu-style-five_f82977a9a3475a0a .navbar-toggler_fcb37fd6f1e682ca {
  background: #DFFF5E;
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca:focus {
  box-shadow: none;
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca::before,
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca::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_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca 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_4406e616bd7d9943.menu-style-three_86962cebba54a7cd .navbar-toggler_fcb37fd6f1e682ca:before, .theme-main-menu_4406e616bd7d9943.menu-style-three_86962cebba54a7cd .navbar-toggler_fcb37fd6f1e682ca:after, .theme-main-menu_4406e616bd7d9943.menu-style-three_86962cebba54a7cd .navbar-toggler_fcb37fd6f1e682ca span {
  background: #fff;
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_4406e616bd7d9943 .navbar-toggler_fcb37fd6f1e682ca[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_4406e616bd7d9943 .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_4406e616bd7d9943 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_4406e616bd7d9943.white-vr_482822ae896a3c2e .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_4406e616bd7d9943.white-vr_482822ae896a3c2e .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_4406e616bd7d9943.white-vr_482822ae896a3c2e.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_4406e616bd7d9943.menu-style-one_538d252c0a34e954 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .info-row_1b31c42450ff5708 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .gap-fix_67de7fc66ae6bb72 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .greetings_879f0da0e04dcd9d {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .contact-info_e9fcc47daeccc49e {
  margin: 0 -15px;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .contact-info_e9fcc47daeccc49e li {
  padding: 0 15px;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .contact-info_e9fcc47daeccc49e li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .contact-info_e9fcc47daeccc49e li a:hover {
  text-decoration: underline;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e .inner-content_86e35724d8908ec5 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_4406e616bd7d9943.menu-style-two_9e353d40d094bf5e.fixed .info-row_1b31c42450ff5708 {
  display: none;
}
.theme-main-menu_4406e616bd7d9943.menu-style-five_f82977a9a3475a0a {
  background: #000;
  padding: 0;
}
.theme-main-menu_4406e616bd7d9943.menu-style-five_f82977a9a3475a0a .inner-content_86e35724d8908ec5 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_4406e616bd7d9943.menu-style-six_9b04304c80be02d2 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_4406e616bd7d9943.menu-style-six_9b04304c80be02d2 .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_4406e616bd7d9943 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_cf27a4812bfc21cc {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_cf27a4812bfc21cc .mega-menu-title_6b68f0d0068d097a {
  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_4406e616bd7d9943 .login-btn-one_5ebbec6a203a5c67 a {
  color: #000;
}
.theme-main-menu_4406e616bd7d9943 .login-btn-one_5ebbec6a203a5c67 a:hover {
  text-decoration: underline;
}
.theme-main-menu_4406e616bd7d9943 .login-btn-two_c0d56807d420f462 a {
  color: #044F3B;
}
.theme-main-menu_4406e616bd7d9943 .login-btn-two_c0d56807d420f462 a:hover {
  text-decoration: underline;
}
.theme-main-menu_4406e616bd7d9943 .signup-btn-one_c1a04005fef35eb2 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_4406e616bd7d9943 .signup-btn-one_c1a04005fef35eb2 .icon_c42b040a03a07b1c {
  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_4406e616bd7d9943 .signup-btn-one_c1a04005fef35eb2:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_4406e616bd7d9943 .signup-btn-one_c1a04005fef35eb2:hover .icon_c42b040a03a07b1c {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_4406e616bd7d9943 .signup-btn-two_4465064e39e6a9d1 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_4406e616bd7d9943 .signup-btn-two_4465064e39e6a9d1:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_4406e616bd7d9943 .quote-one_06e90f1801d1a951 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_4406e616bd7d9943 .quote-one_06e90f1801d1a951:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_3499452cbcc3edad {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_3499452cbcc3edad li {
  position: relative;
  padding: 0 15px;
}
.category-menu_3499452cbcc3edad li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_3499452cbcc3edad li a:hover {
  color: #0C3A30;
}
.category-menu_3499452cbcc3edad .dropdown-menu {
  padding: 0;
}
.category-menu_3499452cbcc3edad .dropdown-menu li {
  padding: 0;
}
.category-menu_3499452cbcc3edad .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_745f9ee56cf2f0a3 .logo_6dbfeee0632cbcbf {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_482822ae896a3c2e .navbar-collapse_745f9ee56cf2f0a3 {
    background-color: #0C3A30;
  }
  .navbar-collapse_745f9ee56cf2f0a3 {
    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_745f9ee56cf2f0a3.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_4406e616bd7d9943 .navbar .mega-dropdown_a9733fc4ef5db671 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_482822ae896a3c2e .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_cf27a4812bfc21cc {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_6891e657bfba54cd .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_fe592b5e7c504c52 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_fe592b5e7c504c52::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_fe592b5e7c504c52 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_fe592b5e7c504c52 .hero-slider-one .hero-img_c3b56fb1bebe5b77 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_fe592b5e7c504c52 .hero-slider-one .slick-list_a83c68b961109490, .hero-banner-one_fe592b5e7c504c52 .hero-slider-one .slick-track_af234724aea4f2a4, .hero-banner-one_fe592b5e7c504c52 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_fe592b5e7c504c52 .hero-heading_c4e04ab0f7fed9cc {
  font-weight: 700;
  color: #000;
  background: url(../img/shape_14bcc58202/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_fe592b5e7c504c52 .more-btn_ce5763bd2caf7d0a {
  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_fe592b5e7c504c52 .more-btn_ce5763bd2caf7d0a:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_d3fe2e119358ba55 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_d3fe2e119358ba55 .bg-wrapper_d829c3c5a453054b {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_d3fe2e119358ba55 .hero-heading_c4e04ab0f7fed9cc {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_d3fe2e119358ba55 .rating_b332514b1c04a132 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_d3fe2e119358ba55 .rating_b332514b1c04a132 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_d3fe2e119358ba55 .media-wrapper_1969fb49582d1c80 {
  position: absolute;
  background: url(../img/assets_b48533e160/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_d3fe2e119358ba55 .media-wrapper_1969fb49582d1c80 .shape_01_dd9361b8ddbfeab7 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_d3fe2e119358ba55 .media-wrapper_1969fb49582d1c80 .shape_02_6bfb6652dfbf9e8d {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_169582f30628ff3a .hero-heading_c4e04ab0f7fed9cc {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_169582f30628ff3a .media-wrapper_1969fb49582d1c80 {
  background: url(../img/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_169582f30628ff3a .media-wrapper_1969fb49582d1c80 .screen_01_8858a6778633d3ef {
  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_169582f30628ff3a .media-wrapper_1969fb49582d1c80 .screen_02_6322bd97aad7b178 {
  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_169582f30628ff3a .media-wrapper_1969fb49582d1c80 .bg-shape_07333259464eaea0 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_169582f30628ff3a .shape_01_dd9361b8ddbfeab7 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_a52fa76c35a39a14 .bg-wrapper_d829c3c5a453054b {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_a52fa76c35a39a14 .media-wrapper_1969fb49582d1c80 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_a52fa76c35a39a14 .media-wrapper_1969fb49582d1c80 .shape_01_dd9361b8ddbfeab7 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_a52fa76c35a39a14 .shape_02_6bfb6652dfbf9e8d {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_56dd7d9510c31e6d + .blog-details_8a30ec39deaea236 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_b8578184a1028847 {
  z-index: 1;
}
.block-feature-three_b8578184a1028847:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_b8578184a1028847.no-bg_1933db1d4fe53b07:before {
  display: none;
}
.block-feature-three_b8578184a1028847 .section-btn_c51ee8f3a00bec69 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_b8578184a1028847 .block-title_3415c94cef3bf6e7 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_b8578184a1028847 .block-title_3415c94cef3bf6e7 a:hover {
  text-decoration: underline;
}
.block-feature-three_b8578184a1028847 .round-btn_a537216daa21e255 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_b8578184a1028847 .round-btn_a537216daa21e255:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_b8578184a1028847 .block-one_06aeefe6d65aa299 {
  background: url(../img/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_b8578184a1028847 .block-one_06aeefe6d65aa299 .tag_17196c4fd72272fb {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_b8578184a1028847 .block-one_06aeefe6d65aa299 .block-title_3415c94cef3bf6e7 {
  background: url(../img/shape_14bcc58202/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_b8578184a1028847 .block-two_736dc4a636b9d8a0 {
  overflow: hidden;
}
.block-feature-three_b8578184a1028847 .block-two_736dc4a636b9d8a0 .img-wrapper_6115a96566680587 {
  background: url(../img/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_b8578184a1028847 .block-two_736dc4a636b9d8a0 .text-wrapper_44ab2b492fe17355 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_b8578184a1028847 .block-two_736dc4a636b9d8a0 .tag_17196c4fd72272fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_b8578184a1028847 .block-three_df3a39c1216dc9ba {
  background: #D3FF76;
}
.block-feature-three_b8578184a1028847 .block-three_df3a39c1216dc9ba .tag_17196c4fd72272fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_b8578184a1028847 .block-three_df3a39c1216dc9ba .round-btn_a537216daa21e255 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_b8578184a1028847 .block-three_df3a39c1216dc9ba .round-btn_a537216daa21e255:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d {
  background: url(../img/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d .block-title_3415c94cef3bf6e7 {
  background: url(../img/shape_14bcc58202/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d .block-title_3415c94cef3bf6e7 a {
  font-size: 28px;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d .tag_17196c4fd72272fb {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d .round-btn_a537216daa21e255 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_b8578184a1028847 .block-four_b5a9063dc23b7e1d .round-btn_a537216daa21e255:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_b8578184a1028847 .block-five_734e439136337b44 {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_b8578184a1028847 .block-five_734e439136337b44 .tag_17196c4fd72272fb {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_b8578184a1028847 .block-five_734e439136337b44 .block-title_3415c94cef3bf6e7 {
  background: url(../img/shape_14bcc58202/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_d883c63008e8896d .upper-wrapper_d941e22b4fdbebe7 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_d883c63008e8896d .upper-wrapper_d941e22b4fdbebe7 .shape_01_dd9361b8ddbfeab7 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_d883c63008e8896d .line-loop_1085dc779152ce87:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_d883c63008e8896d .graph-panel_331709c87dd820a1 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_d883c63008e8896d .graph-panel_331709c87dd820a1 .main-count_a8157fda42b8d3fb {
  font-size: 120px;
}
.block-feature-thirteen_d883c63008e8896d .graph-panel_331709c87dd820a1 .chart-box_c5ef8858ccbce09e {
  padding: 0 15px;
}
.block-feature-thirteen_d883c63008e8896d .graph-panel_331709c87dd820a1 .chart-box_c5ef8858ccbce09e .chart-inner_08e367ff7bf6f297 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_27f21bd6b9f58114 .media-img_b25c07d1762b8898 {
  border-radius: 30px;
}
.block-feature-sixteen_27f21bd6b9f58114 .shape_01_dd9361b8ddbfeab7 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_10caf63dbd73b76f .section-subheading_be214488f30f41f7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_10caf63dbd73b76f .shape_01_dd9361b8ddbfeab7 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_a4c3555f8061900f {
  z-index: 1;
}
.text-feature-four_a4c3555f8061900f .avatar_3b227de8e136295a {
  width: 65px;
  height: 65px;
}
.text-feature-four_a4c3555f8061900f .name {
  font-size: 28px;
}
.text-feature-four_a4c3555f8061900f .quote-text_55c6ea9974523cbf {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_a4c3555f8061900f .shape_01_dd9361b8ddbfeab7 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_a4c3555f8061900f .shape_02_6bfb6652dfbf9e8d {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_85db53bf80da36b5 .bg-wrapper_d829c3c5a453054b {
  background: #FFF2AC;
}
.text-feature-five_85db53bf80da36b5 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_85db53bf80da36b5 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_85db53bf80da36b5 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_85db53bf80da36b5 li:hover:before {
  background: #29594B;
}
.text-feature-five_85db53bf80da36b5 li:hover:after {
  color: #fff;
}
.text-feature-five_85db53bf80da36b5 .media-wrapper_1969fb49582d1c80 {
  background: url(../img/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_85db53bf80da36b5 .media-wrapper_1969fb49582d1c80 .video-icon_64c1a24ce168d6a6 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_85db53bf80da36b5 .media-wrapper_1969fb49582d1c80 .video-icon_64c1a24ce168d6a6:hover {
  background: #CFFF45;
}
.text-feature-five_85db53bf80da36b5 .media-wrapper_1969fb49582d1c80 .screen_01_8858a6778633d3ef {
  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_4c86e22dca63fc43 {
  z-index: 1;
}
.text-feature-six_4c86e22dca63fc43 .media-wrapper_1969fb49582d1c80 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_4c86e22dca63fc43 .media-wrapper_1969fb49582d1c80 .screen_01_8858a6778633d3ef {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_4c86e22dca63fc43 .shape_01_dd9361b8ddbfeab7 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_4c86e22dca63fc43 .shape_02_6bfb6652dfbf9e8d {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_3f47286c10125634 {
  background: url(../img/assets_b48533e160/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_3f47286c10125634 .block_b5ede986949a8b96 .icon_c42b040a03a07b1c {
  height: 50px;
}
.text-feature-nine_3f47286c10125634 .vertical-text-wrapper_02ca9a35a9d7ecfc {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_3f47286c10125634 .vertical-text-wrapper_02ca9a35a9d7ecfc .text-list_b1aaafb61385c227 {
  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_3f47286c10125634 .vertical-text-wrapper_02ca9a35a9d7ecfc .text-list_b1aaafb61385c227:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_3f47286c10125634 .vertical-text-wrapper_02ca9a35a9d7ecfc .shape_01_dd9361b8ddbfeab7 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_3f47286c10125634 .vertical-text-wrapper_02ca9a35a9d7ecfc .shape_02_6bfb6652dfbf9e8d {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_3f47286c10125634 .shape_03_3cf829f9c6060874 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_3f47286c10125634 .shape_04_befe411d867ec0af {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_385897707db283ac .section-btn_c51ee8f3a00bec69 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_389f8157a7f6252e {
  z-index: 1;
}
.team-section-three_389f8157a7f6252e:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../img/shape_14bcc58202/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_389f8157a7f6252e .section-btn_c51ee8f3a00bec69 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_389f8157a7f6252e .shape_01_dd9361b8ddbfeab7 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_389f8157a7f6252e .shape_02_6bfb6652dfbf9e8d {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_389f8157a7f6252e .shape_03_3cf829f9c6060874 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_bebd158343f5d74d .logo_6dbfeee0632cbcbf {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_82ca155e01c7f976 {
  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_bad87567bb00b65b {
  max-width: 565px;
}
.user-data-form .form-wrapper_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e 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_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e .placeholder_icon_513f2430fbe20f0b {
  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_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e .placeholder_icon_513f2430fbe20f0b img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e .placeholder_icon_513f2430fbe20f0b span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e .placeholder_icon_513f2430fbe20f0b 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_bad87567bb00b65b .input-group-meta_19aa17dab9f2f93e .placeholder_icon_513f2430fbe20f0b span.eye-slash_d8e819eb17de0e07:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_5c2816a18f6bbce0 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_5c2816a18f6bbce0 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_5c2816a18f6bbce0 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_5c2816a18f6bbce0 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_5c2816a18f6bbce0 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_5c2816a18f6bbce0 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_5c2816a18f6bbce0 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_6aef43922aa7b072 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_ad007fbb6c0f41ec {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_ad007fbb6c0f41ec:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_ad007fbb6c0f41ec img {
  width: 20px;
}
.user-data-form .btn-close_a11930b44d56001b {
  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_f3e69bfac2da5db2 .main-count_a8157fda42b8d3fb {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_669a6bcc1152ad7c .icon_c42b040a03a07b1c {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_c0ae2269b07d15a8 .img-holder_3047fd6d96d0ffc3 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_c0ae2269b07d15a8 .img-holder_3047fd6d96d0ffc3.round-border_a78a0edd4c40d645 {
  border-radius: 30px;
}
.portfolio-block-one_c0ae2269b07d15a8 .img-holder_3047fd6d96d0ffc3 .expend_828e470cfc141d11 {
  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_c0ae2269b07d15a8 .img-holder_3047fd6d96d0ffc3 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_c0ae2269b07d15a8 .img-holder_3047fd6d96d0ffc3 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_c0ae2269b07d15a8:hover .expend_828e470cfc141d11 {
  opacity: 1;
}
.portfolio-block-one_c0ae2269b07d15a8:hover .img-meta_9e5447baa7dbb3ee {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_c0ae2269b07d15a8:hover .pj-title_d9715d55e5d41d1e {
  text-decoration: underline;
}
.portfolio-block-one_c0ae2269b07d15a8 .caption {
  margin-top: 35px;
}
.portfolio-block-one_c0ae2269b07d15a8 .caption .tag_17196c4fd72272fb {
  margin: 0 -3px;
}
.portfolio-block-one_c0ae2269b07d15a8 .caption .tag_17196c4fd72272fb 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_c0ae2269b07d15a8 .caption .pj-title_d9715d55e5d41d1e {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_c0ae2269b07d15a8 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_c0ae2269b07d15a8 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_ddaea6fe3e2fa8b0 .bg-wrapper_d829c3c5a453054b {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 {
  height: 100%;
}
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-control-next_8fc98a2d28b481ac,
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-control-prev_42d59f4e3783985b {
  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_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-control-next_8fc98a2d28b481ac:hover,
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-control-prev_42d59f4e3783985b:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_ddaea6fe3e2fa8b0 .slider-wrapper_d6482d8398c09760 .carousel-control-prev_42d59f4e3783985b {
  left: auto;
  right: 45px;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d {
  padding: 55px 50px 85px 70px;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d h3 {
  font-size: 36px;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .list-meta_3fd07a857c9b93aa li {
  padding: 22px 0;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .list-meta_3fd07a857c9b93aa .icon_c42b040a03a07b1c {
  width: 40px;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .list-meta_3fd07a857c9b93aa .text1_a2420dbd6f33dd2a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .list-meta_3fd07a857c9b93aa span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .social-share_97d7b97786ee0944 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_ddaea6fe3e2fa8b0 .info-wrapper_713398e4ece09a4d .social-share_97d7b97786ee0944 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_e912cf5b824cd28c .slider-wrapper_d6482d8398c09760 {
  padding-left: 100px;
}
.feedback-section-three_e912cf5b824cd28c .slider-wrapper_d6482d8398c09760 .icon_c42b040a03a07b1c {
  left: 0;
  top: 18px;
}
.feedback-section-three_e912cf5b824cd28c .slick-dots_1a5431e2a1547414 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_e912cf5b824cd28c .slick-dots_1a5431e2a1547414 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_e912cf5b824cd28c .slick-dots_1a5431e2a1547414 .slick-active button {
  background: #000;
}
.feedback-section-three_e912cf5b824cd28c .rating-box_76a5960ccbc96444 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_e912cf5b824cd28c .rating-box_76a5960ccbc96444 .rating_b332514b1c04a132 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_e912cf5b824cd28c .shape_01_dd9361b8ddbfeab7 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_e912cf5b824cd28c .shape_02_6bfb6652dfbf9e8d {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_ec03ae429946495e {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_ec03ae429946495e .post-data_695659bfe540bb9f {
  padding: 30px 35px 25px;
}
.blog-meta-one_ec03ae429946495e .post-data_695659bfe540bb9f .post-info_19dec279408a3559 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_ec03ae429946495e .post-data_695659bfe540bb9f .blog-title_5698909fc8bfab74 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_ec03ae429946495e .post-data_695659bfe540bb9f .blog-title_5698909fc8bfab74:hover {
  text-decoration: underline;
}
.blog-meta-one_ec03ae429946495e .post-img_4bd439e7ed63c900 {
  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_ec03ae429946495e .post-img_4bd439e7ed63c900 .round-btn_a537216daa21e255 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_ec03ae429946495e:hover .round-btn_a537216daa21e255 {
  background: #CFFF45;
}
.blog-meta-one_ec03ae429946495e.style-two_ec155ec996cde0fe {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_ec03ae429946495e.style-two_ec155ec996cde0fe .post-img_4bd439e7ed63c900 {
  border-radius: 0;
}
.blog-meta-one_ec03ae429946495e.style-two_ec155ec996cde0fe .blog-title_5698909fc8bfab74 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_0d6fe57eb203b311 {
  background: #fff;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f {
  padding-top: 30px;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .blog-title_5698909fc8bfab74 {
  width: 70%;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .blog-title_5698909fc8bfab74 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .blog-title_5698909fc8bfab74:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .round-btn_a537216daa21e255 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .round-btn_a537216daa21e255:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_0d6fe57eb203b311 .post-data_695659bfe540bb9f .post-info_19dec279408a3559 {
  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_0d6fe57eb203b311 .post-img_4bd439e7ed63c900 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_0d6fe57eb203b311 .post-img_4bd439e7ed63c900 .date_55bcc560f6d02709 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_0d6fe57eb203b311.style-two_ec155ec996cde0fe {
  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_0d6fe57eb203b311.style-two_ec155ec996cde0fe p {
  font-size: 18px;
}
.blog-meta-two_0d6fe57eb203b311.style-two_ec155ec996cde0fe .post-img_4bd439e7ed63c900 {
  height: auto;
  width: 100%;
}
.blog-meta-two_0d6fe57eb203b311.style-two_ec155ec996cde0fe .post-data_695659bfe540bb9f {
  padding: 26px 0;
}
.blog-meta-two_0d6fe57eb203b311.style-two_ec155ec996cde0fe .post-data_695659bfe540bb9f .post-info_19dec279408a3559 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_0d6fe57eb203b311.style-two_ec155ec996cde0fe .post-data_695659bfe540bb9f .round-btn_a537216daa21e255 {
  border: none;
}

.signup-btn-one_c1a04005fef35eb2 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_c1a04005fef35eb2 .icon_c42b040a03a07b1c {
  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_457ee17b1d7c16f2 {
  z-index: 1;
}
.blog-section-three_457ee17b1d7c16f2 .section-btn_c51ee8f3a00bec69 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 .wrapper_734e4ccfcecf0ff3 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 .wrapper_734e4ccfcecf0ff3 .icon_c42b040a03a07b1c {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 .wrapper_734e4ccfcecf0ff3 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .quote-wrapper_4519610375f25933 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .img-gallery_8f3fa0decf527007 {
  margin-bottom: 50px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .img-gallery_8f3fa0decf527007 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .list-item_26ff005fa341b220 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_8a30ec39deaea236 .post-details-meta_8ed629244c1a7459 .list-item_26ff005fa341b220 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac {
  padding: 10px 0 5px;
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac .tags_1099d2c29d4b2fbe li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac .tags_1099d2c29d4b2fbe a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac .tags_1099d2c29d4b2fbe a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac .share-icon_ab4b47e7c278f58d li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_8a30ec39deaea236 .bottom-widget_2f042e0e36b1c6ac .share-icon_ab4b47e7c278f58d a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_8a30ec39deaea236 .grey-bg_85aec51b068f0df9 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_8a30ec39deaea236 .blog-inner-title_5e043723bb05db1c {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b {
  margin: 60px 0;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c:last-child {
  padding-bottom: 5px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .reply-comment_03cad347cecefcfc {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .user-avatar_7198c25ba8c6186b {
  width: 60px;
  height: 60px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f .date_55bcc560f6d02709 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f .reply-btn_ac2d09177e45fde5 {
  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_8a30ec39deaea236 .blog-comment-area_ba0280c1c00aa29b .comment_c3310ab2705c192c .comment-text_d08320084543df9f .reply-btn_ac2d09177e45fde5:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_8a30ec39deaea236 .blog-comment-form_a7c011c02369e823 p a {
  color: #19352D;
}
.blog-details_8a30ec39deaea236 .blog-comment-form_a7c011c02369e823 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_8a30ec39deaea236 .blog-comment-form_a7c011c02369e823 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_8a30ec39deaea236 .blog-comment-form_a7c011c02369e823 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_9f578d415ce0a42f {
  height: 600px;
}

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

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

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

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

.footer-one_20b8a42cbafc3ef0 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_20b8a42cbafc3ef0 .bottom-footer_8b57361eade65510 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_20b8a42cbafc3ef0 .social-icon_4970edaa74e271fa 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_20b8a42cbafc3ef0 .social-icon_4970edaa74e271fa a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_20b8a42cbafc3ef0 .footer-title_0d4fa18b79d14f60 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_20b8a42cbafc3ef0 .footer-nav-link_421a6852506a9ba4 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_20b8a42cbafc3ef0 .footer-nav-link_421a6852506a9ba4 a:hover {
  color: #fff;
}
.footer-nav-link_421a6852506a9ba4 p {
  font-size: 16px;
}
.logo_6dbfeee0632cbcbf 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_16a3fddd112538dc {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_df840e353f671d4c {
  align-content: center;
}

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

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

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

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

.footer-three_6c2b7fe5b3647b5b {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_6c2b7fe5b3647b5b .round-bg_a4502140acd74b1f {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_6c2b7fe5b3647b5b .round-bg_a4502140acd74b1f.color-two_01f0a4d4479ab73e {
  background: #F6FFDD;
}
.footer-three_6c2b7fe5b3647b5b .footer-intro_5b385e9b1fb12c93 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_6c2b7fe5b3647b5b .footer-intro_5b385e9b1fb12c93 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_6c2b7fe5b3647b5b .footer-title_0d4fa18b79d14f60 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_6c2b7fe5b3647b5b .footer-nav-link_421a6852506a9ba4 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_6c2b7fe5b3647b5b .footer-nav-link_421a6852506a9ba4 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .copyright_e7d5ba3393cbdd20 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .bottom-nav_12499dc504248bfd {
  margin: 0 -12px;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .bottom-nav_12499dc504248bfd a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .bottom-nav_12499dc504248bfd a:hover {
  text-decoration: underline;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .social-icon_4970edaa74e271fa {
  margin: 0 -10px;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .social-icon_4970edaa74e271fa a {
  margin: 0 10px;
}
.footer-three_6c2b7fe5b3647b5b .bottom-footer_8b57361eade65510 .social-icon_4970edaa74e271fa a:hover {
  color: #19352D;
}
.footer-three_6c2b7fe5b3647b5b .shape_01_dd9361b8ddbfeab7 {
  top: -3%;
  left: -3%;
}
.footer-three_6c2b7fe5b3647b5b .shape_02_6bfb6652dfbf9e8d {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_1faa0d78a31ac5c7 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_1faa0d78a31ac5c7:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/assets_b48533e160/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_1faa0d78a31ac5c7 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 .round-btn_a537216daa21e255 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 .round-btn_a537216daa21e255:hover, .footer-five_1faa0d78a31ac5c7 .btn-group_ea844095bbed5db5 .round-btn_a537216daa21e255:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_1faa0d78a31ac5c7 .social-icon_4970edaa74e271fa {
  margin: 0 -20px;
}
.footer-five_1faa0d78a31ac5c7 .social-icon_4970edaa74e271fa a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_1faa0d78a31ac5c7 .social-icon_4970edaa74e271fa a:hover {
  color: #DFFF5E;
}
.footer-five_1faa0d78a31ac5c7 .bottom-nav_12499dc504248bfd {
  margin: 0 -12px;
}
.footer-five_1faa0d78a31ac5c7 .bottom-nav_12499dc504248bfd a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_1faa0d78a31ac5c7 .bottom-nav_12499dc504248bfd a:hover {
  text-decoration: underline;
}
.footer-five_1faa0d78a31ac5c7 .shape_01_dd9361b8ddbfeab7 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_1faa0d78a31ac5c7 .shape_02_6bfb6652dfbf9e8d {
  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_7eac45e4506a2fb3 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_2c1a0d1b38e349ea {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_f4294700daa333c2 {
  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_02d22fc6186f3a4e {
  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_845f0b2729ae34d8 {
  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_be849059e6d28d15 {
  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_07dd5f5ff24f5db1 {
  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_ced779f13e0b5a0d {
  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_b17ffbfcf03b64cd {
  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_99e287037366bafd {
  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_c1e782d24c3a6838 {
  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_6b429084da454af2 {
  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_cd233128ac0cfaad {
  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_040acc9d692935ec {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_b4f682ff4d125b7d {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_e767e5b580b2bc0e {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_31152e8b89f27a75 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_cb466f94f934aa72 {
  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_eabd8a0228bf6e43 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_36047f1614880850 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_5c4eb76b3f5726d7 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_d01e75f59d03d139 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_fdeb3de64c2008a0 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_0f4909618559f7e3 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_5551632574c7e597 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_6ca5e5955d340f59 {
  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_d2e24ec379e09b8f {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_c9c3a675a4aab5c6 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_e65a34308c9a3235 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_18e29938b3db4d03 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_ebc42a106b3ef309 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_1bb323b05ee3787b {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_bdbbea501c47a1f5 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_74d176fc145a4a90 {
  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_c0d39e52f15a2181 {
  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_27caf9579614e6d4 {
  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_5e2995ebb69eb776 {
  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_0007be5f75ef29b4 {
  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_330a118b59ea3e1f {
  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_e6c77b5ee9a0c475 {
  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_dc4e3896e376e5e9 {
  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_a8aa8d65b43f8e0f {
  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_3ad1f74ee0320ea8 {
  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_ff7ee2fff8631176 {
  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_bbfb214392342ec5 {
  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_e0ee49561010bdc1 {
  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_705d76c714f29108 {
  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_857f4c585ecfc376 {
  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_1cca5e5aa06c3c8c {
  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_394a5b1482d4a329 {
  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_49c8f468db039159 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_5aa068d7269ce295 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_bf805d08f12a5fac {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_62ed03dadf611483 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_b616fee09f0ac9e1 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_87a36f967188b30c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_d960528e6dd4e8b7 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_6a274305ab34e083 {
  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_7eac45e4506a2fb3 {
  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_a0d7881d5daabb84 {
  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_209143a07ac217f4 {
  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_fc3c070a53b2ccdf .theme-select-menu_0f498ccb1ef03381 {
  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_edb4af9d798e2b6b {
  overflow: hidden;
}
.product-block-one_edb4af9d798e2b6b .img-holder_3047fd6d96d0ffc3 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_edb4af9d798e2b6b .img-holder_3047fd6d96d0ffc3 .cart-icon_5bbe9de122fc5962 {
  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_edb4af9d798e2b6b .img-holder_3047fd6d96d0ffc3 .cart-icon_5bbe9de122fc5962:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_edb4af9d798e2b6b .img-holder_3047fd6d96d0ffc3 .cart-button_461a5949db1acfd1 {
  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_edb4af9d798e2b6b .img-holder_3047fd6d96d0ffc3 .cart-button_461a5949db1acfd1:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_edb4af9d798e2b6b .product-title_217f8abed207a4b7 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_edb4af9d798e2b6b .rating_b332514b1c04a132 {
  margin: 0 -3px;
}
.product-block-one_edb4af9d798e2b6b .rating_b332514b1c04a132 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_edb4af9d798e2b6b .rating_b332514b1c04a132 li .bi-star-fill_7385650ab00792c4 {
  color: #FFCB65;
}
.product-block-one_edb4af9d798e2b6b .price_6c7f7ac96e0f7ba1 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_edb4af9d798e2b6b:hover .cart-button_461a5949db1acfd1 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_edb4af9d798e2b6b:hover .product-img_1d1eb23b8368ae63 {
  transform: scale(0.95);
}
.product-block-one_edb4af9d798e2b6b:hover .cart-icon_5bbe9de122fc5962 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_edb4af9d798e2b6b:hover .product-title_217f8abed207a4b7 {
  text-decoration: underline;
}

.product-details-one_a2048aa67a1eb88a .product-img-tab_0bf7b7ecc7f9da36 {
  border: none;
}
.product-details-one_a2048aa67a1eb88a .product-img-tab_0bf7b7ecc7f9da36 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_a2048aa67a1eb88a .product-img-tab_0bf7b7ecc7f9da36 .nav-link img {
  max-height: 100%;
}
.product-details-one_a2048aa67a1eb88a .product-img-tab_0bf7b7ecc7f9da36 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_a2048aa67a1eb88a .product-img-tab-content_6db81ccaf0bae856 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_a2048aa67a1eb88a .product-img-tab-content_6db81ccaf0bae856 img {
  margin: auto;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .stock-tag_04666dd1c90e7c34 {
  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_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .product-name_8541af6c735b616f {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .rating_b332514b1c04a132 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .rating_b332514b1c04a132 li .bi-star-fill_7385650ab00792c4 {
  color: #FFCB65;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .rating_b332514b1c04a132 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .rating_b332514b1c04a132 li a:hover {
  text-decoration: underline;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .price_6c7f7ac96e0f7ba1 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .price_6c7f7ac96e0f7ba1 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .availability_183331f9a581b6ea {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .description-text_986800808ee0c518 {
  padding: 10px 0 15px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .product-feature_e03e171225981728 {
  margin-bottom: 20px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .product-feature_e03e171225981728 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .product-feature_e03e171225981728 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .customize-order_8149c4fec7013e1b h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .customize-order_8149c4fec7013e1b .quantity_663d8f82a3dcca48 .button-group_6989db5b6b76ccc3 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .customize-order_8149c4fec7013e1b .quantity_663d8f82a3dcca48 .button-group_6989db5b6b76ccc3 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .customize-order_8149c4fec7013e1b .quantity_663d8f82a3dcca48 .button-group_6989db5b6b76ccc3 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_a2048aa67a1eb88a .product-info_6640f72d09ff1302 .customize-order_8149c4fec7013e1b .quantity_663d8f82a3dcca48 .button-group_6989db5b6b76ccc3 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_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .nav-tabs_7b04f947ee133387 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .nav-tabs_7b04f947ee133387 .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_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .nav-tabs_7b04f947ee133387 .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_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .nav-tabs_7b04f947ee133387 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .nav-tabs_7b04f947ee133387 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .tab-content_d02ac5f2ea639cf6 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .tab-content_d02ac5f2ea639cf6 .product-feature_e03e171225981728 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .tab-content_d02ac5f2ea639cf6 .product-feature_e03e171225981728 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .single-comment_deee794f0b8ed2f7 {
  padding-bottom: 40px;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .single-comment_deee794f0b8ed2f7:last-child {
  padding-bottom: 0;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-img_88c1f23790246870 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-comment-data_cf847323987afd81 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-comment-data_cf847323987afd81 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-comment-data_cf847323987afd81 .rating_b332514b1c04a132 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-comment-data_cf847323987afd81 .rating_b332514b1c04a132 li .bi-star-fill_7385650ab00792c4 {
  color: #FFCB65;
}
.product-details-one_a2048aa67a1eb88a .product-review-tab_0c2de3dc10d2f870 .user-comment-area_c092848e103ab9be .user-comment-data_cf847323987afd81 p {
  padding-top: 8px;
}

.cart-list-form_380cd0144bbb58a8 {
  position: relative;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f {
  margin: 0;
  background: transparent;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f 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_380cd0144bbb58a8 .table_63220aa07a74850f th:first-child {
  text-align: left;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-thumbnails_bcc9b9a5a4550705 {
  width: 85px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-thumbnails_bcc9b9a5a4550705 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-thumbnails_bcc9b9a5a4550705 .product-img_1d1eb23b8368ae63 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-info_6640f72d09ff1302 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-info_6640f72d09ff1302 .product-name_8541af6c735b616f {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-info_6640f72d09ff1302 .serial_2e98dc7b7b0c3638 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .product-info_6640f72d09ff1302 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .price_6c7f7ac96e0f7ba1 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .quantity_663d8f82a3dcca48 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .quantity_663d8f82a3dcca48 li .btn_3f9b1f964d0e152d {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .quantity_663d8f82a3dcca48 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_380cd0144bbb58a8 .table_63220aa07a74850f tbody .remove-product_d1b9dd8b0975aeab {
  color: #000;
  font-size: 22px;
}
.cart-list-form_380cd0144bbb58a8 .table_63220aa07a74850f tbody .remove-product_d1b9dd8b0975aeab:hover {
  color: #ff2759;
}
.cart-list-form_380cd0144bbb58a8 .cart-footer_7567438a5997b50f {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_380cd0144bbb58a8 .cart-footer_7567438a5997b50f .coupon-form_ee52c1d31530578e input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_380cd0144bbb58a8 .cart-footer_7567438a5997b50f .cart-total-section_a01430f798abed78 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_380cd0144bbb58a8 .cart-footer_7567438a5997b50f .cart-total-section_a01430f798abed78 .cart-total-table_b1b19a81b01a41ec 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_380cd0144bbb58a8 .cart-footer_7567438a5997b50f .cart-total-section_a01430f798abed78 .cart-total-table_b1b19a81b01a41ec tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_fcad0a4c8fe4446a {
  height: auto;
}

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

.fancybox-caption_d96ca89d5321581a, .fancybox-infobar_8864c6bf4010bb18, .fancybox-navigation_3f08c7598e3676fb .fancybox-button_6bd9eefb1a6aaf7c, .fancybox-toolbar_c69f125073a96f86 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_65c3636776fc8a24 .fancybox-caption_d96ca89d5321581a, .fancybox-show-infobar_49b9842f23540a94 .fancybox-infobar_8864c6bf4010bb18, .fancybox-show-nav_0aada34e46588d41 .fancybox-navigation_3f08c7598e3676fb .fancybox-button_6bd9eefb1a6aaf7c, .fancybox-show-toolbar_a67c3b53b6ba4507 .fancybox-toolbar_c69f125073a96f86 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_f6537676a694c73c .fancybox-stage_cbc923897bf14b00 {
  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_30c4530823f8b0d2 .fancybox-slide, .fancybox-slide--current_24f007cd7097a1f8, .fancybox-slide--next_f2fe5b2e67a34701, .fancybox-slide--previous_18081bf1e6bd5c81 {
  display: block;
}

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

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

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

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

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

.fancybox-content_a8e15376bdeec666 {
  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_7093ca13aef27ac3 .fancybox-content_a8e15376bdeec666 {
  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_7a9136bd62260275 .fancybox-content_a8e15376bdeec666 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_857d42b74b2f6ffd .fancybox-content_a8e15376bdeec666 {
  cursor: zoom-in;
}

.fancybox-can-drag_19793db4483d51e2 .fancybox-content_a8e15376bdeec666 {
  cursor: grab;
}

.fancybox-is-dragging_440bb643c3159793 .fancybox-content_a8e15376bdeec666 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_22fa03f34d4e799c .fancybox-content_a8e15376bdeec666 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_7bd24488c05d956c .fancybox-content_a8e15376bdeec666, .fancybox-slide--map_5d8fd06aafa44c0d .fancybox-content_a8e15376bdeec666, .fancybox-slide--video_f89b00657a048be1 .fancybox-content_a8e15376bdeec666 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_f89b00657a048be1 .fancybox-content_a8e15376bdeec666 {
  background: #000;
}

.fancybox-slide--map_5d8fd06aafa44c0d .fancybox-content_a8e15376bdeec666 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_3646f27c951e4b29 svg path, .fancybox-button--share_11e90c1f73234e6c svg path, .fancybox-button--thumbs_6006c10d9022821c svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_0aada34e46588d41 .fancybox-navigation_3f08c7598e3676fb .fancybox-button_6bd9eefb1a6aaf7c {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_3f08c7598e3676fb .fancybox-button--arrow_left_4c2dd52a65ad3d07 {
  left: 6px;
}

.fancybox-navigation_3f08c7598e3676fb .fancybox-button--arrow_right_e78a3ac935fb22e5 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_7bd24488c05d956c .fancybox-close-small_97f9ca147becd9fd, .fancybox-slide--image_7093ca13aef27ac3 .fancybox-close-small_97f9ca147becd9fd, .fancybox-slide--video_f89b00657a048be1 .fancybox-close-small_97f9ca147becd9fd {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_7bd24488c05d956c .fancybox-close-small_97f9ca147becd9fd:hover svg, .fancybox-slide--image_7093ca13aef27ac3 .fancybox-close-small_97f9ca147becd9fd:hover svg, .fancybox-slide--video_f89b00657a048be1 .fancybox-close-small_97f9ca147becd9fd:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_bd0e43d77fdbc8fe .fancybox-close-small_97f9ca147becd9fd, .fancybox-is-zoomable_8a47663c7678dead.fancybox-can-drag_19793db4483d51e2 .fancybox-close-small_97f9ca147becd9fd {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_7b6d5d9f02cd6a71.fancybox-slide--next_f2fe5b2e67a34701, .fancybox-fx-fade_7b6d5d9f02cd6a71.fancybox-slide--previous_18081bf1e6bd5c81 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_7b6d5d9f02cd6a71.fancybox-slide--current_24f007cd7097a1f8 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_5f08719ee42bff01 {
  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_7324cdeeade76ef1 {
  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_4d48a97238eb557c {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_c97b205bcd3f38d2 .fancybox-thumbs_7324cdeeade76ef1 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_7324cdeeade76ef1 > 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_7324cdeeade76ef1 .fancybox-thumbs-active_9ce9a338688d6d66:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_61b06dc49f33f67e .slick-track_af234724aea4f2a4,
.slick-slider_61b06dc49f33f67e .slick-list_a83c68b961109490 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_b42b3427ea62d1dd .slick-track_af234724aea4f2a4 {
  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_b42b3427ea62d1dd img {
  display: none;
}

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

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

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

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

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