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

.h1_a6973daeeaf638ed,
h1,
.h2_73274f28319b1b05,
h2,
.h3_e79d02045e3ea42d,
h3,
.h4_feb4dbf6f7368bd4,
h4,
.h5_846b9b1d325243a8,
h5,
.h6_5bd88c3b02f3a845,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_09f4d49b444e8f03 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_c0949d4694ebc3ff {
  padding: 0 !important;
}

.m0_3a8e22301aa6a7c1 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_ad5789e6e4b67875 {
    padding: 0 !important;
  }
  .xl-m0_3e2ba16dd3e272cd {
    margin: 0 !important;
  }
  .xl-pt-10_2931cc89d1c81e4f {
    padding-top: 10px !important;
  }
  .xl-pt-20_6d6c98409e1e5a78 {
    padding-top: 20px !important;
  }
  .xl-pt-30_af100882316c7c64 {
    padding-top: 30px !important;
  }
  .xl-pt-40_1f2c85c8db4da9cd {
    padding-top: 40px !important;
  }
  .xl-pt-50_56034b112d5be888 {
    padding-top: 50px !important;
  }
  .xl-pt-60_e2940d8afa27a80b {
    padding-top: 60px !important;
  }
  .xl-pt-70_ff4831a46f8b7fef {
    padding-top: 70px !important;
  }
  .xl-pt-80_78754b57728d99df {
    padding-top: 80px !important;
  }
  .xl-pt-90_ebcf3c657b43167f {
    padding-top: 90px !important;
  }
  .xl-pt-100_8bd8b4fdc0bf57bd {
    padding-top: 100px !important;
  }
  .xl-pt-110_aa9b67e3f517723f {
    padding-top: 110px !important;
  }
  .xl-pt-120_6688ffd68d55ddb2 {
    padding-top: 120px !important;
  }
  .xl-pt-130_aa834b4b0af80ec4 {
    padding-top: 130px !important;
  }
  .xl-pt-140_4423bbeae8d8537c {
    padding-top: 140px !important;
  }
  .xl-pt-150_29f097c1fa477d52 {
    padding-top: 150px !important;
  }
  .xl-pt-200_776a78870a19c36f {
    padding-top: 200px !important;
  }
  .xl-pb-10_33dca9c38229b22b {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_6a731131d33eb7cc {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_e6578e68c78d8b17 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_ad332f45b5b37563 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_9fd7d9869f504c4c {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_8be48af01f62661d {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_768a48cf0518ee8f {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_68e0f1d12c6c47ef {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_7bc01127451f5455 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_3e40b6c853ac53dc {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_baa4b14f2109d292 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_9e090995f2044aaf {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_66034204b16cb85e {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_bff72a6d4d929c99 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_0b25b1fb2489a299 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_924e30ddcb06d2ed {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_7529da2f0e41cb99 {
    margin-top: 10px !important;
  }
  .xl-mt-20_1b1309bbf33acf5e {
    margin-top: 20px !important;
  }
  .xl-mt-30_e71aa5c60eb84191 {
    margin-top: 30px !important;
  }
  .xl-mt-40_9fe472cfd198fb12 {
    margin-top: 40px !important;
  }
  .xl-mt-50_c64f2f54e8a75f19 {
    margin-top: 50px !important;
  }
  .xl-mt-60_bc554ae346995e03 {
    margin-top: 60px !important;
  }
  .xl-mt-70_dfa583d610f6ce5c {
    margin-top: 70px !important;
  }
  .xl-mt-80_3af9bd4f17c3cf6a {
    margin-top: 80px !important;
  }
  .xl-mt-90_7f884113fdf786cc {
    margin-top: 90px !important;
  }
  .xl-mt-100_eda8b8030cfbaa05 {
    margin-top: 100px !important;
  }
  .xl-mt-110_9af0f2dd6dd31741 {
    margin-top: 110px !important;
  }
  .xl-mt-120_7620bbdc0941e94a {
    margin-top: 120px !important;
  }
  .xl-mt-130_c229d1e6e42656d5 {
    margin-top: 130px !important;
  }
  .xl-mt-140_7922e748b55445b9 {
    margin-top: 140px !important;
  }
  .xl-mt-150_c8cb66c8d707ecd1 {
    margin-top: 150px !important;
  }
  .xl-mt-200_d357d43234698e55 {
    margin-top: 200px !important;
  }
  .xl-mb-10_7cbb4dfd67d98154 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_9b5a1eb0653aa458 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_e9d01bb23b34abf5 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_55b2042db71847ab {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_7d07eac53cdcfa14 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_3e052fd28cf0e671 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_cde786135ad80a25 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_86e76cc0d438045a {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_e5bf1c055225b534 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_3e966f19c6427a43 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_0b59d949b896d811 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_920c4581ebd78d9c {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_4def371a793a876f {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_f5481f34f5ec1cf9 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_b4c531b6a6911a79 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_c899d147501a2e46 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_67d279745f886ae8 {
    padding: 0 !important;
  }
  .lg-m0_95bd1f06b147d5f2 {
    margin: 0 !important;
  }
  .lg-pt-10_42982fa76902cdb4 {
    padding-top: 10px !important;
  }
  .lg-pt-20_6721ce3ce16d9a23 {
    padding-top: 20px !important;
  }
  .lg-pt-30_8394a4f87bd623f1 {
    padding-top: 30px !important;
  }
  .lg-pt-40_f8464dc5ecfe56d8 {
    padding-top: 40px !important;
  }
  .lg-pt-50_bda782f7185592e5 {
    padding-top: 50px !important;
  }
  .lg-pt-60_d62827de8ed21833 {
    padding-top: 60px !important;
  }
  .lg-pt-70_208d1d09313db2c8 {
    padding-top: 70px !important;
  }
  .lg-pt-80_cfb7171e7eb5a92a {
    padding-top: 80px !important;
  }
  .lg-pt-90_f704f7854aa04221 {
    padding-top: 90px !important;
  }
  .lg-pt-100_4a7de25c3496f4c9 {
    padding-top: 100px !important;
  }
  .lg-pt-110_fbf94cde05dca52d {
    padding-top: 110px !important;
  }
  .lg-pt-120_f8c16368f211b771 {
    padding-top: 120px !important;
  }
  .lg-pt-130_b24e8d7ab9fef2f9 {
    padding-top: 130px !important;
  }
  .lg-pt-140_08be30a1c86ff21a {
    padding-top: 140px !important;
  }
  .lg-pt-150_2569b157b54d29f3 {
    padding-top: 150px !important;
  }
  .lg-pt-200_f01b2476803b827c {
    padding-top: 200px !important;
  }
  .lg-pb-10_1b7d89c652c685dd {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_15b1e7dc42260534 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_88835802c322022d {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_5b4fcc37059db210 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_b9a826e8a5e8473e {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_0077fabba40dd6a4 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_b464e1329b629b7f {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_ce0a508e9b4b6bb2 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_fc717199a02edecd {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_8ab2f7a061755ce1 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_d727e6fa9ce48155 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_76de8823e2994a3f {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_1c0306c332951529 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_acda0eee67164099 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_532504337368c0f9 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_65f0d1ee434381a4 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_e9d0dd1250a13eff {
    margin-top: 10px !important;
  }
  .lg-mt-20_fecc852e28674890 {
    margin-top: 20px !important;
  }
  .lg-mt-30_9549805e46895c5a {
    margin-top: 30px !important;
  }
  .lg-mt-40_992c83ededd7fc6a {
    margin-top: 40px !important;
  }
  .lg-mt-50_c0fc5ac34a0ce114 {
    margin-top: 50px !important;
  }
  .lg-mt-60_0ffda2e51c465248 {
    margin-top: 60px !important;
  }
  .lg-mt-70_cff1120091352a24 {
    margin-top: 70px !important;
  }
  .lg-mt-80_bd4eb06588830d08 {
    margin-top: 80px !important;
  }
  .lg-mt-90_21eee0306b2b855b {
    margin-top: 90px !important;
  }
  .lg-mt-100_3aaa766ad3865f93 {
    margin-top: 100px !important;
  }
  .lg-mt-110_33ace76ce99a2e86 {
    margin-top: 110px !important;
  }
  .lg-mt-120_8780141820cd4122 {
    margin-top: 120px !important;
  }
  .lg-mt-130_29e5976ccf3c5fbc {
    margin-top: 130px !important;
  }
  .lg-mt-140_f561784ea1a14c2e {
    margin-top: 140px !important;
  }
  .lg-mt-150_1bae723afa3e8ffd {
    margin-top: 150px !important;
  }
  .lg-mt-200_4613cf000380382a {
    margin-top: 200px !important;
  }
  .lg-mb-10_88b345f4bb78ce43 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_39cee3229ff4512d {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_911f75b8280f12c1 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_fdcc9f1aceb73886 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_75f44294dfb1a5cf {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_d9f4a6edc1d94d4e {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_104fd4d2ec806257 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_aa004a1b9cc64dfb {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_8be7cda3ef212754 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_8d585ce2c5d87a78 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_b9f998dac0a46152 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_2f6d31284f8a986e {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_794bd4313dd512db {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_c0843f9598326e76 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_879da42deea4d7b5 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_1df692e8cdf5da19 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_c99a026eb81a42a9 {
    padding: 0 !important;
  }
  .md-m0_adce62414aa2aa48 {
    margin: 0 !important;
  }
  .md-pt-10_c5b98391fbcf85f2 {
    padding-top: 10px !important;
  }
  .md-pt-20_ef471a31f8a7bbed {
    padding-top: 20px !important;
  }
  .md-pt-30_940306e33dbb1916 {
    padding-top: 30px !important;
  }
  .md-pt-40_6c1fef21e8b062ea {
    padding-top: 40px !important;
  }
  .md-pt-50_6dceb2be2493fcf5 {
    padding-top: 50px !important;
  }
  .md-pt-60_239990d9cfc8ab6d {
    padding-top: 60px !important;
  }
  .md-pt-70_6adbf457cf27e9f4 {
    padding-top: 70px !important;
  }
  .md-pt-80_6c252cc891e9c642 {
    padding-top: 80px !important;
  }
  .md-pt-90_a6be77f7340d4acf {
    padding-top: 90px !important;
  }
  .md-pt-100_8ae3c62a4c7b1a65 {
    padding-top: 100px !important;
  }
  .md-pt-110_ed589525c9e32f0b {
    padding-top: 110px !important;
  }
  .md-pt-120_6fcbe83485c98128 {
    padding-top: 120px !important;
  }
  .md-pt-130_42ff58de9163fbc8 {
    padding-top: 130px !important;
  }
  .md-pt-140_0cca535e5aecefde {
    padding-top: 140px !important;
  }
  .md-pt-150_7074d3db5e78b5cb {
    padding-top: 150px !important;
  }
  .md-pt-200_806bf10042a3bbdc {
    padding-top: 200px !important;
  }
  .md-pb-10_dd3da972ae757198 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_5e6d9f3cc9decfaf {
    padding-bottom: 20px !important;
  }
  .md-pb-30_a2d10eede639776c {
    padding-bottom: 30px !important;
  }
  .md-pb-40_1abf2bd232833ddf {
    padding-bottom: 40px !important;
  }
  .md-pb-50_f2abf0cd3e03f7a2 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_15a5b6f025397dd8 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_f87811bf76f368e0 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_8ee2ed01d7a3ce74 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_3bc5f932d383986f {
    padding-bottom: 90px !important;
  }
  .md-pb-100_f356c39440589fb6 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_0181e153d7a05010 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_4c089d07fd43a43d {
    padding-bottom: 120px !important;
  }
  .md-pb-130_60fb01f55762da77 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_c00bee7b10635ee1 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_9c9eb004e338aaf7 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_d044421f73d344d8 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_3bf34913c45a719f {
    margin-top: 10px !important;
  }
  .md-mt-20_4af056308fe78dc3 {
    margin-top: 20px !important;
  }
  .md-mt-30_01a7933fc0b2dcf1 {
    margin-top: 30px !important;
  }
  .md-mt-40_67baf2d63772e626 {
    margin-top: 40px !important;
  }
  .md-mt-50_8bafcbf973278ba4 {
    margin-top: 50px !important;
  }
  .md-mt-60_2916e6cec298add1 {
    margin-top: 60px !important;
  }
  .md-mt-70_6933cd995eed41e8 {
    margin-top: 70px !important;
  }
  .md-mt-80_9d192c1fca7a7bbc {
    margin-top: 80px !important;
  }
  .md-mt-90_964f0d8521a77954 {
    margin-top: 90px !important;
  }
  .md-mt-100_c132a635168dd56b {
    margin-top: 100px !important;
  }
  .md-mt-110_2994f902534417dc {
    margin-top: 110px !important;
  }
  .md-mt-120_825c607131f8df95 {
    margin-top: 120px !important;
  }
  .md-mt-130_897a6ad078af611d {
    margin-top: 130px !important;
  }
  .md-mt-140_dc487cccb226fbf6 {
    margin-top: 140px !important;
  }
  .md-mt-150_b7f8ab3cb4f64324 {
    margin-top: 150px !important;
  }
  .md-mt-200_696dcef5b4f44786 {
    margin-top: 200px !important;
  }
  .md-mb-10_a47345253f70ec59 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_0387daf44416b817 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_c2ac77154360ed9d {
    margin-bottom: 30px !important;
  }
  .md-mb-40_1051b8bf1c21af3e {
    margin-bottom: 40px !important;
  }
  .md-mb-50_96b7b5c6bcc24198 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_3dc397437b42511f {
    margin-bottom: 60px !important;
  }
  .md-mb-70_51a6292e794f85f2 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_da3593f3bcbc474d {
    margin-bottom: 80px !important;
  }
  .md-mb-90_6fb673fc02cfda3c {
    margin-bottom: 90px !important;
  }
  .md-mb-100_5e4e35fd7d88d1a0 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_e5510478fb35faf5 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_85a59e4691640519 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_d7a862f592b381fa {
    margin-bottom: 130px !important;
  }
  .md-mb-140_c1f8a3334bc2f331 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_c11290728d9a6705 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_49cd164a094b145a {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_bc9e9a854435eb6a {
    padding: 0 !important;
  }
  .sm-m0_3acad7ba168c627c {
    margin: 0 !important;
  }
  .sm-pt-10_03d08b73fd9d7161 {
    padding-top: 10px !important;
  }
  .sm-pt-20_0b207cefa5632016 {
    padding-top: 20px !important;
  }
  .sm-pt-30_73c1c57c3bcaab84 {
    padding-top: 30px !important;
  }
  .sm-pt-40_11d462627c191a98 {
    padding-top: 40px !important;
  }
  .sm-pt-50_6079c1601c6fd36e {
    padding-top: 50px !important;
  }
  .sm-pt-60_409de8053cefe411 {
    padding-top: 60px !important;
  }
  .sm-pt-70_396cca223b8be3c8 {
    padding-top: 70px !important;
  }
  .sm-pt-80_463b7d9d5b3d76a0 {
    padding-top: 80px !important;
  }
  .sm-pt-90_f7c02eb2b05dd6ac {
    padding-top: 90px !important;
  }
  .sm-pt-100_62e2a521a8c4a294 {
    padding-top: 100px !important;
  }
  .sm-pt-110_94f5c045b7c8865a {
    padding-top: 110px !important;
  }
  .sm-pt-120_a20452f96f7c44cf {
    padding-top: 120px !important;
  }
  .sm-pt-130_308799a2237b2947 {
    padding-top: 130px !important;
  }
  .sm-pt-140_fffd14a07ca65171 {
    padding-top: 140px !important;
  }
  .sm-pt-150_5f2dfe450195a368 {
    padding-top: 150px !important;
  }
  .sm-pt-200_d4a1d816955ef18a {
    padding-top: 200px !important;
  }
  .sm-pb-10_e3cc935e51329f62 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_93051a42e27977f4 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_e99e1a3bb4b9096e {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_9d89e792970157cd {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_75354d76eb71a0e6 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_ccbd78e446add1e6 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_5983039c87e5f879 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_8b937920c8e7c6ba {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_18baedb4c590923a {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_ef7601933b89c612 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_cb444d251cf9b955 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_15a7a0cb227ab522 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_848449b42d06a52b {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_f92ec0c0904eab71 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_f8ab69a73a42645b {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_6b9d6e925e8e27fd {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_844f3f160ba4287a {
    margin-top: 10px !important;
  }
  .sm-mt-20_5260601cf3e9bb45 {
    margin-top: 20px !important;
  }
  .sm-mt-30_c4f813b832a1890f {
    margin-top: 30px !important;
  }
  .sm-mt-40_743f93c44c55ab59 {
    margin-top: 40px !important;
  }
  .sm-mt-50_ad9936cb7e80c404 {
    margin-top: 50px !important;
  }
  .sm-mt-60_0cdd5af5455c6d83 {
    margin-top: 60px !important;
  }
  .sm-mt-70_3f8293864c9d1513 {
    margin-top: 70px !important;
  }
  .sm-mt-80_a67a9548bbf3be4c {
    margin-top: 80px !important;
  }
  .sm-mt-90_2b55895f664efdf6 {
    margin-top: 90px !important;
  }
  .sm-mt-100_1dbfaabac7694aa9 {
    margin-top: 100px !important;
  }
  .sm-mt-110_e2beb8aa5be63996 {
    margin-top: 110px !important;
  }
  .sm-mt-120_157257f38a009263 {
    margin-top: 120px !important;
  }
  .sm-mt-130_eeea9fed9951596d {
    margin-top: 130px !important;
  }
  .sm-mt-140_349bd388bb3a6aad {
    margin-top: 140px !important;
  }
  .sm-mt-150_f277d09489a03b18 {
    margin-top: 150px !important;
  }
  .sm-mt-200_2e915c97a97d1a13 {
    margin-top: 200px !important;
  }
  .sm-mb-10_900e4eb77417be37 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_f7c21c646b9c5815 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_9f24167c16bd8c77 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_2684bae65e8d5ff1 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_6717ff733a0c1933 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_e546e3ac9a66c9b2 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_9870f23362bef38f {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_8b7b848cb0662955 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_56b6422b4526e5ae {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_f290576b6f20358e {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_4cbde5f96f74243d {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_dd3d52fac260dd23 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_1531028fb8c7a2ef {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_50394a59199e2f63 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_29be4cd790a6b74c {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_30c8c2c16d0515c8 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_61fb2094ad7d2ed1 {
    padding: 0 !important;
  }
  .xs-m0_ddbefdb93824beed {
    margin: 0 !important;
  }
  .xs-pt-10_a1134b5d82873976 {
    padding-top: 10px !important;
  }
  .xs-pt-20_ba8af97ed5ad1f49 {
    padding-top: 20px !important;
  }
  .xs-pt-30_7c96a627204f6de8 {
    padding-top: 30px !important;
  }
  .xs-pt-40_3684194b9dd01f26 {
    padding-top: 40px !important;
  }
  .xs-pt-50_5c005842f3901ce6 {
    padding-top: 50px !important;
  }
  .xs-pt-60_dd185b039e3a456d {
    padding-top: 60px !important;
  }
  .xs-pt-70_e76d302185fb236d {
    padding-top: 70px !important;
  }
  .xs-pt-80_3e32359532479365 {
    padding-top: 80px !important;
  }
  .xs-pt-90_ee589fe20f820636 {
    padding-top: 90px !important;
  }
  .xs-pt-100_a8db18fa674b9b86 {
    padding-top: 100px !important;
  }
  .xs-pt-110_fc77733087c40237 {
    padding-top: 110px !important;
  }
  .xs-pt-120_e26c73543946f7a4 {
    padding-top: 120px !important;
  }
  .xs-pt-130_2ed645183299cdf1 {
    padding-top: 130px !important;
  }
  .xs-pt-140_bcb609022ee5fdc1 {
    padding-top: 140px !important;
  }
  .xs-pt-150_aa2bbf7f06b4dbf4 {
    padding-top: 150px !important;
  }
  .xs-pt-200_b30f86eb00a60dbb {
    padding-top: 200px !important;
  }
  .xs-pb-10_f24c077a6e606b20 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_ead908ce5715ebeb {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_78b61c11a8f8e4a0 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_59594f3a4357b6f1 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_cb240dae7b535527 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_d7a9d40d142fcc9a {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_07dccebe6cf373b7 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_d2a8d6690b00c7f5 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_4990306ae71f208b {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_1066b2abcf14596a {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_3ba814f4130a93d9 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_5830e1c771ff9ff1 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_e146b3535a4e4958 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_b27a46e46ce8842b {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_3007ac1997fb8d3d {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_28993f7047aa444f {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_82ea98f1e10e32c7 {
    margin-top: 10px !important;
  }
  .xs-mt-20_af3369e083107aaf {
    margin-top: 20px !important;
  }
  .xs-mt-30_ccecb1ed8f04c390 {
    margin-top: 30px !important;
  }
  .xs-mt-40_9a6c71602e73f267 {
    margin-top: 40px !important;
  }
  .xs-mt-50_b761703d838168f7 {
    margin-top: 50px !important;
  }
  .xs-mt-60_ab755379048cd2d4 {
    margin-top: 60px !important;
  }
  .xs-mt-70_23c78b91e4a17d64 {
    margin-top: 70px !important;
  }
  .xs-mt-80_89485fde310abb96 {
    margin-top: 80px !important;
  }
  .xs-mt-90_4ff6f86120f7dac4 {
    margin-top: 90px !important;
  }
  .xs-mt-100_644e7e517d2734d2 {
    margin-top: 100px !important;
  }
  .xs-mt-110_4eb284972f2d2f8a {
    margin-top: 110px !important;
  }
  .xs-mt-120_9b710f801b2f47ab {
    margin-top: 120px !important;
  }
  .xs-mt-130_620435d92751859f {
    margin-top: 130px !important;
  }
  .xs-mt-140_8e4a001c06ccef43 {
    margin-top: 140px !important;
  }
  .xs-mt-150_6a416e501f992a35 {
    margin-top: 150px !important;
  }
  .xs-mt-200_4f833814a541b217 {
    margin-top: 200px !important;
  }
  .xs-mb-10_5d7904cdcdc6f9f5 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_5388fd83da3e0f01 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_308d2d8b508b58b8 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_3b4d6dd5a193fbd5 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_b6046ad8a2045194 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_37f2aafb0061b29e {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_b8575221ba3e6372 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_2b0439baeb2df781 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_951d13f87f11c215 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_625e7bae77630bfe {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_9aa5365700801133 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_a7a19abf8130eb2a {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_38872d72fbc6d25a {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_f4ce37ce7266b298 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_9c4188b19f08f47a {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_0a341de811962437 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_5798190e9c78b996 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_5798190e9c78b996.menu-overlay_c4dadb39409fdea2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_5798190e9c78b996.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_5798190e9c78b996 .navbar-toggler_097f41a045094907 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_5798190e9c78b996.menu-style-three_0569790455dddbf8 .navbar-toggler_097f41a045094907 {
  background: #000;
}
.theme-main-menu_5798190e9c78b996.menu-style-four_b835d28beea08790 .navbar-toggler_097f41a045094907 {
  background: #E6FD5A;
}
.theme-main-menu_5798190e9c78b996.menu-style-five_1fd7f6d1b51e5c72 .navbar-toggler_097f41a045094907 {
  background: #DFFF5E;
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907:focus {
  box-shadow: none;
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907::before,
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907::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_5798190e9c78b996 .navbar-toggler_097f41a045094907 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_5798190e9c78b996.menu-style-three_0569790455dddbf8 .navbar-toggler_097f41a045094907:before, .theme-main-menu_5798190e9c78b996.menu-style-three_0569790455dddbf8 .navbar-toggler_097f41a045094907:after, .theme-main-menu_5798190e9c78b996.menu-style-three_0569790455dddbf8 .navbar-toggler_097f41a045094907 span {
  background: #fff;
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_5798190e9c78b996 .navbar-toggler_097f41a045094907[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_5798190e9c78b996 .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_5798190e9c78b996 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_5798190e9c78b996.white-vr_5225b1245cc5487f .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_5798190e9c78b996.white-vr_5225b1245cc5487f .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_5798190e9c78b996.white-vr_5225b1245cc5487f.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_5798190e9c78b996.menu-style-one_4a45cb8193f990fb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .info-row_47d9a3be121ef242 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .gap-fix_600a844a940a780a {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .greetings_94ac9364bd8891b5 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .contact-info_1c5e88fd6789f95f {
  margin: 0 -15px;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .contact-info_1c5e88fd6789f95f li {
  padding: 0 15px;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .contact-info_1c5e88fd6789f95f li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .contact-info_1c5e88fd6789f95f li a:hover {
  text-decoration: underline;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0 .inner-content_c53ed1e433ac1c7d {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_5798190e9c78b996.menu-style-two_325c90c2d81a24a0.fixed .info-row_47d9a3be121ef242 {
  display: none;
}
.theme-main-menu_5798190e9c78b996.menu-style-five_1fd7f6d1b51e5c72 {
  background: #000;
  padding: 0;
}
.theme-main-menu_5798190e9c78b996.menu-style-five_1fd7f6d1b51e5c72 .inner-content_c53ed1e433ac1c7d {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_5798190e9c78b996.menu-style-six_675efff3a2c7a12a .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_5798190e9c78b996.menu-style-six_675efff3a2c7a12a .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_5798190e9c78b996 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_d50c2ed47858e489 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_d50c2ed47858e489 .mega-menu-title_b943bda7895acca1 {
  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_5798190e9c78b996 .login-btn-one_c2f2bab4687cc5ce a {
  color: #000;
}
.theme-main-menu_5798190e9c78b996 .login-btn-one_c2f2bab4687cc5ce a:hover {
  text-decoration: underline;
}
.theme-main-menu_5798190e9c78b996 .login-btn-two_15ecb5ce3b42814b a {
  color: #044F3B;
}
.theme-main-menu_5798190e9c78b996 .login-btn-two_15ecb5ce3b42814b a:hover {
  text-decoration: underline;
}
.theme-main-menu_5798190e9c78b996 .signup-btn-one_83596c57b133e43c 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_5798190e9c78b996 .signup-btn-one_83596c57b133e43c .icon_2b3ff741f2284276 {
  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_5798190e9c78b996 .signup-btn-one_83596c57b133e43c:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5798190e9c78b996 .signup-btn-one_83596c57b133e43c:hover .icon_2b3ff741f2284276 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_5798190e9c78b996 .signup-btn-two_3154c9870f019365 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_5798190e9c78b996 .signup-btn-two_3154c9870f019365:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_5798190e9c78b996 .quote-one_9d9553cca665f4a0 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_5798190e9c78b996 .quote-one_9d9553cca665f4a0:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_05e148efa2514cae {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_05e148efa2514cae li {
  position: relative;
  padding: 0 15px;
}
.category-menu_05e148efa2514cae li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_05e148efa2514cae li a:hover {
  color: #0C3A30;
}
.category-menu_05e148efa2514cae .dropdown-menu {
  padding: 0;
}
.category-menu_05e148efa2514cae .dropdown-menu li {
  padding: 0;
}
.category-menu_05e148efa2514cae .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_3d4410777a195d14 .logo_ee103905c9324f53 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_5225b1245cc5487f .navbar-collapse_3d4410777a195d14 {
    background-color: #0C3A30;
  }
  .navbar-collapse_3d4410777a195d14 {
    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_3d4410777a195d14.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_5798190e9c78b996 .navbar .mega-dropdown_79c7699d4651f9d6 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_5225b1245cc5487f .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_d50c2ed47858e489 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_49d93401ef94aa9c .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_aa9770c284953213 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_aa9770c284953213::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_aa9770c284953213 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_aa9770c284953213 .hero-slider-one .hero-img_a6b8c6727c22192e {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_aa9770c284953213 .hero-slider-one .slick-list_b3f548b1ee7c68ac, .hero-banner-one_aa9770c284953213 .hero-slider-one .slick-track_2f16dd122c7291a9, .hero-banner-one_aa9770c284953213 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_aa9770c284953213 .hero-heading_95cf82a3dae0b88e {
  font-weight: 700;
  color: #000;
  background: url(../visuals/shape_e4c8f0584a/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_aa9770c284953213 .more-btn_c62b696edaed74f3 {
  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_aa9770c284953213 .more-btn_c62b696edaed74f3:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_81631987843aff1b {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_81631987843aff1b .bg-wrapper_dd28b1611fb4bc7c {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_81631987843aff1b .hero-heading_95cf82a3dae0b88e {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_81631987843aff1b .rating_a26ed09afc3c8e36 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_81631987843aff1b .rating_a26ed09afc3c8e36 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_81631987843aff1b .media-wrapper_ed357cc91dc31e26 {
  position: absolute;
  background: url(../visuals/assets_476a776d28/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_81631987843aff1b .media-wrapper_ed357cc91dc31e26 .shape_01_e02ef04e0c688219 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_81631987843aff1b .media-wrapper_ed357cc91dc31e26 .shape_02_21b939d24c300cfe {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_a77d52942eb7379b .hero-heading_95cf82a3dae0b88e {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_a77d52942eb7379b .media-wrapper_ed357cc91dc31e26 {
  background: url(../visuals/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_a77d52942eb7379b .media-wrapper_ed357cc91dc31e26 .screen_01_d9ac28d260a300f2 {
  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_a77d52942eb7379b .media-wrapper_ed357cc91dc31e26 .screen_02_31804ff624026afa {
  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_a77d52942eb7379b .media-wrapper_ed357cc91dc31e26 .bg-shape_e015ca3b83d3fcaf {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_a77d52942eb7379b .shape_01_e02ef04e0c688219 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_7e7bb7f7a8cb48a8 .bg-wrapper_dd28b1611fb4bc7c {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_7e7bb7f7a8cb48a8 .media-wrapper_ed357cc91dc31e26 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_7e7bb7f7a8cb48a8 .media-wrapper_ed357cc91dc31e26 .shape_01_e02ef04e0c688219 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_7e7bb7f7a8cb48a8 .shape_02_21b939d24c300cfe {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_7e1fc1038798857a + .blog-details_9b255bb4329dbc09 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_d7d70658ba38969f {
  z-index: 1;
}
.block-feature-three_d7d70658ba38969f:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_d7d70658ba38969f.no-bg_3f1cde5f9919dda4:before {
  display: none;
}
.block-feature-three_d7d70658ba38969f .section-btn_f0b83c845281dfa7 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_d7d70658ba38969f .block-title_56600d1cd561f6a1 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_d7d70658ba38969f .block-title_56600d1cd561f6a1 a:hover {
  text-decoration: underline;
}
.block-feature-three_d7d70658ba38969f .round-btn_fabe3b03baef81c3 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_d7d70658ba38969f .round-btn_fabe3b03baef81c3:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_d7d70658ba38969f .block-one_8228651bb926df66 {
  background: url(../visuals/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_d7d70658ba38969f .block-one_8228651bb926df66 .tag_ec3327530fcb406a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_d7d70658ba38969f .block-one_8228651bb926df66 .block-title_56600d1cd561f6a1 {
  background: url(../visuals/shape_e4c8f0584a/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_d7d70658ba38969f .block-two_be79261d334bcc17 {
  overflow: hidden;
}
.block-feature-three_d7d70658ba38969f .block-two_be79261d334bcc17 .img-wrapper_0feb72d12987be14 {
  background: url(../visuals/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_d7d70658ba38969f .block-two_be79261d334bcc17 .text-wrapper_ee379230205609d3 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_d7d70658ba38969f .block-two_be79261d334bcc17 .tag_ec3327530fcb406a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_d7d70658ba38969f .block-three_b4ce0bd9ce35ed60 {
  background: #D3FF76;
}
.block-feature-three_d7d70658ba38969f .block-three_b4ce0bd9ce35ed60 .tag_ec3327530fcb406a {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_d7d70658ba38969f .block-three_b4ce0bd9ce35ed60 .round-btn_fabe3b03baef81c3 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_d7d70658ba38969f .block-three_b4ce0bd9ce35ed60 .round-btn_fabe3b03baef81c3:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 {
  background: url(../visuals/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 .block-title_56600d1cd561f6a1 {
  background: url(../visuals/shape_e4c8f0584a/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 .block-title_56600d1cd561f6a1 a {
  font-size: 28px;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 .tag_ec3327530fcb406a {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 .round-btn_fabe3b03baef81c3 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_d7d70658ba38969f .block-four_cbbb4ce661666a18 .round-btn_fabe3b03baef81c3:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_d7d70658ba38969f .block-five_f5d6950fd1aba2ee {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_d7d70658ba38969f .block-five_f5d6950fd1aba2ee .tag_ec3327530fcb406a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_d7d70658ba38969f .block-five_f5d6950fd1aba2ee .block-title_56600d1cd561f6a1 {
  background: url(../visuals/shape_e4c8f0584a/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_4143467813e201a1 .upper-wrapper_7f3d25b9bc74cd74 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_4143467813e201a1 .upper-wrapper_7f3d25b9bc74cd74 .shape_01_e02ef04e0c688219 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_4143467813e201a1 .line-loop_c5606586919aea6c:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_4143467813e201a1 .graph-panel_5f5ac9dc98bd75c9 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_4143467813e201a1 .graph-panel_5f5ac9dc98bd75c9 .main-count_b3b0d3b42535e3bc {
  font-size: 120px;
}
.block-feature-thirteen_4143467813e201a1 .graph-panel_5f5ac9dc98bd75c9 .chart-box_25e0a4996e821e72 {
  padding: 0 15px;
}
.block-feature-thirteen_4143467813e201a1 .graph-panel_5f5ac9dc98bd75c9 .chart-box_25e0a4996e821e72 .chart-inner_1e59229b52099b37 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_414170ab4b091a7a .media-img_7b0b15b59602b140 {
  border-radius: 30px;
}
.block-feature-sixteen_414170ab4b091a7a .shape_01_e02ef04e0c688219 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_c4b5a6227c4c2529 .section-subheading_e0e647ea2f5c4391 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_c4b5a6227c4c2529 .shape_01_e02ef04e0c688219 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_394a46cbe0b2d3cd {
  z-index: 1;
}
.text-feature-four_394a46cbe0b2d3cd .avatar_ef543071a2ace7bd {
  width: 65px;
  height: 65px;
}
.text-feature-four_394a46cbe0b2d3cd .name {
  font-size: 28px;
}
.text-feature-four_394a46cbe0b2d3cd .quote-text_5220bbbecd1bfd35 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_394a46cbe0b2d3cd .shape_01_e02ef04e0c688219 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_394a46cbe0b2d3cd .shape_02_21b939d24c300cfe {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_2c32916de37657cd .bg-wrapper_dd28b1611fb4bc7c {
  background: #FFF2AC;
}
.text-feature-five_2c32916de37657cd 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_2c32916de37657cd 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_2c32916de37657cd 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_2c32916de37657cd li:hover:before {
  background: #29594B;
}
.text-feature-five_2c32916de37657cd li:hover:after {
  color: #fff;
}
.text-feature-five_2c32916de37657cd .media-wrapper_ed357cc91dc31e26 {
  background: url(../visuals/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_2c32916de37657cd .media-wrapper_ed357cc91dc31e26 .video-icon_f4e9b7e63f121710 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_2c32916de37657cd .media-wrapper_ed357cc91dc31e26 .video-icon_f4e9b7e63f121710:hover {
  background: #CFFF45;
}
.text-feature-five_2c32916de37657cd .media-wrapper_ed357cc91dc31e26 .screen_01_d9ac28d260a300f2 {
  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_7df57bffe0dc9b63 {
  z-index: 1;
}
.text-feature-six_7df57bffe0dc9b63 .media-wrapper_ed357cc91dc31e26 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_7df57bffe0dc9b63 .media-wrapper_ed357cc91dc31e26 .screen_01_d9ac28d260a300f2 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_7df57bffe0dc9b63 .shape_01_e02ef04e0c688219 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_7df57bffe0dc9b63 .shape_02_21b939d24c300cfe {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_92b6e3ac6c208f9b {
  background: url(../visuals/assets_476a776d28/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_92b6e3ac6c208f9b .block_a380483e677ed1d6 .icon_2b3ff741f2284276 {
  height: 50px;
}
.text-feature-nine_92b6e3ac6c208f9b .vertical-text-wrapper_86f7a467d7c87e4e {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_92b6e3ac6c208f9b .vertical-text-wrapper_86f7a467d7c87e4e .text-list_12c92873fdeb962f {
  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_92b6e3ac6c208f9b .vertical-text-wrapper_86f7a467d7c87e4e .text-list_12c92873fdeb962f:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_92b6e3ac6c208f9b .vertical-text-wrapper_86f7a467d7c87e4e .shape_01_e02ef04e0c688219 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_92b6e3ac6c208f9b .vertical-text-wrapper_86f7a467d7c87e4e .shape_02_21b939d24c300cfe {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_92b6e3ac6c208f9b .shape_03_4e2462d2442c4f18 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_92b6e3ac6c208f9b .shape_04_6d40a6fcffc87b81 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_bea520102bb59cb6 .section-btn_f0b83c845281dfa7 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_be1ae9cafc48ac9e {
  z-index: 1;
}
.team-section-three_be1ae9cafc48ac9e:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_e4c8f0584a/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_be1ae9cafc48ac9e .section-btn_f0b83c845281dfa7 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_be1ae9cafc48ac9e .shape_01_e02ef04e0c688219 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_be1ae9cafc48ac9e .shape_02_21b939d24c300cfe {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_be1ae9cafc48ac9e .shape_03_4e2462d2442c4f18 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_8e9544b880d54693 .logo_ee103905c9324f53 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_5728b28947bf1a87 {
  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_000f7dd0853a36e8 {
  max-width: 565px;
}
.user-data-form .form-wrapper_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be 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_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be .placeholder_icon_813221ebf5217334 {
  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_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be .placeholder_icon_813221ebf5217334 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be .placeholder_icon_813221ebf5217334 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be .placeholder_icon_813221ebf5217334 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_000f7dd0853a36e8 .input-group-meta_3e94796bb28fc7be .placeholder_icon_813221ebf5217334 span.eye-slash_b411cd0a9a80c4fa:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_4223e69fef39fd84 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_4223e69fef39fd84 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_4223e69fef39fd84 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_4223e69fef39fd84 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_4223e69fef39fd84 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_4223e69fef39fd84 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_4223e69fef39fd84 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_0d4ba673712440d0 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_22e0432f610f8279 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_22e0432f610f8279:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_22e0432f610f8279 img {
  width: 20px;
}
.user-data-form .btn-close_901fe572cede24d9 {
  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_9479ef1c30c8730a .main-count_b3b0d3b42535e3bc {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_896a6631bde771f1 .icon_2b3ff741f2284276 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_43d922d7264901b1 .img-holder_d82eafe215a6a170 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_43d922d7264901b1 .img-holder_d82eafe215a6a170.round-border_bda0cb6c5ebd9d44 {
  border-radius: 30px;
}
.portfolio-block-one_43d922d7264901b1 .img-holder_d82eafe215a6a170 .expend_6fde6b943fd04f19 {
  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_43d922d7264901b1 .img-holder_d82eafe215a6a170 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_43d922d7264901b1 .img-holder_d82eafe215a6a170 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_43d922d7264901b1:hover .expend_6fde6b943fd04f19 {
  opacity: 1;
}
.portfolio-block-one_43d922d7264901b1:hover .img-meta_3a00f36f7312c1d6 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_43d922d7264901b1:hover .pj-title_03d8bfe47bc1ce68 {
  text-decoration: underline;
}
.portfolio-block-one_43d922d7264901b1 .caption {
  margin-top: 35px;
}
.portfolio-block-one_43d922d7264901b1 .caption .tag_ec3327530fcb406a {
  margin: 0 -3px;
}
.portfolio-block-one_43d922d7264901b1 .caption .tag_ec3327530fcb406a 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_43d922d7264901b1 .caption .pj-title_03d8bfe47bc1ce68 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_43d922d7264901b1 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_43d922d7264901b1 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_275ab6a1b8b96ebc .bg-wrapper_dd28b1611fb4bc7c {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 {
  height: 100%;
}
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-control-next_66bcbe7565acd8b2,
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-control-prev_0d203489e0fcbfec {
  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_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-control-next_66bcbe7565acd8b2:hover,
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-control-prev_0d203489e0fcbfec:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_275ab6a1b8b96ebc .slider-wrapper_41ade29461009827 .carousel-control-prev_0d203489e0fcbfec {
  left: auto;
  right: 45px;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 h3 {
  font-size: 36px;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .list-meta_f0c4aa8f75d53633 li {
  padding: 22px 0;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .list-meta_f0c4aa8f75d53633 .icon_2b3ff741f2284276 {
  width: 40px;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .list-meta_f0c4aa8f75d53633 .text1_781427aa44936567 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .list-meta_f0c4aa8f75d53633 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .social-share_47b5c26deb224f3f li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_275ab6a1b8b96ebc .info-wrapper_6078c4daa9e8e094 .social-share_47b5c26deb224f3f li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_4ad7e8e0f5865240 .slider-wrapper_41ade29461009827 {
  padding-left: 100px;
}
.feedback-section-three_4ad7e8e0f5865240 .slider-wrapper_41ade29461009827 .icon_2b3ff741f2284276 {
  left: 0;
  top: 18px;
}
.feedback-section-three_4ad7e8e0f5865240 .slick-dots_f1f8cbd275220887 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_4ad7e8e0f5865240 .slick-dots_f1f8cbd275220887 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_4ad7e8e0f5865240 .slick-dots_f1f8cbd275220887 .slick-active button {
  background: #000;
}
.feedback-section-three_4ad7e8e0f5865240 .rating-box_5b5827666c90b783 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_4ad7e8e0f5865240 .rating-box_5b5827666c90b783 .rating_a26ed09afc3c8e36 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_4ad7e8e0f5865240 .shape_01_e02ef04e0c688219 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_4ad7e8e0f5865240 .shape_02_21b939d24c300cfe {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_585574af9cfdb76a {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_585574af9cfdb76a .post-data_875877af41a7bfaa {
  padding: 30px 35px 25px;
}
.blog-meta-one_585574af9cfdb76a .post-data_875877af41a7bfaa .post-info_3df3255abf026207 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_585574af9cfdb76a .post-data_875877af41a7bfaa .blog-title_5524af635ab7266f {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_585574af9cfdb76a .post-data_875877af41a7bfaa .blog-title_5524af635ab7266f:hover {
  text-decoration: underline;
}
.blog-meta-one_585574af9cfdb76a .post-img_a944b4c11de18943 {
  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_585574af9cfdb76a .post-img_a944b4c11de18943 .round-btn_fabe3b03baef81c3 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_585574af9cfdb76a:hover .round-btn_fabe3b03baef81c3 {
  background: #CFFF45;
}
.blog-meta-one_585574af9cfdb76a.style-two_339355ee7d2521b1 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_585574af9cfdb76a.style-two_339355ee7d2521b1 .post-img_a944b4c11de18943 {
  border-radius: 0;
}
.blog-meta-one_585574af9cfdb76a.style-two_339355ee7d2521b1 .blog-title_5524af635ab7266f {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_3a3642a89f6d2477 {
  background: #fff;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa {
  padding-top: 30px;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .blog-title_5524af635ab7266f {
  width: 70%;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .blog-title_5524af635ab7266f h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .blog-title_5524af635ab7266f:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .round-btn_fabe3b03baef81c3 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .round-btn_fabe3b03baef81c3:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_3a3642a89f6d2477 .post-data_875877af41a7bfaa .post-info_3df3255abf026207 {
  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_3a3642a89f6d2477 .post-img_a944b4c11de18943 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_3a3642a89f6d2477 .post-img_a944b4c11de18943 .date_4717fc8f9ac2ede2 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_3a3642a89f6d2477.style-two_339355ee7d2521b1 {
  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_3a3642a89f6d2477.style-two_339355ee7d2521b1 p {
  font-size: 18px;
}
.blog-meta-two_3a3642a89f6d2477.style-two_339355ee7d2521b1 .post-img_a944b4c11de18943 {
  height: auto;
  width: 100%;
}
.blog-meta-two_3a3642a89f6d2477.style-two_339355ee7d2521b1 .post-data_875877af41a7bfaa {
  padding: 26px 0;
}
.blog-meta-two_3a3642a89f6d2477.style-two_339355ee7d2521b1 .post-data_875877af41a7bfaa .post-info_3df3255abf026207 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_3a3642a89f6d2477.style-two_339355ee7d2521b1 .post-data_875877af41a7bfaa .round-btn_fabe3b03baef81c3 {
  border: none;
}

.signup-btn-one_83596c57b133e43c 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_83596c57b133e43c .icon_2b3ff741f2284276 {
  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_548d8c5e4064f50e {
  z-index: 1;
}
.blog-section-three_548d8c5e4064f50e .section-btn_f0b83c845281dfa7 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_10f810724eeab380 {
  z-index: 5;
}
.blog-section-four_10f810724eeab380.block-feature-three_d7d70658ba38969f:before {
  display: none;
}
.blog-section-four_10f810724eeab380.block-feature-three_d7d70658ba38969f .block-one_8228651bb926df66 {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 .wrapper_8d018c9b00ece57e {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 .wrapper_8d018c9b00ece57e .icon_2b3ff741f2284276 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 .wrapper_8d018c9b00ece57e h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .quote-wrapper_956f99d6d2243ee7 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .img-gallery_fbbc70bc812f934f {
  margin-bottom: 50px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .img-gallery_fbbc70bc812f934f img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .list-item_550eaca8bebe0d64 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_9b255bb4329dbc09 .post-details-meta_df6ae33aa40e9f3d .list-item_550eaca8bebe0d64 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee {
  padding: 10px 0 5px;
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee .tags_378ca67d0b95da67 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee .tags_378ca67d0b95da67 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee .tags_378ca67d0b95da67 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee .share-icon_163e65a984ceecb8 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_9b255bb4329dbc09 .bottom-widget_d31259c6a74e99ee .share-icon_163e65a984ceecb8 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_9b255bb4329dbc09 .grey-bg_bb273b5d05927dce {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_9b255bb4329dbc09 .blog-inner-title_1720eb99a894b686 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb {
  margin: 60px 0;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4:last-child {
  padding-bottom: 5px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .reply-comment_c58ce7df5a49a71f {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .user-avatar_a5f72aed737ee5aa {
  width: 60px;
  height: 60px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 .date_4717fc8f9ac2ede2 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 .reply-btn_204039d755ee9f21 {
  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_9b255bb4329dbc09 .blog-comment-area_abe45873def5a3bb .comment_1566b1a513d684d4 .comment-text_0715a58935896801 .reply-btn_204039d755ee9f21:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_9b255bb4329dbc09 .blog-comment-form_c2981bd03d8b82f0 p a {
  color: #19352D;
}
.blog-details_9b255bb4329dbc09 .blog-comment-form_c2981bd03d8b82f0 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_9b255bb4329dbc09 .blog-comment-form_c2981bd03d8b82f0 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_9b255bb4329dbc09 .blog-comment-form_c2981bd03d8b82f0 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_3e781aa621c168a3 {
  height: 600px;
}

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

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

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

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

.footer-one_f6f863abf5ddbe3d {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_f6f863abf5ddbe3d .bottom-footer_fe4b58f186dfd56c {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_f6f863abf5ddbe3d .social-icon_30b82d106842b78e 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_f6f863abf5ddbe3d .social-icon_30b82d106842b78e a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_f6f863abf5ddbe3d .footer-title_8ddb8e8733665b17 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_f6f863abf5ddbe3d .footer-nav-link_3b12513f5e6b333d a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_f6f863abf5ddbe3d .footer-nav-link_3b12513f5e6b333d a:hover {
  color: #fff;
}
.footer-nav-link_3b12513f5e6b333d p {
  font-size: 16px;
}
.logo_ee103905c9324f53 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_a048675736e481d2 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_d713a8b87c1bd245 {
  align-content: center;
}

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

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

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

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

.footer-three_acd3115c6ad3efd2 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_acd3115c6ad3efd2 .round-bg_5023a4884239dd5d {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_acd3115c6ad3efd2 .round-bg_5023a4884239dd5d.color-two_538d2101816095a2 {
  background: #F6FFDD;
}
.footer-three_acd3115c6ad3efd2 .footer-intro_e6e3cac16855a83d p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_acd3115c6ad3efd2 .footer-intro_e6e3cac16855a83d p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_acd3115c6ad3efd2 .footer-title_8ddb8e8733665b17 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_acd3115c6ad3efd2 .footer-nav-link_3b12513f5e6b333d a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_acd3115c6ad3efd2 .footer-nav-link_3b12513f5e6b333d a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .copyright_13ea80f108032ee4 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .bottom-nav_6c96c4f93563b7df {
  margin: 0 -12px;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .bottom-nav_6c96c4f93563b7df a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .bottom-nav_6c96c4f93563b7df a:hover {
  text-decoration: underline;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .social-icon_30b82d106842b78e {
  margin: 0 -10px;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .social-icon_30b82d106842b78e a {
  margin: 0 10px;
}
.footer-three_acd3115c6ad3efd2 .bottom-footer_fe4b58f186dfd56c .social-icon_30b82d106842b78e a:hover {
  color: #19352D;
}
.footer-three_acd3115c6ad3efd2 .shape_01_e02ef04e0c688219 {
  top: -3%;
  left: -3%;
}
.footer-three_acd3115c6ad3efd2 .shape_02_21b939d24c300cfe {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_64bf3dbae4fd1b41 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_64bf3dbae4fd1b41:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../visuals/assets_476a776d28/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_64bf3dbae4fd1b41 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 .round-btn_fabe3b03baef81c3 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 .round-btn_fabe3b03baef81c3:hover, .footer-five_64bf3dbae4fd1b41 .btn-group_cccf6874490073c1 .round-btn_fabe3b03baef81c3:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_64bf3dbae4fd1b41 .social-icon_30b82d106842b78e {
  margin: 0 -20px;
}
.footer-five_64bf3dbae4fd1b41 .social-icon_30b82d106842b78e a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_64bf3dbae4fd1b41 .social-icon_30b82d106842b78e a:hover {
  color: #DFFF5E;
}
.footer-five_64bf3dbae4fd1b41 .bottom-nav_6c96c4f93563b7df {
  margin: 0 -12px;
}
.footer-five_64bf3dbae4fd1b41 .bottom-nav_6c96c4f93563b7df a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_64bf3dbae4fd1b41 .bottom-nav_6c96c4f93563b7df a:hover {
  text-decoration: underline;
}
.footer-five_64bf3dbae4fd1b41 .shape_01_e02ef04e0c688219 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_64bf3dbae4fd1b41 .shape_02_21b939d24c300cfe {
  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_a05168349d33b025 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_e6d0aa5dbf47450d {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_0b410877f78851eb {
  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_628b7d4436e07fd2 {
  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_a8b53ff3bf181673 {
  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_93edd234dc73e7c2 {
  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_253c82bc2ae53514 {
  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_e3ff2add645ee376 {
  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_b52a71f7f3f33ee0 {
  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_c9de0ef3dedd1e09 {
  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_0a66bdeb580b9121 {
  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_65e1fe794bddf21a {
  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_b969aa81d7dc3c9a {
  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_4e03dd9c5ca3f366 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_15f7c41fa074ce18 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_1bad7113366dbe7f {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_7cd89ca4f86e5a80 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_549a059519feab1d {
  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_3a0b6fb05f78d540 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_22fb61212d49429b {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_177f42bea69d8831 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_b7710f14fe124459 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_36ae68ca2fd96280 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_a1fd44c74d07e467 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_3153ad1ff49996e4 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_16e48948c3684568 {
  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_7744934202d8abc9 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_aac59ddfb691ee97 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_a61d51020aba285f {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_9861933b1e57d730 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_023b8ed1cd43257e {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_e02484cb139d4e94 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_fbc71b14c1826825 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_cdb3b23512960c59 {
  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_b595ab2de63c9d31 {
  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_6b4f5d069a130ac1 {
  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_3e6cb00de208cd9a {
  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_558df7909119a7e3 {
  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_d7896dce7f4920ac {
  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_383b99dec0a4e7a8 {
  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_d891e1a2947ef494 {
  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_546b97a007c2e99c {
  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_b7deca3453ba39ac {
  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_9db6726bdc354798 {
  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_a38e83508c55a4ad {
  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_a705ffc9943ca9ad {
  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_8b007391271d77dc {
  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_7ad7e0a078ca10b1 {
  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_e9cb1eec9f93d896 {
  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_9d201a3c83d48b40 {
  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_e6d149a2210e6316 {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_8b3eca4487341e7f {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_ed4865118b9f9257 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_623b0ae49383924c {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_7bdc4cfa8e5830b6 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_7806fb4649ad730c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_79c33e8f708f1a22 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_2fe60df561386dc6 {
  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_a05168349d33b025 {
  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_f141214441dd7527 {
  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_e917a8b9536dbe4d {
  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_d0cdde3616d75be6 .theme-select-menu_4350985ced13b0a9 {
  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_7cf2092d98a71e76 {
  overflow: hidden;
}
.product-block-one_7cf2092d98a71e76 .img-holder_d82eafe215a6a170 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_7cf2092d98a71e76 .img-holder_d82eafe215a6a170 .cart-icon_7170d9a2d1085b02 {
  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_7cf2092d98a71e76 .img-holder_d82eafe215a6a170 .cart-icon_7170d9a2d1085b02:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_7cf2092d98a71e76 .img-holder_d82eafe215a6a170 .cart-button_ce271a6bad26ce0c {
  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_7cf2092d98a71e76 .img-holder_d82eafe215a6a170 .cart-button_ce271a6bad26ce0c:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_7cf2092d98a71e76 .product-title_c07d123ab59cf412 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_7cf2092d98a71e76 .rating_a26ed09afc3c8e36 {
  margin: 0 -3px;
}
.product-block-one_7cf2092d98a71e76 .rating_a26ed09afc3c8e36 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_7cf2092d98a71e76 .rating_a26ed09afc3c8e36 li .bi-star-fill_324a67bae25b2f79 {
  color: #FFCB65;
}
.product-block-one_7cf2092d98a71e76 .price_8992ae683ee2cf97 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_7cf2092d98a71e76:hover .cart-button_ce271a6bad26ce0c {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_7cf2092d98a71e76:hover .product-img_a52ee7135b291571 {
  transform: scale(0.95);
}
.product-block-one_7cf2092d98a71e76:hover .cart-icon_7170d9a2d1085b02 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_7cf2092d98a71e76:hover .product-title_c07d123ab59cf412 {
  text-decoration: underline;
}

.product-details-one_9373a72d8ef99e3a .product-img-tab_6337214ee2b21397 {
  border: none;
}
.product-details-one_9373a72d8ef99e3a .product-img-tab_6337214ee2b21397 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_9373a72d8ef99e3a .product-img-tab_6337214ee2b21397 .nav-link img {
  max-height: 100%;
}
.product-details-one_9373a72d8ef99e3a .product-img-tab_6337214ee2b21397 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_9373a72d8ef99e3a .product-img-tab-content_d3f52ce8b404f959 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_9373a72d8ef99e3a .product-img-tab-content_d3f52ce8b404f959 img {
  margin: auto;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .stock-tag_5281836dd0a82656 {
  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_9373a72d8ef99e3a .product-info_19416abafb24a43e .product-name_8843a0e00142a1dd {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .rating_a26ed09afc3c8e36 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .rating_a26ed09afc3c8e36 li .bi-star-fill_324a67bae25b2f79 {
  color: #FFCB65;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .rating_a26ed09afc3c8e36 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .rating_a26ed09afc3c8e36 li a:hover {
  text-decoration: underline;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .price_8992ae683ee2cf97 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .price_8992ae683ee2cf97 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .availability_9706a64df22ca3a6 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .description-text_88365d9e857a2b4f {
  padding: 10px 0 15px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .product-feature_1af8ae118da1fb5a {
  margin-bottom: 20px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .product-feature_1af8ae118da1fb5a li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .product-feature_1af8ae118da1fb5a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .customize-order_b34a476e0a17ae7b h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .customize-order_b34a476e0a17ae7b .quantity_b838a91f69c1f68b .button-group_485fae15ca6bd699 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .customize-order_b34a476e0a17ae7b .quantity_b838a91f69c1f68b .button-group_485fae15ca6bd699 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .customize-order_b34a476e0a17ae7b .quantity_b838a91f69c1f68b .button-group_485fae15ca6bd699 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_9373a72d8ef99e3a .product-info_19416abafb24a43e .customize-order_b34a476e0a17ae7b .quantity_b838a91f69c1f68b .button-group_485fae15ca6bd699 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_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .nav-tabs_ba19f73117fe7d52 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .nav-tabs_ba19f73117fe7d52 .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_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .nav-tabs_ba19f73117fe7d52 .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_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .nav-tabs_ba19f73117fe7d52 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .nav-tabs_ba19f73117fe7d52 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .tab-content_bb5a3f64254861e8 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .tab-content_bb5a3f64254861e8 .product-feature_1af8ae118da1fb5a li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .tab-content_bb5a3f64254861e8 .product-feature_1af8ae118da1fb5a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .single-comment_6513b56d62656b40 {
  padding-bottom: 40px;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .single-comment_6513b56d62656b40:last-child {
  padding-bottom: 0;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-img_1a4235b691f1fd96 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-comment-data_d3873b9cadb496de {
  padding-left: 30px;
  position: relative;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-comment-data_d3873b9cadb496de .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-comment-data_d3873b9cadb496de .rating_a26ed09afc3c8e36 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-comment-data_d3873b9cadb496de .rating_a26ed09afc3c8e36 li .bi-star-fill_324a67bae25b2f79 {
  color: #FFCB65;
}
.product-details-one_9373a72d8ef99e3a .product-review-tab_3564ee025cbc8dc4 .user-comment-area_6a349ee1afa149f2 .user-comment-data_d3873b9cadb496de p {
  padding-top: 8px;
}

.cart-list-form_747c6584ded9b822 {
  position: relative;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f {
  margin: 0;
  background: transparent;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f 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_747c6584ded9b822 .table_dda7014002eb5a1f th:first-child {
  text-align: left;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-thumbnails_a608ca5f3bb31059 {
  width: 85px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-thumbnails_a608ca5f3bb31059 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-thumbnails_a608ca5f3bb31059 .product-img_a52ee7135b291571 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-info_19416abafb24a43e {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-info_19416abafb24a43e .product-name_8843a0e00142a1dd {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-info_19416abafb24a43e .serial_ea474423fd799c38 {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .product-info_19416abafb24a43e ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .price_8992ae683ee2cf97 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .quantity_b838a91f69c1f68b li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .quantity_b838a91f69c1f68b li .btn_f0f1d41b8d749ab0 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .quantity_b838a91f69c1f68b 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_747c6584ded9b822 .table_dda7014002eb5a1f tbody .remove-product_62c8b1d8b92e8ce8 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_747c6584ded9b822 .table_dda7014002eb5a1f tbody .remove-product_62c8b1d8b92e8ce8:hover {
  color: #ff2759;
}
.cart-list-form_747c6584ded9b822 .cart-footer_de536dd2a34e6c01 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_747c6584ded9b822 .cart-footer_de536dd2a34e6c01 .coupon-form_21f0f196a3f8a7de input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_747c6584ded9b822 .cart-footer_de536dd2a34e6c01 .cart-total-section_b72a248ed7c70933 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_747c6584ded9b822 .cart-footer_de536dd2a34e6c01 .cart-total-section_b72a248ed7c70933 .cart-total-table_c4d8c3501198e32c 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_747c6584ded9b822 .cart-footer_de536dd2a34e6c01 .cart-total-section_b72a248ed7c70933 .cart-total-table_c4d8c3501198e32c tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_cd2b1c29232b48a4 {
  height: auto;
}

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

.fancybox-caption_1e33ac7e06c97e0c, .fancybox-infobar_15852dfc81f10f12, .fancybox-navigation_eb77462a39dc00af .fancybox-button_46f25fdf295b9a04, .fancybox-toolbar_d96e58cd33068015 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_0522d1d7c1c166c6 .fancybox-caption_1e33ac7e06c97e0c, .fancybox-show-infobar_072711b2966279be .fancybox-infobar_15852dfc81f10f12, .fancybox-show-nav_e80b48f2069d52c9 .fancybox-navigation_eb77462a39dc00af .fancybox-button_46f25fdf295b9a04, .fancybox-show-toolbar_e884c6910fe71a1f .fancybox-toolbar_d96e58cd33068015 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_9d128a5aba6da5a7 .fancybox-stage_bf9693fd1e1ea40d {
  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_0439358b1256ccbe .fancybox-slide, .fancybox-slide--current_fcb492b00e109861, .fancybox-slide--next_259842dcb083b286, .fancybox-slide--previous_40b8454da0a6a105 {
  display: block;
}

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

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

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

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

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

.fancybox-content_611b7e83ecd66c07 {
  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_58cf0ea518092ee8 .fancybox-content_611b7e83ecd66c07 {
  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_fcd1e66d32bc011d .fancybox-content_611b7e83ecd66c07 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_f5d107db2d4d0088 .fancybox-content_611b7e83ecd66c07 {
  cursor: zoom-in;
}

.fancybox-can-drag_df3786886606d345 .fancybox-content_611b7e83ecd66c07 {
  cursor: grab;
}

.fancybox-is-dragging_7032666da7d63e91 .fancybox-content_611b7e83ecd66c07 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_073470f8f04db43b .fancybox-content_611b7e83ecd66c07 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_f23a90aa439cfee3 .fancybox-content_611b7e83ecd66c07, .fancybox-slide--map_035aacf2eac88f78 .fancybox-content_611b7e83ecd66c07, .fancybox-slide--video_1c25d94e8892b322 .fancybox-content_611b7e83ecd66c07 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_1c25d94e8892b322 .fancybox-content_611b7e83ecd66c07 {
  background: #000;
}

.fancybox-slide--map_035aacf2eac88f78 .fancybox-content_611b7e83ecd66c07 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_ec8206e25e8edf11 svg path, .fancybox-button--share_a6feffd2b9949891 svg path, .fancybox-button--thumbs_a207ab7a6c17be14 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_e80b48f2069d52c9 .fancybox-navigation_eb77462a39dc00af .fancybox-button_46f25fdf295b9a04 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_eb77462a39dc00af .fancybox-button--arrow_left_857582bf26f8f7ff {
  left: 6px;
}

.fancybox-navigation_eb77462a39dc00af .fancybox-button--arrow_right_288de85d389cbb10 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_f23a90aa439cfee3 .fancybox-close-small_1128fa28dd880408, .fancybox-slide--image_58cf0ea518092ee8 .fancybox-close-small_1128fa28dd880408, .fancybox-slide--video_1c25d94e8892b322 .fancybox-close-small_1128fa28dd880408 {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_f23a90aa439cfee3 .fancybox-close-small_1128fa28dd880408:hover svg, .fancybox-slide--image_58cf0ea518092ee8 .fancybox-close-small_1128fa28dd880408:hover svg, .fancybox-slide--video_1c25d94e8892b322 .fancybox-close-small_1128fa28dd880408:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_f1c9813826843ede .fancybox-close-small_1128fa28dd880408, .fancybox-is-zoomable_88a07d973c5d158c.fancybox-can-drag_df3786886606d345 .fancybox-close-small_1128fa28dd880408 {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_f1c231a1bb4b4450.fancybox-slide--next_259842dcb083b286, .fancybox-fx-fade_f1c231a1bb4b4450.fancybox-slide--previous_40b8454da0a6a105 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_f1c231a1bb4b4450.fancybox-slide--current_fcb492b00e109861 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_a992df2e3f1f1ca1 {
  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_860a5ec6e3ae69de {
  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_0912f49f61900889 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_d4379c517f66079d .fancybox-thumbs_860a5ec6e3ae69de {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_860a5ec6e3ae69de > 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_860a5ec6e3ae69de .fancybox-thumbs-active_19d150c3cd632fe8:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_58c7bf081c94ef4b .slick-track_2f16dd122c7291a9,
.slick-slider_58c7bf081c94ef4b .slick-list_b3f548b1ee7c68ac {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_acb671c914915619 .slick-track_2f16dd122c7291a9 {
  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_acb671c914915619 img {
  display: none;
}

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

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

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

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

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