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

.h1_970a7ad62c4450e4,
h1,
.h2_daa435c41d4a9c0a,
h2,
.h3_43bb2503ba7636d2,
h3,
.h4_631197a3730bce3d,
h4,
.h5_5e5e863ad321b149,
h5,
.h6_a99fb00c90a4c2c5,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_2737ea564f796aa8 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_5ea4337dd639b1d3 {
  padding: 0 !important;
}

.m0_829e717e4d718c6b {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_103d7c6773da5ab1 {
    padding: 0 !important;
  }
  .xl-m0_e6a83fd12bef4712 {
    margin: 0 !important;
  }
  .xl-pt-10_0eac702589bb770e {
    padding-top: 10px !important;
  }
  .xl-pt-20_de581ce5ce1da397 {
    padding-top: 20px !important;
  }
  .xl-pt-30_19964790ad2ab133 {
    padding-top: 30px !important;
  }
  .xl-pt-40_de0b6c13a657afec {
    padding-top: 40px !important;
  }
  .xl-pt-50_b0a9f4e7ece4bda0 {
    padding-top: 50px !important;
  }
  .xl-pt-60_42a733a9f9517164 {
    padding-top: 60px !important;
  }
  .xl-pt-70_eb82afaf7a2c71c7 {
    padding-top: 70px !important;
  }
  .xl-pt-80_305da69dae05276e {
    padding-top: 80px !important;
  }
  .xl-pt-90_ef4b758e7450f21c {
    padding-top: 90px !important;
  }
  .xl-pt-100_afb0d8dfd1cba2c3 {
    padding-top: 100px !important;
  }
  .xl-pt-110_390a170205e4d071 {
    padding-top: 110px !important;
  }
  .xl-pt-120_eb518c69ceb8e674 {
    padding-top: 120px !important;
  }
  .xl-pt-130_96e50f57006fc3d2 {
    padding-top: 130px !important;
  }
  .xl-pt-140_34c31f77028a89d8 {
    padding-top: 140px !important;
  }
  .xl-pt-150_73f772f6cd04b1d3 {
    padding-top: 150px !important;
  }
  .xl-pt-200_490929dbf22693bd {
    padding-top: 200px !important;
  }
  .xl-pb-10_fbf9078764fefc18 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_72c79cbea63635e8 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_48068c942e206206 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_1c3f17c115f9668a {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_033b2a8bd8ce02d1 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_69f95d6d494fb196 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_f4550bdedac6de24 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_c92f7e7ac41918e5 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_5c3b95ebd91a8786 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_5d879346bf2e14c1 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_ea622cf00713445e {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_6ce82a039cfb4db3 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_e617000c61123bec {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_d7ccf9bfb11f716f {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_8ce6483e4f5e8b94 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_a1fd2bd2b39ccc9d {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_3d11c31e3d0c36be {
    margin-top: 10px !important;
  }
  .xl-mt-20_a0f1a74cb0d6d5ec {
    margin-top: 20px !important;
  }
  .xl-mt-30_d4e1e2cdfd30c539 {
    margin-top: 30px !important;
  }
  .xl-mt-40_bd2089d28bd90c46 {
    margin-top: 40px !important;
  }
  .xl-mt-50_256b3ceecb95eb13 {
    margin-top: 50px !important;
  }
  .xl-mt-60_8292c0504f9976b9 {
    margin-top: 60px !important;
  }
  .xl-mt-70_ae573b9072d4db70 {
    margin-top: 70px !important;
  }
  .xl-mt-80_1d612fa8435371d1 {
    margin-top: 80px !important;
  }
  .xl-mt-90_59164ba192453058 {
    margin-top: 90px !important;
  }
  .xl-mt-100_d65788f0d02bbee5 {
    margin-top: 100px !important;
  }
  .xl-mt-110_fd7df2b2b5c7a17b {
    margin-top: 110px !important;
  }
  .xl-mt-120_0ff6e7a4c4ba1531 {
    margin-top: 120px !important;
  }
  .xl-mt-130_ae88aa76edc1424c {
    margin-top: 130px !important;
  }
  .xl-mt-140_7b8b180a2f6ade10 {
    margin-top: 140px !important;
  }
  .xl-mt-150_8979b866947c53a5 {
    margin-top: 150px !important;
  }
  .xl-mt-200_395ce40707da5c4c {
    margin-top: 200px !important;
  }
  .xl-mb-10_44040e48429d33e8 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_ea74ecf63b599e9b {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_c41835dba85e8ffd {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_726cc2d56d710997 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_0cc11b07a667dd23 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_b8bd6523c02d350b {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_fd50a4436e93ea69 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_e5a309542bd6a1e1 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_5c62530464ab97d1 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_8b00fd40cb62b319 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_6606e7c955d75ef1 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_2e4490b1575d2437 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_4ff2403953ffc06f {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_ea40ba61f1a69f2b {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_d956017eda6e40a1 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_f2a85f87087e5c2f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_43d8176cfd6db6fa {
    padding: 0 !important;
  }
  .lg-m0_1f4e1b250078dc8c {
    margin: 0 !important;
  }
  .lg-pt-10_18a541295809d621 {
    padding-top: 10px !important;
  }
  .lg-pt-20_c4da8eb78509138e {
    padding-top: 20px !important;
  }
  .lg-pt-30_7ffc71cae3e799b9 {
    padding-top: 30px !important;
  }
  .lg-pt-40_b841628ac618c735 {
    padding-top: 40px !important;
  }
  .lg-pt-50_4243dfa384ac5ecf {
    padding-top: 50px !important;
  }
  .lg-pt-60_d130da8caec8c750 {
    padding-top: 60px !important;
  }
  .lg-pt-70_2b1f1e478e6c34b2 {
    padding-top: 70px !important;
  }
  .lg-pt-80_26f31cd196bebfbc {
    padding-top: 80px !important;
  }
  .lg-pt-90_afe9bdb422279cf0 {
    padding-top: 90px !important;
  }
  .lg-pt-100_e15ab846e85321e2 {
    padding-top: 100px !important;
  }
  .lg-pt-110_af3a077db5b050e6 {
    padding-top: 110px !important;
  }
  .lg-pt-120_6c99c3640e027867 {
    padding-top: 120px !important;
  }
  .lg-pt-130_f11f36f254d2c0fc {
    padding-top: 130px !important;
  }
  .lg-pt-140_846a717fb74b9f6f {
    padding-top: 140px !important;
  }
  .lg-pt-150_67fce86a7face84d {
    padding-top: 150px !important;
  }
  .lg-pt-200_9a1ebac230f908dc {
    padding-top: 200px !important;
  }
  .lg-pb-10_a38907f45f0e5010 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_3ea23a3bdcad2349 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_ad389bd4b431d20f {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_f5208e64165e2816 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_bb2fd6385899c5ff {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_3091bf4a77f0731b {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_963af1f78ebcd157 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_4373ea96b7ea7fe2 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_98ba2e17b6169518 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_2f91b3d666f46516 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_71a6850e033e7ed7 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_3d0c8c092129423e {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_4772edfe0651830b {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_e7db0d5b37aa469f {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_423e63259417d9b4 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_752178c587f3186a {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_fd9ec89b2f3789c2 {
    margin-top: 10px !important;
  }
  .lg-mt-20_8de8e17876de2d06 {
    margin-top: 20px !important;
  }
  .lg-mt-30_d1375833a7efd2da {
    margin-top: 30px !important;
  }
  .lg-mt-40_aacb3917f8f18739 {
    margin-top: 40px !important;
  }
  .lg-mt-50_cb25929e92859750 {
    margin-top: 50px !important;
  }
  .lg-mt-60_69a06edc98552e80 {
    margin-top: 60px !important;
  }
  .lg-mt-70_314c7703666112f6 {
    margin-top: 70px !important;
  }
  .lg-mt-80_96bf42e68c936754 {
    margin-top: 80px !important;
  }
  .lg-mt-90_b84ef4fe2479d3c4 {
    margin-top: 90px !important;
  }
  .lg-mt-100_69344fcd9c147d89 {
    margin-top: 100px !important;
  }
  .lg-mt-110_2d3c85de24a688a6 {
    margin-top: 110px !important;
  }
  .lg-mt-120_ed6bf2132a6864e8 {
    margin-top: 120px !important;
  }
  .lg-mt-130_3101a155a05700b5 {
    margin-top: 130px !important;
  }
  .lg-mt-140_61a7177f553c3cd7 {
    margin-top: 140px !important;
  }
  .lg-mt-150_38a186f1ac16ecac {
    margin-top: 150px !important;
  }
  .lg-mt-200_67969a7a7b66f691 {
    margin-top: 200px !important;
  }
  .lg-mb-10_93edf9dee380ae62 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_20a306a8aa5fb306 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_808c02e62d38fce3 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_042b2e8452e5166a {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_7a4afbb7aee2a35c {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_351193aeafacc90e {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_d662e969e0f8857f {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_3d60f3ef6bae58a1 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_707f53a5e7e3507e {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_ff90dc457c0a2ea4 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_6864d673a4212996 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_3beb15f1db3c544d {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_508498ef15e229de {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_de163c38cab7c7a1 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_7eb9aabe74601a00 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_8d31eae4e6b513f3 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_acaac42d4b55dc6c {
    padding: 0 !important;
  }
  .md-m0_ab09ee1a9eddff76 {
    margin: 0 !important;
  }
  .md-pt-10_8b86f50d1e8625f0 {
    padding-top: 10px !important;
  }
  .md-pt-20_832dd4be76f95691 {
    padding-top: 20px !important;
  }
  .md-pt-30_34326a0adeb91277 {
    padding-top: 30px !important;
  }
  .md-pt-40_8e5aa9403cfdd23f {
    padding-top: 40px !important;
  }
  .md-pt-50_50056a6044af0e60 {
    padding-top: 50px !important;
  }
  .md-pt-60_f98e4294c7c670f7 {
    padding-top: 60px !important;
  }
  .md-pt-70_7ce8f05ea0c3dc1a {
    padding-top: 70px !important;
  }
  .md-pt-80_58b4a125bfcdb1d2 {
    padding-top: 80px !important;
  }
  .md-pt-90_e99c2018897406a4 {
    padding-top: 90px !important;
  }
  .md-pt-100_bafb6ad8242d83d3 {
    padding-top: 100px !important;
  }
  .md-pt-110_eb021d4584e2fea6 {
    padding-top: 110px !important;
  }
  .md-pt-120_bcb9d01503960876 {
    padding-top: 120px !important;
  }
  .md-pt-130_8d9416adf1b554a3 {
    padding-top: 130px !important;
  }
  .md-pt-140_ba1cdcdc55f503a1 {
    padding-top: 140px !important;
  }
  .md-pt-150_e88764f92c62ef67 {
    padding-top: 150px !important;
  }
  .md-pt-200_dbfe5789a610cf69 {
    padding-top: 200px !important;
  }
  .md-pb-10_ba282edbca34d5c2 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_55a7254b01c1ca20 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_adf51ebfa96a2b8d {
    padding-bottom: 30px !important;
  }
  .md-pb-40_410fc9b5c049fbb4 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_035eee4ec0aafb05 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_817cc785b32099f3 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_eccb22484f85a091 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_9e69e9c1d99d3671 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_dc6243bd9a13a4b1 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_934f57f5eb7bf613 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_1b81bbda4ef149da {
    padding-bottom: 110px !important;
  }
  .md-pb-120_9c0a0936cabf6876 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_e29360fb4958d283 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_f72d6eaf82f305b0 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_e6cd396c4028583c {
    padding-bottom: 150px !important;
  }
  .md-pb-200_90bed288e028eff6 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_d806208e9b74e08c {
    margin-top: 10px !important;
  }
  .md-mt-20_23632320b0792626 {
    margin-top: 20px !important;
  }
  .md-mt-30_0edc774dc952d486 {
    margin-top: 30px !important;
  }
  .md-mt-40_0131eca8391d499a {
    margin-top: 40px !important;
  }
  .md-mt-50_b98a6eb5c4afa032 {
    margin-top: 50px !important;
  }
  .md-mt-60_e1c3ac89c8dd7ada {
    margin-top: 60px !important;
  }
  .md-mt-70_7c7a56bff577283a {
    margin-top: 70px !important;
  }
  .md-mt-80_0caf1c27a51e8dce {
    margin-top: 80px !important;
  }
  .md-mt-90_993052e9c3858f5c {
    margin-top: 90px !important;
  }
  .md-mt-100_5ad5ab26c91ccb03 {
    margin-top: 100px !important;
  }
  .md-mt-110_dfab14ac8160c87b {
    margin-top: 110px !important;
  }
  .md-mt-120_a290709d08d8b7c6 {
    margin-top: 120px !important;
  }
  .md-mt-130_bc133b056bf26aec {
    margin-top: 130px !important;
  }
  .md-mt-140_9b520d24520f1e7d {
    margin-top: 140px !important;
  }
  .md-mt-150_b8097c6612f2c080 {
    margin-top: 150px !important;
  }
  .md-mt-200_ef94d251ebdf12e8 {
    margin-top: 200px !important;
  }
  .md-mb-10_c59ca6115020a9b6 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_8d6f84d0f218dbb5 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_b7c86a9dc67f5598 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_af115a8ab8b20897 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_b49235df310aff40 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_a11c38a11a755078 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_3c231b468907e949 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_4db0fbe458b781b0 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_2393a348b985f6b6 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_9d39721869018306 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_7d2fe8caad9147d0 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_fe3fc79cc4befce9 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_e1fd3b44883c55ee {
    margin-bottom: 130px !important;
  }
  .md-mb-140_fb4e675677548a5c {
    margin-bottom: 140px !important;
  }
  .md-mb-150_1ac673e1312a8f5d {
    margin-bottom: 150px !important;
  }
  .md-mb-200_304ab0b590455eba {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_7007b0e85c05a4ea {
    padding: 0 !important;
  }
  .sm-m0_dbee587040ea8e4d {
    margin: 0 !important;
  }
  .sm-pt-10_a463b07792fe7b2d {
    padding-top: 10px !important;
  }
  .sm-pt-20_921ebd2faef05e29 {
    padding-top: 20px !important;
  }
  .sm-pt-30_df585126723bd893 {
    padding-top: 30px !important;
  }
  .sm-pt-40_d37c66854f107e2b {
    padding-top: 40px !important;
  }
  .sm-pt-50_48a3f6f8c184ee75 {
    padding-top: 50px !important;
  }
  .sm-pt-60_51efe5a5ec17b713 {
    padding-top: 60px !important;
  }
  .sm-pt-70_9b8084cb199412e6 {
    padding-top: 70px !important;
  }
  .sm-pt-80_7b7abf4c39da7506 {
    padding-top: 80px !important;
  }
  .sm-pt-90_7c49c304e22bac18 {
    padding-top: 90px !important;
  }
  .sm-pt-100_fd57655101789e48 {
    padding-top: 100px !important;
  }
  .sm-pt-110_7ef1c7f6d68e400c {
    padding-top: 110px !important;
  }
  .sm-pt-120_03e18f5aeec2cfb4 {
    padding-top: 120px !important;
  }
  .sm-pt-130_8776415049fe8b2b {
    padding-top: 130px !important;
  }
  .sm-pt-140_b0eb512d9e4e1e41 {
    padding-top: 140px !important;
  }
  .sm-pt-150_2fbeee520b9859e7 {
    padding-top: 150px !important;
  }
  .sm-pt-200_75af6f8dcb20cc06 {
    padding-top: 200px !important;
  }
  .sm-pb-10_6dd8a40ceeb2289d {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_7d0b66d55486ec94 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_adf9a57cbfe32dde {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_0cfc32728431e5c0 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_4c0e49a3e802ebb7 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_72196d14d7e60501 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_6a300979dce4e79b {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_1e75576c1b656c24 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_b18f3f7b8c3c4fc2 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_0a611205697758ec {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_928a1878fd711de7 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_44a1a6ea28e7aabe {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_9cfd83ed07b3add1 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_d5b6a54356cd9eb1 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_096f6cbf43873491 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_8ee7dba473eef672 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_1e2d27500d174fdd {
    margin-top: 10px !important;
  }
  .sm-mt-20_ed4160a61e729c39 {
    margin-top: 20px !important;
  }
  .sm-mt-30_e83ac461a40a671f {
    margin-top: 30px !important;
  }
  .sm-mt-40_89d4a7fb56c6f68a {
    margin-top: 40px !important;
  }
  .sm-mt-50_0f8aa9b4dd358f12 {
    margin-top: 50px !important;
  }
  .sm-mt-60_d1ec0ee49188d57f {
    margin-top: 60px !important;
  }
  .sm-mt-70_44bceb714eaea1f7 {
    margin-top: 70px !important;
  }
  .sm-mt-80_4acb6456efc7025d {
    margin-top: 80px !important;
  }
  .sm-mt-90_3b83ceba4d1a2429 {
    margin-top: 90px !important;
  }
  .sm-mt-100_3a76262e4ba9f5fd {
    margin-top: 100px !important;
  }
  .sm-mt-110_b6a3c535a34e7730 {
    margin-top: 110px !important;
  }
  .sm-mt-120_fc1ce2d7fdcfcfdd {
    margin-top: 120px !important;
  }
  .sm-mt-130_b4f926a929c05787 {
    margin-top: 130px !important;
  }
  .sm-mt-140_7dcafa77e6da3936 {
    margin-top: 140px !important;
  }
  .sm-mt-150_d723d797a9382f62 {
    margin-top: 150px !important;
  }
  .sm-mt-200_219d521b8813001b {
    margin-top: 200px !important;
  }
  .sm-mb-10_f304ef286665b343 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_90ef182d284ec1a6 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_6345829521ccbdb9 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_27b1c049583dc8bf {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_2d9791d3e039a4c4 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_5ee8457112b4fb49 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_88fcf2a410fba673 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_a55c83add4a0e298 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_1d492660d4845a32 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_ef2cc801673fd4b4 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_48bb9f9309444ea8 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_5ad7cc00baf3eb39 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_debb54aac71017ee {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_c71bb1839494bd1b {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_1f37d7b515c652e8 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_1bb5c625ad4fd188 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_d001c807111e6d99 {
    padding: 0 !important;
  }
  .xs-m0_b6d4c7782ff5d1e9 {
    margin: 0 !important;
  }
  .xs-pt-10_102e9560797dc583 {
    padding-top: 10px !important;
  }
  .xs-pt-20_10b1ef15492e85c1 {
    padding-top: 20px !important;
  }
  .xs-pt-30_dc92bbb306ebaf6f {
    padding-top: 30px !important;
  }
  .xs-pt-40_331b9f850c1413b0 {
    padding-top: 40px !important;
  }
  .xs-pt-50_4092497d51239ea6 {
    padding-top: 50px !important;
  }
  .xs-pt-60_b193f9712902a23d {
    padding-top: 60px !important;
  }
  .xs-pt-70_17513eccad598658 {
    padding-top: 70px !important;
  }
  .xs-pt-80_08831529417067e2 {
    padding-top: 80px !important;
  }
  .xs-pt-90_0f7674cb584b582b {
    padding-top: 90px !important;
  }
  .xs-pt-100_453168356fa6c747 {
    padding-top: 100px !important;
  }
  .xs-pt-110_f6f842fbed3e844b {
    padding-top: 110px !important;
  }
  .xs-pt-120_d4d22f6cdbd1c442 {
    padding-top: 120px !important;
  }
  .xs-pt-130_7ac6a621bce4dc60 {
    padding-top: 130px !important;
  }
  .xs-pt-140_1511396e3d7fe20d {
    padding-top: 140px !important;
  }
  .xs-pt-150_33d3cef7411e2aaf {
    padding-top: 150px !important;
  }
  .xs-pt-200_5ce61f4a1c957782 {
    padding-top: 200px !important;
  }
  .xs-pb-10_9b5cc08b24e0eb5c {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_b0eeeac0b4ff8f40 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_1204fd67ad9db69f {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_afad94c441619547 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_48a28130216d476e {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_8c16541437060842 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_896fa99eae85aa67 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_cde633f49d5013be {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_6887bbd17eaa013f {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_59fafa64a9da783a {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_37ac9ea964ea3826 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_02383898b34141c4 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_ec0ec32dd13c5dbf {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_4cf9213c837bbcb7 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_1c7a7fca0eb3aed5 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_148d96397a72ffb6 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_74478afd4bb743fb {
    margin-top: 10px !important;
  }
  .xs-mt-20_13abe4746adfe4f9 {
    margin-top: 20px !important;
  }
  .xs-mt-30_4d1937ab8de51d76 {
    margin-top: 30px !important;
  }
  .xs-mt-40_6af6a87bb34b05ce {
    margin-top: 40px !important;
  }
  .xs-mt-50_d88861f29ea8e186 {
    margin-top: 50px !important;
  }
  .xs-mt-60_6098264aaacbdc27 {
    margin-top: 60px !important;
  }
  .xs-mt-70_ee811fa34e7d4815 {
    margin-top: 70px !important;
  }
  .xs-mt-80_0e72ec4cdbd3a2ee {
    margin-top: 80px !important;
  }
  .xs-mt-90_fadd5bcad3db7fd1 {
    margin-top: 90px !important;
  }
  .xs-mt-100_5bb73f85adef3811 {
    margin-top: 100px !important;
  }
  .xs-mt-110_f92769b475937012 {
    margin-top: 110px !important;
  }
  .xs-mt-120_6a1412a81bbaa55b {
    margin-top: 120px !important;
  }
  .xs-mt-130_a04d87632d0f9d4f {
    margin-top: 130px !important;
  }
  .xs-mt-140_559f1e3a659f7a08 {
    margin-top: 140px !important;
  }
  .xs-mt-150_0511e79a4f5ff3c4 {
    margin-top: 150px !important;
  }
  .xs-mt-200_99b4737e850ead0a {
    margin-top: 200px !important;
  }
  .xs-mb-10_186b2cb2e52b2c16 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_747cc3fba2b0acaf {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_326c3a5aef175f04 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_2213646e653f8ac8 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_366c527021cd142b {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_28f735c671bfa50d {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_a08fa7a51e1ab5b6 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_8e01331a8fa02cb4 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_2654ff93079a83d5 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_e9cd6c8874d0e433 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_23ecabc4fc14517b {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_e2ff1de00a86804f {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_be0bd63c335ee7bf {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_e75f29730de4aa5c {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_7459cd28fb3961ab {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_db5018744107d106 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_9012916275058aba {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_9012916275058aba.menu-overlay_6582b8127ff38a89 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_9012916275058aba.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_9012916275058aba .navbar-toggler_fa42b2e52b917719 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_9012916275058aba.menu-style-three_475ebcecc68ca894 .navbar-toggler_fa42b2e52b917719 {
  background: #000;
}
.theme-main-menu_9012916275058aba.menu-style-four_a2c21577de20b12b .navbar-toggler_fa42b2e52b917719 {
  background: #E6FD5A;
}
.theme-main-menu_9012916275058aba.menu-style-five_231f0a3fd2ab1b82 .navbar-toggler_fa42b2e52b917719 {
  background: #DFFF5E;
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719:focus {
  box-shadow: none;
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719::before,
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719::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_9012916275058aba .navbar-toggler_fa42b2e52b917719 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_9012916275058aba.menu-style-three_475ebcecc68ca894 .navbar-toggler_fa42b2e52b917719:before, .theme-main-menu_9012916275058aba.menu-style-three_475ebcecc68ca894 .navbar-toggler_fa42b2e52b917719:after, .theme-main-menu_9012916275058aba.menu-style-three_475ebcecc68ca894 .navbar-toggler_fa42b2e52b917719 span {
  background: #fff;
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_9012916275058aba .navbar-toggler_fa42b2e52b917719[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_9012916275058aba .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_9012916275058aba .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_9012916275058aba.white-vr_8fa3edb7d69dfb30 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_9012916275058aba.white-vr_8fa3edb7d69dfb30 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_9012916275058aba.white-vr_8fa3edb7d69dfb30.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_9012916275058aba.menu-style-one_1195a82e7bf1ff74 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .info-row_5881f3607cacef5e {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .gap-fix_de0bc0a05c5e1a69 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .greetings_19fcf21d1269c865 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .contact-info_a0cf5a17530c2906 {
  margin: 0 -15px;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .contact-info_a0cf5a17530c2906 li {
  padding: 0 15px;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .contact-info_a0cf5a17530c2906 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .contact-info_a0cf5a17530c2906 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7 .inner-content_7f63a8c9350e86d9 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_9012916275058aba.menu-style-two_69e7e694052bdbc7.fixed .info-row_5881f3607cacef5e {
  display: none;
}
.theme-main-menu_9012916275058aba.menu-style-five_231f0a3fd2ab1b82 {
  background: #000;
  padding: 0;
}
.theme-main-menu_9012916275058aba.menu-style-five_231f0a3fd2ab1b82 .inner-content_7f63a8c9350e86d9 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_9012916275058aba.menu-style-six_1a8e0d2e80d4cf2a .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_9012916275058aba.menu-style-six_1a8e0d2e80d4cf2a .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_9012916275058aba .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_ad3c2a83d62cd8fe {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_ad3c2a83d62cd8fe .mega-menu-title_36ea2da8b3960205 {
  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_9012916275058aba .login-btn-one_c5ef4f90fa168de4 a {
  color: #000;
}
.theme-main-menu_9012916275058aba .login-btn-one_c5ef4f90fa168de4 a:hover {
  text-decoration: underline;
}
.theme-main-menu_9012916275058aba .login-btn-two_70efa1231b188dd7 a {
  color: #044F3B;
}
.theme-main-menu_9012916275058aba .login-btn-two_70efa1231b188dd7 a:hover {
  text-decoration: underline;
}
.theme-main-menu_9012916275058aba .signup-btn-one_2d36d7d171a2d451 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_9012916275058aba .signup-btn-one_2d36d7d171a2d451 .icon_b143f608c2ca2ab1 {
  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_9012916275058aba .signup-btn-one_2d36d7d171a2d451:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_9012916275058aba .signup-btn-one_2d36d7d171a2d451:hover .icon_b143f608c2ca2ab1 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_9012916275058aba .signup-btn-two_6d32c32fbc638594 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_9012916275058aba .signup-btn-two_6d32c32fbc638594:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_9012916275058aba .quote-one_ac16de8ac58e6684 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_9012916275058aba .quote-one_ac16de8ac58e6684:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_85bcce559bc18be8 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_85bcce559bc18be8 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_85bcce559bc18be8 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_85bcce559bc18be8 li a:hover {
  color: #0C3A30;
}
.category-menu_85bcce559bc18be8 .dropdown-menu {
  padding: 0;
}
.category-menu_85bcce559bc18be8 .dropdown-menu li {
  padding: 0;
}
.category-menu_85bcce559bc18be8 .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_1e9a7dab9300ef79 .logo_b12c4901f51c8e70 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_8fa3edb7d69dfb30 .navbar-collapse_1e9a7dab9300ef79 {
    background-color: #0C3A30;
  }
  .navbar-collapse_1e9a7dab9300ef79 {
    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_1e9a7dab9300ef79.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_9012916275058aba .navbar .mega-dropdown_bdf62a29c2f4f621 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_8fa3edb7d69dfb30 .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_ad3c2a83d62cd8fe {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_ed33142e6eca4651 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_5710885127e8f9f0 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_5710885127e8f9f0::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_5710885127e8f9f0 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_5710885127e8f9f0 .hero-slider-one .hero-img_489d80f5641eebeb {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_5710885127e8f9f0 .hero-slider-one .slick-list_99d62146bec13c80, .hero-banner-one_5710885127e8f9f0 .hero-slider-one .slick-track_16d0d2c4b4969992, .hero-banner-one_5710885127e8f9f0 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_5710885127e8f9f0 .hero-heading_e14d544b29200265 {
  font-weight: 700;
  color: #000;
  background: url(../imgstore/shape_62af312894/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_5710885127e8f9f0 .more-btn_3bd0b578b6f99de4 {
  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_5710885127e8f9f0 .more-btn_3bd0b578b6f99de4:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_f8b4424837578d46 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_f8b4424837578d46 .bg-wrapper_9b1423561576b09c {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_f8b4424837578d46 .hero-heading_e14d544b29200265 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_f8b4424837578d46 .rating_552d1c255cf09a00 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_f8b4424837578d46 .rating_552d1c255cf09a00 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_f8b4424837578d46 .media-wrapper_c17ea484fbdceb60 {
  position: absolute;
  background: url(../imgstore/assets_ac85d75587/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_f8b4424837578d46 .media-wrapper_c17ea484fbdceb60 .shape_01_b6f911023d156430 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_f8b4424837578d46 .media-wrapper_c17ea484fbdceb60 .shape_02_1a6911aaa5a67454 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_4385fc99cf9fb03c .hero-heading_e14d544b29200265 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_4385fc99cf9fb03c .media-wrapper_c17ea484fbdceb60 {
  background: url(../imgstore/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_4385fc99cf9fb03c .media-wrapper_c17ea484fbdceb60 .screen_01_7b2e63dd99c7b1b8 {
  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_4385fc99cf9fb03c .media-wrapper_c17ea484fbdceb60 .screen_02_299576611e6f9f90 {
  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_4385fc99cf9fb03c .media-wrapper_c17ea484fbdceb60 .bg-shape_ac6f376c83970828 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_4385fc99cf9fb03c .shape_01_b6f911023d156430 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_06bd133342546928 .bg-wrapper_9b1423561576b09c {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_06bd133342546928 .media-wrapper_c17ea484fbdceb60 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_06bd133342546928 .media-wrapper_c17ea484fbdceb60 .shape_01_b6f911023d156430 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_06bd133342546928 .shape_02_1a6911aaa5a67454 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_484ec7a140e23aca + .blog-details_cee972ff45270cb6 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_d97694ff0c258b20 {
  z-index: 1;
}
.block-feature-three_d97694ff0c258b20:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_d97694ff0c258b20.no-bg_7cbfe39dc35a59c0:before {
  display: none;
}
.block-feature-three_d97694ff0c258b20 .section-btn_d86886ecd7788e4d {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_d97694ff0c258b20 .block-title_91c4249529b08306 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_d97694ff0c258b20 .block-title_91c4249529b08306 a:hover {
  text-decoration: underline;
}
.block-feature-three_d97694ff0c258b20 .round-btn_99d5e0bbbbbdc33f {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_d97694ff0c258b20 .round-btn_99d5e0bbbbbdc33f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_d97694ff0c258b20 .block-one_df44e3612ec56d51 {
  background: url(../imgstore/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_d97694ff0c258b20 .block-one_df44e3612ec56d51 .tag_6300669f75116731 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_d97694ff0c258b20 .block-one_df44e3612ec56d51 .block-title_91c4249529b08306 {
  background: url(../imgstore/shape_62af312894/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_d97694ff0c258b20 .block-two_79a3f9dffcb4b404 {
  overflow: hidden;
}
.block-feature-three_d97694ff0c258b20 .block-two_79a3f9dffcb4b404 .img-wrapper_b5e0eb0f7785c4e6 {
  background: url(../imgstore/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_d97694ff0c258b20 .block-two_79a3f9dffcb4b404 .text-wrapper_9380519039e314d3 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_d97694ff0c258b20 .block-two_79a3f9dffcb4b404 .tag_6300669f75116731 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_d97694ff0c258b20 .block-three_1e1cbe455492ff4d {
  background: #D3FF76;
}
.block-feature-three_d97694ff0c258b20 .block-three_1e1cbe455492ff4d .tag_6300669f75116731 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_d97694ff0c258b20 .block-three_1e1cbe455492ff4d .round-btn_99d5e0bbbbbdc33f {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_d97694ff0c258b20 .block-three_1e1cbe455492ff4d .round-btn_99d5e0bbbbbdc33f:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e {
  background: url(../imgstore/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e .block-title_91c4249529b08306 {
  background: url(../imgstore/shape_62af312894/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e .block-title_91c4249529b08306 a {
  font-size: 28px;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e .tag_6300669f75116731 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e .round-btn_99d5e0bbbbbdc33f {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_d97694ff0c258b20 .block-four_e1c1d8ddecddf38e .round-btn_99d5e0bbbbbdc33f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_d97694ff0c258b20 .block-five_514426bc954ef7dd {
  background: url(../imgstore/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_d97694ff0c258b20 .block-five_514426bc954ef7dd .tag_6300669f75116731 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_d97694ff0c258b20 .block-five_514426bc954ef7dd .block-title_91c4249529b08306 {
  background: url(../imgstore/shape_62af312894/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_bebab4ddadff7aca .upper-wrapper_81987b6560317a7c {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_bebab4ddadff7aca .upper-wrapper_81987b6560317a7c .shape_01_b6f911023d156430 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_bebab4ddadff7aca .line-loop_f4b060abc9c91ebd:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_bebab4ddadff7aca .graph-panel_0e59ad8386435e82 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_bebab4ddadff7aca .graph-panel_0e59ad8386435e82 .main-count_ae001954609f86f5 {
  font-size: 120px;
}
.block-feature-thirteen_bebab4ddadff7aca .graph-panel_0e59ad8386435e82 .chart-box_d726509dafbc8af1 {
  padding: 0 15px;
}
.block-feature-thirteen_bebab4ddadff7aca .graph-panel_0e59ad8386435e82 .chart-box_d726509dafbc8af1 .chart-inner_05263dfb91f8d542 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_5679d02fcce03978 .media-img_720a64ee09d6f4ea {
  border-radius: 30px;
}
.block-feature-sixteen_5679d02fcce03978 .shape_01_b6f911023d156430 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_eed20cb87bdfd4a0 .section-subheading_34e9db618f7270f9 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_eed20cb87bdfd4a0 .shape_01_b6f911023d156430 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_707a89c0eb21c0ad {
  z-index: 1;
}
.text-feature-four_707a89c0eb21c0ad .avatar_debba4cc6edd6ba2 {
  width: 65px;
  height: 65px;
}
.text-feature-four_707a89c0eb21c0ad .name {
  font-size: 28px;
}
.text-feature-four_707a89c0eb21c0ad .quote-text_eca6aa8b5497cdc1 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_707a89c0eb21c0ad .shape_01_b6f911023d156430 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_707a89c0eb21c0ad .shape_02_1a6911aaa5a67454 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_151edc13fd58f4bc .bg-wrapper_9b1423561576b09c {
  background: #FFF2AC;
}
.text-feature-five_151edc13fd58f4bc 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_151edc13fd58f4bc 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_151edc13fd58f4bc 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_151edc13fd58f4bc li:hover:before {
  background: #29594B;
}
.text-feature-five_151edc13fd58f4bc li:hover:after {
  color: #fff;
}
.text-feature-five_151edc13fd58f4bc .media-wrapper_c17ea484fbdceb60 {
  background: url(../imgstore/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_151edc13fd58f4bc .media-wrapper_c17ea484fbdceb60 .video-icon_9dc3432cee8ad7c5 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_151edc13fd58f4bc .media-wrapper_c17ea484fbdceb60 .video-icon_9dc3432cee8ad7c5:hover {
  background: #CFFF45;
}
.text-feature-five_151edc13fd58f4bc .media-wrapper_c17ea484fbdceb60 .screen_01_7b2e63dd99c7b1b8 {
  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_4a1304bff1e2c6f7 {
  z-index: 1;
}
.text-feature-six_4a1304bff1e2c6f7 .media-wrapper_c17ea484fbdceb60 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_4a1304bff1e2c6f7 .media-wrapper_c17ea484fbdceb60 .screen_01_7b2e63dd99c7b1b8 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_4a1304bff1e2c6f7 .shape_01_b6f911023d156430 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_4a1304bff1e2c6f7 .shape_02_1a6911aaa5a67454 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_864d620794e645cf {
  background: url(../imgstore/assets_ac85d75587/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_864d620794e645cf .block_a8de44e1e31c807d .icon_b143f608c2ca2ab1 {
  height: 50px;
}
.text-feature-nine_864d620794e645cf .vertical-text-wrapper_b646780c6698404c {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_864d620794e645cf .vertical-text-wrapper_b646780c6698404c .text-list_8d48f6df1f8a9f4d {
  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_864d620794e645cf .vertical-text-wrapper_b646780c6698404c .text-list_8d48f6df1f8a9f4d:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_864d620794e645cf .vertical-text-wrapper_b646780c6698404c .shape_01_b6f911023d156430 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_864d620794e645cf .vertical-text-wrapper_b646780c6698404c .shape_02_1a6911aaa5a67454 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_864d620794e645cf .shape_03_904f8c2c330b8977 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_864d620794e645cf .shape_04_684d91f73211ff49 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_bc52d9f473dd484b .section-btn_d86886ecd7788e4d {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_af75a6d85817c970 {
  z-index: 1;
}
.team-section-three_af75a6d85817c970:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../imgstore/shape_62af312894/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_af75a6d85817c970 .section-btn_d86886ecd7788e4d {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_af75a6d85817c970 .shape_01_b6f911023d156430 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_af75a6d85817c970 .shape_02_1a6911aaa5a67454 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_af75a6d85817c970 .shape_03_904f8c2c330b8977 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_0633fe31dee827ff .logo_b12c4901f51c8e70 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_dd68bb7d4b7e1a16 {
  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_dea71834a3c6e224 {
  max-width: 565px;
}
.user-data-form .form-wrapper_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 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_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 .placeholder_icon_b317e0896c43dafc {
  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_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 .placeholder_icon_b317e0896c43dafc img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 .placeholder_icon_b317e0896c43dafc span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 .placeholder_icon_b317e0896c43dafc 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_dea71834a3c6e224 .input-group-meta_f756ce07b3839310 .placeholder_icon_b317e0896c43dafc span.eye-slash_fa21254f56ac6ad1:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_43d6fb6b35f095d0 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_43d6fb6b35f095d0 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_43d6fb6b35f095d0 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_43d6fb6b35f095d0 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_43d6fb6b35f095d0 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_43d6fb6b35f095d0 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_43d6fb6b35f095d0 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_3c6faac351fa2f0f {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_d4f35cf517cd2610 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_d4f35cf517cd2610:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_d4f35cf517cd2610 img {
  width: 20px;
}
.user-data-form .btn-close_d7d9c13382fd2993 {
  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_a0e3bcc5c00c05a6 .main-count_ae001954609f86f5 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_747bb0f639e82e4f .icon_b143f608c2ca2ab1 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_69a0ba147798d66b .img-holder_27d4dfdb5f3ef19a {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_69a0ba147798d66b .img-holder_27d4dfdb5f3ef19a.round-border_7f2ceb5e4889a200 {
  border-radius: 30px;
}
.portfolio-block-one_69a0ba147798d66b .img-holder_27d4dfdb5f3ef19a .expend_49c99411a1f40262 {
  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_69a0ba147798d66b .img-holder_27d4dfdb5f3ef19a 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_69a0ba147798d66b .img-holder_27d4dfdb5f3ef19a i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_69a0ba147798d66b:hover .expend_49c99411a1f40262 {
  opacity: 1;
}
.portfolio-block-one_69a0ba147798d66b:hover .img-meta_563631f0519677ac {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_69a0ba147798d66b:hover .pj-title_71e617df92564468 {
  text-decoration: underline;
}
.portfolio-block-one_69a0ba147798d66b .caption {
  margin-top: 35px;
}
.portfolio-block-one_69a0ba147798d66b .caption .tag_6300669f75116731 {
  margin: 0 -3px;
}
.portfolio-block-one_69a0ba147798d66b .caption .tag_6300669f75116731 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_69a0ba147798d66b .caption .pj-title_71e617df92564468 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_69a0ba147798d66b .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_69a0ba147798d66b .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_7848c12af3288731 .bg-wrapper_9b1423561576b09c {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 {
  height: 100%;
}
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-control-next_9b117eca31c4f922,
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-control-prev_0a33cc86e513f609 {
  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_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-control-next_9b117eca31c4f922:hover,
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-control-prev_0a33cc86e513f609:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_7848c12af3288731 .slider-wrapper_88a5f900663cb347 .carousel-control-prev_0a33cc86e513f609 {
  left: auto;
  right: 45px;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 h3 {
  font-size: 36px;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .list-meta_68a4745a40614fda li {
  padding: 22px 0;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .list-meta_68a4745a40614fda .icon_b143f608c2ca2ab1 {
  width: 40px;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .list-meta_68a4745a40614fda .text1_eac1eb62c5fb30a8 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .list-meta_68a4745a40614fda span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .social-share_91cc37f4f593fc61 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_7848c12af3288731 .info-wrapper_31961396bd724308 .social-share_91cc37f4f593fc61 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_43b50c0169ba361b .slider-wrapper_88a5f900663cb347 {
  padding-left: 100px;
}
.feedback-section-three_43b50c0169ba361b .slider-wrapper_88a5f900663cb347 .icon_b143f608c2ca2ab1 {
  left: 0;
  top: 18px;
}
.feedback-section-three_43b50c0169ba361b .slick-dots_4ca278836e74e65d {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_43b50c0169ba361b .slick-dots_4ca278836e74e65d li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_43b50c0169ba361b .slick-dots_4ca278836e74e65d .slick-active button {
  background: #000;
}
.feedback-section-three_43b50c0169ba361b .rating-box_053ef938a42d3e13 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_43b50c0169ba361b .rating-box_053ef938a42d3e13 .rating_552d1c255cf09a00 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_43b50c0169ba361b .shape_01_b6f911023d156430 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_43b50c0169ba361b .shape_02_1a6911aaa5a67454 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_bfe7d1e3b4a1b2bd {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_bfe7d1e3b4a1b2bd .post-data_c9f11f27292a786c {
  padding: 30px 35px 25px;
}
.blog-meta-one_bfe7d1e3b4a1b2bd .post-data_c9f11f27292a786c .post-info_527dd3e551fc9576 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_bfe7d1e3b4a1b2bd .post-data_c9f11f27292a786c .blog-title_53c5d29568f68ab4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_bfe7d1e3b4a1b2bd .post-data_c9f11f27292a786c .blog-title_53c5d29568f68ab4:hover {
  text-decoration: underline;
}
.blog-meta-one_bfe7d1e3b4a1b2bd .post-img_813d70a610701712 {
  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_bfe7d1e3b4a1b2bd .post-img_813d70a610701712 .round-btn_99d5e0bbbbbdc33f {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_bfe7d1e3b4a1b2bd:hover .round-btn_99d5e0bbbbbdc33f {
  background: #CFFF45;
}
.blog-meta-one_bfe7d1e3b4a1b2bd.style-two_939e29bb68bb98e5 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_bfe7d1e3b4a1b2bd.style-two_939e29bb68bb98e5 .post-img_813d70a610701712 {
  border-radius: 0;
}
.blog-meta-one_bfe7d1e3b4a1b2bd.style-two_939e29bb68bb98e5 .blog-title_53c5d29568f68ab4 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_15c8f3daaaca6140 {
  background: #fff;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c {
  padding-top: 30px;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .blog-title_53c5d29568f68ab4 {
  width: 70%;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .blog-title_53c5d29568f68ab4 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .blog-title_53c5d29568f68ab4:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .round-btn_99d5e0bbbbbdc33f {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .round-btn_99d5e0bbbbbdc33f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_15c8f3daaaca6140 .post-data_c9f11f27292a786c .post-info_527dd3e551fc9576 {
  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_15c8f3daaaca6140 .post-img_813d70a610701712 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_15c8f3daaaca6140 .post-img_813d70a610701712 .date_79ab829d858cf415 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_15c8f3daaaca6140.style-two_939e29bb68bb98e5 {
  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_15c8f3daaaca6140.style-two_939e29bb68bb98e5 p {
  font-size: 18px;
}
.blog-meta-two_15c8f3daaaca6140.style-two_939e29bb68bb98e5 .post-img_813d70a610701712 {
  height: auto;
  width: 100%;
}
.blog-meta-two_15c8f3daaaca6140.style-two_939e29bb68bb98e5 .post-data_c9f11f27292a786c {
  padding: 26px 0;
}
.blog-meta-two_15c8f3daaaca6140.style-two_939e29bb68bb98e5 .post-data_c9f11f27292a786c .post-info_527dd3e551fc9576 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_15c8f3daaaca6140.style-two_939e29bb68bb98e5 .post-data_c9f11f27292a786c .round-btn_99d5e0bbbbbdc33f {
  border: none;
}

.signup-btn-one_2d36d7d171a2d451 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_2d36d7d171a2d451 .icon_b143f608c2ca2ab1 {
  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_55abd1831abafe8f {
  z-index: 1;
}
.blog-section-three_55abd1831abafe8f .section-btn_d86886ecd7788e4d {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_1cd53292691a163c {
  z-index: 5;
}
.blog-section-four_1cd53292691a163c.block-feature-three_d97694ff0c258b20:before {
  display: none;
}
.blog-section-four_1cd53292691a163c.block-feature-three_d97694ff0c258b20 .block-one_df44e3612ec56d51 {
  background: url(../imgstore/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 .wrapper_5110f1c6cc2bc10f {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 .wrapper_5110f1c6cc2bc10f .icon_b143f608c2ca2ab1 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 .wrapper_5110f1c6cc2bc10f h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .quote-wrapper_28d53ffb550ea550 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .img-gallery_fcd136bcb40cd8de {
  margin-bottom: 50px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .img-gallery_fcd136bcb40cd8de img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .list-item_bd532fac88cd1d3f li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_cee972ff45270cb6 .post-details-meta_33972c11c320c6ca .list-item_bd532fac88cd1d3f li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc {
  padding: 10px 0 5px;
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc .tags_d43ab92890fec294 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc .tags_d43ab92890fec294 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc .tags_d43ab92890fec294 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc .share-icon_9979b4b72b2f7f9d li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_cee972ff45270cb6 .bottom-widget_f7be8f4b6e23a2bc .share-icon_9979b4b72b2f7f9d a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_cee972ff45270cb6 .grey-bg_e73a974eef62a5a3 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_cee972ff45270cb6 .blog-inner-title_1b73751064b3ca0a {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 {
  margin: 60px 0;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f:last-child {
  padding-bottom: 5px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .reply-comment_f4cee3f81374b08c {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .user-avatar_a4f5fa1a58421be9 {
  width: 60px;
  height: 60px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da .date_79ab829d858cf415 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da .reply-btn_172bf6c16504c5fd {
  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_cee972ff45270cb6 .blog-comment-area_7ddb5a4ff88fb4a2 .comment_a9f22e43a9b7797f .comment-text_0db70654f08e86da .reply-btn_172bf6c16504c5fd:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_cee972ff45270cb6 .blog-comment-form_55cef3f54c93657b p a {
  color: #19352D;
}
.blog-details_cee972ff45270cb6 .blog-comment-form_55cef3f54c93657b form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_cee972ff45270cb6 .blog-comment-form_55cef3f54c93657b form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_cee972ff45270cb6 .blog-comment-form_55cef3f54c93657b 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_c3d0c184720b3766 {
  height: 600px;
}

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

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

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

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

.footer-one_2d94a199a5791db9 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_2d94a199a5791db9 .bottom-footer_f75eb899ec702788 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_2d94a199a5791db9 .social-icon_0ce43dd91262490c 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_2d94a199a5791db9 .social-icon_0ce43dd91262490c a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_2d94a199a5791db9 .footer-title_2e8a4d033c268f89 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_2d94a199a5791db9 .footer-nav-link_1e6bb1a9e224d8b9 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_2d94a199a5791db9 .footer-nav-link_1e6bb1a9e224d8b9 a:hover {
  color: #fff;
}
.footer-nav-link_1e6bb1a9e224d8b9 p {
  font-size: 16px;
}
.logo_b12c4901f51c8e70 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_ccba8f3b29cd64bb {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_e39a9a7b17ca3321 {
  align-content: center;
}

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

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

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

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

.footer-three_e53b1f511c149f5c {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_e53b1f511c149f5c .round-bg_9d7a6c5d1be33c50 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_e53b1f511c149f5c .round-bg_9d7a6c5d1be33c50.color-two_29e5b15be7369207 {
  background: #F6FFDD;
}
.footer-three_e53b1f511c149f5c .footer-intro_2032a6aee31daf54 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_e53b1f511c149f5c .footer-intro_2032a6aee31daf54 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e53b1f511c149f5c .footer-title_2e8a4d033c268f89 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_e53b1f511c149f5c .footer-nav-link_1e6bb1a9e224d8b9 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_e53b1f511c149f5c .footer-nav-link_1e6bb1a9e224d8b9 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .copyright_faa8377ceda69d8a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .bottom-nav_bd1b7c5c397384f5 {
  margin: 0 -12px;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .bottom-nav_bd1b7c5c397384f5 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .bottom-nav_bd1b7c5c397384f5 a:hover {
  text-decoration: underline;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .social-icon_0ce43dd91262490c {
  margin: 0 -10px;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .social-icon_0ce43dd91262490c a {
  margin: 0 10px;
}
.footer-three_e53b1f511c149f5c .bottom-footer_f75eb899ec702788 .social-icon_0ce43dd91262490c a:hover {
  color: #19352D;
}
.footer-three_e53b1f511c149f5c .shape_01_b6f911023d156430 {
  top: -3%;
  left: -3%;
}
.footer-three_e53b1f511c149f5c .shape_02_1a6911aaa5a67454 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_1516137af08495c0 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_1516137af08495c0:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../imgstore/assets_ac85d75587/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_1516137af08495c0 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 .round-btn_99d5e0bbbbbdc33f {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 .round-btn_99d5e0bbbbbdc33f:hover, .footer-five_1516137af08495c0 .btn-group_8ad376822b40b183 .round-btn_99d5e0bbbbbdc33f:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_1516137af08495c0 .social-icon_0ce43dd91262490c {
  margin: 0 -20px;
}
.footer-five_1516137af08495c0 .social-icon_0ce43dd91262490c a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_1516137af08495c0 .social-icon_0ce43dd91262490c a:hover {
  color: #DFFF5E;
}
.footer-five_1516137af08495c0 .bottom-nav_bd1b7c5c397384f5 {
  margin: 0 -12px;
}
.footer-five_1516137af08495c0 .bottom-nav_bd1b7c5c397384f5 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_1516137af08495c0 .bottom-nav_bd1b7c5c397384f5 a:hover {
  text-decoration: underline;
}
.footer-five_1516137af08495c0 .shape_01_b6f911023d156430 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_1516137af08495c0 .shape_02_1a6911aaa5a67454 {
  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_cbcceafcd3b6fbd1 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_002c6631a2146e79 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_82f76af94b51d32c {
  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_f646fdb833f4c3ba {
  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_4212e60f18c6e569 {
  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_32c152d328dc9978 {
  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_f204624f2ae8e390 {
  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_758cbf0b6e7915ec {
  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_b4c75ae0acbc7430 {
  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_d9a9dfa45808d7c1 {
  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_ac2e54c7853059dc {
  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_a251c6ae9497fe68 {
  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_efdca3842057afa9 {
  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_a448ef32151f9e65 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_7ffac169f236861a {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_b3d5bd7822c1f215 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_a469f7c4c7af55c6 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_451e273d511f2732 {
  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_f4c0590607c73dd6 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_58c15d34148df150 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_2316ce3e2db36d03 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_f7c494c6747f3745 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_1303370d653bc3fc {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_b835248afb7da6d4 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_62946c50c0175947 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_d7000f443fad7322 {
  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_9d6bc6becc329159 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_4751779d8e66252e {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_e8a910d0f2479faf {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_fae71986a1062fa4 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_dda18fc38de41d90 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_c4e3e830d077da57 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_08d615471d28bb9c {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_744166fb6ae51329 {
  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_50eb05ff66cb6c26 {
  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_1b2d090d303131f5 {
  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_3eaf73af8341a3fb {
  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_069d28a78a9a5df3 {
  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_87e7877c3ed2162b {
  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_77cc0cfec5b897fa {
  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_0aa456ca3cba0718 {
  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_20ab6d490f20442c {
  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_3c7575ebfdaa391a {
  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_f06ef32893586072 {
  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_6bc4ed9aba85830c {
  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_46188c8b8f6806ad {
  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_a27c7335c47fb275 {
  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_a0166ef186cebf98 {
  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_26e74cef6c01f850 {
  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_b682715537be5870 {
  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_0a8f0488c61919b1 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_cabb5b3ff7f2d84b {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_315659dbf3a0352a {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_8706c58981ab6595 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_5525bfb3c7ba0906 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_954017e97259c246 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_326efffe0bf77b1d {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_4ad55da0842880b2 {
  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_cbcceafcd3b6fbd1 {
  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_0baf8a5720dca06a {
  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_0facb8bd18a32f0e {
  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_b36c01689e6c2d25 .theme-select-menu_c8e15c25ad702ec2 {
  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_e6c03e13980513e0 {
  overflow: hidden;
}
.product-block-one_e6c03e13980513e0 .img-holder_27d4dfdb5f3ef19a {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_e6c03e13980513e0 .img-holder_27d4dfdb5f3ef19a .cart-icon_c8b11e1c44101305 {
  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_e6c03e13980513e0 .img-holder_27d4dfdb5f3ef19a .cart-icon_c8b11e1c44101305:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_e6c03e13980513e0 .img-holder_27d4dfdb5f3ef19a .cart-button_19e9b50c38282668 {
  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_e6c03e13980513e0 .img-holder_27d4dfdb5f3ef19a .cart-button_19e9b50c38282668:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_e6c03e13980513e0 .product-title_e6dcdf487798d650 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_e6c03e13980513e0 .rating_552d1c255cf09a00 {
  margin: 0 -3px;
}
.product-block-one_e6c03e13980513e0 .rating_552d1c255cf09a00 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_e6c03e13980513e0 .rating_552d1c255cf09a00 li .bi-star-fill_02254e712459e8cf {
  color: #FFCB65;
}
.product-block-one_e6c03e13980513e0 .price_cf460dd0d1f503e5 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_e6c03e13980513e0:hover .cart-button_19e9b50c38282668 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_e6c03e13980513e0:hover .product-img_d6db5cf9a689b9ee {
  transform: scale(0.95);
}
.product-block-one_e6c03e13980513e0:hover .cart-icon_c8b11e1c44101305 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_e6c03e13980513e0:hover .product-title_e6dcdf487798d650 {
  text-decoration: underline;
}

.product-details-one_7c1cc3994373fdb7 .product-img-tab_3bf417e46f169d0f {
  border: none;
}
.product-details-one_7c1cc3994373fdb7 .product-img-tab_3bf417e46f169d0f .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_7c1cc3994373fdb7 .product-img-tab_3bf417e46f169d0f .nav-link img {
  max-height: 100%;
}
.product-details-one_7c1cc3994373fdb7 .product-img-tab_3bf417e46f169d0f .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_7c1cc3994373fdb7 .product-img-tab-content_8fd5315094e1a471 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_7c1cc3994373fdb7 .product-img-tab-content_8fd5315094e1a471 img {
  margin: auto;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .stock-tag_5e6f4442b45ae38c {
  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_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .product-name_44f6132baaa2c7aa {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .rating_552d1c255cf09a00 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .rating_552d1c255cf09a00 li .bi-star-fill_02254e712459e8cf {
  color: #FFCB65;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .rating_552d1c255cf09a00 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .rating_552d1c255cf09a00 li a:hover {
  text-decoration: underline;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .price_cf460dd0d1f503e5 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .price_cf460dd0d1f503e5 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .availability_92eb95b04ce3e27f {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .description-text_e81add270e0d1fdf {
  padding: 10px 0 15px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .product-feature_0ce109863ccbad1b {
  margin-bottom: 20px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .product-feature_0ce109863ccbad1b li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .product-feature_0ce109863ccbad1b li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .customize-order_6c51f3f1b3089b42 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .customize-order_6c51f3f1b3089b42 .quantity_0c88b97c003c532a .button-group_537888fc994cbe43 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .customize-order_6c51f3f1b3089b42 .quantity_0c88b97c003c532a .button-group_537888fc994cbe43 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .customize-order_6c51f3f1b3089b42 .quantity_0c88b97c003c532a .button-group_537888fc994cbe43 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_7c1cc3994373fdb7 .product-info_00c4b979ce3da55a .customize-order_6c51f3f1b3089b42 .quantity_0c88b97c003c532a .button-group_537888fc994cbe43 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_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .nav-tabs_4c8a1ba7f2b5003a {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .nav-tabs_4c8a1ba7f2b5003a .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_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .nav-tabs_4c8a1ba7f2b5003a .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_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .nav-tabs_4c8a1ba7f2b5003a .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .nav-tabs_4c8a1ba7f2b5003a .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .tab-content_e6d0a9dcda4d2155 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .tab-content_e6d0a9dcda4d2155 .product-feature_0ce109863ccbad1b li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .tab-content_e6d0a9dcda4d2155 .product-feature_0ce109863ccbad1b li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .single-comment_3d306e4ea4ab4bb2 {
  padding-bottom: 40px;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .single-comment_3d306e4ea4ab4bb2:last-child {
  padding-bottom: 0;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-img_830acb994dd0a862 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-comment-data_e45f5a2b635f14ee {
  padding-left: 30px;
  position: relative;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-comment-data_e45f5a2b635f14ee .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-comment-data_e45f5a2b635f14ee .rating_552d1c255cf09a00 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-comment-data_e45f5a2b635f14ee .rating_552d1c255cf09a00 li .bi-star-fill_02254e712459e8cf {
  color: #FFCB65;
}
.product-details-one_7c1cc3994373fdb7 .product-review-tab_98ba8f74bc1eec1d .user-comment-area_3daf09c320bb2a04 .user-comment-data_e45f5a2b635f14ee p {
  padding-top: 8px;
}

.cart-list-form_2dff64c427e36500 {
  position: relative;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 {
  margin: 0;
  background: transparent;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 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_2dff64c427e36500 .table_d91288380b1ce5d9 th:first-child {
  text-align: left;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-thumbnails_8ad6f895e34eab91 {
  width: 85px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-thumbnails_8ad6f895e34eab91 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-thumbnails_8ad6f895e34eab91 .product-img_d6db5cf9a689b9ee {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-info_00c4b979ce3da55a {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-info_00c4b979ce3da55a .product-name_44f6132baaa2c7aa {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-info_00c4b979ce3da55a .serial_0b6bc40f734c6778 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .product-info_00c4b979ce3da55a ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .price_cf460dd0d1f503e5 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .quantity_0c88b97c003c532a li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .quantity_0c88b97c003c532a li .btn_ee53401c50b61279 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .quantity_0c88b97c003c532a 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_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .remove-product_6cc549626492b489 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_2dff64c427e36500 .table_d91288380b1ce5d9 tbody .remove-product_6cc549626492b489:hover {
  color: #ff2759;
}
.cart-list-form_2dff64c427e36500 .cart-footer_6849b34ce63d7ce3 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_2dff64c427e36500 .cart-footer_6849b34ce63d7ce3 .coupon-form_6d90c621ced9a8db input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_2dff64c427e36500 .cart-footer_6849b34ce63d7ce3 .cart-total-section_c6b1949c990f4976 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_2dff64c427e36500 .cart-footer_6849b34ce63d7ce3 .cart-total-section_c6b1949c990f4976 .cart-total-table_d1240f4dc5fbd5e2 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_2dff64c427e36500 .cart-footer_6849b34ce63d7ce3 .cart-total-section_c6b1949c990f4976 .cart-total-table_d1240f4dc5fbd5e2 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_b948d09534a6edbc {
  height: auto;
}

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

.fancybox-caption_a4b13001f209fe5c, .fancybox-infobar_3cbe387aa1c2d216, .fancybox-navigation_cffc5dfe51036c95 .fancybox-button_ad10be27e72827a9, .fancybox-toolbar_0da164b93c0fa71d {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_f94e0e90fef3b068 .fancybox-caption_a4b13001f209fe5c, .fancybox-show-infobar_7b342a5fa831274d .fancybox-infobar_3cbe387aa1c2d216, .fancybox-show-nav_69d7c1d374bb07dc .fancybox-navigation_cffc5dfe51036c95 .fancybox-button_ad10be27e72827a9, .fancybox-show-toolbar_7db3a8c0ceaf37fc .fancybox-toolbar_0da164b93c0fa71d {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_12f8ab1759e81dcd .fancybox-stage_a5dce42b2f902e75 {
  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_57c6781c67816658 .fancybox-slide, .fancybox-slide--current_7bc5c18f5b4ffe2c, .fancybox-slide--next_34ad5ca8b3a46f1f, .fancybox-slide--previous_5bb068227bd193df {
  display: block;
}

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

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

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

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

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

.fancybox-content_52c151ca20bede8c {
  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_6b330c396b81733b .fancybox-content_52c151ca20bede8c {
  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_c4ddd9a57fb93b7f .fancybox-content_52c151ca20bede8c {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_f33d398e5b8a2039 .fancybox-content_52c151ca20bede8c {
  cursor: zoom-in;
}

.fancybox-can-drag_912804843b0cbf69 .fancybox-content_52c151ca20bede8c {
  cursor: grab;
}

.fancybox-is-dragging_c7c69138b605b3f0 .fancybox-content_52c151ca20bede8c {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_58594fd16c84e8f1 .fancybox-content_52c151ca20bede8c {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_ecc34bf9225ec00e .fancybox-content_52c151ca20bede8c, .fancybox-slide--map_df66f95f5619edea .fancybox-content_52c151ca20bede8c, .fancybox-slide--video_4133f7c4de6c6e3c .fancybox-content_52c151ca20bede8c {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_4133f7c4de6c6e3c .fancybox-content_52c151ca20bede8c {
  background: #000;
}

.fancybox-slide--map_df66f95f5619edea .fancybox-content_52c151ca20bede8c {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_a5c09b8b5aae1cbd svg path, .fancybox-button--share_9cd193a829dda4aa svg path, .fancybox-button--thumbs_c6bae781a72da10d svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_69d7c1d374bb07dc .fancybox-navigation_cffc5dfe51036c95 .fancybox-button_ad10be27e72827a9 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_cffc5dfe51036c95 .fancybox-button--arrow_left_e60da7992ed2e6de {
  left: 6px;
}

.fancybox-navigation_cffc5dfe51036c95 .fancybox-button--arrow_right_76e68da83993a7d9 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_ecc34bf9225ec00e .fancybox-close-small_a3e5abd0dd97109d, .fancybox-slide--image_6b330c396b81733b .fancybox-close-small_a3e5abd0dd97109d, .fancybox-slide--video_4133f7c4de6c6e3c .fancybox-close-small_a3e5abd0dd97109d {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_ecc34bf9225ec00e .fancybox-close-small_a3e5abd0dd97109d:hover svg, .fancybox-slide--image_6b330c396b81733b .fancybox-close-small_a3e5abd0dd97109d:hover svg, .fancybox-slide--video_4133f7c4de6c6e3c .fancybox-close-small_a3e5abd0dd97109d:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_f2c3bafed8d9c887 .fancybox-close-small_a3e5abd0dd97109d, .fancybox-is-zoomable_74cd88dfae8852b3.fancybox-can-drag_912804843b0cbf69 .fancybox-close-small_a3e5abd0dd97109d {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_ba69a9650d029989.fancybox-slide--next_34ad5ca8b3a46f1f, .fancybox-fx-fade_ba69a9650d029989.fancybox-slide--previous_5bb068227bd193df {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_ba69a9650d029989.fancybox-slide--current_7bc5c18f5b4ffe2c {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_3f5964b37d864627 {
  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_0b9aa7442df4f282 {
  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_6711000980c9f605 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_5f7d02f9dd2e5055 .fancybox-thumbs_0b9aa7442df4f282 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_0b9aa7442df4f282 > 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_0b9aa7442df4f282 .fancybox-thumbs-active_58f36f27d5af11aa:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_f98afa4b4329dd71 .slick-track_16d0d2c4b4969992,
.slick-slider_f98afa4b4329dd71 .slick-list_99d62146bec13c80 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_29fa1b2c5e57ea25 .slick-track_16d0d2c4b4969992 {
  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_29fa1b2c5e57ea25 img {
  display: none;
}

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

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

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

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

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