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

.h1_45850fe018d1d1bd,
h1,
.h2_2ec4b3be1f05a3c9,
h2,
.h3_feaa9636f1ca0be5,
h3,
.h4_68b5e167033e4332,
h4,
.h5_2e356ecfb70e5258,
h5,
.h6_1778d136a770929a,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_bbfc3b53e95c78ec {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_f625f70f98df62d4 {
  padding: 0 !important;
}

.m0_1194cb0e7e40beec {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_e07bfea8047179d5 {
    padding: 0 !important;
  }
  .xl-m0_66ce5b5c0dfc21a6 {
    margin: 0 !important;
  }
  .xl-pt-10_2c85db09c6cf7b27 {
    padding-top: 10px !important;
  }
  .xl-pt-20_393a108646dc84ef {
    padding-top: 20px !important;
  }
  .xl-pt-30_3a32c868b1428719 {
    padding-top: 30px !important;
  }
  .xl-pt-40_b3edffa90d533d36 {
    padding-top: 40px !important;
  }
  .xl-pt-50_c026d0b916508463 {
    padding-top: 50px !important;
  }
  .xl-pt-60_356c4996bd119a1f {
    padding-top: 60px !important;
  }
  .xl-pt-70_611e2bd8b0dddf3a {
    padding-top: 70px !important;
  }
  .xl-pt-80_f1828d65b486f624 {
    padding-top: 80px !important;
  }
  .xl-pt-90_ad7bc7c025096b0b {
    padding-top: 90px !important;
  }
  .xl-pt-100_c67878c720ba91c1 {
    padding-top: 100px !important;
  }
  .xl-pt-110_f27b25b6dabc504c {
    padding-top: 110px !important;
  }
  .xl-pt-120_f424d4c834df8622 {
    padding-top: 120px !important;
  }
  .xl-pt-130_dbbbd37f21975c28 {
    padding-top: 130px !important;
  }
  .xl-pt-140_9585c6b30402b14d {
    padding-top: 140px !important;
  }
  .xl-pt-150_f6e8ffbc29181635 {
    padding-top: 150px !important;
  }
  .xl-pt-200_ac738ca78c0bc093 {
    padding-top: 200px !important;
  }
  .xl-pb-10_bdfb3286ec22de0a {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_a12df2a3e61478c5 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_9c360e05a3cecb46 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_1d29119920e3929c {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_930c31e82b662ad4 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_62104282ff4d66b5 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_88baa19e43121b24 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_007ba4bfa7eafeb1 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_1363616d63431c09 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_f2b3d3fb65cc2729 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_692a04d76428368c {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_14094832cd6185c9 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_aa4cb9f5846f41e7 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_3acae79124ac2ae5 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_5b8f2b8d8e01f6e0 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_6e9748e32358ace9 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_7d71a2ad30602abd {
    margin-top: 10px !important;
  }
  .xl-mt-20_4fe198859c59deb3 {
    margin-top: 20px !important;
  }
  .xl-mt-30_aaae92acac91011d {
    margin-top: 30px !important;
  }
  .xl-mt-40_a13c8c955e2cac5a {
    margin-top: 40px !important;
  }
  .xl-mt-50_508729fb1bbdbf5a {
    margin-top: 50px !important;
  }
  .xl-mt-60_ffb8acdea7b2d4cc {
    margin-top: 60px !important;
  }
  .xl-mt-70_84f30166137d5cc8 {
    margin-top: 70px !important;
  }
  .xl-mt-80_b88cdf032131ee84 {
    margin-top: 80px !important;
  }
  .xl-mt-90_2e179b90214c8a92 {
    margin-top: 90px !important;
  }
  .xl-mt-100_0bc60497e04eaa37 {
    margin-top: 100px !important;
  }
  .xl-mt-110_f2d153dcfb40f1f6 {
    margin-top: 110px !important;
  }
  .xl-mt-120_9eeabb8a39b9e971 {
    margin-top: 120px !important;
  }
  .xl-mt-130_0e38ee5b63b30948 {
    margin-top: 130px !important;
  }
  .xl-mt-140_d9df456f4e152081 {
    margin-top: 140px !important;
  }
  .xl-mt-150_5706b11fcd67661f {
    margin-top: 150px !important;
  }
  .xl-mt-200_bc4609f2865cbb24 {
    margin-top: 200px !important;
  }
  .xl-mb-10_c3f492b15fe0d1b9 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_27060f4e26d3e69a {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_cea96b7eede162d3 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_69a576114c8b6c95 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_e4f313f888e3a228 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_6544dad7d8e5b2cc {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_e2ac68b95a9442b3 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_72b502917bbea0b1 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_94d047a960f46179 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_d909bf4447f2f394 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_ed12007c24a78f6b {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_c0d1d459a8febd52 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_732e01b348ee5b83 {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_2a6b598161e8097b {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_5e4809543fbf6d87 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_e5035aa050d22c99 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_3d2379294521fdac {
    padding: 0 !important;
  }
  .lg-m0_72551d86b41e290e {
    margin: 0 !important;
  }
  .lg-pt-10_b1cadf9ea25458f0 {
    padding-top: 10px !important;
  }
  .lg-pt-20_c7212312c7608132 {
    padding-top: 20px !important;
  }
  .lg-pt-30_7265b0c1d7721cb9 {
    padding-top: 30px !important;
  }
  .lg-pt-40_d3ce91f04a9f8231 {
    padding-top: 40px !important;
  }
  .lg-pt-50_4c2e859d5159635f {
    padding-top: 50px !important;
  }
  .lg-pt-60_f7b3013729c6d934 {
    padding-top: 60px !important;
  }
  .lg-pt-70_2d1160cddb01c79d {
    padding-top: 70px !important;
  }
  .lg-pt-80_8cf554b5a4050958 {
    padding-top: 80px !important;
  }
  .lg-pt-90_ffa8bfbeb861d802 {
    padding-top: 90px !important;
  }
  .lg-pt-100_7d72f62055918d0b {
    padding-top: 100px !important;
  }
  .lg-pt-110_87ec8fd872818594 {
    padding-top: 110px !important;
  }
  .lg-pt-120_4d8c84947e969cfd {
    padding-top: 120px !important;
  }
  .lg-pt-130_37adf656bc13e4aa {
    padding-top: 130px !important;
  }
  .lg-pt-140_97e7cae899344d4a {
    padding-top: 140px !important;
  }
  .lg-pt-150_666fc2ed7dcb28bf {
    padding-top: 150px !important;
  }
  .lg-pt-200_87287edfcbd5f2c4 {
    padding-top: 200px !important;
  }
  .lg-pb-10_a1e9c93b0ad889f7 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_6cd25af63aeb4d42 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_5f5c74eee5109946 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_5d0130cf655042e9 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_625df5b81b76b5e0 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_ba3609a75ade05ab {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_cd319a8da7f3cf45 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_9545e026d4de61a5 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_af958184360fc07e {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_96c32e8f5ab23fca {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_2b747ed45d554eab {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_2c4a3d626cc4d80c {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_5ca0bbbdac521e4b {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_552f9899c08a39ea {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_77aeda13a18bef65 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_8c6d0c035056d377 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_ef4692bf401aa74e {
    margin-top: 10px !important;
  }
  .lg-mt-20_89eee03ba043b491 {
    margin-top: 20px !important;
  }
  .lg-mt-30_8599ab63188c26c6 {
    margin-top: 30px !important;
  }
  .lg-mt-40_364d038a9a4a9fa4 {
    margin-top: 40px !important;
  }
  .lg-mt-50_7a3eae09af654e3b {
    margin-top: 50px !important;
  }
  .lg-mt-60_49b077dc300bb4de {
    margin-top: 60px !important;
  }
  .lg-mt-70_f2353377a3797ea8 {
    margin-top: 70px !important;
  }
  .lg-mt-80_aba94ba56474db29 {
    margin-top: 80px !important;
  }
  .lg-mt-90_4182807fd0ac7bf3 {
    margin-top: 90px !important;
  }
  .lg-mt-100_db0065c7d6c51d02 {
    margin-top: 100px !important;
  }
  .lg-mt-110_15e006165b2905c9 {
    margin-top: 110px !important;
  }
  .lg-mt-120_782f0d842528ff2d {
    margin-top: 120px !important;
  }
  .lg-mt-130_82c1e8db51840abe {
    margin-top: 130px !important;
  }
  .lg-mt-140_eec90ceedfaa4ef3 {
    margin-top: 140px !important;
  }
  .lg-mt-150_2a44bd5a788f884d {
    margin-top: 150px !important;
  }
  .lg-mt-200_027427b4805dc5b7 {
    margin-top: 200px !important;
  }
  .lg-mb-10_e3bd38dcf84a41ac {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_786857ae3bb36ddf {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_5e19db4174620346 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_3197939fb5615403 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_d7316fcfa4c316c7 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_b04a93a433895219 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_0d0a171ab3aa7c9a {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_b5c19e7ec6d212d4 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_9c5d44bea285b96d {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_958ca08fe279000d {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_bcbc9a02d2c28993 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_44a05762aee5eb57 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_ea0fe7a8af1e8b4e {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_25ab9e7fd9837648 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_2c0385b515e75509 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_e19ec09b37959899 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_a59dd91b80b123ab {
    padding: 0 !important;
  }
  .md-m0_2156ef9e6bea61d7 {
    margin: 0 !important;
  }
  .md-pt-10_a88743d1164e6542 {
    padding-top: 10px !important;
  }
  .md-pt-20_002b3410ac50cae2 {
    padding-top: 20px !important;
  }
  .md-pt-30_b536efbf048fc1fb {
    padding-top: 30px !important;
  }
  .md-pt-40_4445e41670d1005a {
    padding-top: 40px !important;
  }
  .md-pt-50_4e749fd295acf992 {
    padding-top: 50px !important;
  }
  .md-pt-60_d4b1cc0e6cba830f {
    padding-top: 60px !important;
  }
  .md-pt-70_b7c5801357908b3e {
    padding-top: 70px !important;
  }
  .md-pt-80_84d028faf8dcdd1c {
    padding-top: 80px !important;
  }
  .md-pt-90_fe6aa195c96e2223 {
    padding-top: 90px !important;
  }
  .md-pt-100_421f68e62bdda3dc {
    padding-top: 100px !important;
  }
  .md-pt-110_1d7512b8d5cbcad1 {
    padding-top: 110px !important;
  }
  .md-pt-120_17d61ac371f95c35 {
    padding-top: 120px !important;
  }
  .md-pt-130_a30b52366ccecdcc {
    padding-top: 130px !important;
  }
  .md-pt-140_231bd1026cc91c81 {
    padding-top: 140px !important;
  }
  .md-pt-150_4feac83721b6b2cd {
    padding-top: 150px !important;
  }
  .md-pt-200_1e31eda0748ce254 {
    padding-top: 200px !important;
  }
  .md-pb-10_68973092b9790a8a {
    padding-bottom: 10px !important;
  }
  .md-pb-20_e9b0eb507e749bf6 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_74bff6b337483e6e {
    padding-bottom: 30px !important;
  }
  .md-pb-40_dcdd0c1eaeec3146 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_78386845ce824658 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_1197aeffcc57a7ad {
    padding-bottom: 60px !important;
  }
  .md-pb-70_4fcb87dd549fa66e {
    padding-bottom: 70px !important;
  }
  .md-pb-80_1c8c3fed0189470a {
    padding-bottom: 80px !important;
  }
  .md-pb-90_ec9762fe9ebc0b15 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_379dfae26d3aeb25 {
    padding-bottom: 100px !important;
  }
  .md-pb-110_409a3e332e3e0d0e {
    padding-bottom: 110px !important;
  }
  .md-pb-120_6d6aeb60cb99d0d2 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_9ad047d4ad80d38f {
    padding-bottom: 130px !important;
  }
  .md-pb-140_c23fc1d40c3b7c6f {
    padding-bottom: 140px !important;
  }
  .md-pb-150_27d71fb2687c0749 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_b25c35e65772c336 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_bb72d539bf29b68c {
    margin-top: 10px !important;
  }
  .md-mt-20_458d82f6c9493ef8 {
    margin-top: 20px !important;
  }
  .md-mt-30_ff345756d6845d35 {
    margin-top: 30px !important;
  }
  .md-mt-40_0bfdbdab7203d4ed {
    margin-top: 40px !important;
  }
  .md-mt-50_d41d9c11719f589c {
    margin-top: 50px !important;
  }
  .md-mt-60_5b156b31d0459856 {
    margin-top: 60px !important;
  }
  .md-mt-70_9a0ef87218e1392f {
    margin-top: 70px !important;
  }
  .md-mt-80_797a7aad164a19ad {
    margin-top: 80px !important;
  }
  .md-mt-90_2db2fe40e0d55b93 {
    margin-top: 90px !important;
  }
  .md-mt-100_ddddd9f1e6ae8a80 {
    margin-top: 100px !important;
  }
  .md-mt-110_c70daf5fd24b267c {
    margin-top: 110px !important;
  }
  .md-mt-120_ebffe1511c95903f {
    margin-top: 120px !important;
  }
  .md-mt-130_f297b3d0e5b234c9 {
    margin-top: 130px !important;
  }
  .md-mt-140_d3502c89f8c6dcc4 {
    margin-top: 140px !important;
  }
  .md-mt-150_ea162422430f4170 {
    margin-top: 150px !important;
  }
  .md-mt-200_76430d0e2fce582f {
    margin-top: 200px !important;
  }
  .md-mb-10_5a230db7d7de5b31 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_da0a8d2f347ce5e2 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_112de2d328000b75 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_a5374f4207e05912 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_0a2926e43a16e57d {
    margin-bottom: 50px !important;
  }
  .md-mb-60_1fc459f80591b672 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_645e33849123574c {
    margin-bottom: 70px !important;
  }
  .md-mb-80_03d5da338713f7ba {
    margin-bottom: 80px !important;
  }
  .md-mb-90_3cd5bcb5a5fae0ae {
    margin-bottom: 90px !important;
  }
  .md-mb-100_c46ce5ba8fbec86b {
    margin-bottom: 100px !important;
  }
  .md-mb-110_5c3b53a2ce18c168 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_166d34f42721ffaa {
    margin-bottom: 120px !important;
  }
  .md-mb-130_c827f7ab06427a66 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_8e808c6908d316a2 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_cbca79656a213f3f {
    margin-bottom: 150px !important;
  }
  .md-mb-200_343fc938e88f5733 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_2c2e5e96fbb2e30d {
    padding: 0 !important;
  }
  .sm-m0_520c72357376b797 {
    margin: 0 !important;
  }
  .sm-pt-10_920f60c18514545b {
    padding-top: 10px !important;
  }
  .sm-pt-20_e2788d83f966590f {
    padding-top: 20px !important;
  }
  .sm-pt-30_a15f6d5c57a74d49 {
    padding-top: 30px !important;
  }
  .sm-pt-40_b65b12f5501bac60 {
    padding-top: 40px !important;
  }
  .sm-pt-50_1554c5734985a985 {
    padding-top: 50px !important;
  }
  .sm-pt-60_2bacc6c6b3a8186e {
    padding-top: 60px !important;
  }
  .sm-pt-70_55e1b91d455d3a60 {
    padding-top: 70px !important;
  }
  .sm-pt-80_ce938fda8ee0ec32 {
    padding-top: 80px !important;
  }
  .sm-pt-90_eb8726ded49e529d {
    padding-top: 90px !important;
  }
  .sm-pt-100_4d7673c853839ff0 {
    padding-top: 100px !important;
  }
  .sm-pt-110_0a27f639f8c13f2f {
    padding-top: 110px !important;
  }
  .sm-pt-120_312c17e7077c2614 {
    padding-top: 120px !important;
  }
  .sm-pt-130_92ed0be3a01f1b17 {
    padding-top: 130px !important;
  }
  .sm-pt-140_96847f3d069a6654 {
    padding-top: 140px !important;
  }
  .sm-pt-150_56887cd7e62ac73f {
    padding-top: 150px !important;
  }
  .sm-pt-200_76c52b8a05ed8fe8 {
    padding-top: 200px !important;
  }
  .sm-pb-10_f0c5ffbffa8dddbe {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_9585f523122755c5 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_ce342377d5410add {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_96c1cba4c7251639 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_777e9fddfccd4edb {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_b71bb7dc372662c1 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_30aa99af7cc41f3c {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_9ba0d6f0e0c56b3a {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_514eac0872ddb4b1 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_62a365271c00bd78 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_a1c424985a0b9165 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_19aa5e1eff855961 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_495feea9643ca854 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_6df51438c4b6f3fc {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_75cbf0b2c2e03178 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_9a43b53090d80185 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_a2e402c806515017 {
    margin-top: 10px !important;
  }
  .sm-mt-20_3c49df533d21481c {
    margin-top: 20px !important;
  }
  .sm-mt-30_0554ac48f282807d {
    margin-top: 30px !important;
  }
  .sm-mt-40_1c24d3f760b5d1f1 {
    margin-top: 40px !important;
  }
  .sm-mt-50_5029155bf95ff1b5 {
    margin-top: 50px !important;
  }
  .sm-mt-60_710a3a2a5af4c349 {
    margin-top: 60px !important;
  }
  .sm-mt-70_5b9fc94aadf0fcd6 {
    margin-top: 70px !important;
  }
  .sm-mt-80_c988b08d88ebc22b {
    margin-top: 80px !important;
  }
  .sm-mt-90_4c5b476333ce2eb7 {
    margin-top: 90px !important;
  }
  .sm-mt-100_2d8c328913da92df {
    margin-top: 100px !important;
  }
  .sm-mt-110_8401361ad0a0379f {
    margin-top: 110px !important;
  }
  .sm-mt-120_7832c4202a381863 {
    margin-top: 120px !important;
  }
  .sm-mt-130_b4549665a834fc18 {
    margin-top: 130px !important;
  }
  .sm-mt-140_40efdf43f92393b8 {
    margin-top: 140px !important;
  }
  .sm-mt-150_8e7398fd2e652ca5 {
    margin-top: 150px !important;
  }
  .sm-mt-200_da63854ac245f0bc {
    margin-top: 200px !important;
  }
  .sm-mb-10_ffaf25464b2f430a {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_84bbec072ee6a7c1 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_546728b6b4fbbf09 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_ffc73b0f94558c17 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_2b1e52bdaa6a0dad {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_dc1ef01c097e9855 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_e4b386c9940514df {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_73057d8d60c593ef {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_bc1943d846dfd0f5 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_cb37e71b42db5de9 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_afe3ef0480af3471 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_90749c8f775363bd {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_81f958f43595a726 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_fd1a9221843542b5 {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_bcbd34b6e79e54c1 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_27030e5f9833155e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_fc97e138f051b21e {
    padding: 0 !important;
  }
  .xs-m0_dde4cdbc299ed831 {
    margin: 0 !important;
  }
  .xs-pt-10_625a106714fb58de {
    padding-top: 10px !important;
  }
  .xs-pt-20_2bd6a5de39f12459 {
    padding-top: 20px !important;
  }
  .xs-pt-30_6ad7a4afeea210f9 {
    padding-top: 30px !important;
  }
  .xs-pt-40_51d7072f9d576296 {
    padding-top: 40px !important;
  }
  .xs-pt-50_52cab25764766dff {
    padding-top: 50px !important;
  }
  .xs-pt-60_b6e8c818ad6d0e3b {
    padding-top: 60px !important;
  }
  .xs-pt-70_010eabe501651448 {
    padding-top: 70px !important;
  }
  .xs-pt-80_add54f5e8a4a5404 {
    padding-top: 80px !important;
  }
  .xs-pt-90_5043f5d6ee9730f2 {
    padding-top: 90px !important;
  }
  .xs-pt-100_4a7d80333564f9ed {
    padding-top: 100px !important;
  }
  .xs-pt-110_04773dd86e6bfbb6 {
    padding-top: 110px !important;
  }
  .xs-pt-120_dd5747783917edf6 {
    padding-top: 120px !important;
  }
  .xs-pt-130_75e1d03ddebb067d {
    padding-top: 130px !important;
  }
  .xs-pt-140_8e256c6de71a0fa2 {
    padding-top: 140px !important;
  }
  .xs-pt-150_3b7b5950c92eff86 {
    padding-top: 150px !important;
  }
  .xs-pt-200_dcc11c16f09abda6 {
    padding-top: 200px !important;
  }
  .xs-pb-10_9fdbeeaab368ad06 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_744f3cef0b4313c8 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_419c549b7dc1e0ed {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_df15a2781066da81 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_80320df3fb298896 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_7551589d85541982 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_3815d00a50c8c8f7 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_cf23b1d90948c391 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_e8130c292351f86c {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_5f296299f5c227e3 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_9341b80d010d839c {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_45fc4cac7295c6a9 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_8f7454bc4810e813 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_e59dcc51add79ffc {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_46605b8db61fcc97 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_652739841c4d7e1a {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_bcf9de60be21cb8f {
    margin-top: 10px !important;
  }
  .xs-mt-20_d70155ef602b180d {
    margin-top: 20px !important;
  }
  .xs-mt-30_5b5bd33e659689d5 {
    margin-top: 30px !important;
  }
  .xs-mt-40_943e5f01a6ca2049 {
    margin-top: 40px !important;
  }
  .xs-mt-50_59efc84153695dc2 {
    margin-top: 50px !important;
  }
  .xs-mt-60_59d2d6b7c7f9c7c5 {
    margin-top: 60px !important;
  }
  .xs-mt-70_52ec369df5dd8d83 {
    margin-top: 70px !important;
  }
  .xs-mt-80_4f0e7017bf92d635 {
    margin-top: 80px !important;
  }
  .xs-mt-90_66c89cc21faa15f6 {
    margin-top: 90px !important;
  }
  .xs-mt-100_a40b318a429b0b76 {
    margin-top: 100px !important;
  }
  .xs-mt-110_a82a900728c59dc9 {
    margin-top: 110px !important;
  }
  .xs-mt-120_e275dd69dc2ad835 {
    margin-top: 120px !important;
  }
  .xs-mt-130_ddffa62847d81ca7 {
    margin-top: 130px !important;
  }
  .xs-mt-140_5fa4f2cfd40d4e4f {
    margin-top: 140px !important;
  }
  .xs-mt-150_fccfc2abf44e4a5b {
    margin-top: 150px !important;
  }
  .xs-mt-200_8b781f5683a4a19d {
    margin-top: 200px !important;
  }
  .xs-mb-10_8993101c1d6edb0f {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_751d29c935520ac1 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_ed0742950c3da25f {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_b6bb9b810269b65c {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_6a1f0845368fb342 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_6d62edb7d69790a2 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_fcdf4195a20faaa4 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_045857fcba2bea7c {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_8dedf93174b9203a {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_c18f026fc2f98416 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_33f9fcac9c1c7cb0 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_77fbccb31b2a98d2 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_ae7d375dfea11e69 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_73b6836bcd4aedce {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_1b8018c766418a56 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_fe051df44003959b {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_39186cdd80d6cf72 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_39186cdd80d6cf72.menu-overlay_5456cc266bdd420f {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_39186cdd80d6cf72.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_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-three_904cb92671d54eb2 .navbar-toggler_365e0d3efe5c04ec {
  background: #000;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-four_39ec2e805b272851 .navbar-toggler_365e0d3efe5c04ec {
  background: #E6FD5A;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-five_cedfc675b6a205bf .navbar-toggler_365e0d3efe5c04ec {
  background: #DFFF5E;
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec:focus {
  box-shadow: none;
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec::before,
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec::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_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec 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_39186cdd80d6cf72.menu-style-three_904cb92671d54eb2 .navbar-toggler_365e0d3efe5c04ec:before, .theme-main-menu_39186cdd80d6cf72.menu-style-three_904cb92671d54eb2 .navbar-toggler_365e0d3efe5c04ec:after, .theme-main-menu_39186cdd80d6cf72.menu-style-three_904cb92671d54eb2 .navbar-toggler_365e0d3efe5c04ec span {
  background: #fff;
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_39186cdd80d6cf72 .navbar-toggler_365e0d3efe5c04ec[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_39186cdd80d6cf72 .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_39186cdd80d6cf72 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_39186cdd80d6cf72.white-vr_c0a8b2bcb348b8d6 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_39186cdd80d6cf72.white-vr_c0a8b2bcb348b8d6 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_39186cdd80d6cf72.white-vr_c0a8b2bcb348b8d6.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-one_a6979f9af7e985ed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .info-row_01c7ac62da85c5a3 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .gap-fix_9e083d48a9d24c49 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .greetings_b40adea42355959b {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .contact-info_16918bb625dae1f9 {
  margin: 0 -15px;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .contact-info_16918bb625dae1f9 li {
  padding: 0 15px;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .contact-info_16918bb625dae1f9 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .contact-info_16918bb625dae1f9 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050 .inner-content_f1a6e35ea80ceb05 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-two_1bf7c239929ba050.fixed .info-row_01c7ac62da85c5a3 {
  display: none;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-five_cedfc675b6a205bf {
  background: #000;
  padding: 0;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-five_cedfc675b6a205bf .inner-content_f1a6e35ea80ceb05 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-six_92265d541fccc0e8 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_39186cdd80d6cf72.menu-style-six_92265d541fccc0e8 .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_39186cdd80d6cf72 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_aa642c93ed4ad044 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_aa642c93ed4ad044 .mega-menu-title_54254e7f3b609266 {
  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_39186cdd80d6cf72 .login-btn-one_10a62dcd3992cf4a a {
  color: #000;
}
.theme-main-menu_39186cdd80d6cf72 .login-btn-one_10a62dcd3992cf4a a:hover {
  text-decoration: underline;
}
.theme-main-menu_39186cdd80d6cf72 .login-btn-two_af9ea6fe639ad7f1 a {
  color: #044F3B;
}
.theme-main-menu_39186cdd80d6cf72 .login-btn-two_af9ea6fe639ad7f1 a:hover {
  text-decoration: underline;
}
.theme-main-menu_39186cdd80d6cf72 .signup-btn-one_8e65ff3cef9e0b93 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_39186cdd80d6cf72 .signup-btn-one_8e65ff3cef9e0b93 .icon_450f70c83191fe4c {
  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_39186cdd80d6cf72 .signup-btn-one_8e65ff3cef9e0b93:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_39186cdd80d6cf72 .signup-btn-one_8e65ff3cef9e0b93:hover .icon_450f70c83191fe4c {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_39186cdd80d6cf72 .signup-btn-two_c53c28e94174db28 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_39186cdd80d6cf72 .signup-btn-two_c53c28e94174db28:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_39186cdd80d6cf72 .quote-one_3c15f4d69a6d28c8 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_39186cdd80d6cf72 .quote-one_3c15f4d69a6d28c8:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_81dd8ff55bd3949d {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_81dd8ff55bd3949d li {
  position: relative;
  padding: 0 15px;
}
.category-menu_81dd8ff55bd3949d li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_81dd8ff55bd3949d li a:hover {
  color: #0C3A30;
}
.category-menu_81dd8ff55bd3949d .dropdown-menu {
  padding: 0;
}
.category-menu_81dd8ff55bd3949d .dropdown-menu li {
  padding: 0;
}
.category-menu_81dd8ff55bd3949d .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_033db5acbcabd707 .logo_45f891d9aea839dc {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_c0a8b2bcb348b8d6 .navbar-collapse_033db5acbcabd707 {
    background-color: #0C3A30;
  }
  .navbar-collapse_033db5acbcabd707 {
    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_033db5acbcabd707.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_39186cdd80d6cf72 .navbar .mega-dropdown_041c65281302ff86 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_c0a8b2bcb348b8d6 .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_aa642c93ed4ad044 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_5f4bc055594c8f02 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_6bbbcdcbf93e0ed0 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_6bbbcdcbf93e0ed0::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_6bbbcdcbf93e0ed0 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_6bbbcdcbf93e0ed0 .hero-slider-one .hero-img_dc26773f6d927a30 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_6bbbcdcbf93e0ed0 .hero-slider-one .slick-list_41ca296c137a23c3, .hero-banner-one_6bbbcdcbf93e0ed0 .hero-slider-one .slick-track_6184e99fd875f15e, .hero-banner-one_6bbbcdcbf93e0ed0 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_6bbbcdcbf93e0ed0 .hero-heading_264608d69705e9e7 {
  font-weight: 700;
  color: #000;
  background: url(../captures/shape_27d06b2daa/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_6bbbcdcbf93e0ed0 .more-btn_342bb12ce639f584 {
  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_6bbbcdcbf93e0ed0 .more-btn_342bb12ce639f584:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_089aa215785ce4c2 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_089aa215785ce4c2 .bg-wrapper_422e6f73670fcdac {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_089aa215785ce4c2 .hero-heading_264608d69705e9e7 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_089aa215785ce4c2 .rating_99f4dcdefb47dcf3 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_089aa215785ce4c2 .rating_99f4dcdefb47dcf3 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_089aa215785ce4c2 .media-wrapper_45444767b04a4d20 {
  position: absolute;
  background: url(../captures/assets_579972c174/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_089aa215785ce4c2 .media-wrapper_45444767b04a4d20 .shape_01_95ac4c4bb3b476ff {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_089aa215785ce4c2 .media-wrapper_45444767b04a4d20 .shape_02_04a8c2cc607e3f62 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_15e66e0a4c092a1e .hero-heading_264608d69705e9e7 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_15e66e0a4c092a1e .media-wrapper_45444767b04a4d20 {
  background: url(../captures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_15e66e0a4c092a1e .media-wrapper_45444767b04a4d20 .screen_01_34a3d0a5d1fc25ec {
  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_15e66e0a4c092a1e .media-wrapper_45444767b04a4d20 .screen_02_20c93e4a8384a635 {
  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_15e66e0a4c092a1e .media-wrapper_45444767b04a4d20 .bg-shape_6d50e2bc40803c9d {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_15e66e0a4c092a1e .shape_01_95ac4c4bb3b476ff {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_9d0d9c3d5405371e .bg-wrapper_422e6f73670fcdac {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_9d0d9c3d5405371e .media-wrapper_45444767b04a4d20 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_9d0d9c3d5405371e .media-wrapper_45444767b04a4d20 .shape_01_95ac4c4bb3b476ff {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_9d0d9c3d5405371e .shape_02_04a8c2cc607e3f62 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_c46b86367899736b + .blog-details_d04793791420b5db {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_9e24f79a0151113e {
  z-index: 1;
}
.block-feature-three_9e24f79a0151113e:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_9e24f79a0151113e.no-bg_97fba774f98edc3f:before {
  display: none;
}
.block-feature-three_9e24f79a0151113e .section-btn_abfa99bbfce29e14 {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_9e24f79a0151113e .block-title_dbf8113a5e4c04bb a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_9e24f79a0151113e .block-title_dbf8113a5e4c04bb a:hover {
  text-decoration: underline;
}
.block-feature-three_9e24f79a0151113e .round-btn_9d4d3243b026603b {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_9e24f79a0151113e .round-btn_9d4d3243b026603b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_9e24f79a0151113e .block-one_53ad507ea751c67e {
  background: url(../captures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_9e24f79a0151113e .block-one_53ad507ea751c67e .tag_0d93546719a2d1f1 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_9e24f79a0151113e .block-one_53ad507ea751c67e .block-title_dbf8113a5e4c04bb {
  background: url(../captures/shape_27d06b2daa/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_9e24f79a0151113e .block-two_eff8c97ebcae498a {
  overflow: hidden;
}
.block-feature-three_9e24f79a0151113e .block-two_eff8c97ebcae498a .img-wrapper_59534ab1b22fce0c {
  background: url(../captures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_9e24f79a0151113e .block-two_eff8c97ebcae498a .text-wrapper_d7676157d4d1cc8d {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_9e24f79a0151113e .block-two_eff8c97ebcae498a .tag_0d93546719a2d1f1 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_9e24f79a0151113e .block-three_0e7d11b76d4826a2 {
  background: #D3FF76;
}
.block-feature-three_9e24f79a0151113e .block-three_0e7d11b76d4826a2 .tag_0d93546719a2d1f1 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_9e24f79a0151113e .block-three_0e7d11b76d4826a2 .round-btn_9d4d3243b026603b {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_9e24f79a0151113e .block-three_0e7d11b76d4826a2 .round-btn_9d4d3243b026603b:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 {
  background: url(../captures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 .block-title_dbf8113a5e4c04bb {
  background: url(../captures/shape_27d06b2daa/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 .block-title_dbf8113a5e4c04bb a {
  font-size: 28px;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 .tag_0d93546719a2d1f1 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 .round-btn_9d4d3243b026603b {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_9e24f79a0151113e .block-four_9ed093b1582b2a36 .round-btn_9d4d3243b026603b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_9e24f79a0151113e .block-five_c35e5dcd5d898744 {
  background: url(../captures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_9e24f79a0151113e .block-five_c35e5dcd5d898744 .tag_0d93546719a2d1f1 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_9e24f79a0151113e .block-five_c35e5dcd5d898744 .block-title_dbf8113a5e4c04bb {
  background: url(../captures/shape_27d06b2daa/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_e8d72dbb56badab7 .upper-wrapper_d6b94e7527b5cb51 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_e8d72dbb56badab7 .upper-wrapper_d6b94e7527b5cb51 .shape_01_95ac4c4bb3b476ff {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_e8d72dbb56badab7 .line-loop_637e5033624d474c:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_e8d72dbb56badab7 .graph-panel_d9ce38253a9fd072 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_e8d72dbb56badab7 .graph-panel_d9ce38253a9fd072 .main-count_29a4d9cae0729541 {
  font-size: 120px;
}
.block-feature-thirteen_e8d72dbb56badab7 .graph-panel_d9ce38253a9fd072 .chart-box_e6f3b0c22bec8ede {
  padding: 0 15px;
}
.block-feature-thirteen_e8d72dbb56badab7 .graph-panel_d9ce38253a9fd072 .chart-box_e6f3b0c22bec8ede .chart-inner_7119dcc079c16cbc {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_6ee5720f0000dcec .media-img_5665b792e97cce11 {
  border-radius: 30px;
}
.block-feature-sixteen_6ee5720f0000dcec .shape_01_95ac4c4bb3b476ff {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_d406ad7245554743 .section-subheading_f28a47222933ecd1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_d406ad7245554743 .shape_01_95ac4c4bb3b476ff {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_79d418e6d1726e83 {
  z-index: 1;
}
.text-feature-four_79d418e6d1726e83 .avatar_e247d9301d741265 {
  width: 65px;
  height: 65px;
}
.text-feature-four_79d418e6d1726e83 .name {
  font-size: 28px;
}
.text-feature-four_79d418e6d1726e83 .quote-text_a8a1c595f290a6bb {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_79d418e6d1726e83 .shape_01_95ac4c4bb3b476ff {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_79d418e6d1726e83 .shape_02_04a8c2cc607e3f62 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_dc58cdc04ea87c53 .bg-wrapper_422e6f73670fcdac {
  background: #FFF2AC;
}
.text-feature-five_dc58cdc04ea87c53 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_dc58cdc04ea87c53 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_dc58cdc04ea87c53 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_dc58cdc04ea87c53 li:hover:before {
  background: #29594B;
}
.text-feature-five_dc58cdc04ea87c53 li:hover:after {
  color: #fff;
}
.text-feature-five_dc58cdc04ea87c53 .media-wrapper_45444767b04a4d20 {
  background: url(../captures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_dc58cdc04ea87c53 .media-wrapper_45444767b04a4d20 .video-icon_8060f37a1b881a46 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_dc58cdc04ea87c53 .media-wrapper_45444767b04a4d20 .video-icon_8060f37a1b881a46:hover {
  background: #CFFF45;
}
.text-feature-five_dc58cdc04ea87c53 .media-wrapper_45444767b04a4d20 .screen_01_34a3d0a5d1fc25ec {
  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_e74aaa318de98365 {
  z-index: 1;
}
.text-feature-six_e74aaa318de98365 .media-wrapper_45444767b04a4d20 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_e74aaa318de98365 .media-wrapper_45444767b04a4d20 .screen_01_34a3d0a5d1fc25ec {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_e74aaa318de98365 .shape_01_95ac4c4bb3b476ff {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_e74aaa318de98365 .shape_02_04a8c2cc607e3f62 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_ee26e8212f6a2719 {
  background: url(../captures/assets_579972c174/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_ee26e8212f6a2719 .block_1d7bcebfcc3f009c .icon_450f70c83191fe4c {
  height: 50px;
}
.text-feature-nine_ee26e8212f6a2719 .vertical-text-wrapper_8bf27613f6ac25ce {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_ee26e8212f6a2719 .vertical-text-wrapper_8bf27613f6ac25ce .text-list_0bfc3309cc79084c {
  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_ee26e8212f6a2719 .vertical-text-wrapper_8bf27613f6ac25ce .text-list_0bfc3309cc79084c:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_ee26e8212f6a2719 .vertical-text-wrapper_8bf27613f6ac25ce .shape_01_95ac4c4bb3b476ff {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_ee26e8212f6a2719 .vertical-text-wrapper_8bf27613f6ac25ce .shape_02_04a8c2cc607e3f62 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ee26e8212f6a2719 .shape_03_0e8b4a41f32d2545 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_ee26e8212f6a2719 .shape_04_276cb6ff09a22acc {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_3a06d2ee132c553a .section-btn_abfa99bbfce29e14 {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_c6ba01b4dce7e255 {
  z-index: 1;
}
.team-section-three_c6ba01b4dce7e255:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../captures/shape_27d06b2daa/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_c6ba01b4dce7e255 .section-btn_abfa99bbfce29e14 {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_c6ba01b4dce7e255 .shape_01_95ac4c4bb3b476ff {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_c6ba01b4dce7e255 .shape_02_04a8c2cc607e3f62 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_c6ba01b4dce7e255 .shape_03_0e8b4a41f32d2545 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_f252d7c1c23cc93b .logo_45f891d9aea839dc {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_e859a8f893b8b49a {
  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_be3e1fbdaf0ac2be {
  max-width: 565px;
}
.user-data-form .form-wrapper_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 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_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 .placeholder_icon_3348d0d9ed2d6685 {
  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_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 .placeholder_icon_3348d0d9ed2d6685 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 .placeholder_icon_3348d0d9ed2d6685 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 .placeholder_icon_3348d0d9ed2d6685 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_be3e1fbdaf0ac2be .input-group-meta_722a20e7ade19395 .placeholder_icon_3348d0d9ed2d6685 span.eye-slash_d849708333f09a29:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_f7ff1dabfc004d1d 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_f7ff1dabfc004d1d label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_f7ff1dabfc004d1d input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_f7ff1dabfc004d1d 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_f7ff1dabfc004d1d 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_f7ff1dabfc004d1d a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_f7ff1dabfc004d1d a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_78d796cbb84c39ef {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_80a273378516936d {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_80a273378516936d:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_80a273378516936d img {
  width: 20px;
}
.user-data-form .btn-close_d36ca4a3178f1633 {
  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_8a0dbe224f02cd76 .main-count_29a4d9cae0729541 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_6c149a6310e26b62 .icon_450f70c83191fe4c {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_8e8a75c73d5c9aaf .img-holder_4a953be261e6ba6b {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_8e8a75c73d5c9aaf .img-holder_4a953be261e6ba6b.round-border_a95fb8d05d259ccf {
  border-radius: 30px;
}
.portfolio-block-one_8e8a75c73d5c9aaf .img-holder_4a953be261e6ba6b .expend_b66dba67b96107a6 {
  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_8e8a75c73d5c9aaf .img-holder_4a953be261e6ba6b 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_8e8a75c73d5c9aaf .img-holder_4a953be261e6ba6b i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_8e8a75c73d5c9aaf:hover .expend_b66dba67b96107a6 {
  opacity: 1;
}
.portfolio-block-one_8e8a75c73d5c9aaf:hover .img-meta_ee36a75c869dd175 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_8e8a75c73d5c9aaf:hover .pj-title_1a28d313d80c2002 {
  text-decoration: underline;
}
.portfolio-block-one_8e8a75c73d5c9aaf .caption {
  margin-top: 35px;
}
.portfolio-block-one_8e8a75c73d5c9aaf .caption .tag_0d93546719a2d1f1 {
  margin: 0 -3px;
}
.portfolio-block-one_8e8a75c73d5c9aaf .caption .tag_0d93546719a2d1f1 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_8e8a75c73d5c9aaf .caption .pj-title_1a28d313d80c2002 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_8e8a75c73d5c9aaf .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_8e8a75c73d5c9aaf .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_50a27ffba559ecd2 .bg-wrapper_422e6f73670fcdac {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b {
  height: 100%;
}
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-control-next_53a5cdd0a369bf9c,
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-control-prev_51c3a3d4e5065b8b {
  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_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-control-next_53a5cdd0a369bf9c:hover,
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-control-prev_51c3a3d4e5065b8b:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_50a27ffba559ecd2 .slider-wrapper_7f9cf5577df4f37b .carousel-control-prev_51c3a3d4e5065b8b {
  left: auto;
  right: 45px;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 h3 {
  font-size: 36px;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .list-meta_ba75a44f3ed738df li {
  padding: 22px 0;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .list-meta_ba75a44f3ed738df .icon_450f70c83191fe4c {
  width: 40px;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .list-meta_ba75a44f3ed738df .text1_bd57dcfd1d9e8b45 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .list-meta_ba75a44f3ed738df span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .social-share_241d07fdf7006feb li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_50a27ffba559ecd2 .info-wrapper_77857b539d746999 .social-share_241d07fdf7006feb li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_890d449260c04c11 .slider-wrapper_7f9cf5577df4f37b {
  padding-left: 100px;
}
.feedback-section-three_890d449260c04c11 .slider-wrapper_7f9cf5577df4f37b .icon_450f70c83191fe4c {
  left: 0;
  top: 18px;
}
.feedback-section-three_890d449260c04c11 .slick-dots_2e8b592ce1092152 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_890d449260c04c11 .slick-dots_2e8b592ce1092152 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_890d449260c04c11 .slick-dots_2e8b592ce1092152 .slick-active button {
  background: #000;
}
.feedback-section-three_890d449260c04c11 .rating-box_6958f2925b8a9c83 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_890d449260c04c11 .rating-box_6958f2925b8a9c83 .rating_99f4dcdefb47dcf3 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_890d449260c04c11 .shape_01_95ac4c4bb3b476ff {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_890d449260c04c11 .shape_02_04a8c2cc607e3f62 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_4d76882061b59c65 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_4d76882061b59c65 .post-data_c7b0fecc02c617ae {
  padding: 30px 35px 25px;
}
.blog-meta-one_4d76882061b59c65 .post-data_c7b0fecc02c617ae .post-info_251f5d40f4a9495c {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_4d76882061b59c65 .post-data_c7b0fecc02c617ae .blog-title_5de16b958e1be341 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_4d76882061b59c65 .post-data_c7b0fecc02c617ae .blog-title_5de16b958e1be341:hover {
  text-decoration: underline;
}
.blog-meta-one_4d76882061b59c65 .post-img_15706f9e5ed5b2a9 {
  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_4d76882061b59c65 .post-img_15706f9e5ed5b2a9 .round-btn_9d4d3243b026603b {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_4d76882061b59c65:hover .round-btn_9d4d3243b026603b {
  background: #CFFF45;
}
.blog-meta-one_4d76882061b59c65.style-two_48c9fb57f4406ba3 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_4d76882061b59c65.style-two_48c9fb57f4406ba3 .post-img_15706f9e5ed5b2a9 {
  border-radius: 0;
}
.blog-meta-one_4d76882061b59c65.style-two_48c9fb57f4406ba3 .blog-title_5de16b958e1be341 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_f7e8d692c41b6355 {
  background: #fff;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae {
  padding-top: 30px;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .blog-title_5de16b958e1be341 {
  width: 70%;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .blog-title_5de16b958e1be341 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .blog-title_5de16b958e1be341:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .round-btn_9d4d3243b026603b {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .round-btn_9d4d3243b026603b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_f7e8d692c41b6355 .post-data_c7b0fecc02c617ae .post-info_251f5d40f4a9495c {
  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_f7e8d692c41b6355 .post-img_15706f9e5ed5b2a9 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_f7e8d692c41b6355 .post-img_15706f9e5ed5b2a9 .date_9b7991fd79a78033 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 {
  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_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 p {
  font-size: 18px;
}
.blog-meta-two_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 .post-img_15706f9e5ed5b2a9 {
  height: auto;
  width: 100%;
}
.blog-meta-two_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 .post-data_c7b0fecc02c617ae {
  padding: 26px 0;
}
.blog-meta-two_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 .post-data_c7b0fecc02c617ae .post-info_251f5d40f4a9495c {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_f7e8d692c41b6355.style-two_48c9fb57f4406ba3 .post-data_c7b0fecc02c617ae .round-btn_9d4d3243b026603b {
  border: none;
}

.signup-btn-one_8e65ff3cef9e0b93 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_8e65ff3cef9e0b93 .icon_450f70c83191fe4c {
  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_ea0092a0938e76e1 {
  z-index: 1;
}
.blog-section-three_ea0092a0938e76e1 .section-btn_abfa99bbfce29e14 {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_048281b8cc31a0dd {
  z-index: 5;
}
.blog-section-four_048281b8cc31a0dd.block-feature-three_9e24f79a0151113e:before {
  display: none;
}
.blog-section-four_048281b8cc31a0dd.block-feature-three_9e24f79a0151113e .block-one_53ad507ea751c67e {
  background: url(../captures/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 .wrapper_df0a075cbce3591f {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 .wrapper_df0a075cbce3591f .icon_450f70c83191fe4c {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 .wrapper_df0a075cbce3591f h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .quote-wrapper_651f1523830c1d21 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .img-gallery_5aee18d02eee7b71 {
  margin-bottom: 50px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .img-gallery_5aee18d02eee7b71 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .list-item_291448097cf0d81a li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_d04793791420b5db .post-details-meta_ac0fbfea881ffa3d .list-item_291448097cf0d81a li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae {
  padding: 10px 0 5px;
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae .tags_9129e3a21646b0b2 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae .tags_9129e3a21646b0b2 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae .tags_9129e3a21646b0b2 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae .share-icon_6a139023111968a7 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_d04793791420b5db .bottom-widget_81ddc064958323ae .share-icon_6a139023111968a7 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_d04793791420b5db .grey-bg_93b8609038726da5 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_d04793791420b5db .blog-inner-title_6138a8689aaa4a75 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc {
  margin: 60px 0;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb:last-child {
  padding-bottom: 5px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .reply-comment_277bdf6b37a7b7b7 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .user-avatar_ea99eb29900b4269 {
  width: 60px;
  height: 60px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 .date_9b7991fd79a78033 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 .reply-btn_a882078d68c3c8ab {
  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_d04793791420b5db .blog-comment-area_084124e03ff0a9dc .comment_93329523a1f5f2fb .comment-text_b59d21f179dc76c5 .reply-btn_a882078d68c3c8ab:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_d04793791420b5db .blog-comment-form_d95754cf547c63f7 p a {
  color: #19352D;
}
.blog-details_d04793791420b5db .blog-comment-form_d95754cf547c63f7 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_d04793791420b5db .blog-comment-form_d95754cf547c63f7 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_d04793791420b5db .blog-comment-form_d95754cf547c63f7 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_69a1da17c5c05067 {
  height: 600px;
}

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

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

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

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

.footer-one_55e9f21bfd1059d1 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_55e9f21bfd1059d1 .bottom-footer_9c5b8138042bef5d {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_55e9f21bfd1059d1 .social-icon_f25e1853c275438e 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_55e9f21bfd1059d1 .social-icon_f25e1853c275438e a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_55e9f21bfd1059d1 .footer-title_744f3004ca165719 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_55e9f21bfd1059d1 .footer-nav-link_8783a2137f3ecdc8 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_55e9f21bfd1059d1 .footer-nav-link_8783a2137f3ecdc8 a:hover {
  color: #fff;
}
.footer-nav-link_8783a2137f3ecdc8 p {
  font-size: 16px;
}
.logo_45f891d9aea839dc 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_2461413d1333d93a {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_385483b4fbf8a6f6 {
  align-content: center;
}

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

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

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

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

.footer-three_d41a0d27f3518a19 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_d41a0d27f3518a19 .round-bg_1e9b0e660972855b {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_d41a0d27f3518a19 .round-bg_1e9b0e660972855b.color-two_d5fa099333079e69 {
  background: #F6FFDD;
}
.footer-three_d41a0d27f3518a19 .footer-intro_b53c745b7e8d5d4a p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_d41a0d27f3518a19 .footer-intro_b53c745b7e8d5d4a p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d41a0d27f3518a19 .footer-title_744f3004ca165719 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_d41a0d27f3518a19 .footer-nav-link_8783a2137f3ecdc8 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_d41a0d27f3518a19 .footer-nav-link_8783a2137f3ecdc8 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .copyright_d2dc355571553a0c {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .bottom-nav_41dbcf3c170e55a0 {
  margin: 0 -12px;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .bottom-nav_41dbcf3c170e55a0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .bottom-nav_41dbcf3c170e55a0 a:hover {
  text-decoration: underline;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .social-icon_f25e1853c275438e {
  margin: 0 -10px;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .social-icon_f25e1853c275438e a {
  margin: 0 10px;
}
.footer-three_d41a0d27f3518a19 .bottom-footer_9c5b8138042bef5d .social-icon_f25e1853c275438e a:hover {
  color: #19352D;
}
.footer-three_d41a0d27f3518a19 .shape_01_95ac4c4bb3b476ff {
  top: -3%;
  left: -3%;
}
.footer-three_d41a0d27f3518a19 .shape_02_04a8c2cc607e3f62 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_f889cd6cb88e12b4 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_f889cd6cb88e12b4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../captures/assets_579972c174/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_f889cd6cb88e12b4 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 .round-btn_9d4d3243b026603b {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 .round-btn_9d4d3243b026603b:hover, .footer-five_f889cd6cb88e12b4 .btn-group_7251b4f7303c1c82 .round-btn_9d4d3243b026603b:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_f889cd6cb88e12b4 .social-icon_f25e1853c275438e {
  margin: 0 -20px;
}
.footer-five_f889cd6cb88e12b4 .social-icon_f25e1853c275438e a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_f889cd6cb88e12b4 .social-icon_f25e1853c275438e a:hover {
  color: #DFFF5E;
}
.footer-five_f889cd6cb88e12b4 .bottom-nav_41dbcf3c170e55a0 {
  margin: 0 -12px;
}
.footer-five_f889cd6cb88e12b4 .bottom-nav_41dbcf3c170e55a0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_f889cd6cb88e12b4 .bottom-nav_41dbcf3c170e55a0 a:hover {
  text-decoration: underline;
}
.footer-five_f889cd6cb88e12b4 .shape_01_95ac4c4bb3b476ff {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_f889cd6cb88e12b4 .shape_02_04a8c2cc607e3f62 {
  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_96d5154447c931b4 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_747d4efc361183e5 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_f6d8f52115add496 {
  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_df05d074fbf6313e {
  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_068697d884e65654 {
  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_0b86bae6ae685fdc {
  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_a33eb498ede7e1f0 {
  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_475f433a88317071 {
  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_a0f9cfe36f172e36 {
  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_0730cd8cfe3bd36e {
  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_926e259ed7d12c87 {
  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_7555241566395848 {
  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_394afba93832b428 {
  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_530b387db6a1573b {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_9df200534fb3a13f {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_c4bb6fa7034f74e9 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_6f6f2fb8d17d9763 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_55fa34de1c530320 {
  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_3474d76a128df112 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_578a2a561c589446 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_8d7c7f8b4c5c4780 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_44cdaae071354717 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_a9d311009f532412 {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_2fbf2851ce8b3fef {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_dad3cd9625f653c7 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_e14ae213c1e6117e {
  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_d8a69bd091bd9aad {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_48455877aae415dc {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_afbcb16604102511 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_8ded8b2801b93f3d {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_91df5b9355669d09 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_fa821c9bafbfeef8 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_4cbf35572a42126e {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_2d06a14b3270bba4 {
  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_6bacfb6dd1dce395 {
  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_d18e682db1102bc6 {
  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_98a19aa3a2db2291 {
  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_575a4a6bee8df098 {
  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_e922844dcd4faf1a {
  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_274d35a882dc2bf2 {
  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_9cec9fba26ab82af {
  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_4e6edef5a4da600c {
  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_e34ed6c6567f8d66 {
  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_724e2a02d686f7f6 {
  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_ba9cef2c9a4dda0a {
  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_207cc0f3f1d0437e {
  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_983675baf52491a9 {
  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_d757025ad54142df {
  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_63658d404b9f80da {
  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_fdbd1ad4058c40db {
  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_8c1aba0928adbd9e {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_b0ff59eb682b55a7 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_9c5355a3463fb9ed {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_5c6bd9638fc2ed07 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_c8682bf394298993 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_4f9bc3561b75710b {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_92b92137b20b1845 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_f48678717957b541 {
  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_96d5154447c931b4 {
  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_70e95d8db9a79a05 {
  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_fc8e490fef5331b5 {
  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_c0a6bc220164d45b .theme-select-menu_4d26f6a76d2748be {
  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_923ffe928b5c944b {
  overflow: hidden;
}
.product-block-one_923ffe928b5c944b .img-holder_4a953be261e6ba6b {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_923ffe928b5c944b .img-holder_4a953be261e6ba6b .cart-icon_a79f01ae3d92cce6 {
  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_923ffe928b5c944b .img-holder_4a953be261e6ba6b .cart-icon_a79f01ae3d92cce6:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_923ffe928b5c944b .img-holder_4a953be261e6ba6b .cart-button_016a648b7a2fa812 {
  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_923ffe928b5c944b .img-holder_4a953be261e6ba6b .cart-button_016a648b7a2fa812:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_923ffe928b5c944b .product-title_98061c25a73ffbd5 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_923ffe928b5c944b .rating_99f4dcdefb47dcf3 {
  margin: 0 -3px;
}
.product-block-one_923ffe928b5c944b .rating_99f4dcdefb47dcf3 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_923ffe928b5c944b .rating_99f4dcdefb47dcf3 li .bi-star-fill_1fb5f60a566b7504 {
  color: #FFCB65;
}
.product-block-one_923ffe928b5c944b .price_cd9b2b9e9b2f8451 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_923ffe928b5c944b:hover .cart-button_016a648b7a2fa812 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_923ffe928b5c944b:hover .product-img_c3b862650e84acf0 {
  transform: scale(0.95);
}
.product-block-one_923ffe928b5c944b:hover .cart-icon_a79f01ae3d92cce6 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_923ffe928b5c944b:hover .product-title_98061c25a73ffbd5 {
  text-decoration: underline;
}

.product-details-one_823ecd89e0e0d540 .product-img-tab_08daca027d4eac55 {
  border: none;
}
.product-details-one_823ecd89e0e0d540 .product-img-tab_08daca027d4eac55 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_823ecd89e0e0d540 .product-img-tab_08daca027d4eac55 .nav-link img {
  max-height: 100%;
}
.product-details-one_823ecd89e0e0d540 .product-img-tab_08daca027d4eac55 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_823ecd89e0e0d540 .product-img-tab-content_0e09e0a0b0a68732 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_823ecd89e0e0d540 .product-img-tab-content_0e09e0a0b0a68732 img {
  margin: auto;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .stock-tag_f530e065c683a426 {
  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_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .product-name_7950bb7766220d3f {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .rating_99f4dcdefb47dcf3 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .rating_99f4dcdefb47dcf3 li .bi-star-fill_1fb5f60a566b7504 {
  color: #FFCB65;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .rating_99f4dcdefb47dcf3 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .rating_99f4dcdefb47dcf3 li a:hover {
  text-decoration: underline;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .price_cd9b2b9e9b2f8451 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .price_cd9b2b9e9b2f8451 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .availability_80e60db5606eee80 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .description-text_f0067d99402abaf0 {
  padding: 10px 0 15px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .product-feature_257096e1bd1ecffd {
  margin-bottom: 20px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .product-feature_257096e1bd1ecffd li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .product-feature_257096e1bd1ecffd li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .customize-order_6517ce785abc6d25 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .customize-order_6517ce785abc6d25 .quantity_ad4719a47550f9a2 .button-group_522a93846e3b9cbc {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .customize-order_6517ce785abc6d25 .quantity_ad4719a47550f9a2 .button-group_522a93846e3b9cbc li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .customize-order_6517ce785abc6d25 .quantity_ad4719a47550f9a2 .button-group_522a93846e3b9cbc li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_823ecd89e0e0d540 .product-info_22116f720ddf4e82 .customize-order_6517ce785abc6d25 .quantity_ad4719a47550f9a2 .button-group_522a93846e3b9cbc 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_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .nav-tabs_99263b8451114215 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .nav-tabs_99263b8451114215 .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_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .nav-tabs_99263b8451114215 .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_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .nav-tabs_99263b8451114215 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .nav-tabs_99263b8451114215 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .tab-content_aff53003734be386 h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .tab-content_aff53003734be386 .product-feature_257096e1bd1ecffd li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .tab-content_aff53003734be386 .product-feature_257096e1bd1ecffd li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .single-comment_5095e0822d7f2013 {
  padding-bottom: 40px;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .single-comment_5095e0822d7f2013:last-child {
  padding-bottom: 0;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-img_0774dfbf778ce0b3 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-comment-data_a926da6d2ae5d181 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-comment-data_a926da6d2ae5d181 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-comment-data_a926da6d2ae5d181 .rating_99f4dcdefb47dcf3 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-comment-data_a926da6d2ae5d181 .rating_99f4dcdefb47dcf3 li .bi-star-fill_1fb5f60a566b7504 {
  color: #FFCB65;
}
.product-details-one_823ecd89e0e0d540 .product-review-tab_76d93e25804a40df .user-comment-area_5c4c7e02bcfe2d61 .user-comment-data_a926da6d2ae5d181 p {
  padding-top: 8px;
}

.cart-list-form_a9e04142c2086b47 {
  position: relative;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a {
  margin: 0;
  background: transparent;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a 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_a9e04142c2086b47 .table_ed33005d9eef9d1a th:first-child {
  text-align: left;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-thumbnails_99b6e777948a70a2 {
  width: 85px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-thumbnails_99b6e777948a70a2 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-thumbnails_99b6e777948a70a2 .product-img_c3b862650e84acf0 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-info_22116f720ddf4e82 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-info_22116f720ddf4e82 .product-name_7950bb7766220d3f {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-info_22116f720ddf4e82 .serial_fb85fcfb42ff559e {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .product-info_22116f720ddf4e82 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .price_cd9b2b9e9b2f8451 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .quantity_ad4719a47550f9a2 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .quantity_ad4719a47550f9a2 li .btn_0fc248df4e088ba0 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .quantity_ad4719a47550f9a2 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_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .remove-product_bd674ec49effb567 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_a9e04142c2086b47 .table_ed33005d9eef9d1a tbody .remove-product_bd674ec49effb567:hover {
  color: #ff2759;
}
.cart-list-form_a9e04142c2086b47 .cart-footer_727ffee23c8ba020 {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_a9e04142c2086b47 .cart-footer_727ffee23c8ba020 .coupon-form_260fc79055256019 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_a9e04142c2086b47 .cart-footer_727ffee23c8ba020 .cart-total-section_73f30b5262f3cb71 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_a9e04142c2086b47 .cart-footer_727ffee23c8ba020 .cart-total-section_73f30b5262f3cb71 .cart-total-table_ee150045d56c378b 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_a9e04142c2086b47 .cart-footer_727ffee23c8ba020 .cart-total-section_73f30b5262f3cb71 .cart-total-table_ee150045d56c378b tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_62a3f094649a9012 {
  height: auto;
}

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

.fancybox-caption_eea210937e0b1cf0, .fancybox-infobar_f03bd521d27b5ab0, .fancybox-navigation_c477994a8480129f .fancybox-button_e988c3234e654f62, .fancybox-toolbar_02084c342faf8723 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_6fdbc6c74360fefd .fancybox-caption_eea210937e0b1cf0, .fancybox-show-infobar_1fdbc9edf07aca15 .fancybox-infobar_f03bd521d27b5ab0, .fancybox-show-nav_8837eec7e1495580 .fancybox-navigation_c477994a8480129f .fancybox-button_e988c3234e654f62, .fancybox-show-toolbar_cb3a2e4332c61db7 .fancybox-toolbar_02084c342faf8723 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_6cc5e0c1ee1912ed .fancybox-stage_407a106d6b287678 {
  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_08fcb88692d60a61 .fancybox-slide, .fancybox-slide--current_3bdb8dc938ab6854, .fancybox-slide--next_976ee668f17b7786, .fancybox-slide--previous_f307704f0974dcad {
  display: block;
}

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

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

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

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

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

.fancybox-content_7532077e2b32b28d {
  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_a2445f79fc034e2c .fancybox-content_7532077e2b32b28d {
  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_c31c4fac80139259 .fancybox-content_7532077e2b32b28d {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_0f8cd18b4acb95d3 .fancybox-content_7532077e2b32b28d {
  cursor: zoom-in;
}

.fancybox-can-drag_9d79959ae5d5ceeb .fancybox-content_7532077e2b32b28d {
  cursor: grab;
}

.fancybox-is-dragging_da82ab857da7c72b .fancybox-content_7532077e2b32b28d {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_9a07a286765cba07 .fancybox-content_7532077e2b32b28d {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_7a8b1cc4d9df7148 .fancybox-content_7532077e2b32b28d, .fancybox-slide--map_807463b820377035 .fancybox-content_7532077e2b32b28d, .fancybox-slide--video_dc82e5036eaa2679 .fancybox-content_7532077e2b32b28d {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_dc82e5036eaa2679 .fancybox-content_7532077e2b32b28d {
  background: #000;
}

.fancybox-slide--map_807463b820377035 .fancybox-content_7532077e2b32b28d {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_e3bfdf3d59e6f1eb svg path, .fancybox-button--share_3410d0e0e312215b svg path, .fancybox-button--thumbs_62fdcd7c55d77c89 svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_8837eec7e1495580 .fancybox-navigation_c477994a8480129f .fancybox-button_e988c3234e654f62 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_c477994a8480129f .fancybox-button--arrow_left_8354a26aa4659e78 {
  left: 6px;
}

.fancybox-navigation_c477994a8480129f .fancybox-button--arrow_right_34b4d9347df44f64 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_7a8b1cc4d9df7148 .fancybox-close-small_9b1af6b48e586cec, .fancybox-slide--image_a2445f79fc034e2c .fancybox-close-small_9b1af6b48e586cec, .fancybox-slide--video_dc82e5036eaa2679 .fancybox-close-small_9b1af6b48e586cec {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_7a8b1cc4d9df7148 .fancybox-close-small_9b1af6b48e586cec:hover svg, .fancybox-slide--image_a2445f79fc034e2c .fancybox-close-small_9b1af6b48e586cec:hover svg, .fancybox-slide--video_dc82e5036eaa2679 .fancybox-close-small_9b1af6b48e586cec:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_79038d8f18fb4384 .fancybox-close-small_9b1af6b48e586cec, .fancybox-is-zoomable_000e9664ee1a8797.fancybox-can-drag_9d79959ae5d5ceeb .fancybox-close-small_9b1af6b48e586cec {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_a31797997dc743b8.fancybox-slide--next_976ee668f17b7786, .fancybox-fx-fade_a31797997dc743b8.fancybox-slide--previous_f307704f0974dcad {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_a31797997dc743b8.fancybox-slide--current_3bdb8dc938ab6854 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_23c41a0dbe0a8606 {
  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_8c4b8d5290f273fb {
  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_7b198670957bd30b {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_f12a53c4598066da .fancybox-thumbs_8c4b8d5290f273fb {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_8c4b8d5290f273fb > 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_8c4b8d5290f273fb .fancybox-thumbs-active_541b78e1cbde8c26:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_c30921e05ff9483d .slick-track_6184e99fd875f15e,
.slick-slider_c30921e05ff9483d .slick-list_41ca296c137a23c3 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_cb42304272a74e20 .slick-track_6184e99fd875f15e {
  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_cb42304272a74e20 img {
  display: none;
}

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

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

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

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

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