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

.h1_b108c154e64b65c7,
h1,
.h2_e3224a9f37d1b9d2,
h2,
.h3_d01dbbf08db00c86,
h3,
.h4_1f4f47210698b820,
h4,
.h5_8991078cf1408853,
h5,
.h6_88ced97053551da2,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_abae2050ffb894fe {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_37a85d168cb3050b {
  padding: 0 !important;
}

.m0_5a44c545de3fa718 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_22272b44bd168335 {
    padding: 0 !important;
  }
  .xl-m0_2fec0d064148d94a {
    margin: 0 !important;
  }
  .xl-pt-10_b2de34251fa4212e {
    padding-top: 10px !important;
  }
  .xl-pt-20_8f3753cca5bf5caf {
    padding-top: 20px !important;
  }
  .xl-pt-30_6456f851d267c663 {
    padding-top: 30px !important;
  }
  .xl-pt-40_dfe593fc1469e2fb {
    padding-top: 40px !important;
  }
  .xl-pt-50_1be1a3a9001d96b5 {
    padding-top: 50px !important;
  }
  .xl-pt-60_707017bdf5d422ac {
    padding-top: 60px !important;
  }
  .xl-pt-70_2c7810b26756a9a3 {
    padding-top: 70px !important;
  }
  .xl-pt-80_1f7b87865d89b34a {
    padding-top: 80px !important;
  }
  .xl-pt-90_91fd3390f3c49390 {
    padding-top: 90px !important;
  }
  .xl-pt-100_bc33532a8e9cb990 {
    padding-top: 100px !important;
  }
  .xl-pt-110_0257ca828a4e4c81 {
    padding-top: 110px !important;
  }
  .xl-pt-120_dfdcc1a0af21dac2 {
    padding-top: 120px !important;
  }
  .xl-pt-130_f314e4d1c676d900 {
    padding-top: 130px !important;
  }
  .xl-pt-140_3209576d7564fbb4 {
    padding-top: 140px !important;
  }
  .xl-pt-150_8cd7a9a585072239 {
    padding-top: 150px !important;
  }
  .xl-pt-200_fc3af28acd27155f {
    padding-top: 200px !important;
  }
  .xl-pb-10_c22ef5cac9572ed2 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_b84742ca7df93f48 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_459fc6638648f644 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_c0852f4b8e418cef {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_cdf0980595f4a631 {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_8186ae07f6afaf0b {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_dab9fb3e68774df6 {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_fa88e746b9d1d2c8 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_74d648a822bc2dec {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_3786a0d57dd999e4 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_12a210a74af9c062 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_d5a46b18366f9936 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_c35e83858f262355 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_ccc223bdaccfd4d8 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_cce35b847dcc15ed {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_129ec8a9442b4106 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_171d35e3e53b4a38 {
    margin-top: 10px !important;
  }
  .xl-mt-20_a05ff7bed320667c {
    margin-top: 20px !important;
  }
  .xl-mt-30_5f97d8db8328e096 {
    margin-top: 30px !important;
  }
  .xl-mt-40_6353e8baef82a157 {
    margin-top: 40px !important;
  }
  .xl-mt-50_302c7535f4e70a9d {
    margin-top: 50px !important;
  }
  .xl-mt-60_b8955a1e894ad0f8 {
    margin-top: 60px !important;
  }
  .xl-mt-70_15aeb12355192b9c {
    margin-top: 70px !important;
  }
  .xl-mt-80_8c2a98144cf5fb71 {
    margin-top: 80px !important;
  }
  .xl-mt-90_340294a7153404f2 {
    margin-top: 90px !important;
  }
  .xl-mt-100_20e5039b0d9b6532 {
    margin-top: 100px !important;
  }
  .xl-mt-110_9e085b978ac9dd16 {
    margin-top: 110px !important;
  }
  .xl-mt-120_d99b34bf0ebca591 {
    margin-top: 120px !important;
  }
  .xl-mt-130_4601f998fa3826d3 {
    margin-top: 130px !important;
  }
  .xl-mt-140_7273bbefac72f95e {
    margin-top: 140px !important;
  }
  .xl-mt-150_5ceaf1d334950dbe {
    margin-top: 150px !important;
  }
  .xl-mt-200_0904b9e524f16e87 {
    margin-top: 200px !important;
  }
  .xl-mb-10_efba3dcbfec2daa7 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_dde89d6b70e5baaf {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_c23045c441799591 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_90efb0981fcabf30 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_dfbfd6dc8447450d {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_e09c439685ab4071 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_70778926ab9258ed {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_c54ddaebeaff6762 {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_af7070053e6a42af {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_e141e53a1af5f445 {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_9c38548eb84f3dd2 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_880cb690d815dcc5 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_a1b28f2f8b3ffa1f {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_1ba11f34d2bdfbec {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_2cba8595efa2b598 {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_d20e16747084857f {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_2e7476906234d346 {
    padding: 0 !important;
  }
  .lg-m0_8cd1ae490ee8f453 {
    margin: 0 !important;
  }
  .lg-pt-10_c313f8f755e1f788 {
    padding-top: 10px !important;
  }
  .lg-pt-20_a217b5efe748303e {
    padding-top: 20px !important;
  }
  .lg-pt-30_48b3e5570dc1ce7b {
    padding-top: 30px !important;
  }
  .lg-pt-40_2b5cfcf58637ea7d {
    padding-top: 40px !important;
  }
  .lg-pt-50_4560b6fdf0669246 {
    padding-top: 50px !important;
  }
  .lg-pt-60_52116e4e93943d09 {
    padding-top: 60px !important;
  }
  .lg-pt-70_8b51d909aff64599 {
    padding-top: 70px !important;
  }
  .lg-pt-80_cfd440c55aef82b2 {
    padding-top: 80px !important;
  }
  .lg-pt-90_39041aeb25c9356d {
    padding-top: 90px !important;
  }
  .lg-pt-100_5690200af0f10fd9 {
    padding-top: 100px !important;
  }
  .lg-pt-110_93428fa3c48106df {
    padding-top: 110px !important;
  }
  .lg-pt-120_30885fdafa0be47a {
    padding-top: 120px !important;
  }
  .lg-pt-130_c1084011d1a04ef0 {
    padding-top: 130px !important;
  }
  .lg-pt-140_8618fa43ccdb5811 {
    padding-top: 140px !important;
  }
  .lg-pt-150_68721229caee2418 {
    padding-top: 150px !important;
  }
  .lg-pt-200_bc00fd9f56fe247c {
    padding-top: 200px !important;
  }
  .lg-pb-10_076a4d8ec20e46c7 {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_3e6df87e34cefeaf {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_3e8b819559208890 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_eb7ea73e6d65c597 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_b1db60be1a4dd259 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_a6a00f7600856a31 {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_febb37745fd3b8c4 {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_ee1bf1d007cd322a {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_90967df32d3eafc3 {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_199a79d3c70a3bdb {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_f0d9c9dc6f0e52fc {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_477e75ad7d59601a {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_b5dd24509813c234 {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_22693f6b5c37da61 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_80669970cdca4969 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_9f4b25734eaa2764 {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_32fb9c10cdeb5dc4 {
    margin-top: 10px !important;
  }
  .lg-mt-20_1755c14264fb2737 {
    margin-top: 20px !important;
  }
  .lg-mt-30_b59fda2e32e5ee58 {
    margin-top: 30px !important;
  }
  .lg-mt-40_9e906339b60090fa {
    margin-top: 40px !important;
  }
  .lg-mt-50_f07d8fe20567775a {
    margin-top: 50px !important;
  }
  .lg-mt-60_aef023e3c31aef94 {
    margin-top: 60px !important;
  }
  .lg-mt-70_622fa36c1f22354e {
    margin-top: 70px !important;
  }
  .lg-mt-80_e7b8c72af105f57d {
    margin-top: 80px !important;
  }
  .lg-mt-90_1984065f8fa4fffd {
    margin-top: 90px !important;
  }
  .lg-mt-100_fe6604ec58ef361d {
    margin-top: 100px !important;
  }
  .lg-mt-110_26eb44f63abfc7d2 {
    margin-top: 110px !important;
  }
  .lg-mt-120_8e18515758ac4866 {
    margin-top: 120px !important;
  }
  .lg-mt-130_ff6bfa15c38c0cbf {
    margin-top: 130px !important;
  }
  .lg-mt-140_df41f3ff51960d38 {
    margin-top: 140px !important;
  }
  .lg-mt-150_88cef40a2995825c {
    margin-top: 150px !important;
  }
  .lg-mt-200_e73296a6b4f79935 {
    margin-top: 200px !important;
  }
  .lg-mb-10_3d3549243435ba35 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_6fb267614fec1d51 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_1df87c61c632f58b {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_c32fcd2c5f3cd1a0 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_ea9b4a5faa372a72 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_cd435c9b8dae62bc {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_3cd1917dcee462db {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_86fe20ab304f01ae {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_7ed37d94232c64fd {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_37b45faea50588a6 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_ec7161d892ecb1b6 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_b80d7d6dcf8a3f99 {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_12a846e7bba9b82e {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_efcc9a97a71ed9e1 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_eea8f90db5d2b324 {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_8e765ea2f44f30bf {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_e37535c6701a44c1 {
    padding: 0 !important;
  }
  .md-m0_1895212a9a692801 {
    margin: 0 !important;
  }
  .md-pt-10_28c9fd3577b4e3ae {
    padding-top: 10px !important;
  }
  .md-pt-20_db5df71e1d132437 {
    padding-top: 20px !important;
  }
  .md-pt-30_5e0e34580971a75c {
    padding-top: 30px !important;
  }
  .md-pt-40_ce15d60a8450d197 {
    padding-top: 40px !important;
  }
  .md-pt-50_9f888bb6a1161e68 {
    padding-top: 50px !important;
  }
  .md-pt-60_9113cacea2d4db9a {
    padding-top: 60px !important;
  }
  .md-pt-70_4ff1f3f5ed102326 {
    padding-top: 70px !important;
  }
  .md-pt-80_ebd6a31b59a8f446 {
    padding-top: 80px !important;
  }
  .md-pt-90_3660b5b8ed18842f {
    padding-top: 90px !important;
  }
  .md-pt-100_dfe37d1e394bc40a {
    padding-top: 100px !important;
  }
  .md-pt-110_9bb78ab936bf7929 {
    padding-top: 110px !important;
  }
  .md-pt-120_128dcfffdf4e30ba {
    padding-top: 120px !important;
  }
  .md-pt-130_7321da22e75459fc {
    padding-top: 130px !important;
  }
  .md-pt-140_115cf94f6f5762a8 {
    padding-top: 140px !important;
  }
  .md-pt-150_c82299bf6f0c8856 {
    padding-top: 150px !important;
  }
  .md-pt-200_b932f0971c800f14 {
    padding-top: 200px !important;
  }
  .md-pb-10_d9b3735df3777fb7 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_599e061d52147e0e {
    padding-bottom: 20px !important;
  }
  .md-pb-30_48249f21a7fe53cc {
    padding-bottom: 30px !important;
  }
  .md-pb-40_7afa7bb571f3745b {
    padding-bottom: 40px !important;
  }
  .md-pb-50_a1c5e9d3d328ccab {
    padding-bottom: 50px !important;
  }
  .md-pb-60_b8afa5e934b29a73 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_912f269c47dfc98a {
    padding-bottom: 70px !important;
  }
  .md-pb-80_9eff391d9359e776 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_5d437a5956b31aca {
    padding-bottom: 90px !important;
  }
  .md-pb-100_fe9ef3f58c5ec9dd {
    padding-bottom: 100px !important;
  }
  .md-pb-110_88fd5fcf04e3724a {
    padding-bottom: 110px !important;
  }
  .md-pb-120_bf55fa85d4ae399f {
    padding-bottom: 120px !important;
  }
  .md-pb-130_8a0f0475302349bb {
    padding-bottom: 130px !important;
  }
  .md-pb-140_4d345b81f4fa0ddc {
    padding-bottom: 140px !important;
  }
  .md-pb-150_7ba898c531fc11ea {
    padding-bottom: 150px !important;
  }
  .md-pb-200_ca3fdab9d8e95514 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_bd23d1c14a594b7c {
    margin-top: 10px !important;
  }
  .md-mt-20_12d50a2528eba51d {
    margin-top: 20px !important;
  }
  .md-mt-30_cbcf2957892c8100 {
    margin-top: 30px !important;
  }
  .md-mt-40_d58b4fd7b5cc8137 {
    margin-top: 40px !important;
  }
  .md-mt-50_596ed23d382dea0c {
    margin-top: 50px !important;
  }
  .md-mt-60_f93399b497dff02f {
    margin-top: 60px !important;
  }
  .md-mt-70_f7e776d96be97050 {
    margin-top: 70px !important;
  }
  .md-mt-80_abc8ff00076d5313 {
    margin-top: 80px !important;
  }
  .md-mt-90_f76602c5c88fbb6f {
    margin-top: 90px !important;
  }
  .md-mt-100_6cd72ff4c3f1de13 {
    margin-top: 100px !important;
  }
  .md-mt-110_9a1e4240a7278e48 {
    margin-top: 110px !important;
  }
  .md-mt-120_ff43bab73a8437c0 {
    margin-top: 120px !important;
  }
  .md-mt-130_7a4d6e2cd6ed1037 {
    margin-top: 130px !important;
  }
  .md-mt-140_e0201da1000b16d4 {
    margin-top: 140px !important;
  }
  .md-mt-150_c467ebe442ba506c {
    margin-top: 150px !important;
  }
  .md-mt-200_aa6d2ef0dc750060 {
    margin-top: 200px !important;
  }
  .md-mb-10_9af2461d3de1f681 {
    margin-bottom: 10px !important;
  }
  .md-mb-20_ef18cb0a281fa79e {
    margin-bottom: 20px !important;
  }
  .md-mb-30_e77c0695cc6e568b {
    margin-bottom: 30px !important;
  }
  .md-mb-40_d83366e7df971fc2 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_159261d2c6191a96 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_2825f274d5888421 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_b22d3739c2869275 {
    margin-bottom: 70px !important;
  }
  .md-mb-80_e2f3c4047116aa40 {
    margin-bottom: 80px !important;
  }
  .md-mb-90_7ffdf16965568973 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_74e0c17a7e924953 {
    margin-bottom: 100px !important;
  }
  .md-mb-110_84f990d09aed3621 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_12467398fe48c247 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_d08c8672ab5a8141 {
    margin-bottom: 130px !important;
  }
  .md-mb-140_1badd012e10f5b7f {
    margin-bottom: 140px !important;
  }
  .md-mb-150_0f3be57ee77e2ba3 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_c6b5a4d25ad03a8e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_3e005440ed208113 {
    padding: 0 !important;
  }
  .sm-m0_f6ce798667198a76 {
    margin: 0 !important;
  }
  .sm-pt-10_39916957fca23bad {
    padding-top: 10px !important;
  }
  .sm-pt-20_64a6fa3a06345879 {
    padding-top: 20px !important;
  }
  .sm-pt-30_663520130c69b5f7 {
    padding-top: 30px !important;
  }
  .sm-pt-40_2d88d9e19ec3bb31 {
    padding-top: 40px !important;
  }
  .sm-pt-50_feda922eb6b10065 {
    padding-top: 50px !important;
  }
  .sm-pt-60_2a619c22d8bfae1e {
    padding-top: 60px !important;
  }
  .sm-pt-70_c610cfc5102420e5 {
    padding-top: 70px !important;
  }
  .sm-pt-80_6cd61789c097006c {
    padding-top: 80px !important;
  }
  .sm-pt-90_06274626695ceaa6 {
    padding-top: 90px !important;
  }
  .sm-pt-100_4a39881a2b28b8ff {
    padding-top: 100px !important;
  }
  .sm-pt-110_6e052a38d5ad9ec4 {
    padding-top: 110px !important;
  }
  .sm-pt-120_eb558e206644cf42 {
    padding-top: 120px !important;
  }
  .sm-pt-130_749e5cf85c9740b1 {
    padding-top: 130px !important;
  }
  .sm-pt-140_af67d84cc359e6b4 {
    padding-top: 140px !important;
  }
  .sm-pt-150_a618abe4fb15c8ff {
    padding-top: 150px !important;
  }
  .sm-pt-200_e93b0c1f06c319b7 {
    padding-top: 200px !important;
  }
  .sm-pb-10_41dcb108ba652d8c {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_d2d5f3b5d2498c9f {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_d818393a4da82233 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_38c6d0124726632b {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_a97d601662f78a75 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_ffece47bd2ddaefc {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_80ee518595a627bd {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_e0bc31fa52b1826b {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_96c518989ec39e92 {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_5f3f2689a1dc7684 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_a700f14e2d2bf6aa {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_4c27a14ca6941de1 {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_83ca72f50b0a909d {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_9504b40b2df505d7 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_fc4e4eb060ad7446 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_23f84792dd81d0f7 {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_87271f697f0fe906 {
    margin-top: 10px !important;
  }
  .sm-mt-20_e305e38f119846e2 {
    margin-top: 20px !important;
  }
  .sm-mt-30_8cd699f1040ac484 {
    margin-top: 30px !important;
  }
  .sm-mt-40_c85498ea48b7d38d {
    margin-top: 40px !important;
  }
  .sm-mt-50_35781dc25a113305 {
    margin-top: 50px !important;
  }
  .sm-mt-60_748d282510fbe0c6 {
    margin-top: 60px !important;
  }
  .sm-mt-70_50c33ddc7f096503 {
    margin-top: 70px !important;
  }
  .sm-mt-80_d7f842e6d7226e39 {
    margin-top: 80px !important;
  }
  .sm-mt-90_6b130b38f4007dac {
    margin-top: 90px !important;
  }
  .sm-mt-100_2fd69196d8866d0d {
    margin-top: 100px !important;
  }
  .sm-mt-110_5de7c734e7693831 {
    margin-top: 110px !important;
  }
  .sm-mt-120_5e378bc281d19ea2 {
    margin-top: 120px !important;
  }
  .sm-mt-130_a05beaf46d534c75 {
    margin-top: 130px !important;
  }
  .sm-mt-140_5ec826709ca094ab {
    margin-top: 140px !important;
  }
  .sm-mt-150_96d816d2e73aac91 {
    margin-top: 150px !important;
  }
  .sm-mt-200_14cf0a6bec70b54b {
    margin-top: 200px !important;
  }
  .sm-mb-10_c16db187ade233e0 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_a421bf310b1dd244 {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_8e96c505cf9e65a0 {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_683b6d33bb198481 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_8d59642abca21ffa {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_98e83adbc297b0aa {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_995940935d0bc6d6 {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_bd9a0c705704ed6d {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_f7d5448aa64eb4e4 {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_1ce713289ea1726c {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_d28977ef26075a0e {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_0ad62dd4e906a7ad {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_80b47f67fd3ec567 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_06812f68affd801e {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_76c6b32385f4bca8 {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_5c44d681325be7b0 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_859617ae29fb2ff2 {
    padding: 0 !important;
  }
  .xs-m0_1ccbcae8bdc0b700 {
    margin: 0 !important;
  }
  .xs-pt-10_2e126ef81ffa6432 {
    padding-top: 10px !important;
  }
  .xs-pt-20_ea00527c1c8c53e3 {
    padding-top: 20px !important;
  }
  .xs-pt-30_adbe2cb82fdc2672 {
    padding-top: 30px !important;
  }
  .xs-pt-40_ecc23df2f644ce49 {
    padding-top: 40px !important;
  }
  .xs-pt-50_f7dca97a7b5fbbcc {
    padding-top: 50px !important;
  }
  .xs-pt-60_65f5bbeb579bde06 {
    padding-top: 60px !important;
  }
  .xs-pt-70_063ba21ed966fb0e {
    padding-top: 70px !important;
  }
  .xs-pt-80_4aa626e3097fbc82 {
    padding-top: 80px !important;
  }
  .xs-pt-90_79b2b9e9a9450364 {
    padding-top: 90px !important;
  }
  .xs-pt-100_472ee732240b103c {
    padding-top: 100px !important;
  }
  .xs-pt-110_f01abea0eaa31c78 {
    padding-top: 110px !important;
  }
  .xs-pt-120_82d33575ab22c1e3 {
    padding-top: 120px !important;
  }
  .xs-pt-130_9c0304b5a1c567d1 {
    padding-top: 130px !important;
  }
  .xs-pt-140_539f52436f7748aa {
    padding-top: 140px !important;
  }
  .xs-pt-150_974606cba04b9a85 {
    padding-top: 150px !important;
  }
  .xs-pt-200_c305dc6178b05f3e {
    padding-top: 200px !important;
  }
  .xs-pb-10_a3a9024352f52b22 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_8324b5fdb7fd801e {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_7852a15d96a0dcd8 {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_b53dc195f147e56c {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_fe92e225236dbafc {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_204fe7401c5ee9a1 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_e6447e00596a8ef4 {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_8d9fdf499751d826 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_24f6d64b3cea5e95 {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_97077e6b04b632aa {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_7cb6dd94f6a3b3c3 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_ad487d3cc35dbd72 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_f8c3190fdb458f77 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_0b5621d861c8324b {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_d3d7f6862be8353d {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_3f3625d81c3000b5 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_89fab3d44e843df6 {
    margin-top: 10px !important;
  }
  .xs-mt-20_17e624178d699325 {
    margin-top: 20px !important;
  }
  .xs-mt-30_6658538e1ba4fcc5 {
    margin-top: 30px !important;
  }
  .xs-mt-40_f2f81ca5142117c1 {
    margin-top: 40px !important;
  }
  .xs-mt-50_c11a74cc06e333a0 {
    margin-top: 50px !important;
  }
  .xs-mt-60_bd9f3ba21c17ce98 {
    margin-top: 60px !important;
  }
  .xs-mt-70_fad0e3d05e7cf898 {
    margin-top: 70px !important;
  }
  .xs-mt-80_e4e8a6403fcfa1b1 {
    margin-top: 80px !important;
  }
  .xs-mt-90_45a15749b72c1adf {
    margin-top: 90px !important;
  }
  .xs-mt-100_4a7d373e613fbeab {
    margin-top: 100px !important;
  }
  .xs-mt-110_15a7994572b9db20 {
    margin-top: 110px !important;
  }
  .xs-mt-120_870a237085c9b959 {
    margin-top: 120px !important;
  }
  .xs-mt-130_c428a29cc2a49cfe {
    margin-top: 130px !important;
  }
  .xs-mt-140_5189f0adaf3bf19e {
    margin-top: 140px !important;
  }
  .xs-mt-150_b5fada40ae426666 {
    margin-top: 150px !important;
  }
  .xs-mt-200_6e942355360b6a68 {
    margin-top: 200px !important;
  }
  .xs-mb-10_72f27a8236c1fdb7 {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_1ad5de0a9bca5a7a {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_478268f8fa6ff860 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_f407b751bf33aa23 {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_2458c5fcecd91320 {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_0952993456235575 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_32a65b33d77e4a54 {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_d6c560a8789be989 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_24cfc04b95cb311b {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_705490855e6e969e {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_5e311d9ac9d5095e {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_9da0bf4dd422bd10 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_0ebfb1b85fdec95d {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_acf1b2093cbd3669 {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_1c0a677f737ac5b7 {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_8649185d7702892d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_1391572f2c25440c {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_1391572f2c25440c.menu-overlay_93285e2acf7ae217 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_1391572f2c25440c.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_1391572f2c25440c .navbar-toggler_d239d3168db62a73 {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_1391572f2c25440c.menu-style-three_f8e33932b9871a84 .navbar-toggler_d239d3168db62a73 {
  background: #000;
}
.theme-main-menu_1391572f2c25440c.menu-style-four_19e8eabf325bbf73 .navbar-toggler_d239d3168db62a73 {
  background: #E6FD5A;
}
.theme-main-menu_1391572f2c25440c.menu-style-five_417f33b7757cfb60 .navbar-toggler_d239d3168db62a73 {
  background: #DFFF5E;
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73:focus {
  box-shadow: none;
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73::before,
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73::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_1391572f2c25440c .navbar-toggler_d239d3168db62a73 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_1391572f2c25440c.menu-style-three_f8e33932b9871a84 .navbar-toggler_d239d3168db62a73:before, .theme-main-menu_1391572f2c25440c.menu-style-three_f8e33932b9871a84 .navbar-toggler_d239d3168db62a73:after, .theme-main-menu_1391572f2c25440c.menu-style-three_f8e33932b9871a84 .navbar-toggler_d239d3168db62a73 span {
  background: #fff;
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_1391572f2c25440c .navbar-toggler_d239d3168db62a73[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_1391572f2c25440c .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_1391572f2c25440c .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_1391572f2c25440c.white-vr_1b9ac19afb905f2b .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_1391572f2c25440c.white-vr_1b9ac19afb905f2b .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_1391572f2c25440c.white-vr_1b9ac19afb905f2b.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_1391572f2c25440c.menu-style-one_c98105226b624c85 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .info-row_9189eb10cb05a732 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .gap-fix_8c066b16e2df672d {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .greetings_77ba124266f9fa2f {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .contact-info_2e9ad8b311d33171 {
  margin: 0 -15px;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .contact-info_2e9ad8b311d33171 li {
  padding: 0 15px;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .contact-info_2e9ad8b311d33171 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .contact-info_2e9ad8b311d33171 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d .inner-content_cc9d283dc76de4d6 {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_1391572f2c25440c.menu-style-two_30fb947ad93c649d.fixed .info-row_9189eb10cb05a732 {
  display: none;
}
.theme-main-menu_1391572f2c25440c.menu-style-five_417f33b7757cfb60 {
  background: #000;
  padding: 0;
}
.theme-main-menu_1391572f2c25440c.menu-style-five_417f33b7757cfb60 .inner-content_cc9d283dc76de4d6 {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_1391572f2c25440c.menu-style-six_c55c032eb35f755c .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_1391572f2c25440c.menu-style-six_c55c032eb35f755c .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_1391572f2c25440c .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_1e94c17177c13820 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_1e94c17177c13820 .mega-menu-title_491e80de22b5ccf0 {
  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_1391572f2c25440c .login-btn-one_e0d60b48cedd6a8d a {
  color: #000;
}
.theme-main-menu_1391572f2c25440c .login-btn-one_e0d60b48cedd6a8d a:hover {
  text-decoration: underline;
}
.theme-main-menu_1391572f2c25440c .login-btn-two_6b66ead45b47eeb6 a {
  color: #044F3B;
}
.theme-main-menu_1391572f2c25440c .login-btn-two_6b66ead45b47eeb6 a:hover {
  text-decoration: underline;
}
.theme-main-menu_1391572f2c25440c .signup-btn-one_e651932ac41f0936 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_1391572f2c25440c .signup-btn-one_e651932ac41f0936 .icon_b7d9d4e7ba04f082 {
  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_1391572f2c25440c .signup-btn-one_e651932ac41f0936:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_1391572f2c25440c .signup-btn-one_e651932ac41f0936:hover .icon_b7d9d4e7ba04f082 {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_1391572f2c25440c .signup-btn-two_66306d92abd2b3d4 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_1391572f2c25440c .signup-btn-two_66306d92abd2b3d4:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_1391572f2c25440c .quote-one_d60603a8a8c06763 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_1391572f2c25440c .quote-one_d60603a8a8c06763:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_916028a4e7fdc90d {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_916028a4e7fdc90d li {
  position: relative;
  padding: 0 15px;
}
.category-menu_916028a4e7fdc90d li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_916028a4e7fdc90d li a:hover {
  color: #0C3A30;
}
.category-menu_916028a4e7fdc90d .dropdown-menu {
  padding: 0;
}
.category-menu_916028a4e7fdc90d .dropdown-menu li {
  padding: 0;
}
.category-menu_916028a4e7fdc90d .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_a39becaf97aa4bb5 .logo_90bb5ead63834271 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_1b9ac19afb905f2b .navbar-collapse_a39becaf97aa4bb5 {
    background-color: #0C3A30;
  }
  .navbar-collapse_a39becaf97aa4bb5 {
    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_a39becaf97aa4bb5.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_1391572f2c25440c .navbar .mega-dropdown_1efaf918fe6b8b1e {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_1b9ac19afb905f2b .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_1e94c17177c13820 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_3471adb473a2f114 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_30148e697dd4a314 {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_30148e697dd4a314::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_30148e697dd4a314 .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_30148e697dd4a314 .hero-slider-one .hero-img_8fdd804daddacebb {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_30148e697dd4a314 .hero-slider-one .slick-list_a46811c67fd63818, .hero-banner-one_30148e697dd4a314 .hero-slider-one .slick-track_1168e70b5650cd54, .hero-banner-one_30148e697dd4a314 .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_30148e697dd4a314 .hero-heading_99bbeaa5c42fa009 {
  font-weight: 700;
  color: #000;
  background: url(../img/shape_cbfc921bd7/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_30148e697dd4a314 .more-btn_8e1480c38df33e67 {
  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_30148e697dd4a314 .more-btn_8e1480c38df33e67:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_80a002d69574725e {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_80a002d69574725e .bg-wrapper_e377e7906e438310 {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_80a002d69574725e .hero-heading_99bbeaa5c42fa009 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_80a002d69574725e .rating_6faac5addd455b73 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_80a002d69574725e .rating_6faac5addd455b73 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_80a002d69574725e .media-wrapper_3ace07690510c59d {
  position: absolute;
  background: url(../img/assets_9d275b462a/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_80a002d69574725e .media-wrapper_3ace07690510c59d .shape_01_7b0f4853deec454a {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_80a002d69574725e .media-wrapper_3ace07690510c59d .shape_02_17baddbb54555fb4 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_3a5a3bf161c348ce .hero-heading_99bbeaa5c42fa009 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_3a5a3bf161c348ce .media-wrapper_3ace07690510c59d {
  background: url(../img/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_3a5a3bf161c348ce .media-wrapper_3ace07690510c59d .screen_01_7d31e49a5e0baf3e {
  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_3a5a3bf161c348ce .media-wrapper_3ace07690510c59d .screen_02_088610b9950ff232 {
  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_3a5a3bf161c348ce .media-wrapper_3ace07690510c59d .bg-shape_188cc8f54a68cc3a {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_3a5a3bf161c348ce .shape_01_7b0f4853deec454a {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_a75e4da10f56dfa7 .bg-wrapper_e377e7906e438310 {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_a75e4da10f56dfa7 .media-wrapper_3ace07690510c59d {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_a75e4da10f56dfa7 .media-wrapper_3ace07690510c59d .shape_01_7b0f4853deec454a {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_a75e4da10f56dfa7 .shape_02_17baddbb54555fb4 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_b0c9e0ef02154930 + .blog-details_29ff3405589c1f33 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_08e2e03598b0c5c7 {
  z-index: 1;
}
.block-feature-three_08e2e03598b0c5c7:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_08e2e03598b0c5c7.no-bg_f1dad1fcb1875e23:before {
  display: none;
}
.block-feature-three_08e2e03598b0c5c7 .section-btn_f2c6889d5933705a {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_08e2e03598b0c5c7 .block-title_532be678e566fc56 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_08e2e03598b0c5c7 .block-title_532be678e566fc56 a:hover {
  text-decoration: underline;
}
.block-feature-three_08e2e03598b0c5c7 .round-btn_55b45834a8392a0f {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_08e2e03598b0c5c7 .round-btn_55b45834a8392a0f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_08e2e03598b0c5c7 .block-one_b5071cda56381a41 {
  background: url(../img/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_08e2e03598b0c5c7 .block-one_b5071cda56381a41 .tag_732a40f384868796 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_08e2e03598b0c5c7 .block-one_b5071cda56381a41 .block-title_532be678e566fc56 {
  background: url(../img/shape_cbfc921bd7/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_08e2e03598b0c5c7 .block-two_e62c57138d98b84e {
  overflow: hidden;
}
.block-feature-three_08e2e03598b0c5c7 .block-two_e62c57138d98b84e .img-wrapper_e105a6f6fa706466 {
  background: url(../img/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_08e2e03598b0c5c7 .block-two_e62c57138d98b84e .text-wrapper_de9a42b04ff28e32 {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_08e2e03598b0c5c7 .block-two_e62c57138d98b84e .tag_732a40f384868796 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_08e2e03598b0c5c7 .block-three_48942efd5a67b155 {
  background: #D3FF76;
}
.block-feature-three_08e2e03598b0c5c7 .block-three_48942efd5a67b155 .tag_732a40f384868796 {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_08e2e03598b0c5c7 .block-three_48942efd5a67b155 .round-btn_55b45834a8392a0f {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_08e2e03598b0c5c7 .block-three_48942efd5a67b155 .round-btn_55b45834a8392a0f:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 {
  background: url(../img/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 .block-title_532be678e566fc56 {
  background: url(../img/shape_cbfc921bd7/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 .block-title_532be678e566fc56 a {
  font-size: 28px;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 .tag_732a40f384868796 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 .round-btn_55b45834a8392a0f {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_08e2e03598b0c5c7 .block-four_0c031af974e564d8 .round-btn_55b45834a8392a0f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_08e2e03598b0c5c7 .block-five_429596a32c53eb83 {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_08e2e03598b0c5c7 .block-five_429596a32c53eb83 .tag_732a40f384868796 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_08e2e03598b0c5c7 .block-five_429596a32c53eb83 .block-title_532be678e566fc56 {
  background: url(../img/shape_cbfc921bd7/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_2b91e3f1482415f1 .upper-wrapper_8cc3b7463b23f402 {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_2b91e3f1482415f1 .upper-wrapper_8cc3b7463b23f402 .shape_01_7b0f4853deec454a {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_2b91e3f1482415f1 .line-loop_47947a626309d5a3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_2b91e3f1482415f1 .graph-panel_7c8b8ff1916c94aa {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_2b91e3f1482415f1 .graph-panel_7c8b8ff1916c94aa .main-count_2b7b41ab80b16f44 {
  font-size: 120px;
}
.block-feature-thirteen_2b91e3f1482415f1 .graph-panel_7c8b8ff1916c94aa .chart-box_173d01935e19f08d {
  padding: 0 15px;
}
.block-feature-thirteen_2b91e3f1482415f1 .graph-panel_7c8b8ff1916c94aa .chart-box_173d01935e19f08d .chart-inner_e7a71633944bf719 {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_0e47da4c5c04996a .media-img_acd9379547ab94c7 {
  border-radius: 30px;
}
.block-feature-sixteen_0e47da4c5c04996a .shape_01_7b0f4853deec454a {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_d6fd51c247ed2352 .section-subheading_82370102651f0e1e {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_d6fd51c247ed2352 .shape_01_7b0f4853deec454a {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_f0f4239d6b7adb9e {
  z-index: 1;
}
.text-feature-four_f0f4239d6b7adb9e .avatar_5f45e99b737e20a6 {
  width: 65px;
  height: 65px;
}
.text-feature-four_f0f4239d6b7adb9e .name {
  font-size: 28px;
}
.text-feature-four_f0f4239d6b7adb9e .quote-text_9e6ff9f5f249d4fc {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_f0f4239d6b7adb9e .shape_01_7b0f4853deec454a {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_f0f4239d6b7adb9e .shape_02_17baddbb54555fb4 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_5452fcd1697a1593 .bg-wrapper_e377e7906e438310 {
  background: #FFF2AC;
}
.text-feature-five_5452fcd1697a1593 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_5452fcd1697a1593 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_5452fcd1697a1593 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_5452fcd1697a1593 li:hover:before {
  background: #29594B;
}
.text-feature-five_5452fcd1697a1593 li:hover:after {
  color: #fff;
}
.text-feature-five_5452fcd1697a1593 .media-wrapper_3ace07690510c59d {
  background: url(../img/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_5452fcd1697a1593 .media-wrapper_3ace07690510c59d .video-icon_c951b5137525ca72 {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_5452fcd1697a1593 .media-wrapper_3ace07690510c59d .video-icon_c951b5137525ca72:hover {
  background: #CFFF45;
}
.text-feature-five_5452fcd1697a1593 .media-wrapper_3ace07690510c59d .screen_01_7d31e49a5e0baf3e {
  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_7f429ab7f76f78e3 {
  z-index: 1;
}
.text-feature-six_7f429ab7f76f78e3 .media-wrapper_3ace07690510c59d {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_7f429ab7f76f78e3 .media-wrapper_3ace07690510c59d .screen_01_7d31e49a5e0baf3e {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_7f429ab7f76f78e3 .shape_01_7b0f4853deec454a {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_7f429ab7f76f78e3 .shape_02_17baddbb54555fb4 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_b6e7d7fe24c2297d {
  background: url(../img/assets_9d275b462a/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_b6e7d7fe24c2297d .block_bd3bf0803d5d5446 .icon_b7d9d4e7ba04f082 {
  height: 50px;
}
.text-feature-nine_b6e7d7fe24c2297d .vertical-text-wrapper_8fab951dece35ead {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_b6e7d7fe24c2297d .vertical-text-wrapper_8fab951dece35ead .text-list_7aa6a5af3ce3fca6 {
  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_b6e7d7fe24c2297d .vertical-text-wrapper_8fab951dece35ead .text-list_7aa6a5af3ce3fca6:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_b6e7d7fe24c2297d .vertical-text-wrapper_8fab951dece35ead .shape_01_7b0f4853deec454a {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_b6e7d7fe24c2297d .vertical-text-wrapper_8fab951dece35ead .shape_02_17baddbb54555fb4 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_b6e7d7fe24c2297d .shape_03_187f35a96273082d {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_b6e7d7fe24c2297d .shape_04_423ba8ec2efd2458 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_ee97aa42265c3a59 .section-btn_f2c6889d5933705a {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_cba24c8879d46b7a {
  z-index: 1;
}
.team-section-three_cba24c8879d46b7a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../img/shape_cbfc921bd7/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_cba24c8879d46b7a .section-btn_f2c6889d5933705a {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_cba24c8879d46b7a .shape_01_7b0f4853deec454a {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_cba24c8879d46b7a .shape_02_17baddbb54555fb4 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_cba24c8879d46b7a .shape_03_187f35a96273082d {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_b9ea33d49b68d273 .logo_90bb5ead63834271 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_019abbe653c1a9ad {
  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_ad69704768a0c9d4 {
  max-width: 565px;
}
.user-data-form .form-wrapper_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 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_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 .placeholder_icon_a5f9235831ec2851 {
  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_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 .placeholder_icon_a5f9235831ec2851 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 .placeholder_icon_a5f9235831ec2851 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 .placeholder_icon_a5f9235831ec2851 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_ad69704768a0c9d4 .input-group-meta_a8ecc0d42639cb83 .placeholder_icon_a5f9235831ec2851 span.eye-slash_3056d53f7f09c21b:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_6c7a9a7725416958 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_6c7a9a7725416958 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_6c7a9a7725416958 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_6c7a9a7725416958 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_6c7a9a7725416958 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_6c7a9a7725416958 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_6c7a9a7725416958 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_f3bbf1ac3324612d {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_2a1c20b8696301c9 {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_2a1c20b8696301c9:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_2a1c20b8696301c9 img {
  width: 20px;
}
.user-data-form .btn-close_5be44cfe3df42c05 {
  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_21e4fd0b08d8cdde .main-count_2b7b41ab80b16f44 {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_735d1183e68cc433 .icon_b7d9d4e7ba04f082 {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_6818c85590ef9378 .img-holder_f0e66eba5000eb80 {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_6818c85590ef9378 .img-holder_f0e66eba5000eb80.round-border_9b05514e2fe06a57 {
  border-radius: 30px;
}
.portfolio-block-one_6818c85590ef9378 .img-holder_f0e66eba5000eb80 .expend_8787861d2fc8e367 {
  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_6818c85590ef9378 .img-holder_f0e66eba5000eb80 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_6818c85590ef9378 .img-holder_f0e66eba5000eb80 i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_6818c85590ef9378:hover .expend_8787861d2fc8e367 {
  opacity: 1;
}
.portfolio-block-one_6818c85590ef9378:hover .img-meta_e60ef527f6014cf0 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_6818c85590ef9378:hover .pj-title_9a950c6c2d1370c9 {
  text-decoration: underline;
}
.portfolio-block-one_6818c85590ef9378 .caption {
  margin-top: 35px;
}
.portfolio-block-one_6818c85590ef9378 .caption .tag_732a40f384868796 {
  margin: 0 -3px;
}
.portfolio-block-one_6818c85590ef9378 .caption .tag_732a40f384868796 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_6818c85590ef9378 .caption .pj-title_9a950c6c2d1370c9 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_6818c85590ef9378 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_6818c85590ef9378 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_ec230698dd04de1e .bg-wrapper_e377e7906e438310 {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 {
  height: 100%;
}
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-control-next_06ded1e0bdea878f,
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-control-prev_33836104927c0333 {
  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_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-control-next_06ded1e0bdea878f:hover,
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-control-prev_33836104927c0333:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_ec230698dd04de1e .slider-wrapper_df88a372ac5d77a0 .carousel-control-prev_33836104927c0333 {
  left: auto;
  right: 45px;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 {
  padding: 55px 50px 85px 70px;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 h3 {
  font-size: 36px;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .list-meta_086b2dd37fc0e2dd li {
  padding: 22px 0;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .list-meta_086b2dd37fc0e2dd .icon_b7d9d4e7ba04f082 {
  width: 40px;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .list-meta_086b2dd37fc0e2dd .text1_d3408a69d63b1e42 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .list-meta_086b2dd37fc0e2dd span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .social-share_fc5cdc66369b2f74 li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_ec230698dd04de1e .info-wrapper_33d337b0c77b21d5 .social-share_fc5cdc66369b2f74 li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_ee275d475903d7f3 .slider-wrapper_df88a372ac5d77a0 {
  padding-left: 100px;
}
.feedback-section-three_ee275d475903d7f3 .slider-wrapper_df88a372ac5d77a0 .icon_b7d9d4e7ba04f082 {
  left: 0;
  top: 18px;
}
.feedback-section-three_ee275d475903d7f3 .slick-dots_0db04ff5c402ba79 {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_ee275d475903d7f3 .slick-dots_0db04ff5c402ba79 li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_ee275d475903d7f3 .slick-dots_0db04ff5c402ba79 .slick-active button {
  background: #000;
}
.feedback-section-three_ee275d475903d7f3 .rating-box_9f0cd03a388ada22 {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_ee275d475903d7f3 .rating-box_9f0cd03a388ada22 .rating_6faac5addd455b73 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_ee275d475903d7f3 .shape_01_7b0f4853deec454a {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_ee275d475903d7f3 .shape_02_17baddbb54555fb4 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_e76361c133a70b9b {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_e76361c133a70b9b .post-data_c4dc8d793270e30e {
  padding: 30px 35px 25px;
}
.blog-meta-one_e76361c133a70b9b .post-data_c4dc8d793270e30e .post-info_c3653ecf8128ee74 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_e76361c133a70b9b .post-data_c4dc8d793270e30e .blog-title_a16ce5996b2b6390 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_e76361c133a70b9b .post-data_c4dc8d793270e30e .blog-title_a16ce5996b2b6390:hover {
  text-decoration: underline;
}
.blog-meta-one_e76361c133a70b9b .post-img_a64906e8c0d50dde {
  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_e76361c133a70b9b .post-img_a64906e8c0d50dde .round-btn_55b45834a8392a0f {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_e76361c133a70b9b:hover .round-btn_55b45834a8392a0f {
  background: #CFFF45;
}
.blog-meta-one_e76361c133a70b9b.style-two_b06c505cf5dc442d {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_e76361c133a70b9b.style-two_b06c505cf5dc442d .post-img_a64906e8c0d50dde {
  border-radius: 0;
}
.blog-meta-one_e76361c133a70b9b.style-two_b06c505cf5dc442d .blog-title_a16ce5996b2b6390 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_d45024ebf1f68585 {
  background: #fff;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e {
  padding-top: 30px;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .blog-title_a16ce5996b2b6390 {
  width: 70%;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .blog-title_a16ce5996b2b6390 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .blog-title_a16ce5996b2b6390:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .round-btn_55b45834a8392a0f {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .round-btn_55b45834a8392a0f:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_d45024ebf1f68585 .post-data_c4dc8d793270e30e .post-info_c3653ecf8128ee74 {
  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_d45024ebf1f68585 .post-img_a64906e8c0d50dde {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_d45024ebf1f68585 .post-img_a64906e8c0d50dde .date_97ed8899a5ed2684 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_d45024ebf1f68585.style-two_b06c505cf5dc442d {
  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_d45024ebf1f68585.style-two_b06c505cf5dc442d p {
  font-size: 18px;
}
.blog-meta-two_d45024ebf1f68585.style-two_b06c505cf5dc442d .post-img_a64906e8c0d50dde {
  height: auto;
  width: 100%;
}
.blog-meta-two_d45024ebf1f68585.style-two_b06c505cf5dc442d .post-data_c4dc8d793270e30e {
  padding: 26px 0;
}
.blog-meta-two_d45024ebf1f68585.style-two_b06c505cf5dc442d .post-data_c4dc8d793270e30e .post-info_c3653ecf8128ee74 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_d45024ebf1f68585.style-two_b06c505cf5dc442d .post-data_c4dc8d793270e30e .round-btn_55b45834a8392a0f {
  border: none;
}

.signup-btn-one_e651932ac41f0936 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_e651932ac41f0936 .icon_b7d9d4e7ba04f082 {
  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_989f3b1a26a9906c {
  z-index: 1;
}
.blog-section-three_989f3b1a26a9906c .section-btn_f2c6889d5933705a {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_4a760bc8bbdeb19e {
  z-index: 5;
}
.blog-section-four_4a760bc8bbdeb19e.block-feature-three_08e2e03598b0c5c7:before {
  display: none;
}
.blog-section-four_4a760bc8bbdeb19e.block-feature-three_08e2e03598b0c5c7 .block-one_b5071cda56381a41 {
  background: url(../img/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b .wrapper_d7ee826eb86a1a48 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b .wrapper_d7ee826eb86a1a48 .icon_b7d9d4e7ba04f082 {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b .wrapper_d7ee826eb86a1a48 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .quote-wrapper_7f64be4df3c8a68b h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .img-gallery_95dd6e56b9984776 {
  margin-bottom: 50px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .img-gallery_95dd6e56b9984776 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .list-item_2f92d4528cefb39f li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_29ff3405589c1f33 .post-details-meta_e48d663ecdf03d90 .list-item_2f92d4528cefb39f li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 {
  padding: 10px 0 5px;
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 .tags_64f97e63a92d77e8 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 .tags_64f97e63a92d77e8 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 .tags_64f97e63a92d77e8 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 .share-icon_bbfe9500cc972fbb li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_29ff3405589c1f33 .bottom-widget_fb7a14c00997ee06 .share-icon_bbfe9500cc972fbb a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_29ff3405589c1f33 .grey-bg_738edffdd4cba69d {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_29ff3405589c1f33 .blog-inner-title_c7d4031da5e8d9e2 {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf {
  margin: 60px 0;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9:last-child {
  padding-bottom: 5px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .reply-comment_959f7088827de231 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .user-avatar_604e0c94718e6f35 {
  width: 60px;
  height: 60px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec .date_97ed8899a5ed2684 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec .reply-btn_e9fd1f5fd8db4d69 {
  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_29ff3405589c1f33 .blog-comment-area_a542ea4c6ebe65bf .comment_dafb8dbab962eab9 .comment-text_a0013de5645e58ec .reply-btn_e9fd1f5fd8db4d69:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_29ff3405589c1f33 .blog-comment-form_0f3331e96cc47a2c p a {
  color: #19352D;
}
.blog-details_29ff3405589c1f33 .blog-comment-form_0f3331e96cc47a2c form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_29ff3405589c1f33 .blog-comment-form_0f3331e96cc47a2c form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_29ff3405589c1f33 .blog-comment-form_0f3331e96cc47a2c 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_d9f2fa43b23f9b3a {
  height: 600px;
}

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

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

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

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

.footer-one_b8766a1867d4949a {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_b8766a1867d4949a .bottom-footer_f327889009b7b9f0 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_b8766a1867d4949a .social-icon_17fb16945035934e 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_b8766a1867d4949a .social-icon_17fb16945035934e a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_b8766a1867d4949a .footer-title_20d63f22954ce4a4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_b8766a1867d4949a .footer-nav-link_c22413264ce32b2e a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_b8766a1867d4949a .footer-nav-link_c22413264ce32b2e a:hover {
  color: #fff;
}
.footer-nav-link_c22413264ce32b2e p {
  font-size: 16px;
}
.logo_90bb5ead63834271 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_76fbad29cdb19e74 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_b5ede853d060fd49 {
  align-content: center;
}

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

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

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

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

.footer-three_a5479a3144e6dc6d {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_a5479a3144e6dc6d .round-bg_185c35782892d04e {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_a5479a3144e6dc6d .round-bg_185c35782892d04e.color-two_e5971a7adc9b98a1 {
  background: #F6FFDD;
}
.footer-three_a5479a3144e6dc6d .footer-intro_f11ef95e1e93b068 p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_a5479a3144e6dc6d .footer-intro_f11ef95e1e93b068 p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_a5479a3144e6dc6d .footer-title_20d63f22954ce4a4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_a5479a3144e6dc6d .footer-nav-link_c22413264ce32b2e a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_a5479a3144e6dc6d .footer-nav-link_c22413264ce32b2e a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .copyright_6249ff890f129c13 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .bottom-nav_fc2e9ba23e6eb0f9 {
  margin: 0 -12px;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .bottom-nav_fc2e9ba23e6eb0f9 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .bottom-nav_fc2e9ba23e6eb0f9 a:hover {
  text-decoration: underline;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .social-icon_17fb16945035934e {
  margin: 0 -10px;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .social-icon_17fb16945035934e a {
  margin: 0 10px;
}
.footer-three_a5479a3144e6dc6d .bottom-footer_f327889009b7b9f0 .social-icon_17fb16945035934e a:hover {
  color: #19352D;
}
.footer-three_a5479a3144e6dc6d .shape_01_7b0f4853deec454a {
  top: -3%;
  left: -3%;
}
.footer-three_a5479a3144e6dc6d .shape_02_17baddbb54555fb4 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_fb44bd32b6216f8f {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_fb44bd32b6216f8f:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../img/assets_9d275b462a/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_fb44bd32b6216f8f h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd .round-btn_55b45834a8392a0f {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd .round-btn_55b45834a8392a0f:hover, .footer-five_fb44bd32b6216f8f .btn-group_cbf1b4585d0dc1dd .round-btn_55b45834a8392a0f:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_fb44bd32b6216f8f .social-icon_17fb16945035934e {
  margin: 0 -20px;
}
.footer-five_fb44bd32b6216f8f .social-icon_17fb16945035934e a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_fb44bd32b6216f8f .social-icon_17fb16945035934e a:hover {
  color: #DFFF5E;
}
.footer-five_fb44bd32b6216f8f .bottom-nav_fc2e9ba23e6eb0f9 {
  margin: 0 -12px;
}
.footer-five_fb44bd32b6216f8f .bottom-nav_fc2e9ba23e6eb0f9 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_fb44bd32b6216f8f .bottom-nav_fc2e9ba23e6eb0f9 a:hover {
  text-decoration: underline;
}
.footer-five_fb44bd32b6216f8f .shape_01_7b0f4853deec454a {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_fb44bd32b6216f8f .shape_02_17baddbb54555fb4 {
  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_8162edb0e672c46b {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_7f0eff6aab45689c {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_e2b3d5d922923947 {
  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_0f7443b2f70e57ba {
  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_775dffd9a1ea4597 {
  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_a7c8c34e9a78f6f8 {
  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_14e8ce4c8719b013 {
  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_48d6c3acc1d76ebd {
  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_5dd674c8d8968b1e {
  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_a18428d2edf521e1 {
  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_857b06db83e804e1 {
  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_a21bbf3d5b06b9e6 {
  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_829240e29910ece6 {
  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_0e4f1c8b432c8392 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_b76543e995bb65f1 {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_84328f76e7eccb12 {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_1152de14440d15bb {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_124d07935e99799b {
  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_5bf7f451a19d6205 {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_1642aa8a73f0e179 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_34fbc4cd47afbb91 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_3b16ef163d0d6964 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_53095332bcc6522b {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_372107db73b74e4b {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_e7b63c2d74d8cdd4 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_3b1cb99f410006da {
  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_83c6964b0a46902e {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_a26947996b285ba4 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_0bfc5165bbf4fd94 {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_708efabc108c916f {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_5813255b9c100d7c {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_827e48af22c8031f {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_39d9be66b4e282e3 {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_be4996026e7df2f9 {
  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_4011c3ff4efb4892 {
  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_a8dfaa06d71ab997 {
  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_9a3b22a27a1348eb {
  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_7213f18f3f89ae3e {
  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_10e5dbd38e9d9529 {
  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_cb85fa992a5a1e22 {
  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_93f21cf79d59b138 {
  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_72d51dbc9cb2a1b6 {
  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_549e489f744c5d2f {
  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_6047d67cf70b3aa8 {
  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_cfbae049bd7005fc {
  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_35a46b75b6c9fb76 {
  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_d82c6bc4ad7ba1f9 {
  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_01642dc27a4d14ec {
  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_eac68b32a19358ec {
  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_be59e56792604c14 {
  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_c05d6d8aa1ace10a {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_74b6020028330408 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_5f1e2fac0873a0d3 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_ac08626823c28699 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_fbc432fc46d74d7c {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_415220363941274c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_c83ef1afb7ca3a6c {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_ca8b82d635caa054 {
  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_8162edb0e672c46b {
  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_9f27c53fbcf2cd5f {
  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_cd665f57ca129ffe {
  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_6da1cd2a7d32134c .theme-select-menu_369e3b22a5b90c8d {
  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_ce55986a205f7a22 {
  overflow: hidden;
}
.product-block-one_ce55986a205f7a22 .img-holder_f0e66eba5000eb80 {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_ce55986a205f7a22 .img-holder_f0e66eba5000eb80 .cart-icon_1ec45ac9118528e2 {
  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_ce55986a205f7a22 .img-holder_f0e66eba5000eb80 .cart-icon_1ec45ac9118528e2:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_ce55986a205f7a22 .img-holder_f0e66eba5000eb80 .cart-button_cd5c78d4cbb2bf25 {
  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_ce55986a205f7a22 .img-holder_f0e66eba5000eb80 .cart-button_cd5c78d4cbb2bf25:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_ce55986a205f7a22 .product-title_32e888bb27575d98 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_ce55986a205f7a22 .rating_6faac5addd455b73 {
  margin: 0 -3px;
}
.product-block-one_ce55986a205f7a22 .rating_6faac5addd455b73 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_ce55986a205f7a22 .rating_6faac5addd455b73 li .bi-star-fill_a0f96218123170ba {
  color: #FFCB65;
}
.product-block-one_ce55986a205f7a22 .price_3832b40535fe75ab {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_ce55986a205f7a22:hover .cart-button_cd5c78d4cbb2bf25 {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_ce55986a205f7a22:hover .product-img_e3ea70352e39ac77 {
  transform: scale(0.95);
}
.product-block-one_ce55986a205f7a22:hover .cart-icon_1ec45ac9118528e2 {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_ce55986a205f7a22:hover .product-title_32e888bb27575d98 {
  text-decoration: underline;
}

.product-details-one_d89b81fe9f44405a .product-img-tab_48b6e1d1168966e9 {
  border: none;
}
.product-details-one_d89b81fe9f44405a .product-img-tab_48b6e1d1168966e9 .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_d89b81fe9f44405a .product-img-tab_48b6e1d1168966e9 .nav-link img {
  max-height: 100%;
}
.product-details-one_d89b81fe9f44405a .product-img-tab_48b6e1d1168966e9 .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_d89b81fe9f44405a .product-img-tab-content_7a5eae893f808992 {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_d89b81fe9f44405a .product-img-tab-content_7a5eae893f808992 img {
  margin: auto;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .stock-tag_fc678cd4ee815db2 {
  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_d89b81fe9f44405a .product-info_64d6ddca259accac .product-name_3f62e4fde06a74b8 {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .rating_6faac5addd455b73 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .rating_6faac5addd455b73 li .bi-star-fill_a0f96218123170ba {
  color: #FFCB65;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .rating_6faac5addd455b73 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .rating_6faac5addd455b73 li a:hover {
  text-decoration: underline;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .price_3832b40535fe75ab {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .price_3832b40535fe75ab del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .availability_eaa590b8404e54da {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .description-text_e1443373f87de6a7 {
  padding: 10px 0 15px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .product-feature_f5c54fc706a1709c {
  margin-bottom: 20px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .product-feature_f5c54fc706a1709c li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .product-feature_f5c54fc706a1709c li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .customize-order_016744f70c57731e h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .customize-order_016744f70c57731e .quantity_4ac3ea7dc6751eb0 .button-group_deb237227a686266 {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .customize-order_016744f70c57731e .quantity_4ac3ea7dc6751eb0 .button-group_deb237227a686266 li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .customize-order_016744f70c57731e .quantity_4ac3ea7dc6751eb0 .button-group_deb237227a686266 li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_d89b81fe9f44405a .product-info_64d6ddca259accac .customize-order_016744f70c57731e .quantity_4ac3ea7dc6751eb0 .button-group_deb237227a686266 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_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .nav-tabs_101b5730e1402193 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .nav-tabs_101b5730e1402193 .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_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .nav-tabs_101b5730e1402193 .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_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .nav-tabs_101b5730e1402193 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .nav-tabs_101b5730e1402193 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .tab-content_213b04b0b4557cff h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .tab-content_213b04b0b4557cff .product-feature_f5c54fc706a1709c li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .tab-content_213b04b0b4557cff .product-feature_f5c54fc706a1709c li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .single-comment_fcc3b26394b9a7a3 {
  padding-bottom: 40px;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .single-comment_fcc3b26394b9a7a3:last-child {
  padding-bottom: 0;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-img_b34f0cca4f7c7a72 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-comment-data_b6012594b98a69fa {
  padding-left: 30px;
  position: relative;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-comment-data_b6012594b98a69fa .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-comment-data_b6012594b98a69fa .rating_6faac5addd455b73 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-comment-data_b6012594b98a69fa .rating_6faac5addd455b73 li .bi-star-fill_a0f96218123170ba {
  color: #FFCB65;
}
.product-details-one_d89b81fe9f44405a .product-review-tab_b8780510f44b2567 .user-comment-area_620b4bc437abbc13 .user-comment-data_b6012594b98a69fa p {
  padding-top: 8px;
}

.cart-list-form_fc83155ea9f57642 {
  position: relative;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 {
  margin: 0;
  background: transparent;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 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_fc83155ea9f57642 .table_bfbd857e2ee59661 th:first-child {
  text-align: left;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-thumbnails_4937c50454039bcd {
  width: 85px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-thumbnails_4937c50454039bcd img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-thumbnails_4937c50454039bcd .product-img_e3ea70352e39ac77 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-info_64d6ddca259accac {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-info_64d6ddca259accac .product-name_3f62e4fde06a74b8 {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-info_64d6ddca259accac .serial_1586080da3ca4dfa {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .product-info_64d6ddca259accac ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .price_3832b40535fe75ab {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .quantity_4ac3ea7dc6751eb0 li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .quantity_4ac3ea7dc6751eb0 li .btn_7f955d40472ae0b2 {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .quantity_4ac3ea7dc6751eb0 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_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .remove-product_274a110affd9ccef {
  color: #000;
  font-size: 22px;
}
.cart-list-form_fc83155ea9f57642 .table_bfbd857e2ee59661 tbody .remove-product_274a110affd9ccef:hover {
  color: #ff2759;
}
.cart-list-form_fc83155ea9f57642 .cart-footer_dfd30383b0b48c6c {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_fc83155ea9f57642 .cart-footer_dfd30383b0b48c6c .coupon-form_d47acf3fc751bd2e input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_fc83155ea9f57642 .cart-footer_dfd30383b0b48c6c .cart-total-section_2663f60df09219b5 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_fc83155ea9f57642 .cart-footer_dfd30383b0b48c6c .cart-total-section_2663f60df09219b5 .cart-total-table_bec6b1c4a8e6b291 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_fc83155ea9f57642 .cart-footer_dfd30383b0b48c6c .cart-total-section_2663f60df09219b5 .cart-total-table_bec6b1c4a8e6b291 tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_843016de3a51ab36 {
  height: auto;
}

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

.fancybox-caption_0c2f6a7e95c9b07f, .fancybox-infobar_5b28ce9e726cf1a7, .fancybox-navigation_3d4bec3d9dea8f63 .fancybox-button_b133814105298e4d, .fancybox-toolbar_7e39d5ed75ee04a2 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_da96a031b1d04d1d .fancybox-caption_0c2f6a7e95c9b07f, .fancybox-show-infobar_5493f23ff512588b .fancybox-infobar_5b28ce9e726cf1a7, .fancybox-show-nav_a774476ae71ee306 .fancybox-navigation_3d4bec3d9dea8f63 .fancybox-button_b133814105298e4d, .fancybox-show-toolbar_d722126d1aa119a6 .fancybox-toolbar_7e39d5ed75ee04a2 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_980306492f4d4aae .fancybox-stage_b5d2f50c15fb93ce {
  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_24088e72267716d7 .fancybox-slide, .fancybox-slide--current_9b80f032fcff6956, .fancybox-slide--next_3ebaf0771fc403e8, .fancybox-slide--previous_7981d87fca01c6a4 {
  display: block;
}

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

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

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

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

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

.fancybox-content_009d5461a8a330fd {
  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_a08012a3753d07ce .fancybox-content_009d5461a8a330fd {
  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_f5171fa9eeb1ec0e .fancybox-content_009d5461a8a330fd {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_7ecb6615f4af1e8a .fancybox-content_009d5461a8a330fd {
  cursor: zoom-in;
}

.fancybox-can-drag_5c8d37f202fa7fd4 .fancybox-content_009d5461a8a330fd {
  cursor: grab;
}

.fancybox-is-dragging_097b1e29dd5ff0e3 .fancybox-content_009d5461a8a330fd {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_4e54d55a7a0b555d .fancybox-content_009d5461a8a330fd {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_c45e51cda02ce482 .fancybox-content_009d5461a8a330fd, .fancybox-slide--map_eace5e6ea840ae2a .fancybox-content_009d5461a8a330fd, .fancybox-slide--video_815d20f5fe9205d1 .fancybox-content_009d5461a8a330fd {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_815d20f5fe9205d1 .fancybox-content_009d5461a8a330fd {
  background: #000;
}

.fancybox-slide--map_eace5e6ea840ae2a .fancybox-content_009d5461a8a330fd {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_6a05ff9e85a58263 svg path, .fancybox-button--share_6d0e05b22a686b64 svg path, .fancybox-button--thumbs_dbb21261766b62dd svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_a774476ae71ee306 .fancybox-navigation_3d4bec3d9dea8f63 .fancybox-button_b133814105298e4d {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_3d4bec3d9dea8f63 .fancybox-button--arrow_left_acc7b782e7abcd75 {
  left: 6px;
}

.fancybox-navigation_3d4bec3d9dea8f63 .fancybox-button--arrow_right_dc3169314b8eaeaa {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_c45e51cda02ce482 .fancybox-close-small_842d8f54efdbb19b, .fancybox-slide--image_a08012a3753d07ce .fancybox-close-small_842d8f54efdbb19b, .fancybox-slide--video_815d20f5fe9205d1 .fancybox-close-small_842d8f54efdbb19b {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_c45e51cda02ce482 .fancybox-close-small_842d8f54efdbb19b:hover svg, .fancybox-slide--image_a08012a3753d07ce .fancybox-close-small_842d8f54efdbb19b:hover svg, .fancybox-slide--video_815d20f5fe9205d1 .fancybox-close-small_842d8f54efdbb19b:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_b4df37c7c9eec6ba .fancybox-close-small_842d8f54efdbb19b, .fancybox-is-zoomable_2023b0fb36f8aa73.fancybox-can-drag_5c8d37f202fa7fd4 .fancybox-close-small_842d8f54efdbb19b {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_edcf709411587224.fancybox-slide--next_3ebaf0771fc403e8, .fancybox-fx-fade_edcf709411587224.fancybox-slide--previous_7981d87fca01c6a4 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_edcf709411587224.fancybox-slide--current_9b80f032fcff6956 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_ea56770056f65e9c {
  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_c2b51e22bb235b00 {
  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_a36c3060f6adf8b8 {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_32dfce3cd822782b .fancybox-thumbs_c2b51e22bb235b00 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_c2b51e22bb235b00 > 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_c2b51e22bb235b00 .fancybox-thumbs-active_c49ecd51317ab2c6:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_da2eab967386f9cc .slick-track_1168e70b5650cd54,
.slick-slider_da2eab967386f9cc .slick-list_a46811c67fd63818 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_3aad0fab4a399796 .slick-track_1168e70b5650cd54 {
  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_3aad0fab4a399796 img {
  display: none;
}

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

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

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

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

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