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

.h1_6f2f4db39336a7bf,
h1,
.h2_9decef922e4d7029,
h2,
.h3_37b9e67892fa6ac4,
h3,
.h4_eeec35f6ff1f9bbd,
h4,
.h5_381f7437c3a5b080,
h5,
.h6_cdbd02747d576757,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_ad927b1eb4e6f883 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_7e3ba809300d9ce4 {
  padding: 0 !important;
}

.m0_595fc98d8314ad94 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_76b7914df983e17c {
    padding: 0 !important;
  }
  .xl-m0_527e5b22574499bc {
    margin: 0 !important;
  }
  .xl-pt-10_cc3edb5b25fc3717 {
    padding-top: 10px !important;
  }
  .xl-pt-20_6191080ef1c7056f {
    padding-top: 20px !important;
  }
  .xl-pt-30_cb483660b627459a {
    padding-top: 30px !important;
  }
  .xl-pt-40_94fb8c3cb149076d {
    padding-top: 40px !important;
  }
  .xl-pt-50_21b304b0d3256963 {
    padding-top: 50px !important;
  }
  .xl-pt-60_78e4f975c56372bc {
    padding-top: 60px !important;
  }
  .xl-pt-70_e7002426005961b9 {
    padding-top: 70px !important;
  }
  .xl-pt-80_1b4ac753be6d46a5 {
    padding-top: 80px !important;
  }
  .xl-pt-90_1b73c8dc1e613182 {
    padding-top: 90px !important;
  }
  .xl-pt-100_0b435368561db74b {
    padding-top: 100px !important;
  }
  .xl-pt-110_f993c288d5dcabda {
    padding-top: 110px !important;
  }
  .xl-pt-120_01d07c9f8debf863 {
    padding-top: 120px !important;
  }
  .xl-pt-130_7e708908dc1105b6 {
    padding-top: 130px !important;
  }
  .xl-pt-140_9ec80fc32d026434 {
    padding-top: 140px !important;
  }
  .xl-pt-150_6fa63f1df399582a {
    padding-top: 150px !important;
  }
  .xl-pt-200_126fdad92ddb4963 {
    padding-top: 200px !important;
  }
  .xl-pb-10_4e3222d36b6d2251 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_f934258c4187d013 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_8cdcc78564a0d2ab {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_7406001275a215d8 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_5b6401ad79a0642e {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_662a53528e8b98af {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_d33e64689292a10c {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_0a38ec909e2244ea {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_3a2559a807198de8 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_73da868f0772b951 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_0a5b853986d60678 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_a4602f6360f1aa6f {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_68d1b27d4df228c7 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_df1eda9b231fc23b {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_a0aca92d1321a313 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_38c96c9e52f42f6a {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_8d2b8642b677d5f7 {
    margin-top: 10px !important;
  }
  .xl-mt-20_6269d638d76b78fd {
    margin-top: 20px !important;
  }
  .xl-mt-30_05c8bee1cd57052b {
    margin-top: 30px !important;
  }
  .xl-mt-40_b1ee94c7caa85766 {
    margin-top: 40px !important;
  }
  .xl-mt-50_4350bd2f56b75567 {
    margin-top: 50px !important;
  }
  .xl-mt-60_1a4a5afeb7d08193 {
    margin-top: 60px !important;
  }
  .xl-mt-70_59dbdd5d3ff17336 {
    margin-top: 70px !important;
  }
  .xl-mt-80_f394c29b9a48fd88 {
    margin-top: 80px !important;
  }
  .xl-mt-90_e59d68a267591243 {
    margin-top: 90px !important;
  }
  .xl-mt-100_bcba82526f1e9c70 {
    margin-top: 100px !important;
  }
  .xl-mt-110_6a9bebf6a0e84e1b {
    margin-top: 110px !important;
  }
  .xl-mt-120_b62ccc74218bc9e5 {
    margin-top: 120px !important;
  }
  .xl-mt-130_227ec7534519b8f3 {
    margin-top: 130px !important;
  }
  .xl-mt-140_8538d61441429009 {
    margin-top: 140px !important;
  }
  .xl-mt-150_7f47b943a48309ab {
    margin-top: 150px !important;
  }
  .xl-mt-200_ea9da99a5ece2770 {
    margin-top: 200px !important;
  }
  .xl-mb-10_e44d113f61411833 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_7b1b7dbb58237710 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_6b17bf50843bcc1b {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_08242afe692ee025 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_8faea4e6d55e1af4 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_a41c1b7c7f9c1595 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_cf87b1cf92837dad {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_d636fa9ad5e59dde {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_5ae5126a519fb7e2 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_6124f88818fff526 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_5590ea8239a692fb {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_a0c974bbee9024ad {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_2b821d0bd1049920 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_4dfd541f995097f6 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_3fc89ce9b8793d80 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_7f4ddf85e9579d5e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_e106f66c210b4086 {
    padding: 0 !important;
  }
  .lg-m0_2827948d448365d3 {
    margin: 0 !important;
  }
  .lg-pt-10_d9a5b967b23e410c {
    padding-top: 10px !important;
  }
  .lg-pt-20_3cd18c0e45783ba8 {
    padding-top: 20px !important;
  }
  .lg-pt-30_7c3d3baedcb1577c {
    padding-top: 30px !important;
  }
  .lg-pt-40_fbb7262855150015 {
    padding-top: 40px !important;
  }
  .lg-pt-50_cb8d4c36577e4c99 {
    padding-top: 50px !important;
  }
  .lg-pt-60_908e953cf010a9d2 {
    padding-top: 60px !important;
  }
  .lg-pt-70_cdba3a2696ac6899 {
    padding-top: 70px !important;
  }
  .lg-pt-80_7bbf4fa5d21ea7df {
    padding-top: 80px !important;
  }
  .lg-pt-90_ef3be4d49eb34786 {
    padding-top: 90px !important;
  }
  .lg-pt-100_10a227007a45b17d {
    padding-top: 100px !important;
  }
  .lg-pt-110_b94153b86d2a96df {
    padding-top: 110px !important;
  }
  .lg-pt-120_fdaedadfe2ae82ef {
    padding-top: 120px !important;
  }
  .lg-pt-130_7eae6ac7f5d44a14 {
    padding-top: 130px !important;
  }
  .lg-pt-140_9ff1e61a33de8dfe {
    padding-top: 140px !important;
  }
  .lg-pt-150_c760b6e1b7a8ab35 {
    padding-top: 150px !important;
  }
  .lg-pt-200_46bd43e811ba6372 {
    padding-top: 200px !important;
  }
  .lg-pb-10_320cb054f799bc75 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_fa64700fb59a4be3 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_92988d898c59aa63 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_22cbafe3c76186f8 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_9f24a8d36ccb23db {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_97351de40c7785dd {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_cd99c1912b84dfcd {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_12f523f42d89bbba {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_d48ea6e6be162058 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_58a728b04c221ea8 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_9a1bfde630813c8e {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_0acf66610f60e503 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_1f567e615cd67a05 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_f2f048ca6b57d2b3 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_cc114c4c0263b7a9 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_c6254954b540dbfc {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_2833590a5154b6bf {
    margin-top: 10px !important;
  }
  .lg-mt-20_1177e82553c486bb {
    margin-top: 20px !important;
  }
  .lg-mt-30_08803f5706643034 {
    margin-top: 30px !important;
  }
  .lg-mt-40_05d3a0c90abe96a0 {
    margin-top: 40px !important;
  }
  .lg-mt-50_c5be9de9447afe62 {
    margin-top: 50px !important;
  }
  .lg-mt-60_4fd282dda06f1cf9 {
    margin-top: 60px !important;
  }
  .lg-mt-70_859b54021cef0d22 {
    margin-top: 70px !important;
  }
  .lg-mt-80_22336e20a5310ad6 {
    margin-top: 80px !important;
  }
  .lg-mt-90_8481f7e34c338870 {
    margin-top: 90px !important;
  }
  .lg-mt-100_d0f59dd9236f7b9e {
    margin-top: 100px !important;
  }
  .lg-mt-110_b6bf7a8b48fbe038 {
    margin-top: 110px !important;
  }
  .lg-mt-120_1cf0a91b7109243e {
    margin-top: 120px !important;
  }
  .lg-mt-130_054f8ce009140351 {
    margin-top: 130px !important;
  }
  .lg-mt-140_0e6d3374bd7efc80 {
    margin-top: 140px !important;
  }
  .lg-mt-150_ef8fc9f468066f30 {
    margin-top: 150px !important;
  }
  .lg-mt-200_1475dad05e958d6c {
    margin-top: 200px !important;
  }
  .lg-mb-10_17dcf690361f7725 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_5945b6be39a684d5 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_85127bd3368498e9 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_c1226a034869b129 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_9b71315dc74fbcd5 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_2fdb7381cc96c542 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_07ea471359e147df {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_f5bf8a85ab24af82 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_7f9302fe8e5c93ff {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_e87fa505f31ebb91 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_cbdcc76a2764bf43 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_47873d975c18ecf3 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_00ee5df2d08a97a4 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_7d4720a19f21c3b6 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_5ec3f077cb2d141f {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_e0fa56dffbe5c533 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_187e790af8ba0451 {
    padding: 0 !important;
  }
  .md-m0_91348cef263ea905 {
    margin: 0 !important;
  }
  .md-pt-10_0443c0bc91547c63 {
    padding-top: 10px !important;
  }
  .md-pt-20_6acd4fff252bb841 {
    padding-top: 20px !important;
  }
  .md-pt-30_87e2cc105c66cc8b {
    padding-top: 30px !important;
  }
  .md-pt-40_dbf836c302b09e49 {
    padding-top: 40px !important;
  }
  .md-pt-50_caeb68995807144e {
    padding-top: 50px !important;
  }
  .md-pt-60_76af87af3fb870d5 {
    padding-top: 60px !important;
  }
  .md-pt-70_8a28f05317ff565a {
    padding-top: 70px !important;
  }
  .md-pt-80_dd6ca33cea41b8d8 {
    padding-top: 80px !important;
  }
  .md-pt-90_fdde6c80f706d184 {
    padding-top: 90px !important;
  }
  .md-pt-100_15c480d19464264c {
    padding-top: 100px !important;
  }
  .md-pt-110_248aee2976380ce8 {
    padding-top: 110px !important;
  }
  .md-pt-120_7892ddc66cc9c2b7 {
    padding-top: 120px !important;
  }
  .md-pt-130_3ec58fad32e9f486 {
    padding-top: 130px !important;
  }
  .md-pt-140_69eadec533bcccfd {
    padding-top: 140px !important;
  }
  .md-pt-150_0dfbcb38d2f7d5dd {
    padding-top: 150px !important;
  }
  .md-pt-200_c224fdfb39a72516 {
    padding-top: 200px !important;
  }
  .md-pb-10_f024acfab6a1eeba {
    padding-bottom: 10px !important;
  }
  .md-pb-20_9ac2f9f7f27eed60 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_c4e7e7b7f84c4ba4 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_85be5e6757334a35 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_10dab912057fc34b {
    padding-bottom: 50px !important;
  }
  .md-pb-60_2a302ae0c3b65d75 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_9f96795b0cbbc370 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_f2801d2d18bfd2a3 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_169b3bfd0542a38f {
    padding-bottom: 90px !important;
  }
  .md-pb-100_5bea91d57486f888 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_377b077b0f0a4aee {
    padding-bottom: 110px !important;
  }
  .md-pb-120_958ffb9914704be5 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_20950ee317cce0ef {
    padding-bottom: 130px !important;
  }
  .md-pb-140_1e8746f21e5bceb4 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_da331727f820a1d4 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_66e74a40f69c6968 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_9ee2fd3baabe5e8e {
    margin-top: 10px !important;
  }
  .md-mt-20_a32c6d2eb2430b38 {
    margin-top: 20px !important;
  }
  .md-mt-30_951b61a0911e409a {
    margin-top: 30px !important;
  }
  .md-mt-40_660593eb044e25de {
    margin-top: 40px !important;
  }
  .md-mt-50_377699a73ce5590e {
    margin-top: 50px !important;
  }
  .md-mt-60_4875afbdee6dd80b {
    margin-top: 60px !important;
  }
  .md-mt-70_3a7e7f96702fd321 {
    margin-top: 70px !important;
  }
  .md-mt-80_d846ea7bb4aa9346 {
    margin-top: 80px !important;
  }
  .md-mt-90_4aa96aba86e10aeb {
    margin-top: 90px !important;
  }
  .md-mt-100_3deaf2881a4af0c0 {
    margin-top: 100px !important;
  }
  .md-mt-110_92b89efe9f32c4ac {
    margin-top: 110px !important;
  }
  .md-mt-120_3d5105b45f46fa35 {
    margin-top: 120px !important;
  }
  .md-mt-130_b32940faaa19c081 {
    margin-top: 130px !important;
  }
  .md-mt-140_207911a30ead53f2 {
    margin-top: 140px !important;
  }
  .md-mt-150_57a7f01beae27dc0 {
    margin-top: 150px !important;
  }
  .md-mt-200_87dee0a2c935d7ab {
    margin-top: 200px !important;
  }
  .md-mb-10_a062fc599d31f2e0 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_ae89d37d43379b57 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_cc87e82667c625eb {
    margin-bottom: 30px !important;
  }
  .md-mb-40_5c2ac862e748d261 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_5448a558804c73e9 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_1d65bed54453e858 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_99bcc881d35c908f {
    margin-bottom: 70px !important;
  }
  .md-mb-80_0409638a9ed8f36f {
    margin-bottom: 80px !important;
  }
  .md-mb-90_43c41e263f28f7af {
    margin-bottom: 90px !important;
  }
  .md-mb-100_b61a2982022c67a0 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_57e05b0cc176a72c {
    margin-bottom: 110px !important;
  }
  .md-mb-120_61faf64386582b04 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_520aed89ab02ce01 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_8a620b5c649efa4e {
    margin-bottom: 140px !important;
  }
  .md-mb-150_528c3a2d76675d80 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_5bac8121dc1412be {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_0010682a428ee560 {
    padding: 0 !important;
  }
  .sm-m0_d599008fd4f4f826 {
    margin: 0 !important;
  }
  .sm-pt-10_144f51f7fdd1f467 {
    padding-top: 10px !important;
  }
  .sm-pt-20_1215747efc474c78 {
    padding-top: 20px !important;
  }
  .sm-pt-30_ff3793fc85747156 {
    padding-top: 30px !important;
  }
  .sm-pt-40_60c57eed5012a3d7 {
    padding-top: 40px !important;
  }
  .sm-pt-50_16e68f88e1a0f516 {
    padding-top: 50px !important;
  }
  .sm-pt-60_c7bfd25e7d72d463 {
    padding-top: 60px !important;
  }
  .sm-pt-70_faa004de054be528 {
    padding-top: 70px !important;
  }
  .sm-pt-80_2c32e530858616d9 {
    padding-top: 80px !important;
  }
  .sm-pt-90_a60d1b982e749518 {
    padding-top: 90px !important;
  }
  .sm-pt-100_0bef96b74b4d2d1a {
    padding-top: 100px !important;
  }
  .sm-pt-110_937daffbb64b3ddc {
    padding-top: 110px !important;
  }
  .sm-pt-120_b0d9da34b1b142b2 {
    padding-top: 120px !important;
  }
  .sm-pt-130_0a95db8051c37a56 {
    padding-top: 130px !important;
  }
  .sm-pt-140_497c55501ff815e0 {
    padding-top: 140px !important;
  }
  .sm-pt-150_7f8f825c9faba330 {
    padding-top: 150px !important;
  }
  .sm-pt-200_1446f41e5d9c0cf0 {
    padding-top: 200px !important;
  }
  .sm-pb-10_d2e7e164a8d1049a {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_af76a2e3817c268c {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_7d7268a5943db67a {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_ce9b5541fee47055 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_d83014d1019768fc {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_2b936eb27630df6f {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_19f742aabb703ec3 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_0880a3fae286370d {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_7395b6ec53591844 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_80d3caaa570709ee {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_a16396ebcb1a8494 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_078401359771e0cb {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_95b7166e44613ca8 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_b8a41396a238d8f4 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_8c9fcea045535bea {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_ff2022fd483053ee {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_2f723423afdc15bd {
    margin-top: 10px !important;
  }
  .sm-mt-20_f0227d9c95174c74 {
    margin-top: 20px !important;
  }
  .sm-mt-30_25e05d0b0c8645a8 {
    margin-top: 30px !important;
  }
  .sm-mt-40_c022a2574b75d6a8 {
    margin-top: 40px !important;
  }
  .sm-mt-50_119fc1ff3d0a5468 {
    margin-top: 50px !important;
  }
  .sm-mt-60_a9343b145e8dc947 {
    margin-top: 60px !important;
  }
  .sm-mt-70_33205614927a4a47 {
    margin-top: 70px !important;
  }
  .sm-mt-80_dbf236547ef3e6ab {
    margin-top: 80px !important;
  }
  .sm-mt-90_52e0e167bfa4d4df {
    margin-top: 90px !important;
  }
  .sm-mt-100_067c9925626d7883 {
    margin-top: 100px !important;
  }
  .sm-mt-110_ec16ed611215c1a0 {
    margin-top: 110px !important;
  }
  .sm-mt-120_1defd904b28addd9 {
    margin-top: 120px !important;
  }
  .sm-mt-130_1b3b0f3e685c18c4 {
    margin-top: 130px !important;
  }
  .sm-mt-140_bccf6fa39c567d62 {
    margin-top: 140px !important;
  }
  .sm-mt-150_41581d7a740941d2 {
    margin-top: 150px !important;
  }
  .sm-mt-200_1bfad4aa22ff763e {
    margin-top: 200px !important;
  }
  .sm-mb-10_87392a5f56537572 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_afc44a73983fd0f6 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_69f3f787ce2a9156 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_d5fd62599a1dbe02 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_021c346d3b80c56d {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_b8116bef2eb79658 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_d7b2524ba2a65d61 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_40b9ccb48426e9e0 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_1016acc8c69b6e89 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_4a1dda05ad1370b4 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_3577e644f2bcfa17 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_6ac973610dfdb181 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_6922b1238c24e4e9 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_54ff499b68dcae1c {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_6ec17ebfad97c168 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_7671ca12bb190b83 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_064a1f8f39874264 {
    padding: 0 !important;
  }
  .xs-m0_763f99aad5461cd6 {
    margin: 0 !important;
  }
  .xs-pt-10_b1ac21929aeb30c4 {
    padding-top: 10px !important;
  }
  .xs-pt-20_fe896e54faf9bd7c {
    padding-top: 20px !important;
  }
  .xs-pt-30_377bee34672bd9ac {
    padding-top: 30px !important;
  }
  .xs-pt-40_3461d7876ccd0819 {
    padding-top: 40px !important;
  }
  .xs-pt-50_d6ab1b4afc8f728f {
    padding-top: 50px !important;
  }
  .xs-pt-60_2ac849d034d5b0a4 {
    padding-top: 60px !important;
  }
  .xs-pt-70_ba0b28a2293a941f {
    padding-top: 70px !important;
  }
  .xs-pt-80_0265998810a9c54c {
    padding-top: 80px !important;
  }
  .xs-pt-90_6ff48ce34a9bc51e {
    padding-top: 90px !important;
  }
  .xs-pt-100_f301d679247d9881 {
    padding-top: 100px !important;
  }
  .xs-pt-110_f4bc84af664e55f7 {
    padding-top: 110px !important;
  }
  .xs-pt-120_e33af6e2a9a76e28 {
    padding-top: 120px !important;
  }
  .xs-pt-130_12dda02af0bf7b0f {
    padding-top: 130px !important;
  }
  .xs-pt-140_2e933300d0e84f34 {
    padding-top: 140px !important;
  }
  .xs-pt-150_c7a6c41aaf4f85b9 {
    padding-top: 150px !important;
  }
  .xs-pt-200_b2c80f7a2be0934a {
    padding-top: 200px !important;
  }
  .xs-pb-10_7670b17dfaf6f079 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_8758c837613b3d66 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_ff824b51bd1ce45c {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_f52dbc8117677830 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_c1497a44b5b2e36b {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_ba764acfb3afd4ad {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_d08832399c91b6f9 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_e2d39167d1b2de79 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_af134b3c7571db5c {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_0fe0ffa406bc6fd9 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_84ae94027b6aa1f8 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_b41bae28223e0978 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_ea16e730cd01e763 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_42f784a1ba2ea10f {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_98a69ae79197eb67 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_edcdd7633b0ff9d6 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_51a7bb0680c30dd8 {
    margin-top: 10px !important;
  }
  .xs-mt-20_0a626e89c0f45782 {
    margin-top: 20px !important;
  }
  .xs-mt-30_b1dccefdedb71be7 {
    margin-top: 30px !important;
  }
  .xs-mt-40_342c0ddbad18d22f {
    margin-top: 40px !important;
  }
  .xs-mt-50_7c0edb57cf63c9b0 {
    margin-top: 50px !important;
  }
  .xs-mt-60_b100164e909555ce {
    margin-top: 60px !important;
  }
  .xs-mt-70_341cd92985b3e999 {
    margin-top: 70px !important;
  }
  .xs-mt-80_51ad37d40ae58594 {
    margin-top: 80px !important;
  }
  .xs-mt-90_105f26c189a03bbe {
    margin-top: 90px !important;
  }
  .xs-mt-100_efe82e140dfb67a7 {
    margin-top: 100px !important;
  }
  .xs-mt-110_38527c502dff17cf {
    margin-top: 110px !important;
  }
  .xs-mt-120_588f25738d2840b8 {
    margin-top: 120px !important;
  }
  .xs-mt-130_7aca10f3ab6ff44e {
    margin-top: 130px !important;
  }
  .xs-mt-140_e6fa9957274fea48 {
    margin-top: 140px !important;
  }
  .xs-mt-150_56f27a864a9d6eb8 {
    margin-top: 150px !important;
  }
  .xs-mt-200_32d279216c7f07b7 {
    margin-top: 200px !important;
  }
  .xs-mb-10_1142fb308e85b1cd {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_737ce6186f0ea372 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_e41b753120421250 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_36595b7546a95f1a {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_2bbd9b30f928a815 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_78e68364a79d20ae {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_6db08717b09f537f {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_b49c371a79646adc {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_9d89b897256b4260 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_6a7a5c0d2d4ccda4 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_71bf8dc2ee56c06e {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_a7c360e8c70f14e3 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_8c3603aeb89a86be {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_413a5e88a810c82f {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_1f850cadcb9eafb8 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_4fbe350dd71a343c {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_5e562ea0e8823600 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_5e562ea0e8823600.menu-overlay_27f97328eb58cd43 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_5e562ea0e8823600.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_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_5e562ea0e8823600.menu-style-three_8be68ecd04b62e5c .navbar-toggler_bf06fb7daa548e41 {
  background: #000;
}
.theme-main-menu_5e562ea0e8823600.menu-style-four_21a98269abb9ba65 .navbar-toggler_bf06fb7daa548e41 {
  background: #E6FD5A;
}
.theme-main-menu_5e562ea0e8823600.menu-style-five_2ee8f4393d0072c0 .navbar-toggler_bf06fb7daa548e41 {
  background: #DFFF5E;
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41:focus {
  box-shadow: none;
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41::before,
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41::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_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41 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_5e562ea0e8823600.menu-style-three_8be68ecd04b62e5c .navbar-toggler_bf06fb7daa548e41:before, .theme-main-menu_5e562ea0e8823600.menu-style-three_8be68ecd04b62e5c .navbar-toggler_bf06fb7daa548e41:after, .theme-main-menu_5e562ea0e8823600.menu-style-three_8be68ecd04b62e5c .navbar-toggler_bf06fb7daa548e41 span {
  background: #fff;
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_5e562ea0e8823600 .navbar-toggler_bf06fb7daa548e41[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_5e562ea0e8823600 .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_5e562ea0e8823600 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_5e562ea0e8823600.white-vr_aab14014a39dc10f .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_5e562ea0e8823600.white-vr_aab14014a39dc10f .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_5e562ea0e8823600.white-vr_aab14014a39dc10f.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_5e562ea0e8823600.menu-style-one_7fd88e094ebb61e4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .info-row_2d137094aafd8aab {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .gap-fix_d7e061ad7663442a {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .greetings_f802b45f0323ea1e {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .contact-info_37da5d45523a0140 {
  margin: 0 -15px;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .contact-info_37da5d45523a0140 li {
  padding: 0 15px;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .contact-info_37da5d45523a0140 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .contact-info_37da5d45523a0140 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff .inner-content_5817131e68c4a451 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_5e562ea0e8823600.menu-style-two_7f6b46d772ade2ff.fixed .info-row_2d137094aafd8aab {
  display: none;
}
.theme-main-menu_5e562ea0e8823600.menu-style-five_2ee8f4393d0072c0 {
  background: #000;
  padding: 0;
}
.theme-main-menu_5e562ea0e8823600.menu-style-five_2ee8f4393d0072c0 .inner-content_5817131e68c4a451 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_5e562ea0e8823600.menu-style-six_94cb9ae3b4018800 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_5e562ea0e8823600.menu-style-six_94cb9ae3b4018800 .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_5e562ea0e8823600 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_741d71f3b51d1a77 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_741d71f3b51d1a77 .mega-menu-title_999484af3a83514f {
  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_5e562ea0e8823600 .login-btn-one_8dc6674326bf3c9c a {
  color: #000;
}
.theme-main-menu_5e562ea0e8823600 .login-btn-one_8dc6674326bf3c9c a:hover {
  text-decoration: underline;
}
.theme-main-menu_5e562ea0e8823600 .login-btn-two_0068f7603be09940 a {
  color: #044F3B;
}
.theme-main-menu_5e562ea0e8823600 .login-btn-two_0068f7603be09940 a:hover {
  text-decoration: underline;
}
.theme-main-menu_5e562ea0e8823600 .signup-btn-one_3fdd8b2e727535d7 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_5e562ea0e8823600 .signup-btn-one_3fdd8b2e727535d7 .icon_0a3d4c68e86e508b {
  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_5e562ea0e8823600 .signup-btn-one_3fdd8b2e727535d7:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5e562ea0e8823600 .signup-btn-one_3fdd8b2e727535d7:hover .icon_0a3d4c68e86e508b {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_5e562ea0e8823600 .signup-btn-two_cfde77057d053f30 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_5e562ea0e8823600 .signup-btn-two_cfde77057d053f30:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5e562ea0e8823600 .quote-one_d00d70cf9f5f15b3 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_5e562ea0e8823600 .quote-one_d00d70cf9f5f15b3:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_6a028f999180fd9e {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_6a028f999180fd9e li {
  position: relative;
  padding: 0 15px;
}
.category-menu_6a028f999180fd9e li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_6a028f999180fd9e li a:hover {
  color: #0C3A30;
}
.category-menu_6a028f999180fd9e .dropdown-menu {
  padding: 0;
}
.category-menu_6a028f999180fd9e .dropdown-menu li {
  padding: 0;
}
.category-menu_6a028f999180fd9e .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_fe972c6de3a5b716 .logo_adc4ec32f60b48c1 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_aab14014a39dc10f .navbar-collapse_fe972c6de3a5b716 {
    background-color: #0C3A30;
  }
  .navbar-collapse_fe972c6de3a5b716 {
    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_fe972c6de3a5b716.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_5e562ea0e8823600 .navbar .mega-dropdown_cadd48a9cf3ed8ab {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_aab14014a39dc10f .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_741d71f3b51d1a77 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_22760e09cba22834 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_475422dda12266c8 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_475422dda12266c8::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_475422dda12266c8 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_475422dda12266c8 .hero-slider-one .hero-img_70d9bf390598f95b {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_475422dda12266c8 .hero-slider-one .slick-list_f61595d48e699873, .hero-banner-one_475422dda12266c8 .hero-slider-one .slick-track_f17a754a0ec04a7c, .hero-banner-one_475422dda12266c8 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_475422dda12266c8 .hero-heading_8d3988ad8ba44276 {
  font-weight: 700;
  color: #000;
  background: url(../resources/shape_102a04ed50/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_475422dda12266c8 .more-btn_51da9c24f85332f9 {
  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_475422dda12266c8 .more-btn_51da9c24f85332f9:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_692b0836764908c9 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_692b0836764908c9 .bg-wrapper_1142da79387d4558 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_692b0836764908c9 .hero-heading_8d3988ad8ba44276 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_692b0836764908c9 .rating_7bf3d7e61be5ab31 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_692b0836764908c9 .rating_7bf3d7e61be5ab31 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_692b0836764908c9 .media-wrapper_7f07365ca8be8fad {
  position: absolute;
  background: url(../resources/assets_e2cfa84b51/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_692b0836764908c9 .media-wrapper_7f07365ca8be8fad .shape_01_0b432a4fa3a2d36c {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_692b0836764908c9 .media-wrapper_7f07365ca8be8fad .shape_02_e6f8eccc9e16db27 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_4b2cae0466e33d4d .hero-heading_8d3988ad8ba44276 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_4b2cae0466e33d4d .media-wrapper_7f07365ca8be8fad {
  background: url(../resources/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_4b2cae0466e33d4d .media-wrapper_7f07365ca8be8fad .screen_01_95d6227080e18356 {
  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_4b2cae0466e33d4d .media-wrapper_7f07365ca8be8fad .screen_02_7c34d592b0f40435 {
  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_4b2cae0466e33d4d .media-wrapper_7f07365ca8be8fad .bg-shape_2569e3a5797d4c3b {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_4b2cae0466e33d4d .shape_01_0b432a4fa3a2d36c {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_525d6a702bac393f .bg-wrapper_1142da79387d4558 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_525d6a702bac393f .media-wrapper_7f07365ca8be8fad {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_525d6a702bac393f .media-wrapper_7f07365ca8be8fad .shape_01_0b432a4fa3a2d36c {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_525d6a702bac393f .shape_02_e6f8eccc9e16db27 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_1fe27dce0a9f5d69 + .blog-details_f0923c39fb9f4330 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_2ff9b32bad4bbc57 {
  z-index: 1;
}
.block-feature-three_2ff9b32bad4bbc57:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_2ff9b32bad4bbc57.no-bg_a9d24b2e42772574:before {
  display: none;
}
.block-feature-three_2ff9b32bad4bbc57 .section-btn_66299909579aaf9b {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-title_504144262db6b477 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_2ff9b32bad4bbc57 .block-title_504144262db6b477 a:hover {
  text-decoration: underline;
}
.block-feature-three_2ff9b32bad4bbc57 .round-btn_212a6e89fbd85231 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_2ff9b32bad4bbc57 .round-btn_212a6e89fbd85231:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_2ff9b32bad4bbc57 .block-one_5f0d701376a04243 {
  background: url(../resources/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-one_5f0d701376a04243 .tag_9e91ecd682620f24 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-one_5f0d701376a04243 .block-title_504144262db6b477 {
  background: url(../resources/shape_102a04ed50/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-two_40cc42b69a21d243 {
  overflow: hidden;
}
.block-feature-three_2ff9b32bad4bbc57 .block-two_40cc42b69a21d243 .img-wrapper_35a69a66a4dbe6cd {
  background: url(../resources/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_2ff9b32bad4bbc57 .block-two_40cc42b69a21d243 .text-wrapper_bc0b474ae470b167 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-two_40cc42b69a21d243 .tag_9e91ecd682620f24 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-three_53cf8c57073c23e8 {
  background: #D3FF76;
}
.block-feature-three_2ff9b32bad4bbc57 .block-three_53cf8c57073c23e8 .tag_9e91ecd682620f24 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-three_53cf8c57073c23e8 .round-btn_212a6e89fbd85231 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_2ff9b32bad4bbc57 .block-three_53cf8c57073c23e8 .round-btn_212a6e89fbd85231:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e {
  background: url(../resources/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e .block-title_504144262db6b477 {
  background: url(../resources/shape_102a04ed50/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e .block-title_504144262db6b477 a {
  font-size: 28px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e .tag_9e91ecd682620f24 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e .round-btn_212a6e89fbd85231 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_2ff9b32bad4bbc57 .block-four_1a74c518c1c1b07e .round-btn_212a6e89fbd85231:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_2ff9b32bad4bbc57 .block-five_09618e218cd3d566 {
  background: url(../resources/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-five_09618e218cd3d566 .tag_9e91ecd682620f24 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_2ff9b32bad4bbc57 .block-five_09618e218cd3d566 .block-title_504144262db6b477 {
  background: url(../resources/shape_102a04ed50/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_1d004e287156dcb1 .upper-wrapper_1b4110f19a378968 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_1d004e287156dcb1 .upper-wrapper_1b4110f19a378968 .shape_01_0b432a4fa3a2d36c {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_1d004e287156dcb1 .line-loop_43e3e29bfc472ea1:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_1d004e287156dcb1 .graph-panel_b7b5c147b05091fa {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_1d004e287156dcb1 .graph-panel_b7b5c147b05091fa .main-count_5242cfb027584e0c {
  font-size: 120px;
}
.block-feature-thirteen_1d004e287156dcb1 .graph-panel_b7b5c147b05091fa .chart-box_848b32cd7053c8f9 {
  padding: 0 15px;
}
.block-feature-thirteen_1d004e287156dcb1 .graph-panel_b7b5c147b05091fa .chart-box_848b32cd7053c8f9 .chart-inner_2ab68cc385bbf919 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_b6b0c759eddd4e69 .media-img_7f93a4fb5e535ded {
  border-radius: 30px;
}
.block-feature-sixteen_b6b0c759eddd4e69 .shape_01_0b432a4fa3a2d36c {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_65dca673e0f11d06 .section-subheading_80596c73159b9ee7 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_65dca673e0f11d06 .shape_01_0b432a4fa3a2d36c {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_58381a46210fe2a1 {
  z-index: 1;
}
.text-feature-four_58381a46210fe2a1 .avatar_97bdde9c0187e6c2 {
  width: 65px;
  height: 65px;
}
.text-feature-four_58381a46210fe2a1 .name {
  font-size: 28px;
}
.text-feature-four_58381a46210fe2a1 .quote-text_e4710e8be1c6dde3 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_58381a46210fe2a1 .shape_01_0b432a4fa3a2d36c {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_58381a46210fe2a1 .shape_02_e6f8eccc9e16db27 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_ad0447e71cb3c4c3 .bg-wrapper_1142da79387d4558 {
  background: #FFF2AC;
}
.text-feature-five_ad0447e71cb3c4c3 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_ad0447e71cb3c4c3 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_ad0447e71cb3c4c3 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_ad0447e71cb3c4c3 li:hover:before {
  background: #29594B;
}
.text-feature-five_ad0447e71cb3c4c3 li:hover:after {
  color: #fff;
}
.text-feature-five_ad0447e71cb3c4c3 .media-wrapper_7f07365ca8be8fad {
  background: url(../resources/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_ad0447e71cb3c4c3 .media-wrapper_7f07365ca8be8fad .video-icon_448167277f647e5f {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_ad0447e71cb3c4c3 .media-wrapper_7f07365ca8be8fad .video-icon_448167277f647e5f:hover {
  background: #CFFF45;
}
.text-feature-five_ad0447e71cb3c4c3 .media-wrapper_7f07365ca8be8fad .screen_01_95d6227080e18356 {
  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_3cc9a0d0a963b015 {
  z-index: 1;
}
.text-feature-six_3cc9a0d0a963b015 .media-wrapper_7f07365ca8be8fad {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_3cc9a0d0a963b015 .media-wrapper_7f07365ca8be8fad .screen_01_95d6227080e18356 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_3cc9a0d0a963b015 .shape_01_0b432a4fa3a2d36c {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_3cc9a0d0a963b015 .shape_02_e6f8eccc9e16db27 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_53f3ae758b8489bc {
  background: url(../resources/assets_e2cfa84b51/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_53f3ae758b8489bc .block_3d8d1dda319ec946 .icon_0a3d4c68e86e508b {
  height: 50px;
}
.text-feature-nine_53f3ae758b8489bc .vertical-text-wrapper_75652d2d4b1d1481 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_53f3ae758b8489bc .vertical-text-wrapper_75652d2d4b1d1481 .text-list_6f00c82ddd91f345 {
  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_53f3ae758b8489bc .vertical-text-wrapper_75652d2d4b1d1481 .text-list_6f00c82ddd91f345:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_53f3ae758b8489bc .vertical-text-wrapper_75652d2d4b1d1481 .shape_01_0b432a4fa3a2d36c {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_53f3ae758b8489bc .vertical-text-wrapper_75652d2d4b1d1481 .shape_02_e6f8eccc9e16db27 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_53f3ae758b8489bc .shape_03_973aed2387d630e5 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_53f3ae758b8489bc .shape_04_bdb0378b4276653d {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_72665b54318d78c0 .section-btn_66299909579aaf9b {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_9b8fa5ebe8ee7388 {
  z-index: 1;
}
.team-section-three_9b8fa5ebe8ee7388:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../resources/shape_102a04ed50/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_9b8fa5ebe8ee7388 .section-btn_66299909579aaf9b {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_9b8fa5ebe8ee7388 .shape_01_0b432a4fa3a2d36c {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_9b8fa5ebe8ee7388 .shape_02_e6f8eccc9e16db27 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_9b8fa5ebe8ee7388 .shape_03_973aed2387d630e5 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_d6cc3478106bd365 .logo_adc4ec32f60b48c1 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_ec36b0ac6bd91a5e {
  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_cbfbdfcd30acfb0a {
  max-width: 565px;
}
.user-data-form .form-wrapper_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 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_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 .placeholder_icon_dc44d78c6a4d6342 {
  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_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 .placeholder_icon_dc44d78c6a4d6342 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 .placeholder_icon_dc44d78c6a4d6342 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 .placeholder_icon_dc44d78c6a4d6342 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_cbfbdfcd30acfb0a .input-group-meta_61c499e040c6ca33 .placeholder_icon_dc44d78c6a4d6342 span.eye-slash_0dd207bbefab32be:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_3263c4054b2b4a87 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_3263c4054b2b4a87 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_3263c4054b2b4a87 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_3263c4054b2b4a87 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_3263c4054b2b4a87 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_3263c4054b2b4a87 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_3263c4054b2b4a87 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_75c889c678c1fa65 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_dc399b4c37ef2e92 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_dc399b4c37ef2e92:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_dc399b4c37ef2e92 img {
  width: 20px;
}
.user-data-form .btn-close_8c18e6ee7d4e8da0 {
  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_f8704f0c55a15f48 .main-count_5242cfb027584e0c {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_314f124a8911685e .icon_0a3d4c68e86e508b {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_b1f625b657790ee9 .img-holder_3884f6d8bfea38ff {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_b1f625b657790ee9 .img-holder_3884f6d8bfea38ff.round-border_4eac3326180b62d4 {
  border-radius: 30px;
}
.portfolio-block-one_b1f625b657790ee9 .img-holder_3884f6d8bfea38ff .expend_8cd2cd59cee603db {
  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_b1f625b657790ee9 .img-holder_3884f6d8bfea38ff 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_b1f625b657790ee9 .img-holder_3884f6d8bfea38ff i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_b1f625b657790ee9:hover .expend_8cd2cd59cee603db {
  opacity: 1;
}
.portfolio-block-one_b1f625b657790ee9:hover .img-meta_9431d5b18bab1913 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_b1f625b657790ee9:hover .pj-title_dfb8f276fd82ada5 {
  text-decoration: underline;
}
.portfolio-block-one_b1f625b657790ee9 .caption {
  margin-top: 35px;
}
.portfolio-block-one_b1f625b657790ee9 .caption .tag_9e91ecd682620f24 {
  margin: 0 -3px;
}
.portfolio-block-one_b1f625b657790ee9 .caption .tag_9e91ecd682620f24 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_b1f625b657790ee9 .caption .pj-title_dfb8f276fd82ada5 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_b1f625b657790ee9 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_b1f625b657790ee9 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_acb1c29c4659bc7b .bg-wrapper_1142da79387d4558 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 {
  height: 100%;
}
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-control-next_3d77b7588b79a3fd,
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-control-prev_3acb10357aa50fe7 {
  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_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-control-next_3d77b7588b79a3fd:hover,
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-control-prev_3acb10357aa50fe7:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_acb1c29c4659bc7b .slider-wrapper_9e0602131a70d024 .carousel-control-prev_3acb10357aa50fe7 {
  left: auto;
  right: 45px;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 h3 {
  font-size: 36px;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .list-meta_73f05f69ef4e0d02 li {
  padding: 22px 0;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .list-meta_73f05f69ef4e0d02 .icon_0a3d4c68e86e508b {
  width: 40px;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .list-meta_73f05f69ef4e0d02 .text1_4ee2b0faac42b3cd {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .list-meta_73f05f69ef4e0d02 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .social-share_82ae1e159d3592da li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_acb1c29c4659bc7b .info-wrapper_5dd6c2ffd4fd6634 .social-share_82ae1e159d3592da li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_90ca87187047c882 .slider-wrapper_9e0602131a70d024 {
  padding-left: 100px;
}
.feedback-section-three_90ca87187047c882 .slider-wrapper_9e0602131a70d024 .icon_0a3d4c68e86e508b {
  left: 0;
  top: 18px;
}
.feedback-section-three_90ca87187047c882 .slick-dots_d36cb90415c1b55a {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_90ca87187047c882 .slick-dots_d36cb90415c1b55a li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_90ca87187047c882 .slick-dots_d36cb90415c1b55a .slick-active button {
  background: #000;
}
.feedback-section-three_90ca87187047c882 .rating-box_7d5a3c9f616b9d1b {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_90ca87187047c882 .rating-box_7d5a3c9f616b9d1b .rating_7bf3d7e61be5ab31 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_90ca87187047c882 .shape_01_0b432a4fa3a2d36c {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_90ca87187047c882 .shape_02_e6f8eccc9e16db27 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_eae21ded560aebef {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_eae21ded560aebef .post-data_04eaee4b826613be {
  padding: 30px 35px 25px;
}
.blog-meta-one_eae21ded560aebef .post-data_04eaee4b826613be .post-info_62c786522bd621b3 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_eae21ded560aebef .post-data_04eaee4b826613be .blog-title_e19339f25c8cdb03 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_eae21ded560aebef .post-data_04eaee4b826613be .blog-title_e19339f25c8cdb03:hover {
  text-decoration: underline;
}
.blog-meta-one_eae21ded560aebef .post-img_a56eb0d6f9107205 {
  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_eae21ded560aebef .post-img_a56eb0d6f9107205 .round-btn_212a6e89fbd85231 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_eae21ded560aebef:hover .round-btn_212a6e89fbd85231 {
  background: #CFFF45;
}
.blog-meta-one_eae21ded560aebef.style-two_a1b97a9ec509cbc2 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_eae21ded560aebef.style-two_a1b97a9ec509cbc2 .post-img_a56eb0d6f9107205 {
  border-radius: 0;
}
.blog-meta-one_eae21ded560aebef.style-two_a1b97a9ec509cbc2 .blog-title_e19339f25c8cdb03 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_220541b43e4635f4 {
  background: #fff;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be {
  padding-top: 30px;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .blog-title_e19339f25c8cdb03 {
  width: 70%;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .blog-title_e19339f25c8cdb03 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .blog-title_e19339f25c8cdb03:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .round-btn_212a6e89fbd85231 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .round-btn_212a6e89fbd85231:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_220541b43e4635f4 .post-data_04eaee4b826613be .post-info_62c786522bd621b3 {
  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_220541b43e4635f4 .post-img_a56eb0d6f9107205 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_220541b43e4635f4 .post-img_a56eb0d6f9107205 .date_600bc0233da3ef53 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_220541b43e4635f4.style-two_a1b97a9ec509cbc2 {
  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_220541b43e4635f4.style-two_a1b97a9ec509cbc2 p {
  font-size: 18px;
}
.blog-meta-two_220541b43e4635f4.style-two_a1b97a9ec509cbc2 .post-img_a56eb0d6f9107205 {
  height: auto;
  width: 100%;
}
.blog-meta-two_220541b43e4635f4.style-two_a1b97a9ec509cbc2 .post-data_04eaee4b826613be {
  padding: 26px 0;
}
.blog-meta-two_220541b43e4635f4.style-two_a1b97a9ec509cbc2 .post-data_04eaee4b826613be .post-info_62c786522bd621b3 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_220541b43e4635f4.style-two_a1b97a9ec509cbc2 .post-data_04eaee4b826613be .round-btn_212a6e89fbd85231 {
  border: none;
}

.signup-btn-one_3fdd8b2e727535d7 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_3fdd8b2e727535d7 .icon_0a3d4c68e86e508b {
  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_390523c590cf2114 {
  z-index: 1;
}
.blog-section-three_390523c590cf2114 .section-btn_66299909579aaf9b {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd .wrapper_a45c39d1475a7abb {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd .wrapper_a45c39d1475a7abb .icon_0a3d4c68e86e508b {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd .wrapper_a45c39d1475a7abb h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .quote-wrapper_c51aa4e53d7b3ebd h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .img-gallery_57791a6c9157993c {
  margin-bottom: 50px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .img-gallery_57791a6c9157993c img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .list-item_c2f8eaaaf47cc277 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_f0923c39fb9f4330 .post-details-meta_ec387cc33b969efa .list-item_c2f8eaaaf47cc277 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 {
  padding: 10px 0 5px;
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 .tags_b6ebdf2fcb0d3fe4 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 .tags_b6ebdf2fcb0d3fe4 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 .tags_b6ebdf2fcb0d3fe4 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 .share-icon_d7197b691300b785 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_f0923c39fb9f4330 .bottom-widget_ef326561462a5183 .share-icon_d7197b691300b785 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_f0923c39fb9f4330 .grey-bg_9dae5b5e3de91c83 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_f0923c39fb9f4330 .blog-inner-title_c5412a9c9830db75 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 {
  margin: 60px 0;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a:last-child {
  padding-bottom: 5px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .reply-comment_ca28aa0e628339d6 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .user-avatar_2c1389ddf3409937 {
  width: 60px;
  height: 60px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 .date_600bc0233da3ef53 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 .reply-btn_db8d9d74b0a3be97 {
  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_f0923c39fb9f4330 .blog-comment-area_99915d8fd48cc363 .comment_a0211fc29b20be7a .comment-text_960d85efcd399d47 .reply-btn_db8d9d74b0a3be97:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_f0923c39fb9f4330 .blog-comment-form_28427d2537b80b64 p a {
  color: #19352D;
}
.blog-details_f0923c39fb9f4330 .blog-comment-form_28427d2537b80b64 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_f0923c39fb9f4330 .blog-comment-form_28427d2537b80b64 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_f0923c39fb9f4330 .blog-comment-form_28427d2537b80b64 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_cbc404c4c03f2468 {
  height: 600px;
}

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

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

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

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

.footer-one_79fa024b97faba1f {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_79fa024b97faba1f .bottom-footer_fcd6f5ec859cd4ef {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_79fa024b97faba1f .social-icon_69e12225b0fb3500 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_79fa024b97faba1f .social-icon_69e12225b0fb3500 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_79fa024b97faba1f .footer-title_f085ccdbcff9c50e {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_79fa024b97faba1f .footer-nav-link_cad08467c04d6379 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_79fa024b97faba1f .footer-nav-link_cad08467c04d6379 a:hover {
  color: #fff;
}
.footer-nav-link_cad08467c04d6379 p {
  font-size: 16px;
}
.logo_adc4ec32f60b48c1 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_e1ed154e997292fe {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_35479241afec86fb {
  align-content: center;
}

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

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

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

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

.footer-three_4f434a4c2d2e5e03 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_4f434a4c2d2e5e03 .round-bg_e119cd19490baa1b {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_4f434a4c2d2e5e03 .round-bg_e119cd19490baa1b.color-two_5090dc10448da79a {
  background: #F6FFDD;
}
.footer-three_4f434a4c2d2e5e03 .footer-intro_af0d2e2664d72faa p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_4f434a4c2d2e5e03 .footer-intro_af0d2e2664d72faa p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_4f434a4c2d2e5e03 .footer-title_f085ccdbcff9c50e {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_4f434a4c2d2e5e03 .footer-nav-link_cad08467c04d6379 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_4f434a4c2d2e5e03 .footer-nav-link_cad08467c04d6379 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .copyright_dec8bc88e2feb127 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .bottom-nav_090bdcd0b0ca0129 {
  margin: 0 -12px;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .bottom-nav_090bdcd0b0ca0129 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .bottom-nav_090bdcd0b0ca0129 a:hover {
  text-decoration: underline;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .social-icon_69e12225b0fb3500 {
  margin: 0 -10px;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .social-icon_69e12225b0fb3500 a {
  margin: 0 10px;
}
.footer-three_4f434a4c2d2e5e03 .bottom-footer_fcd6f5ec859cd4ef .social-icon_69e12225b0fb3500 a:hover {
  color: #19352D;
}
.footer-three_4f434a4c2d2e5e03 .shape_01_0b432a4fa3a2d36c {
  top: -3%;
  left: -3%;
}
.footer-three_4f434a4c2d2e5e03 .shape_02_e6f8eccc9e16db27 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_f54304c6466c704a {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_f54304c6466c704a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../resources/assets_e2cfa84b51/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_f54304c6466c704a h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e .round-btn_212a6e89fbd85231 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e .round-btn_212a6e89fbd85231:hover, .footer-five_f54304c6466c704a .btn-group_e1b9a7271903516e .round-btn_212a6e89fbd85231:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_f54304c6466c704a .social-icon_69e12225b0fb3500 {
  margin: 0 -20px;
}
.footer-five_f54304c6466c704a .social-icon_69e12225b0fb3500 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_f54304c6466c704a .social-icon_69e12225b0fb3500 a:hover {
  color: #DFFF5E;
}
.footer-five_f54304c6466c704a .bottom-nav_090bdcd0b0ca0129 {
  margin: 0 -12px;
}
.footer-five_f54304c6466c704a .bottom-nav_090bdcd0b0ca0129 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_f54304c6466c704a .bottom-nav_090bdcd0b0ca0129 a:hover {
  text-decoration: underline;
}
.footer-five_f54304c6466c704a .shape_01_0b432a4fa3a2d36c {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_f54304c6466c704a .shape_02_e6f8eccc9e16db27 {
  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_b5671b8839b6a8ac {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_9d15495e656fb85a {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_afa34a5cc7bda5dc {
  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_00ea6f663d45cee4 {
  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_3a92bb89788e0dcc {
  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_9f1396b7bf31ab94 {
  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_b58c26ef603ea4a3 {
  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_385a457e4744d742 {
  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_533c131f840567ea {
  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_67a0dc246f1a75a3 {
  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_069e696632424d44 {
  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_5cdc7294f8febbb5 {
  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_26fec617faa4fabd {
  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_24f2e49fc86b6375 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_734406b8f8cb851d {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_6a7c4c9710762121 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_8458cb313fd24eae {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_a46346df0d6f60c5 {
  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_9e138b800983fe56 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_578971aab86a17a9 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_85843b9fa26f76da {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_57b96e4e3ce9739d {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_21f59ed5238ef3ef {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_1a599605a3909d75 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_61f57bb567b10284 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_65f34d4af42f16c7 {
  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_0c412d433e559aab {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_35793983e9d548ef {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_e64994c7b588e393 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_87825a3d12632158 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_72c2b47478b2b51b {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_f3c45bb350e4da13 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_f331eaaea8b23005 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_bc21647a06bbceed {
  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_7a3dc03e355b0691 {
  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_fef93e4fbdc241b7 {
  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_060c97a646849d79 {
  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_8795294deb2596f5 {
  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_ad09836af6cd6765 {
  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_b80dcb8b1038d05d {
  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_5ae244ba2960ced3 {
  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_7f2164ebc30ee492 {
  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_89ff6d669d080f1d {
  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_11a40c16329691c5 {
  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_beee958918d99906 {
  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_da9f6ed29fe6ef13 {
  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_c93bc62bb374b139 {
  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_bfa313fcefe7a405 {
  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_e8ae4047bea8c761 {
  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_de40bddcf88396a6 {
  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_d3d5e9ad3a509d75 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_83e49449b3b70e47 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_82c30e4d53f342e9 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_a5bf9d999ea88022 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_47aaef31ccee66f7 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_4c86172932a27f82 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_4f2df5be6374d2ee {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_1d31ef6cc0ab5256 {
  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_b5671b8839b6a8ac {
  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_91ce8e97e2119bb8 {
  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_5646554a3d1dfd74 {
  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_de4c54f18111b25f .theme-select-menu_afcaedc9236dd5bd {
  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_711761fb197094fd {
  overflow: hidden;
}
.product-block-one_711761fb197094fd .img-holder_3884f6d8bfea38ff {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_711761fb197094fd .img-holder_3884f6d8bfea38ff .cart-icon_f5c7145bf9780936 {
  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_711761fb197094fd .img-holder_3884f6d8bfea38ff .cart-icon_f5c7145bf9780936:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_711761fb197094fd .img-holder_3884f6d8bfea38ff .cart-button_ea5121f11ca3c6e9 {
  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_711761fb197094fd .img-holder_3884f6d8bfea38ff .cart-button_ea5121f11ca3c6e9:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_711761fb197094fd .product-title_335f1f7b76cf1a1e {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_711761fb197094fd .rating_7bf3d7e61be5ab31 {
  margin: 0 -3px;
}
.product-block-one_711761fb197094fd .rating_7bf3d7e61be5ab31 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_711761fb197094fd .rating_7bf3d7e61be5ab31 li .bi-star-fill_819f734fa8610bb5 {
  color: #FFCB65;
}
.product-block-one_711761fb197094fd .price_59b0f65d6b384a58 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_711761fb197094fd:hover .cart-button_ea5121f11ca3c6e9 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_711761fb197094fd:hover .product-img_50f6de17bf1b8756 {
  transform: scale(0.95);
}
.product-block-one_711761fb197094fd:hover .cart-icon_f5c7145bf9780936 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_711761fb197094fd:hover .product-title_335f1f7b76cf1a1e {
  text-decoration: underline;
}

.product-details-one_18fc98a1268a6d7c .product-img-tab_3dfc3514d7772280 {
  border: none;
}
.product-details-one_18fc98a1268a6d7c .product-img-tab_3dfc3514d7772280 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_18fc98a1268a6d7c .product-img-tab_3dfc3514d7772280 .nav-link img {
  max-height: 100%;
}
.product-details-one_18fc98a1268a6d7c .product-img-tab_3dfc3514d7772280 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_18fc98a1268a6d7c .product-img-tab-content_267d90555b2ff326 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_18fc98a1268a6d7c .product-img-tab-content_267d90555b2ff326 img {
  margin: auto;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .stock-tag_ea21385dd41adca0 {
  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_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .product-name_cdccd4287e65a464 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .rating_7bf3d7e61be5ab31 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .rating_7bf3d7e61be5ab31 li .bi-star-fill_819f734fa8610bb5 {
  color: #FFCB65;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .rating_7bf3d7e61be5ab31 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .rating_7bf3d7e61be5ab31 li a:hover {
  text-decoration: underline;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .price_59b0f65d6b384a58 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .price_59b0f65d6b384a58 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .availability_17a8deffb7e9e669 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .description-text_390c4d3bfe8477c2 {
  padding: 10px 0 15px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .product-feature_cc7b5a3975be6d47 {
  margin-bottom: 20px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .product-feature_cc7b5a3975be6d47 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .product-feature_cc7b5a3975be6d47 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .customize-order_edb08c7711cde4ba h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .customize-order_edb08c7711cde4ba .quantity_141505044fd8f6dd .button-group_00f8fe0f27446b87 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .customize-order_edb08c7711cde4ba .quantity_141505044fd8f6dd .button-group_00f8fe0f27446b87 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .customize-order_edb08c7711cde4ba .quantity_141505044fd8f6dd .button-group_00f8fe0f27446b87 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_18fc98a1268a6d7c .product-info_1c4c744e3fe6a23b .customize-order_edb08c7711cde4ba .quantity_141505044fd8f6dd .button-group_00f8fe0f27446b87 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_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .nav-tabs_5db8914426f3f8f7 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .nav-tabs_5db8914426f3f8f7 .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_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .nav-tabs_5db8914426f3f8f7 .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_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .nav-tabs_5db8914426f3f8f7 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .nav-tabs_5db8914426f3f8f7 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .tab-content_9e6f63fc8b9646ab h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .tab-content_9e6f63fc8b9646ab .product-feature_cc7b5a3975be6d47 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .tab-content_9e6f63fc8b9646ab .product-feature_cc7b5a3975be6d47 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .single-comment_fec2b0159c007474 {
  padding-bottom: 40px;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .single-comment_fec2b0159c007474:last-child {
  padding-bottom: 0;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-img_7e1eb6d03f126b35 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-comment-data_561c588e154bc4da {
  padding-left: 30px;
  position: relative;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-comment-data_561c588e154bc4da .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-comment-data_561c588e154bc4da .rating_7bf3d7e61be5ab31 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-comment-data_561c588e154bc4da .rating_7bf3d7e61be5ab31 li .bi-star-fill_819f734fa8610bb5 {
  color: #FFCB65;
}
.product-details-one_18fc98a1268a6d7c .product-review-tab_885f5912f282d698 .user-comment-area_5b46057ab2a4f225 .user-comment-data_561c588e154bc4da p {
  padding-top: 8px;
}

.cart-list-form_5c2a6d32f9c639df {
  position: relative;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c {
  margin: 0;
  background: transparent;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c 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_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c th:first-child {
  text-align: left;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-thumbnails_c4955116e2a3a891 {
  width: 85px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-thumbnails_c4955116e2a3a891 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-thumbnails_c4955116e2a3a891 .product-img_50f6de17bf1b8756 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-info_1c4c744e3fe6a23b {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-info_1c4c744e3fe6a23b .product-name_cdccd4287e65a464 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-info_1c4c744e3fe6a23b .serial_cf7ab35a05256b2a {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .product-info_1c4c744e3fe6a23b ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .price_59b0f65d6b384a58 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .quantity_141505044fd8f6dd li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .quantity_141505044fd8f6dd li .btn_fbdd55f299ace926 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .quantity_141505044fd8f6dd 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_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .remove-product_385a946b7971414c {
  color: #000;
  font-size: 22px;
}
.cart-list-form_5c2a6d32f9c639df .table_7b2cf4dd6c2d338c tbody .remove-product_385a946b7971414c:hover {
  color: #ff2759;
}
.cart-list-form_5c2a6d32f9c639df .cart-footer_7a77440ac8732f90 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_5c2a6d32f9c639df .cart-footer_7a77440ac8732f90 .coupon-form_ab06dee302ef6ed5 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_5c2a6d32f9c639df .cart-footer_7a77440ac8732f90 .cart-total-section_2d356a14596ceb7c {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_5c2a6d32f9c639df .cart-footer_7a77440ac8732f90 .cart-total-section_2d356a14596ceb7c .cart-total-table_105d8306fc1140da 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_5c2a6d32f9c639df .cart-footer_7a77440ac8732f90 .cart-total-section_2d356a14596ceb7c .cart-total-table_105d8306fc1140da tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_94f10aeb0268d00b {
  height: auto;
}

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

.fancybox-caption_032d42d1ca49a08f, .fancybox-infobar_eb30f39e69906324, .fancybox-navigation_10254fabe56fdfbc .fancybox-button_f12abfac63be2862, .fancybox-toolbar_168b046b56210e73 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_bf7e4792da80d498 .fancybox-caption_032d42d1ca49a08f, .fancybox-show-infobar_90fc45707c9454e4 .fancybox-infobar_eb30f39e69906324, .fancybox-show-nav_de49cf9d73183b2f .fancybox-navigation_10254fabe56fdfbc .fancybox-button_f12abfac63be2862, .fancybox-show-toolbar_9ad649f276e30fc7 .fancybox-toolbar_168b046b56210e73 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_46cb64185eb3883a .fancybox-stage_0094488830f462b7 {
  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_8c6a251c03425311 .fancybox-slide, .fancybox-slide--current_1a802bfe9e146a1d, .fancybox-slide--next_677dd59a151bd844, .fancybox-slide--previous_85919214c8376b5f {
  display: block;
}

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

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

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

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

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

.fancybox-content_563ed9556e5241fe {
  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_b2543e34246a3302 .fancybox-content_563ed9556e5241fe {
  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_1a22e6a61bd0d1c1 .fancybox-content_563ed9556e5241fe {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_ee6bb121f3052358 .fancybox-content_563ed9556e5241fe {
  cursor: zoom-in;
}

.fancybox-can-drag_97d01a8442950fae .fancybox-content_563ed9556e5241fe {
  cursor: grab;
}

.fancybox-is-dragging_58190558e6fe3b25 .fancybox-content_563ed9556e5241fe {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_1e940b7ad5c2174b .fancybox-content_563ed9556e5241fe {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_de8a683a84a432b0 .fancybox-content_563ed9556e5241fe, .fancybox-slide--map_8dddfddde574803a .fancybox-content_563ed9556e5241fe, .fancybox-slide--video_2fc4470cdf9bcfec .fancybox-content_563ed9556e5241fe {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_2fc4470cdf9bcfec .fancybox-content_563ed9556e5241fe {
  background: #000;
}

.fancybox-slide--map_8dddfddde574803a .fancybox-content_563ed9556e5241fe {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_19d7f5152e4d1c8a svg path, .fancybox-button--share_92fc65630b34e74b svg path, .fancybox-button--thumbs_fb72d09649bacddc svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_de49cf9d73183b2f .fancybox-navigation_10254fabe56fdfbc .fancybox-button_f12abfac63be2862 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_10254fabe56fdfbc .fancybox-button--arrow_left_2241cf0dcbb7374d {
  left: 6px;
}

.fancybox-navigation_10254fabe56fdfbc .fancybox-button--arrow_right_9209282f1defea8c {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_de8a683a84a432b0 .fancybox-close-small_9289de3a653eb3a9, .fancybox-slide--image_b2543e34246a3302 .fancybox-close-small_9289de3a653eb3a9, .fancybox-slide--video_2fc4470cdf9bcfec .fancybox-close-small_9289de3a653eb3a9 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_de8a683a84a432b0 .fancybox-close-small_9289de3a653eb3a9:hover svg, .fancybox-slide--image_b2543e34246a3302 .fancybox-close-small_9289de3a653eb3a9:hover svg, .fancybox-slide--video_2fc4470cdf9bcfec .fancybox-close-small_9289de3a653eb3a9:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_e4d0f3b60af51f67 .fancybox-close-small_9289de3a653eb3a9, .fancybox-is-zoomable_6fb1d46d94916981.fancybox-can-drag_97d01a8442950fae .fancybox-close-small_9289de3a653eb3a9 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_2e00d6a01ee9ae39.fancybox-slide--next_677dd59a151bd844, .fancybox-fx-fade_2e00d6a01ee9ae39.fancybox-slide--previous_85919214c8376b5f {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_2e00d6a01ee9ae39.fancybox-slide--current_1a802bfe9e146a1d {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_6f0b6e5d576960e7 {
  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_2cb5bee3f880a4fb {
  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_14df4b1943b0c939 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_8d8f1d90f174ff36 .fancybox-thumbs_2cb5bee3f880a4fb {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_2cb5bee3f880a4fb > 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_2cb5bee3f880a4fb .fancybox-thumbs-active_a59cd840b64b3c3f:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_4d364fefece179d4 .slick-track_f17a754a0ec04a7c,
.slick-slider_4d364fefece179d4 .slick-list_f61595d48e699873 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_1adac8ceccc66bab .slick-track_f17a754a0ec04a7c {
  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_1adac8ceccc66bab img {
  display: none;
}

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

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

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

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

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