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

.h1_5e757401a00e8393,
h1,
.h2_849b597637d2658d,
h2,
.h3_84c0294b29b37c64,
h3,
.h4_08fd0adea44408cc,
h4,
.h5_1d27866c7bfe34cc,
h5,
.h6_07175758387276c0,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_a66c42888c05a7ba {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_47bb9621975f9f91 {
  padding: 0 !important;
}

.m0_7c5fa110c2658249 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_35a5a7ece20ad46b {
    padding: 0 !important;
  }
  .xl-m0_f8ed35b66019e4ca {
    margin: 0 !important;
  }
  .xl-pt-10_9b2510c041d3c1d6 {
    padding-top: 10px !important;
  }
  .xl-pt-20_32e8f89955660b11 {
    padding-top: 20px !important;
  }
  .xl-pt-30_4a1f198339401ac7 {
    padding-top: 30px !important;
  }
  .xl-pt-40_d2ded7e19a29e119 {
    padding-top: 40px !important;
  }
  .xl-pt-50_4839f47bae57feda {
    padding-top: 50px !important;
  }
  .xl-pt-60_05ff5d9703d33d40 {
    padding-top: 60px !important;
  }
  .xl-pt-70_f6b6c763270dd616 {
    padding-top: 70px !important;
  }
  .xl-pt-80_ae56175e0a2709f0 {
    padding-top: 80px !important;
  }
  .xl-pt-90_9cabb35f4bd07274 {
    padding-top: 90px !important;
  }
  .xl-pt-100_a616584170538683 {
    padding-top: 100px !important;
  }
  .xl-pt-110_a0e3ceb07195e271 {
    padding-top: 110px !important;
  }
  .xl-pt-120_3ebc384fb85a5e3c {
    padding-top: 120px !important;
  }
  .xl-pt-130_a8278700e34b7124 {
    padding-top: 130px !important;
  }
  .xl-pt-140_186eae109f2f7369 {
    padding-top: 140px !important;
  }
  .xl-pt-150_b245deffceb45f88 {
    padding-top: 150px !important;
  }
  .xl-pt-200_84774785cdbfcc23 {
    padding-top: 200px !important;
  }
  .xl-pb-10_2a00b4ff5133c963 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_fb540fb819127c5a {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_a641637add350862 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_3f59e5dcb3e1c043 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_99e1222996dde648 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_4d877f8b13c65f43 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_15b1209dde6dad11 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_801956fb185cdecf {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_a51d17fe58eec306 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_49c16fdd4e3ace50 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_05700a721eb75909 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_1f9ad605baa2d737 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_8b5a141baa8b80f4 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_0b7567850b70e1a7 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_58dd88bb1747a3b0 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_81f587d070c4bfb0 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_957c61210aaea17f {
    margin-top: 10px !important;
  }
  .xl-mt-20_18139360bbbac55c {
    margin-top: 20px !important;
  }
  .xl-mt-30_d98fe74e0c38211b {
    margin-top: 30px !important;
  }
  .xl-mt-40_48995f805356bb6e {
    margin-top: 40px !important;
  }
  .xl-mt-50_c79df1ad0b0837aa {
    margin-top: 50px !important;
  }
  .xl-mt-60_112d6f2c287db19e {
    margin-top: 60px !important;
  }
  .xl-mt-70_e0625df6ae085b51 {
    margin-top: 70px !important;
  }
  .xl-mt-80_4cf1052ef06feeb0 {
    margin-top: 80px !important;
  }
  .xl-mt-90_e605c1a4a83baeac {
    margin-top: 90px !important;
  }
  .xl-mt-100_afd8da5cbb84ebe8 {
    margin-top: 100px !important;
  }
  .xl-mt-110_77558563aa038b24 {
    margin-top: 110px !important;
  }
  .xl-mt-120_36ad7580503042a1 {
    margin-top: 120px !important;
  }
  .xl-mt-130_bf586d8487bce43f {
    margin-top: 130px !important;
  }
  .xl-mt-140_a53a38d935ddd259 {
    margin-top: 140px !important;
  }
  .xl-mt-150_f146f1b4df09ed86 {
    margin-top: 150px !important;
  }
  .xl-mt-200_4a10cbca25bc223f {
    margin-top: 200px !important;
  }
  .xl-mb-10_8707ae4c01b9adb9 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_197c5e4a90a08dc7 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_bbc1d8827a6431ee {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_e1fe7464d2de7f9c {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_bac259cb0b068c01 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_62f50c7762b20541 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_f7dc23e419073b16 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_9ee7860a45575969 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_de86d56d3801c4db {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_7a3be63bd18a9b11 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_1eafe7475b6b3ddb {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_72a2e8481a735ced {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_b7a05e8569382542 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_0418c68230d1400f {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_efefefbc01c43c9b {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_559d89c16cd9a6ed {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_643a1675c9ad5e30 {
    padding: 0 !important;
  }
  .lg-m0_d774473a4ca53781 {
    margin: 0 !important;
  }
  .lg-pt-10_00375a52edae4791 {
    padding-top: 10px !important;
  }
  .lg-pt-20_366932d2574344c6 {
    padding-top: 20px !important;
  }
  .lg-pt-30_6220a31c9b8435ba {
    padding-top: 30px !important;
  }
  .lg-pt-40_c6e8f83dcece2afd {
    padding-top: 40px !important;
  }
  .lg-pt-50_95262ece08bbf314 {
    padding-top: 50px !important;
  }
  .lg-pt-60_43ef9f36dfbef722 {
    padding-top: 60px !important;
  }
  .lg-pt-70_bb4d54a61cd07d3f {
    padding-top: 70px !important;
  }
  .lg-pt-80_7de7da32cfddbf19 {
    padding-top: 80px !important;
  }
  .lg-pt-90_90dd5bccbcdd9e51 {
    padding-top: 90px !important;
  }
  .lg-pt-100_9566b4e5937fba90 {
    padding-top: 100px !important;
  }
  .lg-pt-110_fed6f674e374a4fd {
    padding-top: 110px !important;
  }
  .lg-pt-120_1636eb31468a84fc {
    padding-top: 120px !important;
  }
  .lg-pt-130_22fabb46d6213b7c {
    padding-top: 130px !important;
  }
  .lg-pt-140_79a820c42f9f841b {
    padding-top: 140px !important;
  }
  .lg-pt-150_140cb634249d7e62 {
    padding-top: 150px !important;
  }
  .lg-pt-200_4454eee4f99eb217 {
    padding-top: 200px !important;
  }
  .lg-pb-10_0b111237d1901eb0 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_f64f13c90703d865 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_ce905be9cc566e84 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_32f451888c7db5a0 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_f2d23585db5d0d25 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_a1380729e12d3195 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_282f3584430853b9 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_7e4070eb015def0b {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_1c81c0f3fab7a837 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_c90c0a8adcccdc6e {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_82b523c7745417ef {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_f8dcbb9eff0d39f1 {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_87277e44f5ab9dd7 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_a9a0c23dfeabef2f {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_c678df58839d6f1f {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_67c8b440c3ea0e92 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_c3bd3af7de88969f {
    margin-top: 10px !important;
  }
  .lg-mt-20_8b831d0fe391bfda {
    margin-top: 20px !important;
  }
  .lg-mt-30_1e35df648d6bd0f2 {
    margin-top: 30px !important;
  }
  .lg-mt-40_0e29a97533ba2213 {
    margin-top: 40px !important;
  }
  .lg-mt-50_edb5024c4a018448 {
    margin-top: 50px !important;
  }
  .lg-mt-60_458407cecf7e0165 {
    margin-top: 60px !important;
  }
  .lg-mt-70_59659ca9ce91562d {
    margin-top: 70px !important;
  }
  .lg-mt-80_94ed555de1eefe87 {
    margin-top: 80px !important;
  }
  .lg-mt-90_269371882693ddf0 {
    margin-top: 90px !important;
  }
  .lg-mt-100_763404a4a4d401a4 {
    margin-top: 100px !important;
  }
  .lg-mt-110_be6927e6b1cea394 {
    margin-top: 110px !important;
  }
  .lg-mt-120_7c9baf63a80f4b10 {
    margin-top: 120px !important;
  }
  .lg-mt-130_8e7b67a241224426 {
    margin-top: 130px !important;
  }
  .lg-mt-140_4c7f18d227143358 {
    margin-top: 140px !important;
  }
  .lg-mt-150_9bde1a344d839867 {
    margin-top: 150px !important;
  }
  .lg-mt-200_011dc1b2571c17aa {
    margin-top: 200px !important;
  }
  .lg-mb-10_5e95da16ed2a759b {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_cc5d4c8e4b01be21 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_7f1b01fa3d818391 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_d5ccafde98a7e6d6 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_3d54d752a0086de5 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_e9ad6ade722e5451 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_a091f32ae958a9bc {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_7164426d0de181cd {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_b490e28ee33d2629 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_3b38e6205a845fe1 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_b26f5d3c353860e1 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_89de61bfdcb70bc9 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_a245ae1ea37f47f2 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_2b805882a172c335 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_6d86930c49dfe6ae {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_1494291fc5f4bcba {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_6766c02e4f345f3d {
    padding: 0 !important;
  }
  .md-m0_b03ca6a85a17923f {
    margin: 0 !important;
  }
  .md-pt-10_a0dff8079ba7f6d1 {
    padding-top: 10px !important;
  }
  .md-pt-20_86d76e67a3449514 {
    padding-top: 20px !important;
  }
  .md-pt-30_092988b19d0cdc70 {
    padding-top: 30px !important;
  }
  .md-pt-40_689788fa1932f6a1 {
    padding-top: 40px !important;
  }
  .md-pt-50_e97fced19b2b648a {
    padding-top: 50px !important;
  }
  .md-pt-60_758b8052c00dc753 {
    padding-top: 60px !important;
  }
  .md-pt-70_b9c2eba86f9c0fa5 {
    padding-top: 70px !important;
  }
  .md-pt-80_b16a57010dcfe921 {
    padding-top: 80px !important;
  }
  .md-pt-90_f87fca1f525b712d {
    padding-top: 90px !important;
  }
  .md-pt-100_ec72c7797da45f93 {
    padding-top: 100px !important;
  }
  .md-pt-110_c5da41afefc13c2b {
    padding-top: 110px !important;
  }
  .md-pt-120_e7092f36a98b57c0 {
    padding-top: 120px !important;
  }
  .md-pt-130_1b02aae7c47cea6f {
    padding-top: 130px !important;
  }
  .md-pt-140_f2acfad278ed0a8d {
    padding-top: 140px !important;
  }
  .md-pt-150_5ebff7891acdf700 {
    padding-top: 150px !important;
  }
  .md-pt-200_ac1dd0e5babdad01 {
    padding-top: 200px !important;
  }
  .md-pb-10_8beab3db4087b139 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_d8995f192bd76a39 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_e84e4c816d90b022 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_95dfae2407fd253f {
    padding-bottom: 40px !important;
  }
  .md-pb-50_5c5e628c9c4059e8 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_fa6c9d7472c33756 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_10e657357ca5c691 {
    padding-bottom: 70px !important;
  }
  .md-pb-80_82ee713b9fbc2dbe {
    padding-bottom: 80px !important;
  }
  .md-pb-90_2e5c33024975eed2 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_3e4023caa39990cc {
    padding-bottom: 100px !important;
  }
  .md-pb-110_d74597ace5a647b1 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_083ad7bf7da13634 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_057a723eff3ec6b9 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_55bc6343d000a597 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_4521db549e58e664 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_895ec49a184018da {
    padding-bottom: 200px !important;
  }
  .md-mt-10_a611a8d9027c5c3a {
    margin-top: 10px !important;
  }
  .md-mt-20_b5818fb027c8d904 {
    margin-top: 20px !important;
  }
  .md-mt-30_e5f48be7fe09be49 {
    margin-top: 30px !important;
  }
  .md-mt-40_211708c427bc3f49 {
    margin-top: 40px !important;
  }
  .md-mt-50_68ecd31436881fc3 {
    margin-top: 50px !important;
  }
  .md-mt-60_7869aad40f455657 {
    margin-top: 60px !important;
  }
  .md-mt-70_59b55fcbcd83df78 {
    margin-top: 70px !important;
  }
  .md-mt-80_194ca724fc7514a0 {
    margin-top: 80px !important;
  }
  .md-mt-90_5e9e02da6469478c {
    margin-top: 90px !important;
  }
  .md-mt-100_3f738b696368d3f5 {
    margin-top: 100px !important;
  }
  .md-mt-110_e2f90bfcbbc8645d {
    margin-top: 110px !important;
  }
  .md-mt-120_d2538d4c296c4443 {
    margin-top: 120px !important;
  }
  .md-mt-130_2f9c3ecea4d54c35 {
    margin-top: 130px !important;
  }
  .md-mt-140_3bb0c1ef99d9515b {
    margin-top: 140px !important;
  }
  .md-mt-150_c4996ae03db06473 {
    margin-top: 150px !important;
  }
  .md-mt-200_75465c7741380b05 {
    margin-top: 200px !important;
  }
  .md-mb-10_7c63798f8622822c {
    margin-bottom: 10px !important;
  }
  .md-mb-20_66ff319639113377 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_5f4a66bd438dfffe {
    margin-bottom: 30px !important;
  }
  .md-mb-40_327d56f5032a744b {
    margin-bottom: 40px !important;
  }
  .md-mb-50_027cf9f2931d6849 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_4575883689063cdf {
    margin-bottom: 60px !important;
  }
  .md-mb-70_5af142e7029cb2d4 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_4bb86ecd7b618eb4 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_2e88753847f99f0b {
    margin-bottom: 90px !important;
  }
  .md-mb-100_83f4735b47508349 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_bc76367954ef24db {
    margin-bottom: 110px !important;
  }
  .md-mb-120_088320e01e5de784 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_46cd79ad28c5cf2a {
    margin-bottom: 130px !important;
  }
  .md-mb-140_6ebd90732fe0d1cd {
    margin-bottom: 140px !important;
  }
  .md-mb-150_da9bb53e6d742ad7 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_b52767214d08d128 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_0416735460837a75 {
    padding: 0 !important;
  }
  .sm-m0_7abe574137edb081 {
    margin: 0 !important;
  }
  .sm-pt-10_f64f69c6fedb8e16 {
    padding-top: 10px !important;
  }
  .sm-pt-20_6d9e6cc3f4a3c03d {
    padding-top: 20px !important;
  }
  .sm-pt-30_f02e30fe93bd7e70 {
    padding-top: 30px !important;
  }
  .sm-pt-40_352f911244ccfb4f {
    padding-top: 40px !important;
  }
  .sm-pt-50_ae36d370bd852fee {
    padding-top: 50px !important;
  }
  .sm-pt-60_f8fb82e98ae6e2d7 {
    padding-top: 60px !important;
  }
  .sm-pt-70_46607a9024175348 {
    padding-top: 70px !important;
  }
  .sm-pt-80_6a00f847f929f3bb {
    padding-top: 80px !important;
  }
  .sm-pt-90_41ddc310193f4ad2 {
    padding-top: 90px !important;
  }
  .sm-pt-100_f582a64a295f0e98 {
    padding-top: 100px !important;
  }
  .sm-pt-110_8fa03e0d1f6018a9 {
    padding-top: 110px !important;
  }
  .sm-pt-120_7301c598995d30f9 {
    padding-top: 120px !important;
  }
  .sm-pt-130_d871d97d6d02e764 {
    padding-top: 130px !important;
  }
  .sm-pt-140_c1dea332fbd1090d {
    padding-top: 140px !important;
  }
  .sm-pt-150_1c800518730c6b1e {
    padding-top: 150px !important;
  }
  .sm-pt-200_55fae5258dd54b61 {
    padding-top: 200px !important;
  }
  .sm-pb-10_025500a8a0317e86 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_6bcffafa89fa12c2 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_05975bfb50b35168 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_3a1e3aa6f9d0ac17 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_529c227b03d7dabf {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_73342a506b2bb253 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_4e559b773eac5079 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_493ca450dd80b8e0 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_0844ec6bf68a72fa {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_0c41c3b8810502e6 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_c951f9c6106d0e6a {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_b99db4428b424271 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_c0b457ad670b2b4a {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_2ca176cf43abf760 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_7f13420b2ac6038e {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_382ec6d66bf609d5 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_80bd85548fc74a81 {
    margin-top: 10px !important;
  }
  .sm-mt-20_04b678f395e72cc7 {
    margin-top: 20px !important;
  }
  .sm-mt-30_ef5f147905ed64b7 {
    margin-top: 30px !important;
  }
  .sm-mt-40_dde5c22533ee0675 {
    margin-top: 40px !important;
  }
  .sm-mt-50_88e9459128da31aa {
    margin-top: 50px !important;
  }
  .sm-mt-60_e05e124910dee6b3 {
    margin-top: 60px !important;
  }
  .sm-mt-70_c92950bd099e25cd {
    margin-top: 70px !important;
  }
  .sm-mt-80_6d920fa6b6e3f3c5 {
    margin-top: 80px !important;
  }
  .sm-mt-90_a5b043c5dbb28697 {
    margin-top: 90px !important;
  }
  .sm-mt-100_8cdff5a15c6906e0 {
    margin-top: 100px !important;
  }
  .sm-mt-110_b7cbe1e225838aea {
    margin-top: 110px !important;
  }
  .sm-mt-120_2c9a05f044e7aace {
    margin-top: 120px !important;
  }
  .sm-mt-130_6f0707dd9aa5756b {
    margin-top: 130px !important;
  }
  .sm-mt-140_c097c4d3ff2d0922 {
    margin-top: 140px !important;
  }
  .sm-mt-150_f229635ac44fd781 {
    margin-top: 150px !important;
  }
  .sm-mt-200_6260b9bf4db22e21 {
    margin-top: 200px !important;
  }
  .sm-mb-10_a0e13841f0014a82 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_2899abc7118d71e6 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_394213dc6559099c {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_1a5ebca1b384c7a9 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_fccb2c0d565e9858 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_fac4e982490eaf7e {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_e4e3393a7f52eb39 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_9abbb0750d27e243 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_88fd9fe2bdd17b00 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_a7d87f6cc85dd460 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_addf6bce3c7e9d20 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_cae09d29c8664b7d {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_e5440d0fcb05053b {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_8397b32d49475dc5 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_af54bf1e5471e311 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_6864802f74e84d2b {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_b75c0eb1b339b197 {
    padding: 0 !important;
  }
  .xs-m0_cbc6bbf7a14fbeff {
    margin: 0 !important;
  }
  .xs-pt-10_a9897651c7b9b207 {
    padding-top: 10px !important;
  }
  .xs-pt-20_5a3a2606b3502756 {
    padding-top: 20px !important;
  }
  .xs-pt-30_6f61f00efdd1ac2e {
    padding-top: 30px !important;
  }
  .xs-pt-40_f26a6e2ddf3beba2 {
    padding-top: 40px !important;
  }
  .xs-pt-50_0a8405d4f898160a {
    padding-top: 50px !important;
  }
  .xs-pt-60_681304cbd2072ac9 {
    padding-top: 60px !important;
  }
  .xs-pt-70_1030c21d25e1a517 {
    padding-top: 70px !important;
  }
  .xs-pt-80_2d88b7290411f20c {
    padding-top: 80px !important;
  }
  .xs-pt-90_f5f57180d78499ce {
    padding-top: 90px !important;
  }
  .xs-pt-100_8ce351eda08b0308 {
    padding-top: 100px !important;
  }
  .xs-pt-110_a8da0ce3e31ed123 {
    padding-top: 110px !important;
  }
  .xs-pt-120_ea885d452e548db5 {
    padding-top: 120px !important;
  }
  .xs-pt-130_05c81cde5ebc9a89 {
    padding-top: 130px !important;
  }
  .xs-pt-140_5d89a227e30e72bd {
    padding-top: 140px !important;
  }
  .xs-pt-150_ec342f0a69e544ce {
    padding-top: 150px !important;
  }
  .xs-pt-200_3f8fbabce07bd7dc {
    padding-top: 200px !important;
  }
  .xs-pb-10_d477f764a1911f4b {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_608ca90a4319b058 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_e21e2eedece8e082 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_e659a74e8db402b5 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_a0be5e8ab16ee4f7 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_7535e4167afae42f {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_a6ce77077f99a896 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_184bcbe05d599a42 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_d85738e2ed94dd0c {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_d3575a2b4cbca23b {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_919dc696c5f144cd {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_fec73d33db4a5c12 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_0aa41cf2cc9742e7 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_1030f81111d3d404 {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_6de0cb5cc10aae3e {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_88bad19fe089e737 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_5c4164c842a134bd {
    margin-top: 10px !important;
  }
  .xs-mt-20_6ea77fb096fffa16 {
    margin-top: 20px !important;
  }
  .xs-mt-30_2a29dcb19a19797f {
    margin-top: 30px !important;
  }
  .xs-mt-40_84507c3cf3b0d977 {
    margin-top: 40px !important;
  }
  .xs-mt-50_52a88644ea0d3c4e {
    margin-top: 50px !important;
  }
  .xs-mt-60_5914d654955fee1c {
    margin-top: 60px !important;
  }
  .xs-mt-70_b0b097ac940fb9d1 {
    margin-top: 70px !important;
  }
  .xs-mt-80_1d7eee3e4e84708c {
    margin-top: 80px !important;
  }
  .xs-mt-90_395de9b0106cb542 {
    margin-top: 90px !important;
  }
  .xs-mt-100_aa0d66846994e2d8 {
    margin-top: 100px !important;
  }
  .xs-mt-110_4d8aab673bdddbc9 {
    margin-top: 110px !important;
  }
  .xs-mt-120_9d6dae5a7f0a0539 {
    margin-top: 120px !important;
  }
  .xs-mt-130_a848a8e09513d17f {
    margin-top: 130px !important;
  }
  .xs-mt-140_86194885f8480e66 {
    margin-top: 140px !important;
  }
  .xs-mt-150_8fb8d6a606ff6879 {
    margin-top: 150px !important;
  }
  .xs-mt-200_9ca40721c5978775 {
    margin-top: 200px !important;
  }
  .xs-mb-10_41badc0e13342927 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_8f6f36bba60956d2 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_b76c29124a5c0fbe {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_b0961120ef8122cc {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_b066f4c05768a9fb {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_aac9aa239f5438b1 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_80fcec9f3326a85d {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_32f9df306696a9b5 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_72d03ff15382ab89 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_15b49b302ed4b536 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_25accfb7dbfde27c {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_927e954a5111c04c {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_a26319983fcf1e9e {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_6883950f295786d1 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_95661ec4fd5641a2 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_d1d9bd66a79453ae {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_58a38e269e43d6ed {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_58a38e269e43d6ed.menu-overlay_de454df927fb1ba9 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_58a38e269e43d6ed.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_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-three_aae97ac559d94d5a .navbar-toggler_d69f590be04f9eb9 {
  background: #000;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-four_59df3be8914eb557 .navbar-toggler_d69f590be04f9eb9 {
  background: #E6FD5A;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-five_9d55ec3992a0cff3 .navbar-toggler_d69f590be04f9eb9 {
  background: #DFFF5E;
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9:focus {
  box-shadow: none;
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9::before,
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9::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_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9 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_58a38e269e43d6ed.menu-style-three_aae97ac559d94d5a .navbar-toggler_d69f590be04f9eb9:before, .theme-main-menu_58a38e269e43d6ed.menu-style-three_aae97ac559d94d5a .navbar-toggler_d69f590be04f9eb9:after, .theme-main-menu_58a38e269e43d6ed.menu-style-three_aae97ac559d94d5a .navbar-toggler_d69f590be04f9eb9 span {
  background: #fff;
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_58a38e269e43d6ed .navbar-toggler_d69f590be04f9eb9[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_58a38e269e43d6ed .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_58a38e269e43d6ed .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_58a38e269e43d6ed.white-vr_0d23fbb4e8ea10de .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_58a38e269e43d6ed.white-vr_0d23fbb4e8ea10de .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_58a38e269e43d6ed.white-vr_0d23fbb4e8ea10de.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-one_2dbffcb4ee3830e5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .info-row_30d8378aeb7b2e78 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .gap-fix_163be29f0c220cf8 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .greetings_c5812f4449d47cba {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .contact-info_5485f0805188b59f {
  margin: 0 -15px;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .contact-info_5485f0805188b59f li {
  padding: 0 15px;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .contact-info_5485f0805188b59f li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .contact-info_5485f0805188b59f li a:hover {
  text-decoration: underline;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51 .inner-content_9c774ff1dcb6203d {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-two_c630b63d4f9e2e51.fixed .info-row_30d8378aeb7b2e78 {
  display: none;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-five_9d55ec3992a0cff3 {
  background: #000;
  padding: 0;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-five_9d55ec3992a0cff3 .inner-content_9c774ff1dcb6203d {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-six_be1c8b4010de475e .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_58a38e269e43d6ed.menu-style-six_be1c8b4010de475e .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_58a38e269e43d6ed .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_1a9399aac3531b48 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_1a9399aac3531b48 .mega-menu-title_0eb7cfcf1b8e9815 {
  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_58a38e269e43d6ed .login-btn-one_325c97e891335377 a {
  color: #000;
}
.theme-main-menu_58a38e269e43d6ed .login-btn-one_325c97e891335377 a:hover {
  text-decoration: underline;
}
.theme-main-menu_58a38e269e43d6ed .login-btn-two_dde420d31416c2d1 a {
  color: #044F3B;
}
.theme-main-menu_58a38e269e43d6ed .login-btn-two_dde420d31416c2d1 a:hover {
  text-decoration: underline;
}
.theme-main-menu_58a38e269e43d6ed .signup-btn-one_c64ecade33b5f81d 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_58a38e269e43d6ed .signup-btn-one_c64ecade33b5f81d .icon_2a76e7fcb7a0c0bf {
  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_58a38e269e43d6ed .signup-btn-one_c64ecade33b5f81d:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_58a38e269e43d6ed .signup-btn-one_c64ecade33b5f81d:hover .icon_2a76e7fcb7a0c0bf {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_58a38e269e43d6ed .signup-btn-two_d3375d775e85aefd {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_58a38e269e43d6ed .signup-btn-two_d3375d775e85aefd:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_58a38e269e43d6ed .quote-one_f21aa5bdb58e4496 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_58a38e269e43d6ed .quote-one_f21aa5bdb58e4496:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_8d5ab90f23795df8 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_8d5ab90f23795df8 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_8d5ab90f23795df8 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_8d5ab90f23795df8 li a:hover {
  color: #0C3A30;
}
.category-menu_8d5ab90f23795df8 .dropdown-menu {
  padding: 0;
}
.category-menu_8d5ab90f23795df8 .dropdown-menu li {
  padding: 0;
}
.category-menu_8d5ab90f23795df8 .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_a15de2e82e784288 .logo_559a044d7ccd59a7 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_0d23fbb4e8ea10de .navbar-collapse_a15de2e82e784288 {
    background-color: #0C3A30;
  }
  .navbar-collapse_a15de2e82e784288 {
    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_a15de2e82e784288.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_58a38e269e43d6ed .navbar .mega-dropdown_7dac3c80932fd317 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_0d23fbb4e8ea10de .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_1a9399aac3531b48 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_e8745d731d0a65d4 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_c58ec5ca6b951247 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_c58ec5ca6b951247::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_c58ec5ca6b951247 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_c58ec5ca6b951247 .hero-slider-one .hero-img_00e904ced0d06867 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_c58ec5ca6b951247 .hero-slider-one .slick-list_e60b3e28088c20b7, .hero-banner-one_c58ec5ca6b951247 .hero-slider-one .slick-track_616853a51e9784b4, .hero-banner-one_c58ec5ca6b951247 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_c58ec5ca6b951247 .hero-heading_d4086c7de37952c8 {
  font-weight: 700;
  color: #000;
  background: url(../visuals/shape_e7d53a21cf/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_c58ec5ca6b951247 .more-btn_0af823f84b702faf {
  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_c58ec5ca6b951247 .more-btn_0af823f84b702faf:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_a61a2aedd3c317d4 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_a61a2aedd3c317d4 .bg-wrapper_f610a490ca85c497 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_a61a2aedd3c317d4 .hero-heading_d4086c7de37952c8 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_a61a2aedd3c317d4 .rating_0528c2c208c5f096 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_a61a2aedd3c317d4 .rating_0528c2c208c5f096 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_a61a2aedd3c317d4 .media-wrapper_613a148982aaa950 {
  position: absolute;
  background: url(../visuals/assets_798fcee5e2/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_a61a2aedd3c317d4 .media-wrapper_613a148982aaa950 .shape_01_aaed1ec4c2419bfc {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_a61a2aedd3c317d4 .media-wrapper_613a148982aaa950 .shape_02_ffb66a155976e080 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_b9d11ac15758f5da .hero-heading_d4086c7de37952c8 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_b9d11ac15758f5da .media-wrapper_613a148982aaa950 {
  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_b9d11ac15758f5da .media-wrapper_613a148982aaa950 .screen_01_62efed4376982ba2 {
  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_b9d11ac15758f5da .media-wrapper_613a148982aaa950 .screen_02_267e6d2cd22c50a9 {
  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_b9d11ac15758f5da .media-wrapper_613a148982aaa950 .bg-shape_30936d9a73a4a654 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_b9d11ac15758f5da .shape_01_aaed1ec4c2419bfc {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_f34a2e8b3b03155b .bg-wrapper_f610a490ca85c497 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_f34a2e8b3b03155b .media-wrapper_613a148982aaa950 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_f34a2e8b3b03155b .media-wrapper_613a148982aaa950 .shape_01_aaed1ec4c2419bfc {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_f34a2e8b3b03155b .shape_02_ffb66a155976e080 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_16da9a2deb61de39 + .blog-details_37bec7cd084fed92 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_86e5144a7154ffd9 {
  z-index: 1;
}
.block-feature-three_86e5144a7154ffd9:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_86e5144a7154ffd9.no-bg_5e36aa23b0990ccd:before {
  display: none;
}
.block-feature-three_86e5144a7154ffd9 .section-btn_99fe14dc0af6a39b {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_86e5144a7154ffd9 .block-title_7f20e0e881e3ea95 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_86e5144a7154ffd9 .block-title_7f20e0e881e3ea95 a:hover {
  text-decoration: underline;
}
.block-feature-three_86e5144a7154ffd9 .round-btn_035ba9748306abeb {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_86e5144a7154ffd9 .round-btn_035ba9748306abeb:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_86e5144a7154ffd9 .block-one_8bb5e1dce8169a73 {
  background: url(../visuals/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_86e5144a7154ffd9 .block-one_8bb5e1dce8169a73 .tag_7a84f3ab9b01fc0b {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_86e5144a7154ffd9 .block-one_8bb5e1dce8169a73 .block-title_7f20e0e881e3ea95 {
  background: url(../visuals/shape_e7d53a21cf/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_86e5144a7154ffd9 .block-two_3efd5efc7b774052 {
  overflow: hidden;
}
.block-feature-three_86e5144a7154ffd9 .block-two_3efd5efc7b774052 .img-wrapper_9fcbafbc7e0db542 {
  background: url(../visuals/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_86e5144a7154ffd9 .block-two_3efd5efc7b774052 .text-wrapper_15de1dcde07f7c46 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_86e5144a7154ffd9 .block-two_3efd5efc7b774052 .tag_7a84f3ab9b01fc0b {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_86e5144a7154ffd9 .block-three_24794939226d0273 {
  background: #D3FF76;
}
.block-feature-three_86e5144a7154ffd9 .block-three_24794939226d0273 .tag_7a84f3ab9b01fc0b {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_86e5144a7154ffd9 .block-three_24794939226d0273 .round-btn_035ba9748306abeb {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_86e5144a7154ffd9 .block-three_24794939226d0273 .round-btn_035ba9748306abeb:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d {
  background: url(../visuals/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d .block-title_7f20e0e881e3ea95 {
  background: url(../visuals/shape_e7d53a21cf/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d .block-title_7f20e0e881e3ea95 a {
  font-size: 28px;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d .tag_7a84f3ab9b01fc0b {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d .round-btn_035ba9748306abeb {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_86e5144a7154ffd9 .block-four_c295221ca620e40d .round-btn_035ba9748306abeb:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_86e5144a7154ffd9 .block-five_7fa5bf4974a6b077 {
  background: url(../visuals/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_86e5144a7154ffd9 .block-five_7fa5bf4974a6b077 .tag_7a84f3ab9b01fc0b {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_86e5144a7154ffd9 .block-five_7fa5bf4974a6b077 .block-title_7f20e0e881e3ea95 {
  background: url(../visuals/shape_e7d53a21cf/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_c8c1c1165e9ced83 .upper-wrapper_1f56d4a37419a2db {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_c8c1c1165e9ced83 .upper-wrapper_1f56d4a37419a2db .shape_01_aaed1ec4c2419bfc {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_c8c1c1165e9ced83 .line-loop_a9ae0c45de1ab6ac:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_c8c1c1165e9ced83 .graph-panel_8389395a847c6d87 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_c8c1c1165e9ced83 .graph-panel_8389395a847c6d87 .main-count_d9ec8b8c190ea14a {
  font-size: 120px;
}
.block-feature-thirteen_c8c1c1165e9ced83 .graph-panel_8389395a847c6d87 .chart-box_d41ff18b67eaeaff {
  padding: 0 15px;
}
.block-feature-thirteen_c8c1c1165e9ced83 .graph-panel_8389395a847c6d87 .chart-box_d41ff18b67eaeaff .chart-inner_6271baab2e67dcab {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_8511118d998e1f09 .media-img_9e8d552995e28ad8 {
  border-radius: 30px;
}
.block-feature-sixteen_8511118d998e1f09 .shape_01_aaed1ec4c2419bfc {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_8ae26f8668a84aa3 .section-subheading_92c9d43c6f998f2a {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_8ae26f8668a84aa3 .shape_01_aaed1ec4c2419bfc {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

.text-feature-one_b3b4937f0c5467fa .line-wrapper_a5568e6a25311687 {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
}
.text-feature-one_b3b4937f0c5467fa .line-wrapper_a5568e6a25311687 .shape_01_aaed1ec4c2419bfc {
  width: 48px;
  bottom: 12%;
  left: 32%;
  animation: rotated 48s infinite linear;
}
.text-feature-one_b3b4937f0c5467fa .card-style-three_9ed46b5a14bc9580 {
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 100px;
}
.text-feature-one_b3b4937f0c5467fa .card-style-three_9ed46b5a14bc9580:last-child {
  border-bottom: none;
}
.text-feature-one_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a {
  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_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a: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_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a 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_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a 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_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a 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_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a li:hover:before {
  background: #29594B;
}
.text-feature-one_b3b4937f0c5467fa .media-list-item_a6b4fe7bdb2deb4a li:hover:after {
  color: #fff;
}

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

.text-feature-three_d88022912c27ded1 {
  z-index: 1;
}
.text-feature-three_d88022912c27ded1 .counter-wrapper_446203915ca665b9 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.text-feature-three_d88022912c27ded1 .media-wrapper_613a148982aaa950 {
  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_d88022912c27ded1 .media-wrapper_613a148982aaa950 .screen_01_62efed4376982ba2 {
  right: -9%;
  top: 12%;
  width: 37.3%;
  border-radius: 10px;
  box-shadow: 10px 30px 50px rgba(0, 0, 0, 0.06);
}
.text-feature-three_d88022912c27ded1 .media-wrapper_613a148982aaa950 .screen_02_267e6d2cd22c50a9 {
  left: -11%;
  bottom: -9%;
  width: 65.5%;
}
.text-feature-three_d88022912c27ded1 .media-wrapper_613a148982aaa950 .screen_03_b2b09f487a8c8a41 {
  left: -13%;
  bottom: -11%;
  width: 50.85%;
  box-shadow: 0px 35px 70px rgba(0, 0, 0, 0.06);
}
.text-feature-three_d88022912c27ded1 .shape_01_aaed1ec4c2419bfc {
  bottom: 2%;
  left: 39%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-four_22ee603e79f08833 {
  z-index: 1;
}
.text-feature-four_22ee603e79f08833 .avatar_5f67a61d9f477e4d {
  width: 65px;
  height: 65px;
}
.text-feature-four_22ee603e79f08833 .name {
  font-size: 28px;
}
.text-feature-four_22ee603e79f08833 .quote-text_a812749c2d1d07d1 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_22ee603e79f08833 .shape_01_aaed1ec4c2419bfc {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_22ee603e79f08833 .shape_02_ffb66a155976e080 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_d142142bfd2c09f2 .bg-wrapper_f610a490ca85c497 {
  background: #FFF2AC;
}
.text-feature-five_d142142bfd2c09f2 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_d142142bfd2c09f2 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_d142142bfd2c09f2 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_d142142bfd2c09f2 li:hover:before {
  background: #29594B;
}
.text-feature-five_d142142bfd2c09f2 li:hover:after {
  color: #fff;
}
.text-feature-five_d142142bfd2c09f2 .media-wrapper_613a148982aaa950 {
  background: url(../visuals/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_d142142bfd2c09f2 .media-wrapper_613a148982aaa950 .video-icon_0f4afe9013c2b643 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_d142142bfd2c09f2 .media-wrapper_613a148982aaa950 .video-icon_0f4afe9013c2b643:hover {
  background: #CFFF45;
}
.text-feature-five_d142142bfd2c09f2 .media-wrapper_613a148982aaa950 .screen_01_62efed4376982ba2 {
  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_345d01c5d47d1e61 {
  z-index: 1;
}
.text-feature-six_345d01c5d47d1e61 .media-wrapper_613a148982aaa950 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_345d01c5d47d1e61 .media-wrapper_613a148982aaa950 .screen_01_62efed4376982ba2 {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_345d01c5d47d1e61 .shape_01_aaed1ec4c2419bfc {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_345d01c5d47d1e61 .shape_02_ffb66a155976e080 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_bc41d9c5a616d699 {
  background: url(../visuals/assets_798fcee5e2/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_bc41d9c5a616d699 .block_03acbf18a8402207 .icon_2a76e7fcb7a0c0bf {
  height: 50px;
}
.text-feature-nine_bc41d9c5a616d699 .vertical-text-wrapper_d50ce28477257d09 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_bc41d9c5a616d699 .vertical-text-wrapper_d50ce28477257d09 .text-list_54f59f0772c563a1 {
  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_bc41d9c5a616d699 .vertical-text-wrapper_d50ce28477257d09 .text-list_54f59f0772c563a1:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_bc41d9c5a616d699 .vertical-text-wrapper_d50ce28477257d09 .shape_01_aaed1ec4c2419bfc {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_bc41d9c5a616d699 .vertical-text-wrapper_d50ce28477257d09 .shape_02_ffb66a155976e080 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_bc41d9c5a616d699 .shape_03_8749e82260ca8232 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_bc41d9c5a616d699 .shape_04_0535d77d16d077a0 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_b43c2ce292658dc5 .section-btn_99fe14dc0af6a39b {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_00ac67c26ca403ef {
  z-index: 1;
}
.team-section-three_00ac67c26ca403ef:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../visuals/shape_e7d53a21cf/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_00ac67c26ca403ef .section-btn_99fe14dc0af6a39b {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_00ac67c26ca403ef .shape_01_aaed1ec4c2419bfc {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_00ac67c26ca403ef .shape_02_ffb66a155976e080 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_00ac67c26ca403ef .shape_03_8749e82260ca8232 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_0fb023ffc86097e0 .logo_559a044d7ccd59a7 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_f91c4e59d8156f5a {
  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_9c9ee55c23a8740b {
  max-width: 565px;
}
.user-data-form .form-wrapper_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde 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_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde .placeholder_icon_c76719c757275a98 {
  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_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde .placeholder_icon_c76719c757275a98 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde .placeholder_icon_c76719c757275a98 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde .placeholder_icon_c76719c757275a98 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_9c9ee55c23a8740b .input-group-meta_553d90a6e8ec8bde .placeholder_icon_c76719c757275a98 span.eye-slash_51cb6be1a2c7b7f6:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_89194c4dc4364925 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_89194c4dc4364925 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_89194c4dc4364925 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_89194c4dc4364925 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_89194c4dc4364925 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_89194c4dc4364925 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_89194c4dc4364925 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_e56909e5d5be5318 {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_2d1c3248f6a29f38 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_2d1c3248f6a29f38:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_2d1c3248f6a29f38 img {
  width: 20px;
}
.user-data-form .btn-close_44e4429f9a3fa389 {
  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_e322487517451fdb .main-count_d9ec8b8c190ea14a {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_9ed46b5a14bc9580 .icon_2a76e7fcb7a0c0bf {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_444b935249ff7522 .img-holder_25b51a537df11214 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_444b935249ff7522 .img-holder_25b51a537df11214.round-border_ca87245be292e8c0 {
  border-radius: 30px;
}
.portfolio-block-one_444b935249ff7522 .img-holder_25b51a537df11214 .expend_1044d24d9344d053 {
  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_444b935249ff7522 .img-holder_25b51a537df11214 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_444b935249ff7522 .img-holder_25b51a537df11214 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_444b935249ff7522:hover .expend_1044d24d9344d053 {
  opacity: 1;
}
.portfolio-block-one_444b935249ff7522:hover .img-meta_ccc0b7f5077ed0ea {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_444b935249ff7522:hover .pj-title_a2d1885a6fcc5da5 {
  text-decoration: underline;
}
.portfolio-block-one_444b935249ff7522 .caption {
  margin-top: 35px;
}
.portfolio-block-one_444b935249ff7522 .caption .tag_7a84f3ab9b01fc0b {
  margin: 0 -3px;
}
.portfolio-block-one_444b935249ff7522 .caption .tag_7a84f3ab9b01fc0b 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_444b935249ff7522 .caption .pj-title_a2d1885a6fcc5da5 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_444b935249ff7522 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_444b935249ff7522 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_487691dfcaa28925 .bg-wrapper_f610a490ca85c497 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b {
  height: 100%;
}
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-control-next_70015c4eb55f7bdd,
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-control-prev_a00a673cf754b651 {
  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_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-control-next_70015c4eb55f7bdd:hover,
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-control-prev_a00a673cf754b651:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_487691dfcaa28925 .slider-wrapper_2cde1d838928505b .carousel-control-prev_a00a673cf754b651 {
  left: auto;
  right: 45px;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 h3 {
  font-size: 36px;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .list-meta_32d05fa6c0361072 li {
  padding: 22px 0;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .list-meta_32d05fa6c0361072 .icon_2a76e7fcb7a0c0bf {
  width: 40px;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .list-meta_32d05fa6c0361072 .text1_09cc3ee6815a1805 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .list-meta_32d05fa6c0361072 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .social-share_5e5f68b33997eae5 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_487691dfcaa28925 .info-wrapper_f10f96d668287990 .social-share_5e5f68b33997eae5 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_c9d3aa1301fe4771 .slider-wrapper_2cde1d838928505b {
  padding-left: 100px;
}
.feedback-section-three_c9d3aa1301fe4771 .slider-wrapper_2cde1d838928505b .icon_2a76e7fcb7a0c0bf {
  left: 0;
  top: 18px;
}
.feedback-section-three_c9d3aa1301fe4771 .slick-dots_e801af62d7770085 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_c9d3aa1301fe4771 .slick-dots_e801af62d7770085 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_c9d3aa1301fe4771 .slick-dots_e801af62d7770085 .slick-active button {
  background: #000;
}
.feedback-section-three_c9d3aa1301fe4771 .rating-box_216432c43c268e17 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_c9d3aa1301fe4771 .rating-box_216432c43c268e17 .rating_0528c2c208c5f096 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_c9d3aa1301fe4771 .shape_01_aaed1ec4c2419bfc {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_c9d3aa1301fe4771 .shape_02_ffb66a155976e080 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_52eb4b1c7aa20406 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_52eb4b1c7aa20406 .post-data_70b53a056f054d9a {
  padding: 30px 35px 25px;
}
.blog-meta-one_52eb4b1c7aa20406 .post-data_70b53a056f054d9a .post-info_8dd29a04889e078c {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_52eb4b1c7aa20406 .post-data_70b53a056f054d9a .blog-title_08c6124e0f4b4dba {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_52eb4b1c7aa20406 .post-data_70b53a056f054d9a .blog-title_08c6124e0f4b4dba:hover {
  text-decoration: underline;
}
.blog-meta-one_52eb4b1c7aa20406 .post-img_a6dbed37a5e709e2 {
  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_52eb4b1c7aa20406 .post-img_a6dbed37a5e709e2 .round-btn_035ba9748306abeb {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_52eb4b1c7aa20406:hover .round-btn_035ba9748306abeb {
  background: #CFFF45;
}
.blog-meta-one_52eb4b1c7aa20406.style-two_0a3208adc2075cd2 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_52eb4b1c7aa20406.style-two_0a3208adc2075cd2 .post-img_a6dbed37a5e709e2 {
  border-radius: 0;
}
.blog-meta-one_52eb4b1c7aa20406.style-two_0a3208adc2075cd2 .blog-title_08c6124e0f4b4dba {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_c06ed8661ac367ce {
  background: #fff;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a {
  padding-top: 30px;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .blog-title_08c6124e0f4b4dba {
  width: 70%;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .blog-title_08c6124e0f4b4dba h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .blog-title_08c6124e0f4b4dba:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .round-btn_035ba9748306abeb {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .round-btn_035ba9748306abeb:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_c06ed8661ac367ce .post-data_70b53a056f054d9a .post-info_8dd29a04889e078c {
  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_c06ed8661ac367ce .post-img_a6dbed37a5e709e2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_c06ed8661ac367ce .post-img_a6dbed37a5e709e2 .date_636721200113da43 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_c06ed8661ac367ce.style-two_0a3208adc2075cd2 {
  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_c06ed8661ac367ce.style-two_0a3208adc2075cd2 p {
  font-size: 18px;
}
.blog-meta-two_c06ed8661ac367ce.style-two_0a3208adc2075cd2 .post-img_a6dbed37a5e709e2 {
  height: auto;
  width: 100%;
}
.blog-meta-two_c06ed8661ac367ce.style-two_0a3208adc2075cd2 .post-data_70b53a056f054d9a {
  padding: 26px 0;
}
.blog-meta-two_c06ed8661ac367ce.style-two_0a3208adc2075cd2 .post-data_70b53a056f054d9a .post-info_8dd29a04889e078c {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_c06ed8661ac367ce.style-two_0a3208adc2075cd2 .post-data_70b53a056f054d9a .round-btn_035ba9748306abeb {
  border: none;
}

.signup-btn-one_c64ecade33b5f81d 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_c64ecade33b5f81d .icon_2a76e7fcb7a0c0bf {
  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_7fb89f077da6a404 {
  z-index: 1;
}
.blog-section-three_7fb89f077da6a404 .section-btn_99fe14dc0af6a39b {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

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

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

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

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

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

.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 .wrapper_d65406a178c8e7c1 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 .wrapper_d65406a178c8e7c1 .icon_2a76e7fcb7a0c0bf {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 .wrapper_d65406a178c8e7c1 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .quote-wrapper_7db5c1c6f392fbf5 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .img-gallery_6ded769ab17f7b7b {
  margin-bottom: 50px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .img-gallery_6ded769ab17f7b7b img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .list-item_1c7c6c63dd136b41 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_37bec7cd084fed92 .post-details-meta_cde8118238b7e030 .list-item_1c7c6c63dd136b41 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 {
  padding: 10px 0 5px;
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 .tags_5f992abb36cf5ef3 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 .tags_5f992abb36cf5ef3 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 .tags_5f992abb36cf5ef3 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 .share-icon_6e597a20f20a1362 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_37bec7cd084fed92 .bottom-widget_fde34c73af62f998 .share-icon_6e597a20f20a1362 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_37bec7cd084fed92 .grey-bg_59cc8f398ca084ff {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_37bec7cd084fed92 .blog-inner-title_0fc60fc982473853 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 {
  margin: 60px 0;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc:last-child {
  padding-bottom: 5px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .reply-comment_40dae56bdd6f6ff5 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .user-avatar_442f3b66904f734a {
  width: 60px;
  height: 60px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb .date_636721200113da43 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb .reply-btn_928adc056a3e1dc1 {
  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_37bec7cd084fed92 .blog-comment-area_8081f90738236652 .comment_974babb60e7c0efc .comment-text_4a0f6c3d8c2c18bb .reply-btn_928adc056a3e1dc1:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_37bec7cd084fed92 .blog-comment-form_760ad77620d31c8c p a {
  color: #19352D;
}
.blog-details_37bec7cd084fed92 .blog-comment-form_760ad77620d31c8c form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_37bec7cd084fed92 .blog-comment-form_760ad77620d31c8c form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_37bec7cd084fed92 .blog-comment-form_760ad77620d31c8c 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_132b1d897c26bd43 {
  height: 600px;
}

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

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

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

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

.footer-one_d604c76d1295ed46 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_d604c76d1295ed46 .bottom-footer_8c906286904da945 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_d604c76d1295ed46 .social-icon_f20a6f6e31e267f9 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_d604c76d1295ed46 .social-icon_f20a6f6e31e267f9 a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_d604c76d1295ed46 .footer-title_dee31a0096290aa1 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_d604c76d1295ed46 .footer-nav-link_dc52f0209bc281a7 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_d604c76d1295ed46 .footer-nav-link_dc52f0209bc281a7 a:hover {
  color: #fff;
}
.footer-nav-link_dc52f0209bc281a7 p {
  font-size: 16px;
}
.logo_559a044d7ccd59a7 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_01c9335012d62d82 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_6242eab360f288ea {
  align-content: center;
}

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

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

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

.footer-two_4c8f2fd19cb4defb {
  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_4c8f2fd19cb4defb.no-bg_5e36aa23b0990ccd {
  background: none;
  padding: 0;
  position: statics;
}
.footer-two_4c8f2fd19cb4defb.no-bg_5e36aa23b0990ccd:before {
  display: none;
}
.footer-two_4c8f2fd19cb4defb.no-bg_5e36aa23b0990ccd .bg-wrapper_f610a490ca85c497 {
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.footer-two_4c8f2fd19cb4defb.no-bg_5e36aa23b0990ccd .bg-wrapper_f610a490ca85c497 .copyright_ca3d0133d3be3a12 {
  left: 0;
}
.footer-two_4c8f2fd19cb4defb: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_4c8f2fd19cb4defb .bg-wrapper_f610a490ca85c497 {
  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_4c8f2fd19cb4defb .bg-wrapper_f610a490ca85c497 .shape_01_aaed1ec4c2419bfc {
  bottom: 12%;
  right: 33%;
  width: 2.3%;
  min-width: 28px;
}
.footer-two_4c8f2fd19cb4defb .bg-wrapper_f610a490ca85c497 .shape_02_ffb66a155976e080 {
  bottom: 38%;
  left: 25%;
  width: 3.8%;
  min-width: 28px;
}
.footer-two_4c8f2fd19cb4defb .social-icon_f20a6f6e31e267f9 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_4c8f2fd19cb4defb .social-icon_f20a6f6e31e267f9 a:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.footer-two_4c8f2fd19cb4defb .footer-title_dee31a0096290aa1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-two_4c8f2fd19cb4defb .footer-nav-link_dc52f0209bc281a7 a {
  color: rgba(0, 0, 0, 0.8);
  line-height: 42px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-two_4c8f2fd19cb4defb .footer-nav-link_dc52f0209bc281a7 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-two_4c8f2fd19cb4defb .copyright_ca3d0133d3be3a12 {
  font-size: 18px;
  color: #19352D;
  position: absolute;
  left: 40px;
  bottom: 64px;
}

.footer-three_23cdfbbffdc3b11f {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_23cdfbbffdc3b11f .round-bg_b7c9cc618abd0bfd {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_23cdfbbffdc3b11f .round-bg_b7c9cc618abd0bfd.color-two_d8ea1c00cb1786d2 {
  background: #F6FFDD;
}
.footer-three_23cdfbbffdc3b11f .footer-intro_dfb1a3c6af634d29 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_23cdfbbffdc3b11f .footer-intro_dfb1a3c6af634d29 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_23cdfbbffdc3b11f .footer-title_dee31a0096290aa1 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_23cdfbbffdc3b11f .footer-nav-link_dc52f0209bc281a7 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_23cdfbbffdc3b11f .footer-nav-link_dc52f0209bc281a7 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .copyright_ca3d0133d3be3a12 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .bottom-nav_695c4e03c9ee8ce1 {
  margin: 0 -12px;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .bottom-nav_695c4e03c9ee8ce1 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .bottom-nav_695c4e03c9ee8ce1 a:hover {
  text-decoration: underline;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .social-icon_f20a6f6e31e267f9 {
  margin: 0 -10px;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .social-icon_f20a6f6e31e267f9 a {
  margin: 0 10px;
}
.footer-three_23cdfbbffdc3b11f .bottom-footer_8c906286904da945 .social-icon_f20a6f6e31e267f9 a:hover {
  color: #19352D;
}
.footer-three_23cdfbbffdc3b11f .shape_01_aaed1ec4c2419bfc {
  top: -3%;
  left: -3%;
}
.footer-three_23cdfbbffdc3b11f .shape_02_ffb66a155976e080 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_1e8bec361c5baeae {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_1e8bec361c5baeae:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../visuals/assets_798fcee5e2/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_1e8bec361c5baeae h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 .round-btn_035ba9748306abeb {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 .round-btn_035ba9748306abeb:hover, .footer-five_1e8bec361c5baeae .btn-group_94039c87553e4529 .round-btn_035ba9748306abeb:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_1e8bec361c5baeae .social-icon_f20a6f6e31e267f9 {
  margin: 0 -20px;
}
.footer-five_1e8bec361c5baeae .social-icon_f20a6f6e31e267f9 a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_1e8bec361c5baeae .social-icon_f20a6f6e31e267f9 a:hover {
  color: #DFFF5E;
}
.footer-five_1e8bec361c5baeae .bottom-nav_695c4e03c9ee8ce1 {
  margin: 0 -12px;
}
.footer-five_1e8bec361c5baeae .bottom-nav_695c4e03c9ee8ce1 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_1e8bec361c5baeae .bottom-nav_695c4e03c9ee8ce1 a:hover {
  text-decoration: underline;
}
.footer-five_1e8bec361c5baeae .shape_01_aaed1ec4c2419bfc {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_1e8bec361c5baeae .shape_02_ffb66a155976e080 {
  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_0ec14a8ee7b27ccd {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_46b79bc4c773721a {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_555825f22a84660a {
  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_d9a6a605b058b6ba {
  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_d7943ec6292f22ea {
  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_19f9dff711bbb73c {
  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_5e1295c43405494b {
  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_b348a0751e4a6e82 {
  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_5ca8d4f75710f77a {
  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_8717d75b2385bcf2 {
  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_e2117e9703fb2bd9 {
  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_4a52e595bbce3495 {
  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_283305a85f82bee1 {
  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_237b549bd9f82502 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_b4f6ba3af57d6d6d {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_7496161d56d7365e {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_a65158c3430c3a17 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_17de216ee38bfd5c {
  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_7d8a6626df3f5716 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_fc8490a83ed7a0d0 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_4dffd744f9ef971e {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_b7239b9a6f6fd039 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_e3a6ec0bb6fb7565 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_ba386b359a103498 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_2b3a3afca52603a5 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_2083d747e6ad80d4 {
  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_34f9fd0680b6640a {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_eafb4678c3a3a349 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_5f104e5f71a1e53e {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_6c223ee2a4617371 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_5e5648f9637d853c {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_060dcdda473cc81a {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_5a3a6b866a4f37c5 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_d2cdfc54034f0965 {
  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_e34bdd5ae5340e77 {
  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_10895b58cd82fe28 {
  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_1adf47944f534e19 {
  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_4cdbc31cf213f66a {
  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_60af85d09d9568ed {
  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_cb0936ea73d0cde9 {
  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_c23f24598e3f026a {
  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_305967a642497539 {
  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_e658f7cb399a8e04 {
  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_edf20f9f50891a74 {
  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_2588686b84a02427 {
  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_7cc1e4d89cda43a0 {
  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_bc437506dab1b897 {
  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_dc45efcbc0e8a06f {
  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_b42a24451d3112c7 {
  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_479ad854b7b8449e {
  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_078779b2083ec9bb {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_a1573837527903cf {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_aed753ac17913b75 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_62c53c3e8e197dfe {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_de51f7a7515115d3 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_0debff6df30eb226 {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_f6d69b3092134387 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_70e3ff23fb744c68 {
  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_0ec14a8ee7b27ccd {
  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_016d83193d13ad79 {
  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_956ca1982fe828d6 {
  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_1d34a8780fd8b239 .theme-select-menu_22d37d9bd250582c {
  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_eb6f2d00395d667f {
  overflow: hidden;
}
.product-block-one_eb6f2d00395d667f .img-holder_25b51a537df11214 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_eb6f2d00395d667f .img-holder_25b51a537df11214 .cart-icon_d52234eb64f28bf8 {
  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_eb6f2d00395d667f .img-holder_25b51a537df11214 .cart-icon_d52234eb64f28bf8:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_eb6f2d00395d667f .img-holder_25b51a537df11214 .cart-button_8376436f7891951c {
  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_eb6f2d00395d667f .img-holder_25b51a537df11214 .cart-button_8376436f7891951c:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_eb6f2d00395d667f .product-title_97b43a163d54d9eb {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_eb6f2d00395d667f .rating_0528c2c208c5f096 {
  margin: 0 -3px;
}
.product-block-one_eb6f2d00395d667f .rating_0528c2c208c5f096 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_eb6f2d00395d667f .rating_0528c2c208c5f096 li .bi-star-fill_20a16f702c194b3b {
  color: #FFCB65;
}
.product-block-one_eb6f2d00395d667f .price_9c58c82d8063f968 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_eb6f2d00395d667f:hover .cart-button_8376436f7891951c {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_eb6f2d00395d667f:hover .product-img_1deea98f41caeb36 {
  transform: scale(0.95);
}
.product-block-one_eb6f2d00395d667f:hover .cart-icon_d52234eb64f28bf8 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_eb6f2d00395d667f:hover .product-title_97b43a163d54d9eb {
  text-decoration: underline;
}

.product-details-one_4f259e884e7a46ec .product-img-tab_d9163b3f60cc0ba0 {
  border: none;
}
.product-details-one_4f259e884e7a46ec .product-img-tab_d9163b3f60cc0ba0 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_4f259e884e7a46ec .product-img-tab_d9163b3f60cc0ba0 .nav-link img {
  max-height: 100%;
}
.product-details-one_4f259e884e7a46ec .product-img-tab_d9163b3f60cc0ba0 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_4f259e884e7a46ec .product-img-tab-content_7ad92ab7f1ad80a5 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_4f259e884e7a46ec .product-img-tab-content_7ad92ab7f1ad80a5 img {
  margin: auto;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .stock-tag_297c366451bb79ad {
  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_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .product-name_633643adc9c8a4ee {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .rating_0528c2c208c5f096 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .rating_0528c2c208c5f096 li .bi-star-fill_20a16f702c194b3b {
  color: #FFCB65;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .rating_0528c2c208c5f096 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .rating_0528c2c208c5f096 li a:hover {
  text-decoration: underline;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .price_9c58c82d8063f968 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .price_9c58c82d8063f968 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .availability_145540fd5b8dc0ee {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .description-text_6605624987561357 {
  padding: 10px 0 15px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .product-feature_1e93015d2545778a {
  margin-bottom: 20px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .product-feature_1e93015d2545778a li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .product-feature_1e93015d2545778a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .customize-order_84a1f8b4dfde731e h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .customize-order_84a1f8b4dfde731e .quantity_1aadff120ece48dc .button-group_ec86dd8ccfc5ed5b {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .customize-order_84a1f8b4dfde731e .quantity_1aadff120ece48dc .button-group_ec86dd8ccfc5ed5b li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .customize-order_84a1f8b4dfde731e .quantity_1aadff120ece48dc .button-group_ec86dd8ccfc5ed5b li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_4f259e884e7a46ec .product-info_dc7bfe8338bdc5fd .customize-order_84a1f8b4dfde731e .quantity_1aadff120ece48dc .button-group_ec86dd8ccfc5ed5b 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_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .nav-tabs_0ab1c4e1baef15c1 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .nav-tabs_0ab1c4e1baef15c1 .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_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .nav-tabs_0ab1c4e1baef15c1 .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_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .nav-tabs_0ab1c4e1baef15c1 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .nav-tabs_0ab1c4e1baef15c1 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .tab-content_dc78dd8fb24037e6 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .tab-content_dc78dd8fb24037e6 .product-feature_1e93015d2545778a li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .tab-content_dc78dd8fb24037e6 .product-feature_1e93015d2545778a li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .single-comment_e1ff8e6a5c902f73 {
  padding-bottom: 40px;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .single-comment_e1ff8e6a5c902f73:last-child {
  padding-bottom: 0;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-img_2d3c70e16313264e {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-comment-data_14892a48f30dc559 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-comment-data_14892a48f30dc559 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-comment-data_14892a48f30dc559 .rating_0528c2c208c5f096 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-comment-data_14892a48f30dc559 .rating_0528c2c208c5f096 li .bi-star-fill_20a16f702c194b3b {
  color: #FFCB65;
}
.product-details-one_4f259e884e7a46ec .product-review-tab_d471e18a3b701cf5 .user-comment-area_c61605df6c3318a3 .user-comment-data_14892a48f30dc559 p {
  padding-top: 8px;
}

.cart-list-form_5e390393326c2caf {
  position: relative;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 {
  margin: 0;
  background: transparent;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 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_5e390393326c2caf .table_e586559119d16876 th:first-child {
  text-align: left;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-thumbnails_2d008d5df191b150 {
  width: 85px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-thumbnails_2d008d5df191b150 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-thumbnails_2d008d5df191b150 .product-img_1deea98f41caeb36 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-info_dc7bfe8338bdc5fd {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-info_dc7bfe8338bdc5fd .product-name_633643adc9c8a4ee {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-info_dc7bfe8338bdc5fd .serial_76a2589a5936324b {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .product-info_dc7bfe8338bdc5fd ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .price_9c58c82d8063f968 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .quantity_1aadff120ece48dc li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .quantity_1aadff120ece48dc li .btn_a9316625dabcab17 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .quantity_1aadff120ece48dc 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_5e390393326c2caf .table_e586559119d16876 tbody .remove-product_9519a9a132712b4c {
  color: #000;
  font-size: 22px;
}
.cart-list-form_5e390393326c2caf .table_e586559119d16876 tbody .remove-product_9519a9a132712b4c:hover {
  color: #ff2759;
}
.cart-list-form_5e390393326c2caf .cart-footer_0d2cb49ca547f87f {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_5e390393326c2caf .cart-footer_0d2cb49ca547f87f .coupon-form_0319fbd55d229304 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_5e390393326c2caf .cart-footer_0d2cb49ca547f87f .cart-total-section_357e4542ce1d78bf {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_5e390393326c2caf .cart-footer_0d2cb49ca547f87f .cart-total-section_357e4542ce1d78bf .cart-total-table_c5c6711428634c71 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_5e390393326c2caf .cart-footer_0d2cb49ca547f87f .cart-total-section_357e4542ce1d78bf .cart-total-table_c5c6711428634c71 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_73354ac3aa528be1 {
  height: auto;
}

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

.fancybox-caption_b8aa9fa809baf8da, .fancybox-infobar_3592e8db32324b0f, .fancybox-navigation_a67d10e997a38699 .fancybox-button_32704e88ed026a2c, .fancybox-toolbar_351c07934c3c93b9 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_96f693725db3a6c3 .fancybox-caption_b8aa9fa809baf8da, .fancybox-show-infobar_3de5fea05e25c08c .fancybox-infobar_3592e8db32324b0f, .fancybox-show-nav_5d41f6672091eae4 .fancybox-navigation_a67d10e997a38699 .fancybox-button_32704e88ed026a2c, .fancybox-show-toolbar_e1e3e7d10aaaaa38 .fancybox-toolbar_351c07934c3c93b9 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_9bf3083c7084f598 .fancybox-stage_a10d6e0a9edac166 {
  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_9a9286bd95e03721 .fancybox-slide, .fancybox-slide--current_dfe01589c0a03855, .fancybox-slide--next_9ab8f8b6742fedde, .fancybox-slide--previous_92b7589ef1cdcc52 {
  display: block;
}

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

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

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

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

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

.fancybox-content_ee08e636dd45a776 {
  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_38413f1ea5fd02b2 .fancybox-content_ee08e636dd45a776 {
  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_86d63bd070426639 .fancybox-content_ee08e636dd45a776 {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_b4b0905f63920e2c .fancybox-content_ee08e636dd45a776 {
  cursor: zoom-in;
}

.fancybox-can-drag_640d557c55543c96 .fancybox-content_ee08e636dd45a776 {
  cursor: grab;
}

.fancybox-is-dragging_8f210bd989ad2e6b .fancybox-content_ee08e636dd45a776 {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_443e8cd4cff3e694 .fancybox-content_ee08e636dd45a776 {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_92790d5a5583f926 .fancybox-content_ee08e636dd45a776, .fancybox-slide--map_988acf0befeacc93 .fancybox-content_ee08e636dd45a776, .fancybox-slide--video_0c37d4dad47c0a2e .fancybox-content_ee08e636dd45a776 {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_0c37d4dad47c0a2e .fancybox-content_ee08e636dd45a776 {
  background: #000;
}

.fancybox-slide--map_988acf0befeacc93 .fancybox-content_ee08e636dd45a776 {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_c281e9e2ce8627d0 svg path, .fancybox-button--share_605f53c33d794473 svg path, .fancybox-button--thumbs_0316bd02ebcae4de svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_5d41f6672091eae4 .fancybox-navigation_a67d10e997a38699 .fancybox-button_32704e88ed026a2c {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_a67d10e997a38699 .fancybox-button--arrow_left_f565ba18539e5d82 {
  left: 6px;
}

.fancybox-navigation_a67d10e997a38699 .fancybox-button--arrow_right_8bc7199bb234d78d {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_92790d5a5583f926 .fancybox-close-small_c4038148847d3a7b, .fancybox-slide--image_38413f1ea5fd02b2 .fancybox-close-small_c4038148847d3a7b, .fancybox-slide--video_0c37d4dad47c0a2e .fancybox-close-small_c4038148847d3a7b {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_92790d5a5583f926 .fancybox-close-small_c4038148847d3a7b:hover svg, .fancybox-slide--image_38413f1ea5fd02b2 .fancybox-close-small_c4038148847d3a7b:hover svg, .fancybox-slide--video_0c37d4dad47c0a2e .fancybox-close-small_c4038148847d3a7b:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_33762c1c495d1870 .fancybox-close-small_c4038148847d3a7b, .fancybox-is-zoomable_9091906c92d2a462.fancybox-can-drag_640d557c55543c96 .fancybox-close-small_c4038148847d3a7b {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_3ddfe6372d3cb5b2.fancybox-slide--next_9ab8f8b6742fedde, .fancybox-fx-fade_3ddfe6372d3cb5b2.fancybox-slide--previous_92b7589ef1cdcc52 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_3ddfe6372d3cb5b2.fancybox-slide--current_dfe01589c0a03855 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_dfe9918c144c63ed {
  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_2b59231a32e76cba {
  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_b2e6ed94e4bd259d {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_077f835d9f2dfee9 .fancybox-thumbs_2b59231a32e76cba {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_2b59231a32e76cba > 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_2b59231a32e76cba .fancybox-thumbs-active_3727860ae1a8a942:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_b003a1148f9e4ba2 .slick-track_616853a51e9784b4,
.slick-slider_b003a1148f9e4ba2 .slick-list_e60b3e28088c20b7 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_8b3ba47a37ec3e7c .slick-track_616853a51e9784b4 {
  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_8b3ba47a37ec3e7c img {
  display: none;
}

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

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

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

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

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