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

.h1_d31d663c0d9a8555,
h1,
.h2_4f6d2850660ab6fe,
h2,
.h3_eebcfff787a9bf6a,
h3,
.h4_8130191dc5e7f6df,
h4,
.h5_1b9a3dd3a3f5c49f,
h5,
.h6_79dc9981f2061c04,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_de96a824609cd299 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_1512f28c2a306f02 {
  padding: 0 !important;
}

.m0_30a40c2913b70d86 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_fc856344940c8194 {
    padding: 0 !important;
  }
  .xl-m0_fb833406099bca77 {
    margin: 0 !important;
  }
  .xl-pt-10_f4b887f9b41394a4 {
    padding-top: 10px !important;
  }
  .xl-pt-20_9430ea8f8925ff59 {
    padding-top: 20px !important;
  }
  .xl-pt-30_e5e0e48b8044f2dc {
    padding-top: 30px !important;
  }
  .xl-pt-40_96fde63e0150b01a {
    padding-top: 40px !important;
  }
  .xl-pt-50_5cc4ce9c6fba9e93 {
    padding-top: 50px !important;
  }
  .xl-pt-60_ec4880e1fb9a5dac {
    padding-top: 60px !important;
  }
  .xl-pt-70_94914faba427ae03 {
    padding-top: 70px !important;
  }
  .xl-pt-80_2ff077e716e5bd5b {
    padding-top: 80px !important;
  }
  .xl-pt-90_c787887b029c9759 {
    padding-top: 90px !important;
  }
  .xl-pt-100_5d53df07108b4d71 {
    padding-top: 100px !important;
  }
  .xl-pt-110_6cd6f14795a9fe3a {
    padding-top: 110px !important;
  }
  .xl-pt-120_09b79c0f3577487e {
    padding-top: 120px !important;
  }
  .xl-pt-130_8e247fed56f9e9fb {
    padding-top: 130px !important;
  }
  .xl-pt-140_657442442f726378 {
    padding-top: 140px !important;
  }
  .xl-pt-150_4733e3ccfbe8378e {
    padding-top: 150px !important;
  }
  .xl-pt-200_75b6f3a6157581b2 {
    padding-top: 200px !important;
  }
  .xl-pb-10_55421d8aa51e2098 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_a4c5dd02c9edbdc6 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_d6cc8f4cf788ae6e {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_408d88490a0ec118 {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_e1ec95f17486b441 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_6092ed714d6c3508 {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_560cf51dbed9bdf2 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_3996e09b6471ef7d {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_d45f8df4d7414073 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_da9c22a07cbbdf61 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_2bfbfefda8dfe5dc {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_16227067f8a3f6f7 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_cf941ffe64256ece {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_9bcd2e459abdd1dd {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_fe5c0f13fa43b5f0 {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_34b2e9e00f2c17cf {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_f25d31d3daeeb920 {
    margin-top: 10px !important;
  }
  .xl-mt-20_88b4575cd38bd440 {
    margin-top: 20px !important;
  }
  .xl-mt-30_563d689d320f82d6 {
    margin-top: 30px !important;
  }
  .xl-mt-40_c2ef7ca0f02aa594 {
    margin-top: 40px !important;
  }
  .xl-mt-50_072d340867f7db55 {
    margin-top: 50px !important;
  }
  .xl-mt-60_926edd2a0e337f99 {
    margin-top: 60px !important;
  }
  .xl-mt-70_adc31998d1ea6678 {
    margin-top: 70px !important;
  }
  .xl-mt-80_79b2181a1410220c {
    margin-top: 80px !important;
  }
  .xl-mt-90_086cbce1d182ec3f {
    margin-top: 90px !important;
  }
  .xl-mt-100_275f00c7a902fead {
    margin-top: 100px !important;
  }
  .xl-mt-110_09d040c48ee9e64b {
    margin-top: 110px !important;
  }
  .xl-mt-120_548827dafa1df46d {
    margin-top: 120px !important;
  }
  .xl-mt-130_46a4c36e3826fd03 {
    margin-top: 130px !important;
  }
  .xl-mt-140_c24d3e0379ac993f {
    margin-top: 140px !important;
  }
  .xl-mt-150_5e167617f64c5600 {
    margin-top: 150px !important;
  }
  .xl-mt-200_457db0e9283f1533 {
    margin-top: 200px !important;
  }
  .xl-mb-10_7983d604b5408d3a {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_53b66d2fdc25cdc6 {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_beb6e1f3a8cd48d2 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_0357d804c10c2635 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_07f130addbfeb96c {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_39d050f15519428a {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_7522c8258e099c57 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_9e4679c286d8828d {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_08d020bb1b223a15 {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_274df28d1d681871 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_6976aae5c287c22e {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_4629be490018eddb {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_9bda202653ba644d {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_bf36b74ee5760591 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_dcbe34937eb20ce9 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_430722deb935e8ad {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_62e171abcd88d97f {
    padding: 0 !important;
  }
  .lg-m0_cd02dd4268f57bdc {
    margin: 0 !important;
  }
  .lg-pt-10_a76391732fa89eb7 {
    padding-top: 10px !important;
  }
  .lg-pt-20_d41c1fd6c321f16f {
    padding-top: 20px !important;
  }
  .lg-pt-30_768e6be99aed0a36 {
    padding-top: 30px !important;
  }
  .lg-pt-40_f87cfcb6a61c02d8 {
    padding-top: 40px !important;
  }
  .lg-pt-50_486eb87092e4433b {
    padding-top: 50px !important;
  }
  .lg-pt-60_e67a445dbd8f600e {
    padding-top: 60px !important;
  }
  .lg-pt-70_b33bf84775d30413 {
    padding-top: 70px !important;
  }
  .lg-pt-80_aa9d05de4abcc672 {
    padding-top: 80px !important;
  }
  .lg-pt-90_dd62e9bd7d0e399b {
    padding-top: 90px !important;
  }
  .lg-pt-100_78ec25769d2d7ca8 {
    padding-top: 100px !important;
  }
  .lg-pt-110_40f99145073f08a8 {
    padding-top: 110px !important;
  }
  .lg-pt-120_fbee57c39cddb3a1 {
    padding-top: 120px !important;
  }
  .lg-pt-130_accc6a18fa853f02 {
    padding-top: 130px !important;
  }
  .lg-pt-140_e0e4de3d432a5aa5 {
    padding-top: 140px !important;
  }
  .lg-pt-150_ba00831ef7f476ae {
    padding-top: 150px !important;
  }
  .lg-pt-200_e8c28cac6cfa0da7 {
    padding-top: 200px !important;
  }
  .lg-pb-10_7c5440ccf573a224 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_749aca7d45d06d10 {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_7d9c43cc1b24cb60 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_aae0acdc4587f66f {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_7ffb144b9d40e20c {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_fcd60874ca180b6a {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_cffef8dcd7b6f663 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_c1c593433516b234 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_722d83017a172c3a {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_058dd97515960246 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_4c63d4da58f97f37 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_af22d3b2b2de71cc {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_8848655de5baea53 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_3baf3fa906aa342c {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_63ed1756ae1d5988 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_28ed3602c49c6702 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_7e1ac52dd19dd662 {
    margin-top: 10px !important;
  }
  .lg-mt-20_6ca596d93ba50096 {
    margin-top: 20px !important;
  }
  .lg-mt-30_99c0256c05cf2561 {
    margin-top: 30px !important;
  }
  .lg-mt-40_96ab90635b229aec {
    margin-top: 40px !important;
  }
  .lg-mt-50_d265dda5eab1112f {
    margin-top: 50px !important;
  }
  .lg-mt-60_48215fec3fd9dcaf {
    margin-top: 60px !important;
  }
  .lg-mt-70_a9dc8159f0d57276 {
    margin-top: 70px !important;
  }
  .lg-mt-80_fe0da2ac5e019699 {
    margin-top: 80px !important;
  }
  .lg-mt-90_a0becd033779ab53 {
    margin-top: 90px !important;
  }
  .lg-mt-100_ab9d04974942b2be {
    margin-top: 100px !important;
  }
  .lg-mt-110_7f4ec64d76961b59 {
    margin-top: 110px !important;
  }
  .lg-mt-120_baba477bfebecc09 {
    margin-top: 120px !important;
  }
  .lg-mt-130_405af34f4ddebab8 {
    margin-top: 130px !important;
  }
  .lg-mt-140_8c0333787551330c {
    margin-top: 140px !important;
  }
  .lg-mt-150_6a37a13d500e92d6 {
    margin-top: 150px !important;
  }
  .lg-mt-200_32c3a14b889a2a8e {
    margin-top: 200px !important;
  }
  .lg-mb-10_97abe10601e8e821 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_8b8bd6f79204b7a0 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_09162ab8b4471535 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_f76dd1c68c25b69b {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_4bd089efe0d7baad {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_2accb6ba2e2caf60 {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_c9ceccd49cfcf539 {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_627699473634c769 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_10f1dcffcd8fa086 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_185d6c68ad7cf83b {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_c154f2f5f6198552 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_c4a8fa5ce6d3d2d3 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_88dea8910f877db2 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_6a71ef677ce17213 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_5fe7d88b468a91e0 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_57da84594b11b217 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_add063d2bf2354aa {
    padding: 0 !important;
  }
  .md-m0_d1fe655c9773ac1e {
    margin: 0 !important;
  }
  .md-pt-10_52cd8ca1d5acee15 {
    padding-top: 10px !important;
  }
  .md-pt-20_2d4fb5814c94f55b {
    padding-top: 20px !important;
  }
  .md-pt-30_b60817e3a0b1ba1e {
    padding-top: 30px !important;
  }
  .md-pt-40_4d512aae94449f34 {
    padding-top: 40px !important;
  }
  .md-pt-50_5f49143ed4024d26 {
    padding-top: 50px !important;
  }
  .md-pt-60_27a199b790cc39a2 {
    padding-top: 60px !important;
  }
  .md-pt-70_2b73ad8e6458c16d {
    padding-top: 70px !important;
  }
  .md-pt-80_e116fb0bb0d1225b {
    padding-top: 80px !important;
  }
  .md-pt-90_65062875d7d565af {
    padding-top: 90px !important;
  }
  .md-pt-100_f668b78526a93324 {
    padding-top: 100px !important;
  }
  .md-pt-110_40eabfc953924456 {
    padding-top: 110px !important;
  }
  .md-pt-120_068895a3923fa94e {
    padding-top: 120px !important;
  }
  .md-pt-130_bc2d7476e853a97f {
    padding-top: 130px !important;
  }
  .md-pt-140_5c9ed1d0a182ee29 {
    padding-top: 140px !important;
  }
  .md-pt-150_431a14b1a802980f {
    padding-top: 150px !important;
  }
  .md-pt-200_6fbc5a78b50e2272 {
    padding-top: 200px !important;
  }
  .md-pb-10_8a855d324ec03a97 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_eaa5214cf4363a00 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_eefce4b4b010f624 {
    padding-bottom: 30px !important;
  }
  .md-pb-40_2a375e3a160239c6 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_6073b38f12c6e301 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_ce1abf99b8b6cbc0 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_79ec11a68e8d408f {
    padding-bottom: 70px !important;
  }
  .md-pb-80_d3524b8900e37f95 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_ea39f08daed2f0c9 {
    padding-bottom: 90px !important;
  }
  .md-pb-100_ea334cba1070abcd {
    padding-bottom: 100px !important;
  }
  .md-pb-110_33ae1769149092a5 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_61583e6c0acfa480 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_61baa987c846964e {
    padding-bottom: 130px !important;
  }
  .md-pb-140_fda0798e6c997aa0 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_f29289d239e7755a {
    padding-bottom: 150px !important;
  }
  .md-pb-200_8094381a0eaa576b {
    padding-bottom: 200px !important;
  }
  .md-mt-10_89a7adccdd5d1765 {
    margin-top: 10px !important;
  }
  .md-mt-20_779fcc6f2316570f {
    margin-top: 20px !important;
  }
  .md-mt-30_a97a48b3af8ebd33 {
    margin-top: 30px !important;
  }
  .md-mt-40_19f7a1d3e82c26d8 {
    margin-top: 40px !important;
  }
  .md-mt-50_5f272c565be5bddd {
    margin-top: 50px !important;
  }
  .md-mt-60_7235c921f32a640f {
    margin-top: 60px !important;
  }
  .md-mt-70_5b4f607cc96983e4 {
    margin-top: 70px !important;
  }
  .md-mt-80_8b2b43cc114fba7d {
    margin-top: 80px !important;
  }
  .md-mt-90_72ada887c42c76e0 {
    margin-top: 90px !important;
  }
  .md-mt-100_475d3709a9f87988 {
    margin-top: 100px !important;
  }
  .md-mt-110_e51ca4b5860aec47 {
    margin-top: 110px !important;
  }
  .md-mt-120_4b7c50b5879b7e4f {
    margin-top: 120px !important;
  }
  .md-mt-130_405883091f225987 {
    margin-top: 130px !important;
  }
  .md-mt-140_2df7d59c5ae2b49a {
    margin-top: 140px !important;
  }
  .md-mt-150_1239b73508226fce {
    margin-top: 150px !important;
  }
  .md-mt-200_65c8503aa0d8b7a8 {
    margin-top: 200px !important;
  }
  .md-mb-10_72dfb6c55f697176 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_a250c59547252d88 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_f1abae78c8a2e0b8 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_11da9d0444304a86 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_f0ed2520c33d772a {
    margin-bottom: 50px !important;
  }
  .md-mb-60_4041d3254a29d804 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_02d1fff7e9b68cec {
    margin-bottom: 70px !important;
  }
  .md-mb-80_d25be3c2cd80d01b {
    margin-bottom: 80px !important;
  }
  .md-mb-90_558ca11b7c1f68f8 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_afa3946f746e2f0d {
    margin-bottom: 100px !important;
  }
  .md-mb-110_fc86d07df5766050 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_04ebbd23328db84a {
    margin-bottom: 120px !important;
  }
  .md-mb-130_6237573417b8dda8 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_301ba10d5c029333 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_2c53111629ae0e62 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_06ef7d2436cdc8fc {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_b722d8e387f15332 {
    padding: 0 !important;
  }
  .sm-m0_dce23343cd2eb4af {
    margin: 0 !important;
  }
  .sm-pt-10_cc8124ad4385b53d {
    padding-top: 10px !important;
  }
  .sm-pt-20_a2e1514d19221739 {
    padding-top: 20px !important;
  }
  .sm-pt-30_7030989afe26da33 {
    padding-top: 30px !important;
  }
  .sm-pt-40_491c5bea0c5d1b8a {
    padding-top: 40px !important;
  }
  .sm-pt-50_a7743882485540d4 {
    padding-top: 50px !important;
  }
  .sm-pt-60_03618d2d804b18b9 {
    padding-top: 60px !important;
  }
  .sm-pt-70_387f3f93285298ca {
    padding-top: 70px !important;
  }
  .sm-pt-80_7fb584fb95922c38 {
    padding-top: 80px !important;
  }
  .sm-pt-90_6a3cf47eadfebe0d {
    padding-top: 90px !important;
  }
  .sm-pt-100_b73aebcfeba2afd7 {
    padding-top: 100px !important;
  }
  .sm-pt-110_441d7c8c6a2b61b0 {
    padding-top: 110px !important;
  }
  .sm-pt-120_ef8a7e9926525efd {
    padding-top: 120px !important;
  }
  .sm-pt-130_f1b1ba3534b8ff8e {
    padding-top: 130px !important;
  }
  .sm-pt-140_ca13ac0c3584c884 {
    padding-top: 140px !important;
  }
  .sm-pt-150_ea649b4a97142986 {
    padding-top: 150px !important;
  }
  .sm-pt-200_747010b70d3362c6 {
    padding-top: 200px !important;
  }
  .sm-pb-10_f8c8522d330e4b65 {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_1a8afe8104f6c4b7 {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_5af1c218745d77fb {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_f4c9dc0a75c4d2d2 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_40de4d14b9fee7d7 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_9f0defe4b0380203 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_7afb5cbf3ceef3d3 {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_4ff149dc1f52e21f {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_ef1a52de96e107f0 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_9eaef440187a6950 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_17ef615618cfdf05 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_2542b641784745e0 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_cb62d0156b8d74fe {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_36745bc13beb5fa0 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_4823c68a3c8f6dc7 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_0f10150e8d6d8daf {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_89005be3a46bec8c {
    margin-top: 10px !important;
  }
  .sm-mt-20_38062334fd2cfeb3 {
    margin-top: 20px !important;
  }
  .sm-mt-30_eee664fbef4d073e {
    margin-top: 30px !important;
  }
  .sm-mt-40_6f3d4082bf11e2d6 {
    margin-top: 40px !important;
  }
  .sm-mt-50_1569aa353771fc7c {
    margin-top: 50px !important;
  }
  .sm-mt-60_0a17a7e49bb3df6e {
    margin-top: 60px !important;
  }
  .sm-mt-70_8cb31a54d66663d3 {
    margin-top: 70px !important;
  }
  .sm-mt-80_dc6fe55cac49226c {
    margin-top: 80px !important;
  }
  .sm-mt-90_8947239c91864a8c {
    margin-top: 90px !important;
  }
  .sm-mt-100_ead7ba930c17f730 {
    margin-top: 100px !important;
  }
  .sm-mt-110_16c4ded63d9f9348 {
    margin-top: 110px !important;
  }
  .sm-mt-120_c08252af3563660e {
    margin-top: 120px !important;
  }
  .sm-mt-130_b00b3b9dcb555cf5 {
    margin-top: 130px !important;
  }
  .sm-mt-140_c44f143e8d582c97 {
    margin-top: 140px !important;
  }
  .sm-mt-150_e254227b4cf1b226 {
    margin-top: 150px !important;
  }
  .sm-mt-200_0c8c703793c8ac91 {
    margin-top: 200px !important;
  }
  .sm-mb-10_c5edfbcbf9545e2b {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_db061935f7a4cddf {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_7da66412eceec443 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_1e26955af556f3e6 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_1330b43269a729ed {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_89f96a77ffc83b70 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_a16c4c61bf3d08ec {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_30bc88369c3afa48 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_0a0a616f60d80e19 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_6aa1b45a245058e2 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_e6c9ec62d5348fd5 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_f3d809628d5505d1 {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_f2644e9e02700d67 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_7eeb0ad6ab7f01eb {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_05c60c58ddfd0a2b {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_9c6c49dff750791b {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_ffacaa0bb2af431b {
    padding: 0 !important;
  }
  .xs-m0_aa22025ce579d2a8 {
    margin: 0 !important;
  }
  .xs-pt-10_f14206fb4ea66070 {
    padding-top: 10px !important;
  }
  .xs-pt-20_33b1b91b2c506056 {
    padding-top: 20px !important;
  }
  .xs-pt-30_233be712fa7e8243 {
    padding-top: 30px !important;
  }
  .xs-pt-40_b7e8d36b9b40204a {
    padding-top: 40px !important;
  }
  .xs-pt-50_6dbcec57fc0bfad1 {
    padding-top: 50px !important;
  }
  .xs-pt-60_60c1a5f3506375bf {
    padding-top: 60px !important;
  }
  .xs-pt-70_f032044c5d9fdaf6 {
    padding-top: 70px !important;
  }
  .xs-pt-80_3cdd2ead99cd1b53 {
    padding-top: 80px !important;
  }
  .xs-pt-90_ee4cc7b8264077e3 {
    padding-top: 90px !important;
  }
  .xs-pt-100_21956eee9d55a7f3 {
    padding-top: 100px !important;
  }
  .xs-pt-110_a0fdca89be8fd487 {
    padding-top: 110px !important;
  }
  .xs-pt-120_c7ba70dd11fc3010 {
    padding-top: 120px !important;
  }
  .xs-pt-130_9e934903723e1d25 {
    padding-top: 130px !important;
  }
  .xs-pt-140_068db710941a1045 {
    padding-top: 140px !important;
  }
  .xs-pt-150_6a41ac80541bb115 {
    padding-top: 150px !important;
  }
  .xs-pt-200_6a60fd1f9f77eaaa {
    padding-top: 200px !important;
  }
  .xs-pb-10_230b0952bd8dade6 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_4437f28d1c309660 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_0172f9b83405f46f {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_7635252ddeb6b8a0 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_9b1c65cc5d188ef3 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_f28cce59113440d5 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_9d2f4af3894070ec {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_0c4aa40aa92b2abe {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_9271169a37426468 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_1a45a75d903ef1d1 {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_fa25b6fd7586da87 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_0a8318a534e2e571 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_2d37d13c6392bea9 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_d9bfd38bb633561e {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_5603f5cb3229b160 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_fa8a31b07efd243e {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_2cd1f8e81f3b4f77 {
    margin-top: 10px !important;
  }
  .xs-mt-20_0f8221b0bff5cb03 {
    margin-top: 20px !important;
  }
  .xs-mt-30_c40c3d0967c40a9d {
    margin-top: 30px !important;
  }
  .xs-mt-40_f1888be1deecb592 {
    margin-top: 40px !important;
  }
  .xs-mt-50_64fa7a312e8c890b {
    margin-top: 50px !important;
  }
  .xs-mt-60_9f4f4ed393ef487d {
    margin-top: 60px !important;
  }
  .xs-mt-70_69578f60918a3008 {
    margin-top: 70px !important;
  }
  .xs-mt-80_bcfbdb1493ad9c27 {
    margin-top: 80px !important;
  }
  .xs-mt-90_2c616411defeef33 {
    margin-top: 90px !important;
  }
  .xs-mt-100_3c39807747084ff6 {
    margin-top: 100px !important;
  }
  .xs-mt-110_bd412adb3a52e55c {
    margin-top: 110px !important;
  }
  .xs-mt-120_12603469387fd4e4 {
    margin-top: 120px !important;
  }
  .xs-mt-130_1946379389e8ec91 {
    margin-top: 130px !important;
  }
  .xs-mt-140_04c4ac3d488442f2 {
    margin-top: 140px !important;
  }
  .xs-mt-150_19bcc91e1975e1c9 {
    margin-top: 150px !important;
  }
  .xs-mt-200_ec38ba3af97fa763 {
    margin-top: 200px !important;
  }
  .xs-mb-10_39a23518f73e1906 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_412dfa430801a87f {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_7691ac4cf69686ec {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_827ae56754617bfd {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_889319a7f2c3157c {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_81cad775995562af {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_d5805c721152af82 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_d72a9a7c9ec0066b {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_c78884e1bba1757d {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_644c435605d43438 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_8fef8a94def6340d {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_4d11676bb82196e5 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_23963e2bdea66904 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_82d7f09df78523db {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_a7bec57afd0fca8c {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_c14875721ebe1103 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_70aad0fd80911bd7 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_70aad0fd80911bd7.menu-overlay_ee71741e61819289 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_70aad0fd80911bd7.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_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-three_b13f74550b7c8aa7 .navbar-toggler_55c55672b236ce35 {
  background: #000;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-four_c0294d5eed7acfd3 .navbar-toggler_55c55672b236ce35 {
  background: #E6FD5A;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-five_f3a64695f50bd0f8 .navbar-toggler_55c55672b236ce35 {
  background: #DFFF5E;
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35:focus {
  box-shadow: none;
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35::before,
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35::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_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35 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_70aad0fd80911bd7.menu-style-three_b13f74550b7c8aa7 .navbar-toggler_55c55672b236ce35:before, .theme-main-menu_70aad0fd80911bd7.menu-style-three_b13f74550b7c8aa7 .navbar-toggler_55c55672b236ce35:after, .theme-main-menu_70aad0fd80911bd7.menu-style-three_b13f74550b7c8aa7 .navbar-toggler_55c55672b236ce35 span {
  background: #fff;
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_70aad0fd80911bd7 .navbar-toggler_55c55672b236ce35[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_70aad0fd80911bd7 .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_70aad0fd80911bd7 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_70aad0fd80911bd7.white-vr_b59c13ad77d383a9 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_70aad0fd80911bd7.white-vr_b59c13ad77d383a9 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_70aad0fd80911bd7.white-vr_b59c13ad77d383a9.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-one_c4405faa6eb78f00 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .info-row_e3179d80e269cb58 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .gap-fix_739c9f14d7cfbb68 {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .greetings_cbc601fb6603dafb {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .contact-info_e79e2f5a4425abf3 {
  margin: 0 -15px;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .contact-info_e79e2f5a4425abf3 li {
  padding: 0 15px;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .contact-info_e79e2f5a4425abf3 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .contact-info_e79e2f5a4425abf3 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736 .inner-content_5535599b40bc0178 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-two_961920b3feb88736.fixed .info-row_e3179d80e269cb58 {
  display: none;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-five_f3a64695f50bd0f8 {
  background: #000;
  padding: 0;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-five_f3a64695f50bd0f8 .inner-content_5535599b40bc0178 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-six_f2eb95bdfd419579 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_70aad0fd80911bd7.menu-style-six_f2eb95bdfd419579 .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_70aad0fd80911bd7 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_6f38d01b5c205224 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_6f38d01b5c205224 .mega-menu-title_81364eb3c36a8723 {
  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_70aad0fd80911bd7 .login-btn-one_2e6d4c48adfbad9b a {
  color: #000;
}
.theme-main-menu_70aad0fd80911bd7 .login-btn-one_2e6d4c48adfbad9b a:hover {
  text-decoration: underline;
}
.theme-main-menu_70aad0fd80911bd7 .login-btn-two_8fe7fa9032a64c23 a {
  color: #044F3B;
}
.theme-main-menu_70aad0fd80911bd7 .login-btn-two_8fe7fa9032a64c23 a:hover {
  text-decoration: underline;
}
.theme-main-menu_70aad0fd80911bd7 .signup-btn-one_d96b72f8bb2f4e80 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_70aad0fd80911bd7 .signup-btn-one_d96b72f8bb2f4e80 .icon_c81b9253dc46527d {
  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_70aad0fd80911bd7 .signup-btn-one_d96b72f8bb2f4e80:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_70aad0fd80911bd7 .signup-btn-one_d96b72f8bb2f4e80:hover .icon_c81b9253dc46527d {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_70aad0fd80911bd7 .signup-btn-two_a186be806a41a30a {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_70aad0fd80911bd7 .signup-btn-two_a186be806a41a30a:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_70aad0fd80911bd7 .quote-one_8eb790bd81d13f9f {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_70aad0fd80911bd7 .quote-one_8eb790bd81d13f9f:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_d2672f1fc9cf21d4 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_d2672f1fc9cf21d4 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_d2672f1fc9cf21d4 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_d2672f1fc9cf21d4 li a:hover {
  color: #0C3A30;
}
.category-menu_d2672f1fc9cf21d4 .dropdown-menu {
  padding: 0;
}
.category-menu_d2672f1fc9cf21d4 .dropdown-menu li {
  padding: 0;
}
.category-menu_d2672f1fc9cf21d4 .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_1791ca9f4f8a45ad .logo_ef5f632d44a426a5 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_b59c13ad77d383a9 .navbar-collapse_1791ca9f4f8a45ad {
    background-color: #0C3A30;
  }
  .navbar-collapse_1791ca9f4f8a45ad {
    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_1791ca9f4f8a45ad.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_70aad0fd80911bd7 .navbar .mega-dropdown_e30fdbe35507c835 {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_b59c13ad77d383a9 .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_6f38d01b5c205224 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_1a6a4db8aaad1684 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_2863e37eaf90fff1 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_2863e37eaf90fff1::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_2863e37eaf90fff1 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_2863e37eaf90fff1 .hero-slider-one .hero-img_d18fc23a7c6dcaf3 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_2863e37eaf90fff1 .hero-slider-one .slick-list_6a8701df804109e3, .hero-banner-one_2863e37eaf90fff1 .hero-slider-one .slick-track_69ecd667a072ce8d, .hero-banner-one_2863e37eaf90fff1 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_2863e37eaf90fff1 .hero-heading_717c76c3af534de4 {
  font-weight: 700;
  color: #000;
  background: url(../pictures/shape_06015a8af7/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_2863e37eaf90fff1 .more-btn_debe337d0f819122 {
  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_2863e37eaf90fff1 .more-btn_debe337d0f819122:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_56b57f8e42521758 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_56b57f8e42521758 .bg-wrapper_72ca29756d944b96 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_56b57f8e42521758 .hero-heading_717c76c3af534de4 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_56b57f8e42521758 .rating_c39b9bc5ba84d2b1 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_56b57f8e42521758 .rating_c39b9bc5ba84d2b1 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_56b57f8e42521758 .media-wrapper_84916c0b9e4b47b6 {
  position: absolute;
  background: url(../pictures/assets_e3413e828c/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_56b57f8e42521758 .media-wrapper_84916c0b9e4b47b6 .shape_01_9e2359fa63d1b5f7 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_56b57f8e42521758 .media-wrapper_84916c0b9e4b47b6 .shape_02_84c331c0a1593a94 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_2d3b26ba26a82770 .hero-heading_717c76c3af534de4 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_2d3b26ba26a82770 .media-wrapper_84916c0b9e4b47b6 {
  background: url(../pictures/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_2d3b26ba26a82770 .media-wrapper_84916c0b9e4b47b6 .screen_01_7e17eb7acc3869fb {
  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_2d3b26ba26a82770 .media-wrapper_84916c0b9e4b47b6 .screen_02_e228fd2a466edd41 {
  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_2d3b26ba26a82770 .media-wrapper_84916c0b9e4b47b6 .bg-shape_b708d80e6ab5e92c {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_2d3b26ba26a82770 .shape_01_9e2359fa63d1b5f7 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_0c501c2ce2d419bb .bg-wrapper_72ca29756d944b96 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_0c501c2ce2d419bb .media-wrapper_84916c0b9e4b47b6 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_0c501c2ce2d419bb .media-wrapper_84916c0b9e4b47b6 .shape_01_9e2359fa63d1b5f7 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_0c501c2ce2d419bb .shape_02_84c331c0a1593a94 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_5cc237f3b3535ae1 + .blog-details_81b202f2031bb10f {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_a8d8f35fa5f67a49 {
  z-index: 1;
}
.block-feature-three_a8d8f35fa5f67a49:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_a8d8f35fa5f67a49.no-bg_8177a314f941be55:before {
  display: none;
}
.block-feature-three_a8d8f35fa5f67a49 .section-btn_6e3832083979d57c {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-title_5044c70352ba1312 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_a8d8f35fa5f67a49 .block-title_5044c70352ba1312 a:hover {
  text-decoration: underline;
}
.block-feature-three_a8d8f35fa5f67a49 .round-btn_c6766bb4160b3439 {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_a8d8f35fa5f67a49 .round-btn_c6766bb4160b3439:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_a8d8f35fa5f67a49 .block-one_47a6871362e752cc {
  background: url(../pictures/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-one_47a6871362e752cc .tag_7cdde98d863e7b60 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-one_47a6871362e752cc .block-title_5044c70352ba1312 {
  background: url(../pictures/shape_06015a8af7/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-two_4970748a6ed4587b {
  overflow: hidden;
}
.block-feature-three_a8d8f35fa5f67a49 .block-two_4970748a6ed4587b .img-wrapper_38d89c61544d115f {
  background: url(../pictures/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_a8d8f35fa5f67a49 .block-two_4970748a6ed4587b .text-wrapper_02f4c86ce41c7b8d {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-two_4970748a6ed4587b .tag_7cdde98d863e7b60 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-three_00291c05227701be {
  background: #D3FF76;
}
.block-feature-three_a8d8f35fa5f67a49 .block-three_00291c05227701be .tag_7cdde98d863e7b60 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-three_00291c05227701be .round-btn_c6766bb4160b3439 {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_a8d8f35fa5f67a49 .block-three_00291c05227701be .round-btn_c6766bb4160b3439:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc {
  background: url(../pictures/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc .block-title_5044c70352ba1312 {
  background: url(../pictures/shape_06015a8af7/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc .block-title_5044c70352ba1312 a {
  font-size: 28px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc .tag_7cdde98d863e7b60 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc .round-btn_c6766bb4160b3439 {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_a8d8f35fa5f67a49 .block-four_674913ac892c8ddc .round-btn_c6766bb4160b3439:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_a8d8f35fa5f67a49 .block-five_95fcec0fd4620d87 {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-five_95fcec0fd4620d87 .tag_7cdde98d863e7b60 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_a8d8f35fa5f67a49 .block-five_95fcec0fd4620d87 .block-title_5044c70352ba1312 {
  background: url(../pictures/shape_06015a8af7/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_d0d982696d906f4c .upper-wrapper_dd9a00fee1ee76b5 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_d0d982696d906f4c .upper-wrapper_dd9a00fee1ee76b5 .shape_01_9e2359fa63d1b5f7 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_d0d982696d906f4c .line-loop_75295837aaf16530:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_d0d982696d906f4c .graph-panel_161ccac7933eee7e {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_d0d982696d906f4c .graph-panel_161ccac7933eee7e .main-count_434de38664c542c1 {
  font-size: 120px;
}
.block-feature-thirteen_d0d982696d906f4c .graph-panel_161ccac7933eee7e .chart-box_bc0330cef81187bb {
  padding: 0 15px;
}
.block-feature-thirteen_d0d982696d906f4c .graph-panel_161ccac7933eee7e .chart-box_bc0330cef81187bb .chart-inner_d43402cdbe7ca60e {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_d7ad4fd074783b44 .media-img_0d48b0c6a0e86136 {
  border-radius: 30px;
}
.block-feature-sixteen_d7ad4fd074783b44 .shape_01_9e2359fa63d1b5f7 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_57525059a4c2b47e .section-subheading_4e801335f05872b1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_57525059a4c2b47e .shape_01_9e2359fa63d1b5f7 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_89ab044039b6cfed {
  z-index: 1;
}
.text-feature-four_89ab044039b6cfed .avatar_f6d0c0d0fa77ad54 {
  width: 65px;
  height: 65px;
}
.text-feature-four_89ab044039b6cfed .name {
  font-size: 28px;
}
.text-feature-four_89ab044039b6cfed .quote-text_990452573179a603 {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_89ab044039b6cfed .shape_01_9e2359fa63d1b5f7 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_89ab044039b6cfed .shape_02_84c331c0a1593a94 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_e8d63dff8b23b73f .bg-wrapper_72ca29756d944b96 {
  background: #FFF2AC;
}
.text-feature-five_e8d63dff8b23b73f 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_e8d63dff8b23b73f 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_e8d63dff8b23b73f 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_e8d63dff8b23b73f li:hover:before {
  background: #29594B;
}
.text-feature-five_e8d63dff8b23b73f li:hover:after {
  color: #fff;
}
.text-feature-five_e8d63dff8b23b73f .media-wrapper_84916c0b9e4b47b6 {
  background: url(../pictures/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_e8d63dff8b23b73f .media-wrapper_84916c0b9e4b47b6 .video-icon_446a835bae3e6e57 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_e8d63dff8b23b73f .media-wrapper_84916c0b9e4b47b6 .video-icon_446a835bae3e6e57:hover {
  background: #CFFF45;
}
.text-feature-five_e8d63dff8b23b73f .media-wrapper_84916c0b9e4b47b6 .screen_01_7e17eb7acc3869fb {
  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_fd9502b0352e8598 {
  z-index: 1;
}
.text-feature-six_fd9502b0352e8598 .media-wrapper_84916c0b9e4b47b6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_fd9502b0352e8598 .media-wrapper_84916c0b9e4b47b6 .screen_01_7e17eb7acc3869fb {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_fd9502b0352e8598 .shape_01_9e2359fa63d1b5f7 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_fd9502b0352e8598 .shape_02_84c331c0a1593a94 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_f7f078b57d8537ec {
  background: url(../pictures/assets_e3413e828c/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_f7f078b57d8537ec .block_57904a0446f395f0 .icon_c81b9253dc46527d {
  height: 50px;
}
.text-feature-nine_f7f078b57d8537ec .vertical-text-wrapper_ccb4ba4b66943d48 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_f7f078b57d8537ec .vertical-text-wrapper_ccb4ba4b66943d48 .text-list_33ccbbdedf8cd76a {
  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_f7f078b57d8537ec .vertical-text-wrapper_ccb4ba4b66943d48 .text-list_33ccbbdedf8cd76a:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_f7f078b57d8537ec .vertical-text-wrapper_ccb4ba4b66943d48 .shape_01_9e2359fa63d1b5f7 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_f7f078b57d8537ec .vertical-text-wrapper_ccb4ba4b66943d48 .shape_02_84c331c0a1593a94 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f7f078b57d8537ec .shape_03_127967e12bf489b9 {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_f7f078b57d8537ec .shape_04_f8edd983a93aa842 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_71b9deec0a4257e1 .section-btn_6e3832083979d57c {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_4b2d99fa3d6f197b {
  z-index: 1;
}
.team-section-three_4b2d99fa3d6f197b:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../pictures/shape_06015a8af7/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_4b2d99fa3d6f197b .section-btn_6e3832083979d57c {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_4b2d99fa3d6f197b .shape_01_9e2359fa63d1b5f7 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_4b2d99fa3d6f197b .shape_02_84c331c0a1593a94 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_4b2d99fa3d6f197b .shape_03_127967e12bf489b9 {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_22f1812245f777e7 .logo_ef5f632d44a426a5 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_9da7d8ec925bf27f {
  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_afb359e39fab1579 {
  max-width: 565px;
}
.user-data-form .form-wrapper_afb359e39fab1579 .input-group-meta_f8c2667e9968373e 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_afb359e39fab1579 .input-group-meta_f8c2667e9968373e label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_afb359e39fab1579 .input-group-meta_f8c2667e9968373e .placeholder_icon_c747f14c26b3556f {
  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_afb359e39fab1579 .input-group-meta_f8c2667e9968373e .placeholder_icon_c747f14c26b3556f img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_afb359e39fab1579 .input-group-meta_f8c2667e9968373e .placeholder_icon_c747f14c26b3556f span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_afb359e39fab1579 .input-group-meta_f8c2667e9968373e .placeholder_icon_c747f14c26b3556f 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_afb359e39fab1579 .input-group-meta_f8c2667e9968373e .placeholder_icon_c747f14c26b3556f span.eye-slash_2c153b72d2f66824:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_1475907d26e0e4c7 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_1475907d26e0e4c7 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_1475907d26e0e4c7 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_1475907d26e0e4c7 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_1475907d26e0e4c7 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_1475907d26e0e4c7 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_1475907d26e0e4c7 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_34da192e50cf24ae {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_b1c79bec2bf407ce {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_b1c79bec2bf407ce:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_b1c79bec2bf407ce img {
  width: 20px;
}
.user-data-form .btn-close_56c317848827a411 {
  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_0d5b966ca3d523d8 .main-count_434de38664c542c1 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_3d78c25a0c2ac1ce .icon_c81b9253dc46527d {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_4694fb3febe5b72d .img-holder_a5a217c02309952a {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_4694fb3febe5b72d .img-holder_a5a217c02309952a.round-border_01dbdd7c017ac904 {
  border-radius: 30px;
}
.portfolio-block-one_4694fb3febe5b72d .img-holder_a5a217c02309952a .expend_ff38ccffabebe0e3 {
  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_4694fb3febe5b72d .img-holder_a5a217c02309952a 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_4694fb3febe5b72d .img-holder_a5a217c02309952a i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_4694fb3febe5b72d:hover .expend_ff38ccffabebe0e3 {
  opacity: 1;
}
.portfolio-block-one_4694fb3febe5b72d:hover .img-meta_d2cff3703fe31942 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_4694fb3febe5b72d:hover .pj-title_2736749a07dff9ca {
  text-decoration: underline;
}
.portfolio-block-one_4694fb3febe5b72d .caption {
  margin-top: 35px;
}
.portfolio-block-one_4694fb3febe5b72d .caption .tag_7cdde98d863e7b60 {
  margin: 0 -3px;
}
.portfolio-block-one_4694fb3febe5b72d .caption .tag_7cdde98d863e7b60 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_4694fb3febe5b72d .caption .pj-title_2736749a07dff9ca {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_4694fb3febe5b72d .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_4694fb3febe5b72d .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_f5af824d43edee7a .bg-wrapper_72ca29756d944b96 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 {
  height: 100%;
}
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-control-next_5b6114c1b4b89e5e,
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-control-prev_8cc34efa11ebbb95 {
  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_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-control-next_5b6114c1b4b89e5e:hover,
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-control-prev_8cc34efa11ebbb95:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_f5af824d43edee7a .slider-wrapper_f9ba05d1d4faef03 .carousel-control-prev_8cc34efa11ebbb95 {
  left: auto;
  right: 45px;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 h3 {
  font-size: 36px;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .list-meta_1aa83fc61e90c6da li {
  padding: 22px 0;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .list-meta_1aa83fc61e90c6da .icon_c81b9253dc46527d {
  width: 40px;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .list-meta_1aa83fc61e90c6da .text1_c93c34c46a712db8 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .list-meta_1aa83fc61e90c6da span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .social-share_c5b57a1a11c69c7f li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_f5af824d43edee7a .info-wrapper_25fc4d2a61ecf334 .social-share_c5b57a1a11c69c7f li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_29a06f8d5ae3d42c .slider-wrapper_f9ba05d1d4faef03 {
  padding-left: 100px;
}
.feedback-section-three_29a06f8d5ae3d42c .slider-wrapper_f9ba05d1d4faef03 .icon_c81b9253dc46527d {
  left: 0;
  top: 18px;
}
.feedback-section-three_29a06f8d5ae3d42c .slick-dots_be616e9e90c38c99 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_29a06f8d5ae3d42c .slick-dots_be616e9e90c38c99 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_29a06f8d5ae3d42c .slick-dots_be616e9e90c38c99 .slick-active button {
  background: #000;
}
.feedback-section-three_29a06f8d5ae3d42c .rating-box_1711740bd8f5d0db {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_29a06f8d5ae3d42c .rating-box_1711740bd8f5d0db .rating_c39b9bc5ba84d2b1 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_29a06f8d5ae3d42c .shape_01_9e2359fa63d1b5f7 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_29a06f8d5ae3d42c .shape_02_84c331c0a1593a94 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_3df1298531584d47 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_3df1298531584d47 .post-data_a78cd08bee2d07a6 {
  padding: 30px 35px 25px;
}
.blog-meta-one_3df1298531584d47 .post-data_a78cd08bee2d07a6 .post-info_bd6331b98c1b4dab {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_3df1298531584d47 .post-data_a78cd08bee2d07a6 .blog-title_583428ecb938ff76 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_3df1298531584d47 .post-data_a78cd08bee2d07a6 .blog-title_583428ecb938ff76:hover {
  text-decoration: underline;
}
.blog-meta-one_3df1298531584d47 .post-img_b2fc9f28a1dd78a7 {
  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_3df1298531584d47 .post-img_b2fc9f28a1dd78a7 .round-btn_c6766bb4160b3439 {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_3df1298531584d47:hover .round-btn_c6766bb4160b3439 {
  background: #CFFF45;
}
.blog-meta-one_3df1298531584d47.style-two_92e66f49bfead06f {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_3df1298531584d47.style-two_92e66f49bfead06f .post-img_b2fc9f28a1dd78a7 {
  border-radius: 0;
}
.blog-meta-one_3df1298531584d47.style-two_92e66f49bfead06f .blog-title_583428ecb938ff76 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_46254e9c9700519f {
  background: #fff;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 {
  padding-top: 30px;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .blog-title_583428ecb938ff76 {
  width: 70%;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .blog-title_583428ecb938ff76 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .blog-title_583428ecb938ff76:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .round-btn_c6766bb4160b3439 {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .round-btn_c6766bb4160b3439:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_46254e9c9700519f .post-data_a78cd08bee2d07a6 .post-info_bd6331b98c1b4dab {
  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_46254e9c9700519f .post-img_b2fc9f28a1dd78a7 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_46254e9c9700519f .post-img_b2fc9f28a1dd78a7 .date_f9b3a4816d8d90ee {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_46254e9c9700519f.style-two_92e66f49bfead06f {
  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_46254e9c9700519f.style-two_92e66f49bfead06f p {
  font-size: 18px;
}
.blog-meta-two_46254e9c9700519f.style-two_92e66f49bfead06f .post-img_b2fc9f28a1dd78a7 {
  height: auto;
  width: 100%;
}
.blog-meta-two_46254e9c9700519f.style-two_92e66f49bfead06f .post-data_a78cd08bee2d07a6 {
  padding: 26px 0;
}
.blog-meta-two_46254e9c9700519f.style-two_92e66f49bfead06f .post-data_a78cd08bee2d07a6 .post-info_bd6331b98c1b4dab {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_46254e9c9700519f.style-two_92e66f49bfead06f .post-data_a78cd08bee2d07a6 .round-btn_c6766bb4160b3439 {
  border: none;
}

.signup-btn-one_d96b72f8bb2f4e80 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_d96b72f8bb2f4e80 .icon_c81b9253dc46527d {
  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_415a56bf9b77e9b2 {
  z-index: 1;
}
.blog-section-three_415a56bf9b77e9b2 .section-btn_6e3832083979d57c {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_f7256d57701540d4 {
  z-index: 5;
}
.blog-section-four_f7256d57701540d4.block-feature-three_a8d8f35fa5f67a49:before {
  display: none;
}
.blog-section-four_f7256d57701540d4.block-feature-three_a8d8f35fa5f67a49 .block-one_47a6871362e752cc {
  background: url(../pictures/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 .wrapper_aeaa63ca2078c665 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 .wrapper_aeaa63ca2078c665 .icon_c81b9253dc46527d {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 .wrapper_aeaa63ca2078c665 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .quote-wrapper_09a4f6c9122b2411 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .img-gallery_27a60585a63f35ab {
  margin-bottom: 50px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .img-gallery_27a60585a63f35ab img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .list-item_689a3e968ec2e3e2 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_81b202f2031bb10f .post-details-meta_2942102bc3b7362b .list-item_689a3e968ec2e3e2 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e {
  padding: 10px 0 5px;
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e .tags_a85c552286b3ece5 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e .tags_a85c552286b3ece5 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e .tags_a85c552286b3ece5 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e .share-icon_787e3d9d9d1f224b li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_81b202f2031bb10f .bottom-widget_b4fadf66506ec35e .share-icon_787e3d9d9d1f224b a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_81b202f2031bb10f .grey-bg_b4a7a6cf519949b1 {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_81b202f2031bb10f .blog-inner-title_266438d8fd6867a5 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 {
  margin: 60px 0;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee:last-child {
  padding-bottom: 5px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .reply-comment_e6338da8f67892c5 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .user-avatar_fa9ded37a7aeb940 {
  width: 60px;
  height: 60px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 .date_f9b3a4816d8d90ee {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 .reply-btn_5eace94afc37b1c2 {
  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_81b202f2031bb10f .blog-comment-area_dbb9f286eac50522 .comment_1061b54341a419ee .comment-text_8eb8fe3d4d90a9b4 .reply-btn_5eace94afc37b1c2:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_81b202f2031bb10f .blog-comment-form_4dd6fa4456ad7565 p a {
  color: #19352D;
}
.blog-details_81b202f2031bb10f .blog-comment-form_4dd6fa4456ad7565 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_81b202f2031bb10f .blog-comment-form_4dd6fa4456ad7565 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_81b202f2031bb10f .blog-comment-form_4dd6fa4456ad7565 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_21117e0d00e4a0b9 {
  height: 600px;
}

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

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

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

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

.footer-one_3e84bdbe0bb4763f {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_3e84bdbe0bb4763f .bottom-footer_b6652fb1764b8c52 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_3e84bdbe0bb4763f .social-icon_3a00bba34fcc0bfb 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_3e84bdbe0bb4763f .social-icon_3a00bba34fcc0bfb a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_3e84bdbe0bb4763f .footer-title_06ea65faed0ede52 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_3e84bdbe0bb4763f .footer-nav-link_1c920bbc755d6587 a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_3e84bdbe0bb4763f .footer-nav-link_1c920bbc755d6587 a:hover {
  color: #fff;
}
.footer-nav-link_1c920bbc755d6587 p {
  font-size: 16px;
}
.logo_ef5f632d44a426a5 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_1d0852819ac30dd9 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_c1920fac1a5859ce {
  align-content: center;
}

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

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

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

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

.footer-three_05c6e1a56873b3c7 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_05c6e1a56873b3c7 .round-bg_c9409d9b1ca06761 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_05c6e1a56873b3c7 .round-bg_c9409d9b1ca06761.color-two_d2600b08c0bcdd8d {
  background: #F6FFDD;
}
.footer-three_05c6e1a56873b3c7 .footer-intro_513840be5f39bfad p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_05c6e1a56873b3c7 .footer-intro_513840be5f39bfad p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_05c6e1a56873b3c7 .footer-title_06ea65faed0ede52 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_05c6e1a56873b3c7 .footer-nav-link_1c920bbc755d6587 a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_05c6e1a56873b3c7 .footer-nav-link_1c920bbc755d6587 a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .copyright_629b35923c85f883 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .bottom-nav_99720f1b3562ef4c {
  margin: 0 -12px;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .bottom-nav_99720f1b3562ef4c a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .bottom-nav_99720f1b3562ef4c a:hover {
  text-decoration: underline;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .social-icon_3a00bba34fcc0bfb {
  margin: 0 -10px;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .social-icon_3a00bba34fcc0bfb a {
  margin: 0 10px;
}
.footer-three_05c6e1a56873b3c7 .bottom-footer_b6652fb1764b8c52 .social-icon_3a00bba34fcc0bfb a:hover {
  color: #19352D;
}
.footer-three_05c6e1a56873b3c7 .shape_01_9e2359fa63d1b5f7 {
  top: -3%;
  left: -3%;
}
.footer-three_05c6e1a56873b3c7 .shape_02_84c331c0a1593a94 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_5a1946a8271d3bcf {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_5a1946a8271d3bcf:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../pictures/assets_e3413e828c/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_5a1946a8271d3bcf h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 .round-btn_c6766bb4160b3439 {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 .round-btn_c6766bb4160b3439:hover, .footer-five_5a1946a8271d3bcf .btn-group_0b611fda4fb6c385 .round-btn_c6766bb4160b3439:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_5a1946a8271d3bcf .social-icon_3a00bba34fcc0bfb {
  margin: 0 -20px;
}
.footer-five_5a1946a8271d3bcf .social-icon_3a00bba34fcc0bfb a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_5a1946a8271d3bcf .social-icon_3a00bba34fcc0bfb a:hover {
  color: #DFFF5E;
}
.footer-five_5a1946a8271d3bcf .bottom-nav_99720f1b3562ef4c {
  margin: 0 -12px;
}
.footer-five_5a1946a8271d3bcf .bottom-nav_99720f1b3562ef4c a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_5a1946a8271d3bcf .bottom-nav_99720f1b3562ef4c a:hover {
  text-decoration: underline;
}
.footer-five_5a1946a8271d3bcf .shape_01_9e2359fa63d1b5f7 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_5a1946a8271d3bcf .shape_02_84c331c0a1593a94 {
  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_30005902b6b40778 {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_1dc226170df1cc0e {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_a3d9cc85398f9e5c {
  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_d8625acce9fdb87f {
  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_80fe79f3d9c632e9 {
  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_715126761368136e {
  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_c3c2631a46c949a4 {
  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_29bcb8ad65b0f022 {
  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_84c4160f726d345c {
  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_83061a73530a5e29 {
  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_651ed6c91b715d20 {
  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_7b74742481996c0a {
  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_11a9e685044d6705 {
  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_93d07b25df8142a5 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_5e45f17f007ca3e0 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_3b1a5b282c69268b {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_14a18ad10041a137 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_45bc61ec6ed47353 {
  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_534a83df55555722 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_e5757b8b99c566e0 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_97af1c455e8634b8 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_70db6d16f64aed3f {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_fe4bae78bd585fce {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_0349df9436d843e9 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_eb16e1bd38529165 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_2662f2cdcf8d7296 {
  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_3e34f3ca02491a04 {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_8d29d18570ebf455 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_234b8ffca32c2feb {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_b261382602e5bbc3 {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_5ecea2460801e4a0 {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_b4a3694b385a99a4 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_ddf2fbc0160604d7 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_1985fd30e0c2a8c2 {
  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_16a1e62fe54937f1 {
  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_8fbeb739da56e4a8 {
  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_0808de7924e41dbc {
  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_a4f9ddb5ec29164c {
  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_6f2c25a3170b35f5 {
  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_f323edc71ed10caf {
  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_86735006aa66b04d {
  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_b8461b494841a794 {
  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_48a0c3dd05fa630d {
  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_2ad076e6399ac0be {
  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_054f83d59cb0afd1 {
  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_b2121b84a0fce0e1 {
  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_ab8206ecf3c0da3e {
  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_b3799b326b60d5d6 {
  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_baaa099bd724b6a7 {
  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_75ff56b994837f77 {
  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_15d342df125c7d3f {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_53dd43fb55e185f9 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_ecccb40e22dd954b {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_bf241b2fa02de4c1 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_7aef33de25d32ca7 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_21edc06fe33e077f {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_81160fac0d521544 {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_5f808a498f0467ba {
  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_30005902b6b40778 {
  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_87b400f18a724c2a {
  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_91992df92f3b0609 {
  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_16ce499433436e0c .theme-select-menu_f6980bfb3f1cab31 {
  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_8d49c0c85b49177d {
  overflow: hidden;
}
.product-block-one_8d49c0c85b49177d .img-holder_a5a217c02309952a {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_8d49c0c85b49177d .img-holder_a5a217c02309952a .cart-icon_4834d8efe290fdcb {
  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_8d49c0c85b49177d .img-holder_a5a217c02309952a .cart-icon_4834d8efe290fdcb:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8d49c0c85b49177d .img-holder_a5a217c02309952a .cart-button_41e8208839c23ff4 {
  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_8d49c0c85b49177d .img-holder_a5a217c02309952a .cart-button_41e8208839c23ff4:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8d49c0c85b49177d .product-title_77da694f228ee494 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_8d49c0c85b49177d .rating_c39b9bc5ba84d2b1 {
  margin: 0 -3px;
}
.product-block-one_8d49c0c85b49177d .rating_c39b9bc5ba84d2b1 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_8d49c0c85b49177d .rating_c39b9bc5ba84d2b1 li .bi-star-fill_0bc9aa36982f0c7d {
  color: #FFCB65;
}
.product-block-one_8d49c0c85b49177d .price_3ed908fba51b5269 {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_8d49c0c85b49177d:hover .cart-button_41e8208839c23ff4 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_8d49c0c85b49177d:hover .product-img_5542d210c902a06d {
  transform: scale(0.95);
}
.product-block-one_8d49c0c85b49177d:hover .cart-icon_4834d8efe290fdcb {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_8d49c0c85b49177d:hover .product-title_77da694f228ee494 {
  text-decoration: underline;
}

.product-details-one_68bc053ad3aaba93 .product-img-tab_737e00c69403ee1e {
  border: none;
}
.product-details-one_68bc053ad3aaba93 .product-img-tab_737e00c69403ee1e .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_68bc053ad3aaba93 .product-img-tab_737e00c69403ee1e .nav-link img {
  max-height: 100%;
}
.product-details-one_68bc053ad3aaba93 .product-img-tab_737e00c69403ee1e .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_68bc053ad3aaba93 .product-img-tab-content_fdd1fa5ba6e695e7 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_68bc053ad3aaba93 .product-img-tab-content_fdd1fa5ba6e695e7 img {
  margin: auto;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .stock-tag_88da336c5bf0b551 {
  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_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .product-name_0401458b29bed75a {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .rating_c39b9bc5ba84d2b1 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .rating_c39b9bc5ba84d2b1 li .bi-star-fill_0bc9aa36982f0c7d {
  color: #FFCB65;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .rating_c39b9bc5ba84d2b1 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .rating_c39b9bc5ba84d2b1 li a:hover {
  text-decoration: underline;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .price_3ed908fba51b5269 {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .price_3ed908fba51b5269 del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .availability_8dd1cd149f452a36 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .description-text_ba0f65288e01405f {
  padding: 10px 0 15px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .product-feature_ab6a83ce7e136e52 {
  margin-bottom: 20px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .product-feature_ab6a83ce7e136e52 li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .product-feature_ab6a83ce7e136e52 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .customize-order_d1cdb007667edd76 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .customize-order_d1cdb007667edd76 .quantity_d6c9b1afe1fd3113 .button-group_12b39c3a1e9f8b20 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .customize-order_d1cdb007667edd76 .quantity_d6c9b1afe1fd3113 .button-group_12b39c3a1e9f8b20 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .customize-order_d1cdb007667edd76 .quantity_d6c9b1afe1fd3113 .button-group_12b39c3a1e9f8b20 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_68bc053ad3aaba93 .product-info_345add38cc10c5a0 .customize-order_d1cdb007667edd76 .quantity_d6c9b1afe1fd3113 .button-group_12b39c3a1e9f8b20 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_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .nav-tabs_1907b141d94d33da {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .nav-tabs_1907b141d94d33da .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_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .nav-tabs_1907b141d94d33da .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_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .nav-tabs_1907b141d94d33da .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .nav-tabs_1907b141d94d33da .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .tab-content_149b5b64c9189baf h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .tab-content_149b5b64c9189baf .product-feature_ab6a83ce7e136e52 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .tab-content_149b5b64c9189baf .product-feature_ab6a83ce7e136e52 li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .single-comment_449669942b474521 {
  padding-bottom: 40px;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .single-comment_449669942b474521:last-child {
  padding-bottom: 0;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-img_83c5cfb70dfaedbc {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-comment-data_8f2bfd0ea9e0254b {
  padding-left: 30px;
  position: relative;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-comment-data_8f2bfd0ea9e0254b .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-comment-data_8f2bfd0ea9e0254b .rating_c39b9bc5ba84d2b1 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-comment-data_8f2bfd0ea9e0254b .rating_c39b9bc5ba84d2b1 li .bi-star-fill_0bc9aa36982f0c7d {
  color: #FFCB65;
}
.product-details-one_68bc053ad3aaba93 .product-review-tab_2e992569d8d62073 .user-comment-area_01940ea9328290ec .user-comment-data_8f2bfd0ea9e0254b p {
  padding-top: 8px;
}

.cart-list-form_66ba8d37af89980f {
  position: relative;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b {
  margin: 0;
  background: transparent;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b 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_66ba8d37af89980f .table_74f8fbaebe11187b th:first-child {
  text-align: left;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-thumbnails_7b4204f8b57fa276 {
  width: 85px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-thumbnails_7b4204f8b57fa276 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-thumbnails_7b4204f8b57fa276 .product-img_5542d210c902a06d {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-info_345add38cc10c5a0 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-info_345add38cc10c5a0 .product-name_0401458b29bed75a {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-info_345add38cc10c5a0 .serial_54ebd4dbaea0a70c {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .product-info_345add38cc10c5a0 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .price_3ed908fba51b5269 {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .quantity_d6c9b1afe1fd3113 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .quantity_d6c9b1afe1fd3113 li .btn_51b31f980f70d5ba {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .quantity_d6c9b1afe1fd3113 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_66ba8d37af89980f .table_74f8fbaebe11187b tbody .remove-product_1bbaf94207eea40a {
  color: #000;
  font-size: 22px;
}
.cart-list-form_66ba8d37af89980f .table_74f8fbaebe11187b tbody .remove-product_1bbaf94207eea40a:hover {
  color: #ff2759;
}
.cart-list-form_66ba8d37af89980f .cart-footer_1b5d76a20825dc3f {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_66ba8d37af89980f .cart-footer_1b5d76a20825dc3f .coupon-form_6c94d0a1a0e660a6 input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_66ba8d37af89980f .cart-footer_1b5d76a20825dc3f .cart-total-section_bff900167f3137b2 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_66ba8d37af89980f .cart-footer_1b5d76a20825dc3f .cart-total-section_bff900167f3137b2 .cart-total-table_e278b373409869ab 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_66ba8d37af89980f .cart-footer_1b5d76a20825dc3f .cart-total-section_bff900167f3137b2 .cart-total-table_e278b373409869ab tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_fd473d5e79aa60c1 {
  height: auto;
}

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

.fancybox-caption_011c807fce3a8e53, .fancybox-infobar_9bc5649b3479d078, .fancybox-navigation_ee8931e4cdfab7f4 .fancybox-button_e9ab2559138fd7dd, .fancybox-toolbar_d1ccfd0274dd328f {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_76489a4bccd7e6f7 .fancybox-caption_011c807fce3a8e53, .fancybox-show-infobar_819156af6a40c5da .fancybox-infobar_9bc5649b3479d078, .fancybox-show-nav_a0882b7b922c82ab .fancybox-navigation_ee8931e4cdfab7f4 .fancybox-button_e9ab2559138fd7dd, .fancybox-show-toolbar_821d33a049a3d44b .fancybox-toolbar_d1ccfd0274dd328f {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_9173eba44863286e .fancybox-stage_4d95a787eff7da46 {
  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_2da24a9454f0e76c .fancybox-slide, .fancybox-slide--current_0efbb65950389da1, .fancybox-slide--next_c810fafe10ce6115, .fancybox-slide--previous_d255ea3cf5649c29 {
  display: block;
}

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

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

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

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

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

.fancybox-content_e7a9d3e3b867231c {
  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_ea955a3e774c2628 .fancybox-content_e7a9d3e3b867231c {
  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_2b5faa077c177400 .fancybox-content_e7a9d3e3b867231c {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_45c6d719fd428a9c .fancybox-content_e7a9d3e3b867231c {
  cursor: zoom-in;
}

.fancybox-can-drag_bcb3c4aad36d19a0 .fancybox-content_e7a9d3e3b867231c {
  cursor: grab;
}

.fancybox-is-dragging_3080a675b0fe282b .fancybox-content_e7a9d3e3b867231c {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_e795918909937c2f .fancybox-content_e7a9d3e3b867231c {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_ff8c90908ef95189 .fancybox-content_e7a9d3e3b867231c, .fancybox-slide--map_41120f2c27ac4784 .fancybox-content_e7a9d3e3b867231c, .fancybox-slide--video_0782441bb5e06b3a .fancybox-content_e7a9d3e3b867231c {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_0782441bb5e06b3a .fancybox-content_e7a9d3e3b867231c {
  background: #000;
}

.fancybox-slide--map_41120f2c27ac4784 .fancybox-content_e7a9d3e3b867231c {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_d97d2d4b4c7128cc svg path, .fancybox-button--share_1db8ce13d4dd663f svg path, .fancybox-button--thumbs_94ac0155bfdb243f svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_a0882b7b922c82ab .fancybox-navigation_ee8931e4cdfab7f4 .fancybox-button_e9ab2559138fd7dd {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_ee8931e4cdfab7f4 .fancybox-button--arrow_left_0aaada959c3532bf {
  left: 6px;
}

.fancybox-navigation_ee8931e4cdfab7f4 .fancybox-button--arrow_right_a6b814e87bddb2cd {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_ff8c90908ef95189 .fancybox-close-small_25b632e41db3ca2a, .fancybox-slide--image_ea955a3e774c2628 .fancybox-close-small_25b632e41db3ca2a, .fancybox-slide--video_0782441bb5e06b3a .fancybox-close-small_25b632e41db3ca2a {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_ff8c90908ef95189 .fancybox-close-small_25b632e41db3ca2a:hover svg, .fancybox-slide--image_ea955a3e774c2628 .fancybox-close-small_25b632e41db3ca2a:hover svg, .fancybox-slide--video_0782441bb5e06b3a .fancybox-close-small_25b632e41db3ca2a:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_dbaccdcb44c8703f .fancybox-close-small_25b632e41db3ca2a, .fancybox-is-zoomable_02971c0cc03cc450.fancybox-can-drag_bcb3c4aad36d19a0 .fancybox-close-small_25b632e41db3ca2a {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_2111802b0109f365.fancybox-slide--next_c810fafe10ce6115, .fancybox-fx-fade_2111802b0109f365.fancybox-slide--previous_d255ea3cf5649c29 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_2111802b0109f365.fancybox-slide--current_0efbb65950389da1 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_5ccc73dc31189759 {
  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_0e9078bbf86819d7 {
  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_3871116435b76c84 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_f1292756d21f2746 .fancybox-thumbs_0e9078bbf86819d7 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_0e9078bbf86819d7 > 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_0e9078bbf86819d7 .fancybox-thumbs-active_c98c68fbd7f79362:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_9f84a9eb6c3c67f8 .slick-track_69ecd667a072ce8d,
.slick-slider_9f84a9eb6c3c67f8 .slick-list_6a8701df804109e3 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_247e85090bd8c4fc .slick-track_69ecd667a072ce8d {
  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_247e85090bd8c4fc img {
  display: none;
}

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

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

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

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

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