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

.h1_26e139ee209bb2ee,
h1,
.h2_68c904b9bf834d20,
h2,
.h3_dcef9038a283c9d6,
h3,
.h4_33d150e631d4b624,
h4,
.h5_1fb0f5808c0d17e3,
h5,
.h6_c5763fbed067822a,
h6 {
  font-weight: 500;
  color: #19352D;
}

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

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

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

p {
  line-height: 1.7em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-layout_2933df289f0ac456 {
  margin: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0_158a4a831e01cd30 {
  padding: 0 !important;
}

.m0_8dbc8be6da4b197a {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399px) {
  .xl-p0_bcd97db98a1dbe90 {
    padding: 0 !important;
  }
  .xl-m0_210ad49e8af144cd {
    margin: 0 !important;
  }
  .xl-pt-10_6b507645a4ceb086 {
    padding-top: 10px !important;
  }
  .xl-pt-20_2ab742f2b3114c26 {
    padding-top: 20px !important;
  }
  .xl-pt-30_d58208b8af2258ee {
    padding-top: 30px !important;
  }
  .xl-pt-40_9fe71e0b63cd955b {
    padding-top: 40px !important;
  }
  .xl-pt-50_81c55913cf6bb854 {
    padding-top: 50px !important;
  }
  .xl-pt-60_8ba3833e5a454883 {
    padding-top: 60px !important;
  }
  .xl-pt-70_eb36059ff30bb10b {
    padding-top: 70px !important;
  }
  .xl-pt-80_e0ad08b771bd064d {
    padding-top: 80px !important;
  }
  .xl-pt-90_e99a66fcd4ecb7d1 {
    padding-top: 90px !important;
  }
  .xl-pt-100_2cac46059e7a3723 {
    padding-top: 100px !important;
  }
  .xl-pt-110_047b27bc03f49e4b {
    padding-top: 110px !important;
  }
  .xl-pt-120_ddcf46920490a962 {
    padding-top: 120px !important;
  }
  .xl-pt-130_ed42c31eb7b8f1aa {
    padding-top: 130px !important;
  }
  .xl-pt-140_54a168ca870deb1a {
    padding-top: 140px !important;
  }
  .xl-pt-150_21db58c197cdd783 {
    padding-top: 150px !important;
  }
  .xl-pt-200_de94bf4ecd70b0f7 {
    padding-top: 200px !important;
  }
  .xl-pb-10_b8d58aa8401fc459 {
    padding-bottom: 10px !important;
  }
  .xl-pb-20_e523dcfa20f5e0c9 {
    padding-bottom: 20px !important;
  }
  .xl-pb-30_fbd980e52db5c876 {
    padding-bottom: 30px !important;
  }
  .xl-pb-40_1d7c1e9ae920a2bd {
    padding-bottom: 40px !important;
  }
  .xl-pb-50_be6cf735ca75863b {
    padding-bottom: 50px !important;
  }
  .xl-pb-60_5ea578263fe0c88b {
    padding-bottom: 60px !important;
  }
  .xl-pb-70_2810b017b0a1838a {
    padding-bottom: 70px !important;
  }
  .xl-pb-80_ac407a612c4cf132 {
    padding-bottom: 80px !important;
  }
  .xl-pb-90_ce4559a2828cb442 {
    padding-bottom: 90px !important;
  }
  .xl-pb-100_8ca6453f6d711c41 {
    padding-bottom: 100px !important;
  }
  .xl-pb-110_53f4b75d4c3504b3 {
    padding-bottom: 110px !important;
  }
  .xl-pb-120_391c4edff9857522 {
    padding-bottom: 120px !important;
  }
  .xl-pb-130_53b8b3a02c6b1b70 {
    padding-bottom: 130px !important;
  }
  .xl-pb-140_39c9df9f97d2b880 {
    padding-bottom: 140px !important;
  }
  .xl-pb-150_d9a9f731725565be {
    padding-bottom: 150px !important;
  }
  .xl-pb-200_cfca378a5ec42c37 {
    padding-bottom: 200px !important;
  }
  .xl-mt-10_829230c7fcb2ca30 {
    margin-top: 10px !important;
  }
  .xl-mt-20_9d57f2d7dc48c7ea {
    margin-top: 20px !important;
  }
  .xl-mt-30_260dfec9714b6544 {
    margin-top: 30px !important;
  }
  .xl-mt-40_7b1d6e761fd298b3 {
    margin-top: 40px !important;
  }
  .xl-mt-50_4c824d37a99bfcc2 {
    margin-top: 50px !important;
  }
  .xl-mt-60_d643ef60fa960275 {
    margin-top: 60px !important;
  }
  .xl-mt-70_42cc406a93fef586 {
    margin-top: 70px !important;
  }
  .xl-mt-80_992e2b9afb2d4d9f {
    margin-top: 80px !important;
  }
  .xl-mt-90_6e7b6c361caab316 {
    margin-top: 90px !important;
  }
  .xl-mt-100_bd2195f0cfb7a835 {
    margin-top: 100px !important;
  }
  .xl-mt-110_9fff8dd34436b4de {
    margin-top: 110px !important;
  }
  .xl-mt-120_edb1131a875a10cc {
    margin-top: 120px !important;
  }
  .xl-mt-130_102550237869a8bd {
    margin-top: 130px !important;
  }
  .xl-mt-140_e65064ddbf52f790 {
    margin-top: 140px !important;
  }
  .xl-mt-150_32225792af290adb {
    margin-top: 150px !important;
  }
  .xl-mt-200_fe08416461d6733c {
    margin-top: 200px !important;
  }
  .xl-mb-10_407758892eb7eaf5 {
    margin-bottom: 10px !important;
  }
  .xl-mb-20_931106390867da4d {
    margin-bottom: 20px !important;
  }
  .xl-mb-30_daa84da3d94a8982 {
    margin-bottom: 30px !important;
  }
  .xl-mb-40_4be770d02b9a3784 {
    margin-bottom: 40px !important;
  }
  .xl-mb-50_70805854bc9e5bb9 {
    margin-bottom: 50px !important;
  }
  .xl-mb-60_b6c0f78a3000ece3 {
    margin-bottom: 60px !important;
  }
  .xl-mb-70_46afd01b307620a9 {
    margin-bottom: 70px !important;
  }
  .xl-mb-80_94ffb9f7f9b537ba {
    margin-bottom: 80px !important;
  }
  .xl-mb-90_e5f0f90f7e5f524d {
    margin-bottom: 90px !important;
  }
  .xl-mb-100_1a7d41edda81594e {
    margin-bottom: 100px !important;
  }
  .xl-mb-110_75e051e20a732ed0 {
    margin-bottom: 110px !important;
  }
  .xl-mb-120_99d105ce08fc99c8 {
    margin-bottom: 120px !important;
  }
  .xl-mb-130_034e33cabe03fd4b {
    margin-bottom: 130px !important;
  }
  .xl-mb-140_43db8628d4420252 {
    margin-bottom: 140px !important;
  }
  .xl-mb-150_54825478546f01af {
    margin-bottom: 150px !important;
  }
  .xl-mb-200_71ca0e3444048280 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1399px)*/
@media (max-width: 1199px) {
  .lg-p0_c72176fa29d024a2 {
    padding: 0 !important;
  }
  .lg-m0_bfaf8ca77008dab3 {
    margin: 0 !important;
  }
  .lg-pt-10_7a8ba0c46726dfe2 {
    padding-top: 10px !important;
  }
  .lg-pt-20_520c38b9f06ce3b2 {
    padding-top: 20px !important;
  }
  .lg-pt-30_b07003e198a40a82 {
    padding-top: 30px !important;
  }
  .lg-pt-40_87edadecd3a5f245 {
    padding-top: 40px !important;
  }
  .lg-pt-50_372872f5312a6393 {
    padding-top: 50px !important;
  }
  .lg-pt-60_456946c3f0fae0c1 {
    padding-top: 60px !important;
  }
  .lg-pt-70_60340110440ebe3a {
    padding-top: 70px !important;
  }
  .lg-pt-80_698af8fe605faceb {
    padding-top: 80px !important;
  }
  .lg-pt-90_890a1293969b9524 {
    padding-top: 90px !important;
  }
  .lg-pt-100_8f5a37fc5b75833c {
    padding-top: 100px !important;
  }
  .lg-pt-110_1bc3bc22f71eabf4 {
    padding-top: 110px !important;
  }
  .lg-pt-120_f031cc097d356988 {
    padding-top: 120px !important;
  }
  .lg-pt-130_ce9fba1b6774dede {
    padding-top: 130px !important;
  }
  .lg-pt-140_df140a3525683d13 {
    padding-top: 140px !important;
  }
  .lg-pt-150_994e1224d00b67ae {
    padding-top: 150px !important;
  }
  .lg-pt-200_aa36b5311832a128 {
    padding-top: 200px !important;
  }
  .lg-pb-10_a97301a016313b2f {
    padding-bottom: 10px !important;
  }
  .lg-pb-20_04b2ad172e792b1a {
    padding-bottom: 20px !important;
  }
  .lg-pb-30_bcf80149d07fe875 {
    padding-bottom: 30px !important;
  }
  .lg-pb-40_98d4ede0613ae690 {
    padding-bottom: 40px !important;
  }
  .lg-pb-50_010791c1779c8c84 {
    padding-bottom: 50px !important;
  }
  .lg-pb-60_a6691bf26c32be3f {
    padding-bottom: 60px !important;
  }
  .lg-pb-70_b250c0e5524c8a2d {
    padding-bottom: 70px !important;
  }
  .lg-pb-80_37dc84418e388a56 {
    padding-bottom: 80px !important;
  }
  .lg-pb-90_7a81304cd9712bfe {
    padding-bottom: 90px !important;
  }
  .lg-pb-100_d91453188be32bd2 {
    padding-bottom: 100px !important;
  }
  .lg-pb-110_7335bf637215cfa4 {
    padding-bottom: 110px !important;
  }
  .lg-pb-120_c83f4f4b6a35cfdf {
    padding-bottom: 120px !important;
  }
  .lg-pb-130_2b672646389c5c5d {
    padding-bottom: 130px !important;
  }
  .lg-pb-140_4f0741c8a3823c20 {
    padding-bottom: 140px !important;
  }
  .lg-pb-150_122994484ab4e5c4 {
    padding-bottom: 150px !important;
  }
  .lg-pb-200_527816963d7d8ffa {
    padding-bottom: 200px !important;
  }
  .lg-mt-10_d27f0acb16e47bb6 {
    margin-top: 10px !important;
  }
  .lg-mt-20_1b41cdd0974c71c4 {
    margin-top: 20px !important;
  }
  .lg-mt-30_5d3221f2d690783f {
    margin-top: 30px !important;
  }
  .lg-mt-40_9a148b520cc32d75 {
    margin-top: 40px !important;
  }
  .lg-mt-50_6f78142fb987d862 {
    margin-top: 50px !important;
  }
  .lg-mt-60_2b5c248252f5c9d8 {
    margin-top: 60px !important;
  }
  .lg-mt-70_7f585bdf8a3a3cd8 {
    margin-top: 70px !important;
  }
  .lg-mt-80_1e909f2409aab65b {
    margin-top: 80px !important;
  }
  .lg-mt-90_b162e6c47959bd06 {
    margin-top: 90px !important;
  }
  .lg-mt-100_c629fb1e82829b7c {
    margin-top: 100px !important;
  }
  .lg-mt-110_73337e6ec0ab3af2 {
    margin-top: 110px !important;
  }
  .lg-mt-120_e5edafc8388507a7 {
    margin-top: 120px !important;
  }
  .lg-mt-130_43bfcacb9091a658 {
    margin-top: 130px !important;
  }
  .lg-mt-140_8f863e4eedd2852a {
    margin-top: 140px !important;
  }
  .lg-mt-150_51dcb0af5f334fd0 {
    margin-top: 150px !important;
  }
  .lg-mt-200_1095bdcf98b12a77 {
    margin-top: 200px !important;
  }
  .lg-mb-10_aec3f9ba143d18d7 {
    margin-bottom: 10px !important;
  }
  .lg-mb-20_f5d4167518d92d37 {
    margin-bottom: 20px !important;
  }
  .lg-mb-30_c07f6d369863b319 {
    margin-bottom: 30px !important;
  }
  .lg-mb-40_e19dc9ebbebeaf04 {
    margin-bottom: 40px !important;
  }
  .lg-mb-50_c7731d23b900cbd8 {
    margin-bottom: 50px !important;
  }
  .lg-mb-60_8a6d9e869ad2c51a {
    margin-bottom: 60px !important;
  }
  .lg-mb-70_9024c1189b69a7af {
    margin-bottom: 70px !important;
  }
  .lg-mb-80_8c1fd2f137aab933 {
    margin-bottom: 80px !important;
  }
  .lg-mb-90_62c2fdae188b5804 {
    margin-bottom: 90px !important;
  }
  .lg-mb-100_1ecfc90f3bb58be6 {
    margin-bottom: 100px !important;
  }
  .lg-mb-110_8ae81c831bde4e79 {
    margin-bottom: 110px !important;
  }
  .lg-mb-120_cc6555960233c47f {
    margin-bottom: 120px !important;
  }
  .lg-mb-130_adbe2b7af47fdab1 {
    margin-bottom: 130px !important;
  }
  .lg-mb-140_51c25e164afe8fe8 {
    margin-bottom: 140px !important;
  }
  .lg-mb-150_589041685f43c56c {
    margin-bottom: 150px !important;
  }
  .lg-mb-200_33510750c2c49f91 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 1199px)*/
@media (max-width: 991px) {
  .md-p0_3e4e7b13070bd88a {
    padding: 0 !important;
  }
  .md-m0_8efae1560eb1a7b0 {
    margin: 0 !important;
  }
  .md-pt-10_7f6eb06b3b094612 {
    padding-top: 10px !important;
  }
  .md-pt-20_acd70e92615ae19b {
    padding-top: 20px !important;
  }
  .md-pt-30_139aad8ede908d36 {
    padding-top: 30px !important;
  }
  .md-pt-40_d4a331dd9aed2527 {
    padding-top: 40px !important;
  }
  .md-pt-50_6dc055201c336a1e {
    padding-top: 50px !important;
  }
  .md-pt-60_f616916b8daec4cf {
    padding-top: 60px !important;
  }
  .md-pt-70_03eb930221e5edc7 {
    padding-top: 70px !important;
  }
  .md-pt-80_b545a6e64cdb1146 {
    padding-top: 80px !important;
  }
  .md-pt-90_d271d5fbccbb373b {
    padding-top: 90px !important;
  }
  .md-pt-100_7f5e71496aa429a2 {
    padding-top: 100px !important;
  }
  .md-pt-110_11184e4ccaf289f1 {
    padding-top: 110px !important;
  }
  .md-pt-120_bdbc5c40411e22f3 {
    padding-top: 120px !important;
  }
  .md-pt-130_1a91f660685a3e7c {
    padding-top: 130px !important;
  }
  .md-pt-140_8994e0a7eb8853f6 {
    padding-top: 140px !important;
  }
  .md-pt-150_a81dd55841ebdbb5 {
    padding-top: 150px !important;
  }
  .md-pt-200_9362b52505c0d49a {
    padding-top: 200px !important;
  }
  .md-pb-10_7454c03cf5a1d4c1 {
    padding-bottom: 10px !important;
  }
  .md-pb-20_504fc864786bbb57 {
    padding-bottom: 20px !important;
  }
  .md-pb-30_b7848788b5adaa6b {
    padding-bottom: 30px !important;
  }
  .md-pb-40_784159b0188fe397 {
    padding-bottom: 40px !important;
  }
  .md-pb-50_1c7cc2e48465f9d8 {
    padding-bottom: 50px !important;
  }
  .md-pb-60_babeac031e9f1b22 {
    padding-bottom: 60px !important;
  }
  .md-pb-70_6797011e93b592ec {
    padding-bottom: 70px !important;
  }
  .md-pb-80_dbec1fa0ecd98b14 {
    padding-bottom: 80px !important;
  }
  .md-pb-90_c33dc85182e5847f {
    padding-bottom: 90px !important;
  }
  .md-pb-100_9daae919379f8d0a {
    padding-bottom: 100px !important;
  }
  .md-pb-110_34a936fc3e13e591 {
    padding-bottom: 110px !important;
  }
  .md-pb-120_38b96ef6d37da281 {
    padding-bottom: 120px !important;
  }
  .md-pb-130_c2911d2cb269af88 {
    padding-bottom: 130px !important;
  }
  .md-pb-140_24afa21cee3367c3 {
    padding-bottom: 140px !important;
  }
  .md-pb-150_3f91ff8bd512c512 {
    padding-bottom: 150px !important;
  }
  .md-pb-200_091ba3ce4def35e5 {
    padding-bottom: 200px !important;
  }
  .md-mt-10_44066f1befe34538 {
    margin-top: 10px !important;
  }
  .md-mt-20_7ad1ddf45d89f629 {
    margin-top: 20px !important;
  }
  .md-mt-30_bf16aafeba1fb37e {
    margin-top: 30px !important;
  }
  .md-mt-40_266edb2447a5b693 {
    margin-top: 40px !important;
  }
  .md-mt-50_9dbea0de8812cb31 {
    margin-top: 50px !important;
  }
  .md-mt-60_cc8c3bdbeee8f0ca {
    margin-top: 60px !important;
  }
  .md-mt-70_e801c91fe4598b25 {
    margin-top: 70px !important;
  }
  .md-mt-80_1959865abda71aba {
    margin-top: 80px !important;
  }
  .md-mt-90_d6f9aaec59ff481d {
    margin-top: 90px !important;
  }
  .md-mt-100_ccf89aff264f1970 {
    margin-top: 100px !important;
  }
  .md-mt-110_69872a70cf14020d {
    margin-top: 110px !important;
  }
  .md-mt-120_e74e1f54cd599fc8 {
    margin-top: 120px !important;
  }
  .md-mt-130_c94767b2c5c91d0c {
    margin-top: 130px !important;
  }
  .md-mt-140_7d6c84d7025a7f6f {
    margin-top: 140px !important;
  }
  .md-mt-150_62f15dc2490d6630 {
    margin-top: 150px !important;
  }
  .md-mt-200_5021aca8e3f2e4e3 {
    margin-top: 200px !important;
  }
  .md-mb-10_e01e734028566a1f {
    margin-bottom: 10px !important;
  }
  .md-mb-20_9480600b28979181 {
    margin-bottom: 20px !important;
  }
  .md-mb-30_55d49decbb79e481 {
    margin-bottom: 30px !important;
  }
  .md-mb-40_556241ab82867b12 {
    margin-bottom: 40px !important;
  }
  .md-mb-50_c5068952bbaa5097 {
    margin-bottom: 50px !important;
  }
  .md-mb-60_afd0e74dbb14c524 {
    margin-bottom: 60px !important;
  }
  .md-mb-70_66b48b581ca8dc0a {
    margin-bottom: 70px !important;
  }
  .md-mb-80_cb91182b818a39cc {
    margin-bottom: 80px !important;
  }
  .md-mb-90_9556db01ea91c534 {
    margin-bottom: 90px !important;
  }
  .md-mb-100_e2b0ad7ff84651fe {
    margin-bottom: 100px !important;
  }
  .md-mb-110_d4e1d63a26fefa00 {
    margin-bottom: 110px !important;
  }
  .md-mb-120_ea60b85f6e156d82 {
    margin-bottom: 120px !important;
  }
  .md-mb-130_48ae3323763daecb {
    margin-bottom: 130px !important;
  }
  .md-mb-140_b80885faff498f76 {
    margin-bottom: 140px !important;
  }
  .md-mb-150_9ef1be3a246072e8 {
    margin-bottom: 150px !important;
  }
  .md-mb-200_ddd22ca3097ea16e {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 991px)*/
@media (max-width: 767px) {
  .sm-p0_82c2f3e8b0b4d9bf {
    padding: 0 !important;
  }
  .sm-m0_bc01342edd40d4ef {
    margin: 0 !important;
  }
  .sm-pt-10_0263765a5721587e {
    padding-top: 10px !important;
  }
  .sm-pt-20_3d06b7129d8d857a {
    padding-top: 20px !important;
  }
  .sm-pt-30_6534dcb4f8a8b849 {
    padding-top: 30px !important;
  }
  .sm-pt-40_e89291bc416db86f {
    padding-top: 40px !important;
  }
  .sm-pt-50_67e7d6256af70868 {
    padding-top: 50px !important;
  }
  .sm-pt-60_c2c6ae58d0f28285 {
    padding-top: 60px !important;
  }
  .sm-pt-70_641e3e74cbf9f28f {
    padding-top: 70px !important;
  }
  .sm-pt-80_001ab47e80d34b9f {
    padding-top: 80px !important;
  }
  .sm-pt-90_60da54ce4f75a75d {
    padding-top: 90px !important;
  }
  .sm-pt-100_75c0e433cede5fdb {
    padding-top: 100px !important;
  }
  .sm-pt-110_c2b32959b2684ca6 {
    padding-top: 110px !important;
  }
  .sm-pt-120_24a01179ea7b428b {
    padding-top: 120px !important;
  }
  .sm-pt-130_ee8eebca2c063b4c {
    padding-top: 130px !important;
  }
  .sm-pt-140_c92a1b06875a0453 {
    padding-top: 140px !important;
  }
  .sm-pt-150_84e0b01ca1ce9b64 {
    padding-top: 150px !important;
  }
  .sm-pt-200_3e28f6b98c33d2e9 {
    padding-top: 200px !important;
  }
  .sm-pb-10_bd3af844c6f82ebc {
    padding-bottom: 10px !important;
  }
  .sm-pb-20_3d3bc114abeaa9cc {
    padding-bottom: 20px !important;
  }
  .sm-pb-30_1124da6b5aa20f18 {
    padding-bottom: 30px !important;
  }
  .sm-pb-40_e4ca7aa5cf315c09 {
    padding-bottom: 40px !important;
  }
  .sm-pb-50_0757781b922a1773 {
    padding-bottom: 50px !important;
  }
  .sm-pb-60_9eff1094da455b19 {
    padding-bottom: 60px !important;
  }
  .sm-pb-70_cd130526cb9a3abf {
    padding-bottom: 70px !important;
  }
  .sm-pb-80_355257abafacd296 {
    padding-bottom: 80px !important;
  }
  .sm-pb-90_0ee7078819b008af {
    padding-bottom: 90px !important;
  }
  .sm-pb-100_792184ea81b00ff3 {
    padding-bottom: 100px !important;
  }
  .sm-pb-110_fc8ea668609098f1 {
    padding-bottom: 110px !important;
  }
  .sm-pb-120_c23fa0007adc633b {
    padding-bottom: 120px !important;
  }
  .sm-pb-130_80a273ffb332db66 {
    padding-bottom: 130px !important;
  }
  .sm-pb-140_f2321bf9d7e85173 {
    padding-bottom: 140px !important;
  }
  .sm-pb-150_e867be6a6adc0605 {
    padding-bottom: 150px !important;
  }
  .sm-pb-200_83924889f678be5d {
    padding-bottom: 200px !important;
  }
  .sm-mt-10_5accf3ed5230b3cb {
    margin-top: 10px !important;
  }
  .sm-mt-20_76ae24213ad2ba95 {
    margin-top: 20px !important;
  }
  .sm-mt-30_a19b051123da4035 {
    margin-top: 30px !important;
  }
  .sm-mt-40_79cb0a4f68af8077 {
    margin-top: 40px !important;
  }
  .sm-mt-50_cc291d92f94b4e11 {
    margin-top: 50px !important;
  }
  .sm-mt-60_0711081ecbb49b4e {
    margin-top: 60px !important;
  }
  .sm-mt-70_b8fcf303c3b8fd8c {
    margin-top: 70px !important;
  }
  .sm-mt-80_d68a9863f7dbaa96 {
    margin-top: 80px !important;
  }
  .sm-mt-90_b9ac6ffe66872520 {
    margin-top: 90px !important;
  }
  .sm-mt-100_27c125016a44deae {
    margin-top: 100px !important;
  }
  .sm-mt-110_0a826d806a4c3506 {
    margin-top: 110px !important;
  }
  .sm-mt-120_cb55ef940c413bd2 {
    margin-top: 120px !important;
  }
  .sm-mt-130_5356f1089adcdf3a {
    margin-top: 130px !important;
  }
  .sm-mt-140_a53c4af408f79074 {
    margin-top: 140px !important;
  }
  .sm-mt-150_08db07cd9377bf08 {
    margin-top: 150px !important;
  }
  .sm-mt-200_0467ebe380fc3fe1 {
    margin-top: 200px !important;
  }
  .sm-mb-10_2bf970f14d484f75 {
    margin-bottom: 10px !important;
  }
  .sm-mb-20_121b2ff5b2f3becd {
    margin-bottom: 20px !important;
  }
  .sm-mb-30_85f435a5a706f1cd {
    margin-bottom: 30px !important;
  }
  .sm-mb-40_dfbd5175aa9f0ed9 {
    margin-bottom: 40px !important;
  }
  .sm-mb-50_b1e8595471cd12a5 {
    margin-bottom: 50px !important;
  }
  .sm-mb-60_cf7a016f505e4839 {
    margin-bottom: 60px !important;
  }
  .sm-mb-70_8b34941b2bb1ddbd {
    margin-bottom: 70px !important;
  }
  .sm-mb-80_7b146781d560f8d7 {
    margin-bottom: 80px !important;
  }
  .sm-mb-90_bef4187d20c1ff3a {
    margin-bottom: 90px !important;
  }
  .sm-mb-100_abd1e13e712fa876 {
    margin-bottom: 100px !important;
  }
  .sm-mb-110_fa99e3b840bc1258 {
    margin-bottom: 110px !important;
  }
  .sm-mb-120_39a75568d8e68a9f {
    margin-bottom: 120px !important;
  }
  .sm-mb-130_53b3ec1242e0cd89 {
    margin-bottom: 130px !important;
  }
  .sm-mb-140_dd81c6e788aea6ba {
    margin-bottom: 140px !important;
  }
  .sm-mb-150_2d671d745e15393d {
    margin-bottom: 150px !important;
  }
  .sm-mb-200_43244a96d2f098e0 {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 767px)*/
@media (max-width: 575px) {
  .xs-p0_e29f5d89358af0e4 {
    padding: 0 !important;
  }
  .xs-m0_798e78478bb75b00 {
    margin: 0 !important;
  }
  .xs-pt-10_28f47b3e9cc2176d {
    padding-top: 10px !important;
  }
  .xs-pt-20_e3a449d383be6196 {
    padding-top: 20px !important;
  }
  .xs-pt-30_f615189ecdd464a7 {
    padding-top: 30px !important;
  }
  .xs-pt-40_80a9df1b4225a257 {
    padding-top: 40px !important;
  }
  .xs-pt-50_55c86a70344542c0 {
    padding-top: 50px !important;
  }
  .xs-pt-60_95fd1ce23c51713c {
    padding-top: 60px !important;
  }
  .xs-pt-70_fecef95a602ec350 {
    padding-top: 70px !important;
  }
  .xs-pt-80_2ba2861c5c688a98 {
    padding-top: 80px !important;
  }
  .xs-pt-90_09cad5cc43cf1954 {
    padding-top: 90px !important;
  }
  .xs-pt-100_f6e439db1fc0289c {
    padding-top: 100px !important;
  }
  .xs-pt-110_d715552b61208b8f {
    padding-top: 110px !important;
  }
  .xs-pt-120_ced426d12998e172 {
    padding-top: 120px !important;
  }
  .xs-pt-130_c1fccee795a6e439 {
    padding-top: 130px !important;
  }
  .xs-pt-140_2256c11caa0c5536 {
    padding-top: 140px !important;
  }
  .xs-pt-150_b8bc584633ee9baf {
    padding-top: 150px !important;
  }
  .xs-pt-200_c7efc006b026a50b {
    padding-top: 200px !important;
  }
  .xs-pb-10_d8a4ec0468496f77 {
    padding-bottom: 10px !important;
  }
  .xs-pb-20_7afd92d24e91b697 {
    padding-bottom: 20px !important;
  }
  .xs-pb-30_305ab5ba72be041b {
    padding-bottom: 30px !important;
  }
  .xs-pb-40_eee0ed89c65e8f25 {
    padding-bottom: 40px !important;
  }
  .xs-pb-50_75aca06ae4a52238 {
    padding-bottom: 50px !important;
  }
  .xs-pb-60_9728ae206ee724c9 {
    padding-bottom: 60px !important;
  }
  .xs-pb-70_35ddbe55aba2c71e {
    padding-bottom: 70px !important;
  }
  .xs-pb-80_645c5846602384f9 {
    padding-bottom: 80px !important;
  }
  .xs-pb-90_6d4df18cb3a5da6e {
    padding-bottom: 90px !important;
  }
  .xs-pb-100_8560a74e6f98d56a {
    padding-bottom: 100px !important;
  }
  .xs-pb-110_ecdde8f2edc4b374 {
    padding-bottom: 110px !important;
  }
  .xs-pb-120_3e30020e1a7bdb84 {
    padding-bottom: 120px !important;
  }
  .xs-pb-130_3fdf6b4e25c3b628 {
    padding-bottom: 130px !important;
  }
  .xs-pb-140_d41cf85488f1887e {
    padding-bottom: 140px !important;
  }
  .xs-pb-150_a76cbc257baa5a54 {
    padding-bottom: 150px !important;
  }
  .xs-pb-200_72e2c5bdf40fc303 {
    padding-bottom: 200px !important;
  }
  .xs-mt-10_e657e604ce3d2df3 {
    margin-top: 10px !important;
  }
  .xs-mt-20_a911f86fecc0ee82 {
    margin-top: 20px !important;
  }
  .xs-mt-30_a2a1698d644c6f8b {
    margin-top: 30px !important;
  }
  .xs-mt-40_612b951a68c2a87c {
    margin-top: 40px !important;
  }
  .xs-mt-50_963d8480e8939227 {
    margin-top: 50px !important;
  }
  .xs-mt-60_fb75603cea84f13e {
    margin-top: 60px !important;
  }
  .xs-mt-70_896626e61cfb771b {
    margin-top: 70px !important;
  }
  .xs-mt-80_ed9c6f4d74188b0b {
    margin-top: 80px !important;
  }
  .xs-mt-90_dd3956ba82b08bb8 {
    margin-top: 90px !important;
  }
  .xs-mt-100_48b6a01ddf9926a7 {
    margin-top: 100px !important;
  }
  .xs-mt-110_0894707ee286363a {
    margin-top: 110px !important;
  }
  .xs-mt-120_5cb3284616a5d00b {
    margin-top: 120px !important;
  }
  .xs-mt-130_7dabcaa486869a69 {
    margin-top: 130px !important;
  }
  .xs-mt-140_c8b5fc6f6c82a368 {
    margin-top: 140px !important;
  }
  .xs-mt-150_df60e6b0f458ae05 {
    margin-top: 150px !important;
  }
  .xs-mt-200_73df88cf2fb22967 {
    margin-top: 200px !important;
  }
  .xs-mb-10_2c69158eeffd909f {
    margin-bottom: 10px !important;
  }
  .xs-mb-20_1668c584ce8d5d64 {
    margin-bottom: 20px !important;
  }
  .xs-mb-30_643692f21412a8d8 {
    margin-bottom: 30px !important;
  }
  .xs-mb-40_151fff7c66f27a6d {
    margin-bottom: 40px !important;
  }
  .xs-mb-50_01f2dac76251481d {
    margin-bottom: 50px !important;
  }
  .xs-mb-60_fc7a1110b51d3789 {
    margin-bottom: 60px !important;
  }
  .xs-mb-70_f21d290afd89c76f {
    margin-bottom: 70px !important;
  }
  .xs-mb-80_be220c407ce0f419 {
    margin-bottom: 80px !important;
  }
  .xs-mb-90_16fd5a2493436167 {
    margin-bottom: 90px !important;
  }
  .xs-mb-100_24bc9ade5842a364 {
    margin-bottom: 100px !important;
  }
  .xs-mb-110_4822a9afd2e46446 {
    margin-bottom: 110px !important;
  }
  .xs-mb-120_b846df3b39c54037 {
    margin-bottom: 120px !important;
  }
  .xs-mb-130_1a4faa7f076b5b37 {
    margin-bottom: 130px !important;
  }
  .xs-mb-140_65925fb28dde1afa {
    margin-bottom: 140px !important;
  }
  .xs-mb-150_b19fff90772a227d {
    margin-bottom: 150px !important;
  }
  .xs-mb-200_11dd8274cc4c467d {
    margin-bottom: 200px !important;
  }
}
/*(max-width: 575px)*/
.theme-main-menu_4867e56101480976 {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 18px 40px;
  transition: all 0.4s ease-in-out 0s;
}
.theme-main-menu_4867e56101480976.menu-overlay_56b6b89b0d2e2dbc {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}
.theme-main-menu_4867e56101480976.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_4867e56101480976 .navbar-toggler_9adca36c4e39c53d {
  width: 48px;
  height: 44px;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 99;
  border: none;
  background: #CFFF45;
}
.theme-main-menu_4867e56101480976.menu-style-three_65ca8ce23692cebb .navbar-toggler_9adca36c4e39c53d {
  background: #000;
}
.theme-main-menu_4867e56101480976.menu-style-four_734fd625a6956fd7 .navbar-toggler_9adca36c4e39c53d {
  background: #E6FD5A;
}
.theme-main-menu_4867e56101480976.menu-style-five_597da5fb8c21bca8 .navbar-toggler_9adca36c4e39c53d {
  background: #DFFF5E;
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d:focus {
  box-shadow: none;
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d::before,
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d::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_4867e56101480976 .navbar-toggler_9adca36c4e39c53d 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_4867e56101480976.menu-style-three_65ca8ce23692cebb .navbar-toggler_9adca36c4e39c53d:before, .theme-main-menu_4867e56101480976.menu-style-three_65ca8ce23692cebb .navbar-toggler_9adca36c4e39c53d:after, .theme-main-menu_4867e56101480976.menu-style-three_65ca8ce23692cebb .navbar-toggler_9adca36c4e39c53d span {
  background: #fff;
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d::before {
  transform: translate3d(0, -9px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d::after {
  transform: translate3d(0, 8px, 0) scale3d(1, 1, 1);
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d[aria-expanded=true] span {
  opacity: 0;
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d[aria-expanded=true]::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.theme-main-menu_4867e56101480976 .navbar-toggler_9adca36c4e39c53d[aria-expanded=true]::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.theme-main-menu_4867e56101480976 .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_4867e56101480976 .nav-item:hover .nav-link {
  color: #0C3A30;
}
.theme-main-menu_4867e56101480976.white-vr_8f0a6598efc77696 .nav-item .nav-link {
  color: #fff;
}
.theme-main-menu_4867e56101480976.white-vr_8f0a6598efc77696 .nav-item:hover .nav-link {
  color: #CFFF45;
}
.theme-main-menu_4867e56101480976.white-vr_8f0a6598efc77696.fixed {
  background: #0C3A30;
  border: none;
}
.theme-main-menu_4867e56101480976.menu-style-one_296b55bb598dcf8b {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 {
  padding: 0;
  background: #EDF1EE;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .info-row_ae553059b46636f9 {
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .gap-fix_db9717e04df54cdf {
  padding-left: 40px;
  padding-right: 40px;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .greetings_bd603d4db090ad20 {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .contact-info_734e515c752a5195 {
  margin: 0 -15px;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .contact-info_734e515c752a5195 li {
  padding: 0 15px;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .contact-info_734e515c752a5195 li a {
  font-size: 18px;
  color: #19352D;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .contact-info_734e515c752a5195 li a:hover {
  text-decoration: underline;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91 .inner-content_57f6899170c9435b {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.theme-main-menu_4867e56101480976.menu-style-two_dda9ef1cd28ecf91.fixed .info-row_ae553059b46636f9 {
  display: none;
}
.theme-main-menu_4867e56101480976.menu-style-five_597da5fb8c21bca8 {
  background: #000;
  padding: 0;
}
.theme-main-menu_4867e56101480976.menu-style-five_597da5fb8c21bca8 .inner-content_57f6899170c9435b {
  background: #fff;
  border-radius: 30px;
  padding: 18px 40px;
}
.theme-main-menu_4867e56101480976.menu-style-six_0da0bb610547a855 .nav-item .nav-link {
  color: #044F3B;
}
.theme-main-menu_4867e56101480976.menu-style-six_0da0bb610547a855 .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_4867e56101480976 .navbar {
  position: static;
}

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

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

.navbar [class*=mega-dropdown] .menu-column_3d48c9ffb22918d3 {
  padding: 5px 0;
}
.navbar [class*=mega-dropdown] .menu-column_3d48c9ffb22918d3 .mega-menu-title_1abb2ebdd1dc3cca {
  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_4867e56101480976 .login-btn-one_8954277eb50febc3 a {
  color: #000;
}
.theme-main-menu_4867e56101480976 .login-btn-one_8954277eb50febc3 a:hover {
  text-decoration: underline;
}
.theme-main-menu_4867e56101480976 .login-btn-two_3c7b9b1bc80360c9 a {
  color: #044F3B;
}
.theme-main-menu_4867e56101480976 .login-btn-two_3c7b9b1bc80360c9 a:hover {
  text-decoration: underline;
}
.theme-main-menu_4867e56101480976 .signup-btn-one_30272b95ea7cba19 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_4867e56101480976 .signup-btn-one_30272b95ea7cba19 .icon_8029c45c3074d3cf {
  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_4867e56101480976 .signup-btn-one_30272b95ea7cba19:hover span {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_4867e56101480976 .signup-btn-one_30272b95ea7cba19:hover .icon_8029c45c3074d3cf {
  background: #CFFF45;
  color: #29594B;
}
.theme-main-menu_4867e56101480976 .signup-btn-two_6099d0abb4a18196 {
  color: #044F3B;
  line-height: 50px;
  border: 1px solid #044F3B;
  border-radius: 40px;
  background: #CFFF45;
  padding: 0 32px;
  text-align: center;
}
.theme-main-menu_4867e56101480976 .signup-btn-two_6099d0abb4a18196:hover {
  background: #29594B;
  color: #fff;
}
.theme-main-menu_4867e56101480976 .quote-one_f8a231dc1972d6a8 {
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 40px;
}
.theme-main-menu_4867e56101480976 .quote-one_f8a231dc1972d6a8:hover {
  background: #CFFF45;
  color: #19352D;
}

.category-menu_a2a4aa0863394929 {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 40px;
}
.category-menu_a2a4aa0863394929 li {
  position: relative;
  padding: 0 15px;
}
.category-menu_a2a4aa0863394929 li a {
  font-size: 15px;
  font-weight: 500;
  color: #536159;
  padding: 13px 0;
  transition: all 0.2s ease-in-out 0s;
}
.category-menu_a2a4aa0863394929 li a:hover {
  color: #0C3A30;
}
.category-menu_a2a4aa0863394929 .dropdown-menu {
  padding: 0;
}
.category-menu_a2a4aa0863394929 .dropdown-menu li {
  padding: 0;
}
.category-menu_a2a4aa0863394929 .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_da56918a8b9b6a90 .logo_62dd711353a8b6f3 {
    margin-bottom: 10vh;
    padding-left: 12px;
  }
  .white-vr_8f0a6598efc77696 .navbar-collapse_da56918a8b9b6a90 {
    background-color: #0C3A30;
  }
  .navbar-collapse_da56918a8b9b6a90 {
    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_da56918a8b9b6a90.show {
    transform: translateX(0);
    box-shadow: 15px 0 25px rgba(35, 35, 35, 0.09);
  }
  .theme-main-menu_4867e56101480976 .navbar .mega-dropdown_cba4ed11ed039b7b {
    position: relative;
  }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    padding: 15px 12px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .white-vr_8f0a6598efc77696 .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_3d48c9ffb22918d3 {
    padding: 0;
  }
  .navbar .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 2px);
  }
  .dashboard-menu_ec1878c7420fdea9 .nav-link::before {
    right: auto;
    left: 0;
    top: -2px;
  }
}
/*(max-width: 991px)*/
.hero-banner-one_f018b598aa7f116b {
  background: #29594B;
  z-index: 9;
}
.hero-banner-one_f018b598aa7f116b::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_f018b598aa7f116b .hero-slider-one {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-banner-one_f018b598aa7f116b .hero-slider-one .hero-img_ec39b7c625fdb028 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-one_f018b598aa7f116b .hero-slider-one .slick-list_05d51e21eeffad02, .hero-banner-one_f018b598aa7f116b .hero-slider-one .slick-track_85bf2630c776e7b1, .hero-banner-one_f018b598aa7f116b .hero-slider-one .item {
  height: 100%;
}
.hero-banner-one_f018b598aa7f116b .hero-heading_bf194a60a3dd3085 {
  font-weight: 700;
  color: #000;
  background: url(../media/shape_3907514b5b/shape_01.svg) no-repeat left top;
  background-size: cover;
  padding: 11px 31px 25px 25px;
}
.hero-banner-one_f018b598aa7f116b .more-btn_00237c4565d3400b {
  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_f018b598aa7f116b .more-btn_00237c4565d3400b:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}

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

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

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

.hero-banner-five_1d984ad47c9402c2 {
  background: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.hero-banner-five_1d984ad47c9402c2 .bg-wrapper_b1ac806d500faa9e {
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.hero-banner-five_1d984ad47c9402c2 .hero-heading_bf194a60a3dd3085 {
  font-size: 85px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.176em;
  color: #000;
}
.hero-banner-five_1d984ad47c9402c2 .rating_b27b7a62b251c001 h3 {
  font-size: 42px;
  margin-bottom: 0px;
}
.hero-banner-five_1d984ad47c9402c2 .rating_b27b7a62b251c001 p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.hero-banner-five_1d984ad47c9402c2 .media-wrapper_5c888a85930f7033 {
  position: absolute;
  background: url(../media/assets_c66f353ff0/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_1d984ad47c9402c2 .media-wrapper_5c888a85930f7033 .shape_01_dfb80ca689f18dc8 {
  right: 0;
  bottom: 14%;
  width: 41.1%;
  z-index: 1;
}
.hero-banner-five_1d984ad47c9402c2 .media-wrapper_5c888a85930f7033 .shape_02_c9761f010ce72db5 {
  top: 34%;
  left: 0;
  transform: translateX(-50%);
  width: 19.34%;
}

.hero-banner-six_c295c7ae5ab44e60 .hero-heading_bf194a60a3dd3085 {
  font-size: 100px;
  line-height: 1.05em;
  color: #044F3B;
}
.hero-banner-six_c295c7ae5ab44e60 .media-wrapper_5c888a85930f7033 {
  background: url(../media/media/img_48.jpg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  max-width: 536px;
  width: 100%;
  height: 100%;
}
.hero-banner-six_c295c7ae5ab44e60 .media-wrapper_5c888a85930f7033 .screen_01_60e22b05ebbe279b {
  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_c295c7ae5ab44e60 .media-wrapper_5c888a85930f7033 .screen_02_7150b54783187be2 {
  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_c295c7ae5ab44e60 .media-wrapper_5c888a85930f7033 .bg-shape_b90d9cfe4755cb00 {
  max-width: 130%;
  left: 47%;
  bottom: -12%;
  transform: translateX(-50%);
}
.hero-banner-six_c295c7ae5ab44e60 .shape_01_dfb80ca689f18dc8 {
  bottom: 9%;
  left: 40%;
  width: 6.53%;
}

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

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

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

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

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

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

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

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

.fancy-banner-eight_728357c3173d9c62 .bg-wrapper_b1ac806d500faa9e {
  background: #F3F8F7;
  padding: 30px 75px 0;
}
.fancy-banner-eight_728357c3173d9c62 .media-wrapper_5c888a85930f7033 {
  padding: 0 38px;
  margin-bottom: -6px;
}
.fancy-banner-eight_728357c3173d9c62 .media-wrapper_5c888a85930f7033 .shape_01_dfb80ca689f18dc8 {
  width: 100%;
  bottom: 0;
  left: 0;
}
.fancy-banner-eight_728357c3173d9c62 .shape_02_c9761f010ce72db5 {
  right: -123px;
  bottom: -5px;
}

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

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

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

.inner-banner-one_ea5aadc60da6a380 + .blog-details_8e852a5b8be118c5 {
  margin-top: 15px;
}

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

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

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

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

.block-feature-three_91d2ae047644f076 {
  z-index: 1;
}
.block-feature-three_91d2ae047644f076:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 34%;
  bottom: 0;
  background: #EBF3EE;
  z-index: -1;
}
.block-feature-three_91d2ae047644f076.no-bg_991ce07abf4fb23c:before {
  display: none;
}
.block-feature-three_91d2ae047644f076 .section-btn_58f8da3a99c9263e {
  position: absolute;
  right: 0;
  top: 68px;
}
.block-feature-three_91d2ae047644f076 .block-title_ff8457d85dedc514 a {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25em;
  color: #19352D;
}
.block-feature-three_91d2ae047644f076 .block-title_ff8457d85dedc514 a:hover {
  text-decoration: underline;
}
.block-feature-three_91d2ae047644f076 .round-btn_c148e580b3fd628c {
  font-size: 18px;
  font-weight: 900;
  color: #29594B;
  width: 38px;
  height: 38px;
  border: 1px solid #29594B;
}
.block-feature-three_91d2ae047644f076 .round-btn_c148e580b3fd628c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #19352D;
}
.block-feature-three_91d2ae047644f076 .block-one_68a96dd57dadf908 {
  background: url(../media/media/img_05.jpg) no-repeat center;
  background-size: cover;
  height: 470px;
}
.block-feature-three_91d2ae047644f076 .block-one_68a96dd57dadf908 .tag_2b8751735e2db71f {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_91d2ae047644f076 .block-one_68a96dd57dadf908 .block-title_ff8457d85dedc514 {
  background: url(../media/shape_3907514b5b/shape_02.svg) no-repeat right top;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 0 18px 18px;
}
.block-feature-three_91d2ae047644f076 .block-two_9b26d06fcebdd14e {
  overflow: hidden;
}
.block-feature-three_91d2ae047644f076 .block-two_9b26d06fcebdd14e .img-wrapper_8f8ab11fe261a65d {
  background: url(../media/media/img_06.jpg) no-repeat center;
  background-size: cover;
  width: 42%;
}
.block-feature-three_91d2ae047644f076 .block-two_9b26d06fcebdd14e .text-wrapper_941ea36bc2fee7eb {
  width: 58%;
  padding: 30px 30px 35px 60px;
}
.block-feature-three_91d2ae047644f076 .block-two_9b26d06fcebdd14e .tag_2b8751735e2db71f {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_91d2ae047644f076 .block-three_743b9ca37186fe7a {
  background: #D3FF76;
}
.block-feature-three_91d2ae047644f076 .block-three_743b9ca37186fe7a .tag_2b8751735e2db71f {
  font-size: 13px;
  letter-spacing: 1px;
  color: white;
  line-height: 27px;
  border-radius: 17px;
  background: #29594B;
  padding: 0 17px;
}
.block-feature-three_91d2ae047644f076 .block-three_743b9ca37186fe7a .round-btn_c148e580b3fd628c {
  background: #fff;
  border-color: #fff;
}
.block-feature-three_91d2ae047644f076 .block-three_743b9ca37186fe7a .round-btn_c148e580b3fd628c:hover {
  background: #29594B;
  border-color: #29594B;
  color: #fff;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 {
  background: url(../media/media/img_07.jpg) no-repeat center;
  background-size: cover;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 .block-title_ff8457d85dedc514 {
  background: url(../media/shape_3907514b5b/shape_03.svg) no-repeat right top;
  background-size: cover;
  border-radius: 18px;
  padding: 12px 16px 12px 18px;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 .block-title_ff8457d85dedc514 a {
  font-size: 28px;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 .tag_2b8751735e2db71f {
  font-size: 13px;
  letter-spacing: 1px;
  color: #29594B;
  line-height: 27px;
  border-radius: 17px;
  background: #fff;
  padding: 0 17px;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 .round-btn_c148e580b3fd628c {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.block-feature-three_91d2ae047644f076 .block-four_1548624fb0095130 .round-btn_c148e580b3fd628c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
  color: #000;
}
.block-feature-three_91d2ae047644f076 .block-five_f1cd03f2b992789a {
  background: url(../media/blog/blog_img_05.jpg) no-repeat center;
  background-size: cover;
  height: 358px;
}
.block-feature-three_91d2ae047644f076 .block-five_f1cd03f2b992789a .tag_2b8751735e2db71f {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  border: 1px solid #000;
  padding: 0 10px;
}
.block-feature-three_91d2ae047644f076 .block-five_f1cd03f2b992789a .block-title_ff8457d85dedc514 {
  background: url(../media/shape_3907514b5b/shape_29.svg) no-repeat right top;
  background-size: cover;
  border-radius: 15px;
  padding: 12px 10px 18px 18px;
}

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

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

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

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

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

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

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

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

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

.block-feature-thirteen_e25e2438bb8892a8 .upper-wrapper_d38eedf7047ad87e {
  border-bottom: 1px solid #E6E6E6;
}
.block-feature-thirteen_e25e2438bb8892a8 .upper-wrapper_d38eedf7047ad87e .shape_01_dfb80ca689f18dc8 {
  right: 6%;
  bottom: 16%;
}
.block-feature-thirteen_e25e2438bb8892a8 .line-loop_b912b6a05e36dcb2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 130%;
  right: 0;
  top: 57%;
  background: #E6E6E6;
  z-index: -1;
}
.block-feature-thirteen_e25e2438bb8892a8 .graph-panel_0d6807ced2d45590 {
  border-right: 1px solid #E6E6E6;
}
.block-feature-thirteen_e25e2438bb8892a8 .graph-panel_0d6807ced2d45590 .main-count_cf5429700032250a {
  font-size: 120px;
}
.block-feature-thirteen_e25e2438bb8892a8 .graph-panel_0d6807ced2d45590 .chart-box_535ee3286f2d5fd0 {
  padding: 0 15px;
}
.block-feature-thirteen_e25e2438bb8892a8 .graph-panel_0d6807ced2d45590 .chart-box_535ee3286f2d5fd0 .chart-inner_59c0192adf41748d {
  width: 120px;
  background: #196164;
}

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

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

.block-feature-sixteen_606d42d0c61015df .media-img_91c3278a477b72b6 {
  border-radius: 30px;
}
.block-feature-sixteen_606d42d0c61015df .shape_01_dfb80ca689f18dc8 {
  top: 31%;
  left: 50%;
}

.block-feature-seventeen_3dfa4785bad6d016 .section-subheading_a50bc5c2aa5ef273 {
  position: absolute;
  right: 0;
  top: 0;
  width: 37%;
}
.block-feature-seventeen_3dfa4785bad6d016 .shape_01_dfb80ca689f18dc8 {
  max-width: 8%;
  top: 12%;
  left: 43%;
}

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

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

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

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

.text-feature-four_128ea98ac60cce55 {
  z-index: 1;
}
.text-feature-four_128ea98ac60cce55 .avatar_664a5cd86b5824f5 {
  width: 65px;
  height: 65px;
}
.text-feature-four_128ea98ac60cce55 .name {
  font-size: 28px;
}
.text-feature-four_128ea98ac60cce55 .quote-text_57941f346480fb7d {
  font-size: 50px;
  line-height: 1.4em;
}
.text-feature-four_128ea98ac60cce55 .shape_01_dfb80ca689f18dc8 {
  top: 56%;
  left: 22%;
  animation: rotated 60s infinite linear;
}
.text-feature-four_128ea98ac60cce55 .shape_02_c9761f010ce72db5 {
  top: 12%;
  right: 9%;
  width: 16px;
  animation: rotated 50s infinite linear;
}

.text-feature-five_08b90ff1872f8fe1 .bg-wrapper_b1ac806d500faa9e {
  background: #FFF2AC;
}
.text-feature-five_08b90ff1872f8fe1 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_08b90ff1872f8fe1 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_08b90ff1872f8fe1 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_08b90ff1872f8fe1 li:hover:before {
  background: #29594B;
}
.text-feature-five_08b90ff1872f8fe1 li:hover:after {
  color: #fff;
}
.text-feature-five_08b90ff1872f8fe1 .media-wrapper_5c888a85930f7033 {
  background: url(../media/media/img_20.jpg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.text-feature-five_08b90ff1872f8fe1 .media-wrapper_5c888a85930f7033 .video-icon_d8ffa5c2e7e476fe {
  width: 90px;
  height: 90px;
  background: #fff;
}
.text-feature-five_08b90ff1872f8fe1 .media-wrapper_5c888a85930f7033 .video-icon_d8ffa5c2e7e476fe:hover {
  background: #CFFF45;
}
.text-feature-five_08b90ff1872f8fe1 .media-wrapper_5c888a85930f7033 .screen_01_60e22b05ebbe279b {
  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_a25991ed39722a24 {
  z-index: 1;
}
.text-feature-six_a25991ed39722a24 .media-wrapper_5c888a85930f7033 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 63.64%;
  z-index: -1;
}
.text-feature-six_a25991ed39722a24 .media-wrapper_5c888a85930f7033 .screen_01_60e22b05ebbe279b {
  width: 61.1%;
  bottom: 32%;
  right: -4%;
  z-index: 1;
  animation: jumpThree 5s infinite linear;
}
.text-feature-six_a25991ed39722a24 .shape_01_dfb80ca689f18dc8 {
  left: 0;
  bottom: 23%;
  width: 12.3%;
}
.text-feature-six_a25991ed39722a24 .shape_02_c9761f010ce72db5 {
  top: 1%;
  right: 39%;
}

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

.text-feature-nine_13530ccfc26251db {
  background: url(../media/assets_c66f353ff0/bg_03.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
.text-feature-nine_13530ccfc26251db .block_6eb3e788f31cedc3 .icon_8029c45c3074d3cf {
  height: 50px;
}
.text-feature-nine_13530ccfc26251db .vertical-text-wrapper_42ed2d142904f1dd {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  border-left: 1px solid rgba(254, 255, 252, 0.17);
}
.text-feature-nine_13530ccfc26251db .vertical-text-wrapper_42ed2d142904f1dd .text-list_13655733d42a1912 {
  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_13530ccfc26251db .vertical-text-wrapper_42ed2d142904f1dd .text-list_13655733d42a1912:hover {
  color: #C5FF4A;
  opacity: 1;
  mix-blend-mode: normal;
}
.text-feature-nine_13530ccfc26251db .vertical-text-wrapper_42ed2d142904f1dd .shape_01_dfb80ca689f18dc8 {
  left: -83px;
  bottom: 21%;
  animation: jumpThree 6s infinite linear;
}
.text-feature-nine_13530ccfc26251db .vertical-text-wrapper_42ed2d142904f1dd .shape_02_c9761f010ce72db5 {
  left: 10%;
  top: 25%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_13530ccfc26251db .shape_03_92aaa6d1dee321ee {
  left: 5%;
  top: 10%;
  animation: jumpFour 6s infinite linear;
}
.text-feature-nine_13530ccfc26251db .shape_04_8fe25c8fae0ca139 {
  bottom: 0;
  left: 13%;
  width: 29%;
}

.team-section-one_a4e0247442132e5d .section-btn_58f8da3a99c9263e {
  position: absolute;
  right: 0;
  top: 25px;
}

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

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

.team-section-three_05443e51301c78e8 {
  z-index: 1;
}
.team-section-three_05443e51301c78e8:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  background: url(../media/shape_3907514b5b/shape_09.svg) no-repeat right bottom;
  background-size: cover;
  z-index: -1;
}
.team-section-three_05443e51301c78e8 .section-btn_58f8da3a99c9263e {
  position: absolute;
  right: 0;
  top: 15px;
}
.team-section-three_05443e51301c78e8 .shape_01_dfb80ca689f18dc8 {
  width: 2.3%;
  top: 17%;
  left: 39%;
}
.team-section-three_05443e51301c78e8 .shape_02_c9761f010ce72db5 {
  width: 1.5%;
  bottom: 6%;
  right: 9%;
}
.team-section-three_05443e51301c78e8 .shape_03_92aaa6d1dee321ee {
  max-width: 22%;
  bottom: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.partner-logo-one_954deda99ddbb088 .logo_62dd711353a8b6f3 {
  width: 100%;
  height: 60px;
}

.modal .modal-dialog {
  height: auto;
}
.modal .modal-dialog .modal-content_facbdec9ce4fe617 {
  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_d06e3ec731af0dd4 {
  max-width: 565px;
}
.user-data-form .form-wrapper_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b 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_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.user-data-form .form-wrapper_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b .placeholder_icon_f510afa064caa7b5 {
  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_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b .placeholder_icon_f510afa064caa7b5 img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .form-wrapper_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b .placeholder_icon_f510afa064caa7b5 span {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .form-wrapper_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b .placeholder_icon_f510afa064caa7b5 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_d06e3ec731af0dd4 .input-group-meta_47baeab1ffa0557b .placeholder_icon_f510afa064caa7b5 span.eye-slash_6e4bb86d44d7710f:before {
  opacity: 0;
}
.user-data-form .agreement-checkbox_bab65940977134f2 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_bab65940977134f2 label a {
  color: #0E3E2F;
  text-decoration: underline;
}
.user-data-form .agreement-checkbox_bab65940977134f2 input[type=checkbox] {
  display: none;
}
.user-data-form .agreement-checkbox_bab65940977134f2 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_bab65940977134f2 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_bab65940977134f2 a {
  position: relative;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.user-data-form .agreement-checkbox_bab65940977134f2 a:hover {
  text-decoration: underline;
  color: #0E3E2F;
}
.user-data-form .line_d096065d5ab8c52e {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.user-data-form .social-use-btn_9c7a5b6f862dd09a {
  font-size: 16px;
  color: #000;
  height: 55px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
}
.user-data-form .social-use-btn_9c7a5b6f862dd09a:hover {
  background: rgba(0, 0, 0, 0.06);
}
.user-data-form .social-use-btn_9c7a5b6f862dd09a img {
  width: 20px;
}
.user-data-form .btn-close_9cc7590259661a58 {
  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_dc21ff5b03937416 .main-count_cf5429700032250a {
  font-size: 64px;
  color: #19352D;
}

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

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

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

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

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

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

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

.card-style-three_04948a8addc31fcf .icon_8029c45c3074d3cf {
  height: 38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-block-one_fbc5523873464212 .img-holder_b9c034933ab4c9ed {
  position: relative;
  overflow: hidden;
}
.portfolio-block-one_fbc5523873464212 .img-holder_b9c034933ab4c9ed.round-border_942e850e716adb32 {
  border-radius: 30px;
}
.portfolio-block-one_fbc5523873464212 .img-holder_b9c034933ab4c9ed .expend_00ed8f7c44db2d89 {
  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_fbc5523873464212 .img-holder_b9c034933ab4c9ed 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_fbc5523873464212 .img-holder_b9c034933ab4c9ed i:hover {
  background: #DFFF5E;
}
.portfolio-block-one_fbc5523873464212:hover .expend_00ed8f7c44db2d89 {
  opacity: 1;
}
.portfolio-block-one_fbc5523873464212:hover .img-meta_9ee28a318a4c0297 {
  transform: scale(1.1) rotate(5deg);
}
.portfolio-block-one_fbc5523873464212:hover .pj-title_74e2287a496e63b0 {
  text-decoration: underline;
}
.portfolio-block-one_fbc5523873464212 .caption {
  margin-top: 35px;
}
.portfolio-block-one_fbc5523873464212 .caption .tag_2b8751735e2db71f {
  margin: 0 -3px;
}
.portfolio-block-one_fbc5523873464212 .caption .tag_2b8751735e2db71f 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_fbc5523873464212 .caption .pj-title_74e2287a496e63b0 {
  font-size: 32px;
  color: #000;
  margin-top: 15px;
}
.portfolio-block-one_fbc5523873464212 .caption .arrow {
  font-size: 26px;
  color: #000;
}
.portfolio-block-one_fbc5523873464212 .caption .arrow:hover {
  color: #0C3A30;
}

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

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

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

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

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

.project-details-two_d061752bf5d71fbc .bg-wrapper_b1ac806d500faa9e {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b {
  height: 100%;
}
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-control-next_14f4a4f187d96ded,
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-control-prev_7fbc79b496649c54 {
  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_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-control-next_14f4a4f187d96ded:hover,
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-control-prev_7fbc79b496649c54:hover {
  background: #29594B;
  color: #fff;
}
.project-details-two_d061752bf5d71fbc .slider-wrapper_7261affaecd9d56b .carousel-control-prev_7fbc79b496649c54 {
  left: auto;
  right: 45px;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f {
  padding: 55px 50px 85px 70px;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f h3 {
  font-size: 36px;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .list-meta_4d5d8c0b8d8ff671 li {
  padding: 22px 0;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .list-meta_4d5d8c0b8d8ff671 .icon_8029c45c3074d3cf {
  width: 40px;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .list-meta_4d5d8c0b8d8ff671 .text1_24153c1b3536da95 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .list-meta_4d5d8c0b8d8ff671 span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .social-share_9193d5f550d5e58a li {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.project-details-two_d061752bf5d71fbc .info-wrapper_2a284c13c7c7bc6f .social-share_9193d5f550d5e58a li a {
  font-size: 20px;
  color: #19352D;
  margin-left: 20px;
}

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

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

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

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

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

.feedback-section-three_12fb9ad85cbd12a2 .slider-wrapper_7261affaecd9d56b {
  padding-left: 100px;
}
.feedback-section-three_12fb9ad85cbd12a2 .slider-wrapper_7261affaecd9d56b .icon_8029c45c3074d3cf {
  left: 0;
  top: 18px;
}
.feedback-section-three_12fb9ad85cbd12a2 .slick-dots_dafdca23d2e5f13b {
  margin: 50px 0 0 15px;
  padding: 0;
}
.feedback-section-three_12fb9ad85cbd12a2 .slick-dots_dafdca23d2e5f13b li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #000;
  padding: 0;
  margin-right: 3px;
}
.feedback-section-three_12fb9ad85cbd12a2 .slick-dots_dafdca23d2e5f13b .slick-active button {
  background: #000;
}
.feedback-section-three_12fb9ad85cbd12a2 .rating-box_a81ffc169ec23b4e {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}
.feedback-section-three_12fb9ad85cbd12a2 .rating-box_a81ffc169ec23b4e .rating_b27b7a62b251c001 {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}
.feedback-section-three_12fb9ad85cbd12a2 .shape_01_dfb80ca689f18dc8 {
  width: 15px;
  top: 7%;
  right: 52%;
}
.feedback-section-three_12fb9ad85cbd12a2 .shape_02_c9761f010ce72db5 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-meta-one_2c869bd0bc893c57 {
  background: #fff;
  border-radius: 30px;
}
.blog-meta-one_2c869bd0bc893c57 .post-data_b518bcd44fede740 {
  padding: 30px 35px 25px;
}
.blog-meta-one_2c869bd0bc893c57 .post-data_b518bcd44fede740 .post-info_c2470e9564b69314 {
  font-size: 18px;
  color: #AAAAAA;
}
.blog-meta-one_2c869bd0bc893c57 .post-data_b518bcd44fede740 .blog-title_2d7b8eface33aa20 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-one_2c869bd0bc893c57 .post-data_b518bcd44fede740 .blog-title_2d7b8eface33aa20:hover {
  text-decoration: underline;
}
.blog-meta-one_2c869bd0bc893c57 .post-img_e675c4176a8d2560 {
  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_2c869bd0bc893c57 .post-img_e675c4176a8d2560 .round-btn_c148e580b3fd628c {
  font-size: 25px;
  width: 55px;
  height: 55px;
  background: #fff;
  color: #19352D;
}
.blog-meta-one_2c869bd0bc893c57:hover .round-btn_c148e580b3fd628c {
  background: #CFFF45;
}
.blog-meta-one_2c869bd0bc893c57.style-two_b3239112851c4450 {
  background: #F6F6F6;
  border-radius: 0;
}
.blog-meta-one_2c869bd0bc893c57.style-two_b3239112851c4450 .post-img_e675c4176a8d2560 {
  border-radius: 0;
}
.blog-meta-one_2c869bd0bc893c57.style-two_b3239112851c4450 .blog-title_2d7b8eface33aa20 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
}

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

.blog-meta-two_0df6b6da249ad130 {
  background: #fff;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 {
  padding-top: 30px;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .blog-title_2d7b8eface33aa20 {
  width: 70%;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .blog-title_2d7b8eface33aa20 h4 {
  font-size: 32px;
  line-height: 1.281em;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .blog-title_2d7b8eface33aa20:hover h4 {
  text-decoration: underline;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .round-btn_c148e580b3fd628c {
  font-size: 25px;
  width: 60px;
  height: 60px;
  border: 1px solid #19352D;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .round-btn_c148e580b3fd628c:hover {
  background: #CFFF45;
  border-color: #CFFF45;
}
.blog-meta-two_0df6b6da249ad130 .post-data_b518bcd44fede740 .post-info_c2470e9564b69314 {
  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_0df6b6da249ad130 .post-img_e675c4176a8d2560 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-meta-two_0df6b6da249ad130 .post-img_e675c4176a8d2560 .date_7f5333b0a0fd1fb5 {
  line-height: 38px;
  font-size: 16px;
  padding: 0 18px;
  text-transform: uppercase;
  background: #fff;
  color: #19352D;
}
.blog-meta-two_0df6b6da249ad130.style-two_b3239112851c4450 {
  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_0df6b6da249ad130.style-two_b3239112851c4450 p {
  font-size: 18px;
}
.blog-meta-two_0df6b6da249ad130.style-two_b3239112851c4450 .post-img_e675c4176a8d2560 {
  height: auto;
  width: 100%;
}
.blog-meta-two_0df6b6da249ad130.style-two_b3239112851c4450 .post-data_b518bcd44fede740 {
  padding: 26px 0;
}
.blog-meta-two_0df6b6da249ad130.style-two_b3239112851c4450 .post-data_b518bcd44fede740 .post-info_c2470e9564b69314 {
  border: none;
  padding: 0;
  margin: 0 0 12px;
}
.blog-meta-two_0df6b6da249ad130.style-two_b3239112851c4450 .post-data_b518bcd44fede740 .round-btn_c148e580b3fd628c {
  border: none;
}

.signup-btn-one_30272b95ea7cba19 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_30272b95ea7cba19 .icon_8029c45c3074d3cf {
  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_cfd2117dde21bd93 {
  z-index: 1;
}
.blog-section-three_cfd2117dde21bd93 .section-btn_58f8da3a99c9263e {
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 1;
}

.blog-section-four_e97382eda8bc168e {
  z-index: 5;
}
.blog-section-four_e97382eda8bc168e.block-feature-three_91d2ae047644f076:before {
  display: none;
}
.blog-section-four_e97382eda8bc168e.block-feature-three_91d2ae047644f076 .block-one_68a96dd57dadf908 {
  background: url(../media/blog/blog_img_05.jpg) no-repeat center;
  height: 666px;
}

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

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

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

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

.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb {
  border-top: 1px dashed #BEBEBE;
  margin-top: 30px;
  padding: 36px 0;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb p {
  line-height: 1.8em;
  margin-bottom: 30px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 {
  text-align: center;
  margin: 62px 0 35px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 .wrapper_9bd67275e86314f0 {
  position: relative;
  padding: 38px 12px 40px;
  border-top: 1px dashed #CBCBCB;
  border-bottom: 1px dashed #CBCBCB;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 .wrapper_9bd67275e86314f0 .icon_8029c45c3074d3cf {
  width: 55px;
  height: 55px;
  background: #29594B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 .wrapper_9bd67275e86314f0 h3 {
  font-size: 36px;
  line-height: 1.444em;
  margin: 0;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 h6 {
  font-size: 20px;
  margin: 24px 0 0;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .quote-wrapper_0bb5b9e9c0475292 h6 span {
  color: rgba(0, 0, 0, 0.5);
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .img-gallery_9c7fd6d9466f2138 {
  margin-bottom: 50px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .img-gallery_9c7fd6d9466f2138 img {
  border-radius: 20px;
  margin-top: 15px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .list-item_27b723f95ea5df62 li {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 33px;
  margin-bottom: 23px;
}
.blog-details_8e852a5b8be118c5 .post-details-meta_2fe25fe3b236b6eb .list-item_27b723f95ea5df62 li:after {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 0.95em;
  top: 3px;
  left: 0;
  color: #000;
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a {
  padding: 10px 0 5px;
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a .tags_054cb8d95199a118 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-right: 7px;
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a .tags_054cb8d95199a118 a {
  line-height: 26px;
  border-radius: 16px;
  background: #fff;
  padding: 0 10px;
  color: #19352D;
  font-size: 16px;
  margin-right: 5px;
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a .tags_054cb8d95199a118 a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a .share-icon_f05919a2e5f6c106 li:first-child {
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.blog-details_8e852a5b8be118c5 .bottom-widget_a485b1cbba26853a .share-icon_f05919a2e5f6c106 a {
  color: #19352D;
  font-size: 18px;
  margin-left: 17px;
}
.blog-details_8e852a5b8be118c5 .grey-bg_c47fc5091856eadf {
  background: #f4f4f4;
  border-radius: 30px;
  padding: 40px 35px;
}
.blog-details_8e852a5b8be118c5 .blog-inner-title_265ffdedeb566d2d {
  font-size: 42px;
  margin-bottom: 10px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d {
  margin: 60px 0;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 {
  border-top: 1px dashed #CBCBCB;
  padding: 38px 0 20px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28:last-child {
  padding-bottom: 5px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .reply-comment_8d570963e58c32f0 {
  border: none;
  padding: 40px 0 30px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .user-avatar_e504f4f6c8746a61 {
  width: 60px;
  height: 60px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f {
  width: calc(100% - 60px);
  padding-left: 25px;
  position: relative;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f .name {
  font-size: 20px;
  color: #19352D;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f .date_7f5333b0a0fd1fb5 {
  font-size: 16px;
  color: #ADADAD;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f p {
  font-size: 18px;
  line-height: 32px;
  margin: 7px 0 10px 0px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f .reply-btn_4511fda9f77e376c {
  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_8e852a5b8be118c5 .blog-comment-area_7ef7aa0cf451607d .comment_d4e71303346dff28 .comment-text_1fd8200a8867045f .reply-btn_4511fda9f77e376c:hover {
  background: #CFFF45;
  color: #19352D;
}
.blog-details_8e852a5b8be118c5 .blog-comment-form_573679e324b4c764 p a {
  color: #19352D;
}
.blog-details_8e852a5b8be118c5 .blog-comment-form_573679e324b4c764 form label {
  font-size: 16px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding-bottom: 5px;
}
.blog-details_8e852a5b8be118c5 .blog-comment-form_573679e324b4c764 form input {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 8px;
  padding: 0 25px;
  background: #fff;
}
.blog-details_8e852a5b8be118c5 .blog-comment-form_573679e324b4c764 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_75e6ca8dba1fec27 {
  height: 600px;
}

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

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

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

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

.footer-one_95b9fc7ef291bdf5 {
  background: #0C3A30;
  padding-top: 95px;
}
.footer-one_95b9fc7ef291bdf5 .bottom-footer_2943ef22bb564402 {
  border-top: 1px dashed rgba(255, 255, 255, 0.25);
  margin-top: 32px;
  padding: 40px 0 25px;
}
.footer-one_95b9fc7ef291bdf5 .social-icon_ed0400ce4e0e49ed 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_95b9fc7ef291bdf5 .social-icon_ed0400ce4e0e49ed a:hover {
  background: #CFFF45;
  color: #29594B;
}
.footer-one_95b9fc7ef291bdf5 .footer-title_c2635ca6340ca7a9 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-one_95b9fc7ef291bdf5 .footer-nav-link_b475ff02e69a38da a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-one_95b9fc7ef291bdf5 .footer-nav-link_b475ff02e69a38da a:hover {
  color: #fff;
}
.footer-nav-link_b475ff02e69a38da p {
  font-size: 16px;
}
.logo_62dd711353a8b6f3 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_9057911f345608d9 {
  min-width: 80px;
  max-height: 40px;
  max-width: 150px;
}
.casino-li_ed2b5965b45e4693 {
  align-content: center;
}

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

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

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

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

.footer-three_ade3b33ce4d3e1a6 {
  padding: 75px 0 0;
  position: relative;
  z-index: 1;
}
.footer-three_ade3b33ce4d3e1a6 .round-bg_bdc331fc1058dbf0 {
  width: 350px;
  height: 350px;
  padding: 15px 15px;
  background: #FFF6C6;
}
.footer-three_ade3b33ce4d3e1a6 .round-bg_bdc331fc1058dbf0.color-two_a6d95cbd60989c43 {
  background: #F6FFDD;
}
.footer-three_ade3b33ce4d3e1a6 .footer-intro_9620cee333ae752e p a {
  font-weight: 500;
  font-size: 24px;
  color: #000;
}
.footer-three_ade3b33ce4d3e1a6 .footer-intro_9620cee333ae752e p a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_ade3b33ce4d3e1a6 .footer-title_c2635ca6340ca7a9 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-three_ade3b33ce4d3e1a6 .footer-nav-link_b475ff02e69a38da a {
  color: rgba(0, 0, 0, 0.5);
  line-height: 46px;
  transition: all 0.2s ease-in-out 0s;
}
.footer-three_ade3b33ce4d3e1a6 .footer-nav-link_b475ff02e69a38da a:hover {
  color: #19352D;
  text-decoration: underline;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 {
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  padding: 40px 0 25px;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .copyright_4404fb804e4809d1 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .bottom-nav_813f0972ad0d16a0 {
  margin: 0 -12px;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .bottom-nav_813f0972ad0d16a0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .bottom-nav_813f0972ad0d16a0 a:hover {
  text-decoration: underline;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .social-icon_ed0400ce4e0e49ed {
  margin: 0 -10px;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .social-icon_ed0400ce4e0e49ed a {
  margin: 0 10px;
}
.footer-three_ade3b33ce4d3e1a6 .bottom-footer_2943ef22bb564402 .social-icon_ed0400ce4e0e49ed a:hover {
  color: #19352D;
}
.footer-three_ade3b33ce4d3e1a6 .shape_01_dfb80ca689f18dc8 {
  top: -3%;
  left: -3%;
}
.footer-three_ade3b33ce4d3e1a6 .shape_02_c9761f010ce72db5 {
  bottom: 8%;
  right: 13%;
  animation: rotated 48s infinite linear;
}

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

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

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

.footer-five_1665722ec23fd881 {
  background: #000;
  padding: 105px 0 20px;
  z-index: 1;
  overflow: hidden;
}
.footer-five_1665722ec23fd881:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: url(../media/assets_c66f353ff0/bg_07.svg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
}
.footer-five_1665722ec23fd881 h2 {
  font-size: 132px;
  line-height: 1.185em;
}
.footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 {
  padding: 15px 15px 15px 55px;
  border-radius: 80px;
  background: #DFFF5E;
  margin: 85px 0 110px;
}
.footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 h3 {
  font-size: 70px;
  color: #000;
  margin: 0;
}
.footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 h3 span {
  font-weight: 700;
  font-style: italic;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
}
.footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 .round-btn_c148e580b3fd628c {
  width: 125px;
  height: 125px;
  text-align: center;
  font-size: 55px;
  color: #DFFF5E;
  background: #101010;
}
.footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 .round-btn_c148e580b3fd628c:hover, .footer-five_1665722ec23fd881 .btn-group_8edee766a4351a39 .round-btn_c148e580b3fd628c:focus {
  background: #29594B;
  color: #fff;
}
.footer-five_1665722ec23fd881 .social-icon_ed0400ce4e0e49ed {
  margin: 0 -20px;
}
.footer-five_1665722ec23fd881 .social-icon_ed0400ce4e0e49ed a {
  color: #fff;
  margin: 0 20px;
}
.footer-five_1665722ec23fd881 .social-icon_ed0400ce4e0e49ed a:hover {
  color: #DFFF5E;
}
.footer-five_1665722ec23fd881 .bottom-nav_813f0972ad0d16a0 {
  margin: 0 -12px;
}
.footer-five_1665722ec23fd881 .bottom-nav_813f0972ad0d16a0 a {
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  color: #fff;
}
.footer-five_1665722ec23fd881 .bottom-nav_813f0972ad0d16a0 a:hover {
  text-decoration: underline;
}
.footer-five_1665722ec23fd881 .shape_01_dfb80ca689f18dc8 {
  top: 11%;
  right: 10%;
  width: 3.4%;
  animation: rotated 48s infinite linear;
}
.footer-five_1665722ec23fd881 .shape_02_c9761f010ce72db5 {
  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_e0b3e1aabbe355da {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce_1d3130a22164e072 {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash_b96bfe22c848bdde {
  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_18ea53e00bb03a9e {
  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_e1469904733497b2 {
  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_178bea749885feb2 {
  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_44583becb5e01dd0 {
  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_1713aabe246436b3 {
  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_01c9a3645712592c {
  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_ff5ec117158a48a8 {
  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_01f40c41ca2338d5 {
  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_f62d4babf2c2626d {
  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_5f88019b1e74c44e {
  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_5b068395709a8326 {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown_71d62cc23c18f78f {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft_c17d4d395e365e5c {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight_0a8c1ae5c66f5864 {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp_33d05f8f7e14a818 {
  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_4e996bcded29cddb {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig_1b5203c28d0f4c17 {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft_82c4f7a5095d2ac4 {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig_6eb7243593102e05 {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight_824f5578d51b4edd {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig_0076c7765f8e6999 {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp_d3c7552eeba88ae5 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig_0e687dbe29ebdc5c {
  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_7c3088733cc3ddac {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig_7d688ed82413f654 {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft_99d5e4a42766384e {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig_c1d608aa56a0e1dd {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight_60daf0d53634951a {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig_632c09fe0bb871d5 {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp_a084cbe9303a29ed {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig_6775caf3d29bbbe3 {
  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_caae1dbfd771bcc9 {
  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_d88376ad4bcea6b5 {
  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_e35aafe2c2d9c41d {
  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_c033e935ef177c75 {
  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_fc528e0be836317d {
  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_841452164ccef00a {
  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_c58d76b3e2bb45a4 {
  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_49ee265b4fc24bb1 {
  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_1499478280668484 {
  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_f7cdb31936df0d5c {
  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_b0673f4d9035c283 {
  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_320bf42a1aa6d3a0 {
  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_5b4b18c2bd6ada3a {
  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_b69e35871d0a88f4 {
  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_a8c6bfba0e245e9c {
  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_f94d4a16d65de2b3 {
  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_261f23e8772f792e {
  animation-name: rotateOutUpRight;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp_dd8ea43d44769c15 {
  animation-name: slideInUp;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown_bf59ca15ff918556 {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft_b4c6015504ecaac8 {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight_32c6d8df8cb72359 {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft_ab55ddaae0564b6c {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight_2745ddbd60e356be {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp_a8f01171d40ccc0d {
  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_e0b3e1aabbe355da {
  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_2631eb0160994c54 {
  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_c2b767cb1e128307 {
  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_01b837da986e8b57 .theme-select-menu_0f45da831bdae52f {
  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_8366eeea234bf621 {
  overflow: hidden;
}
.product-block-one_8366eeea234bf621 .img-holder_b9c034933ab4c9ed {
  position: relative;
  background: #F5F5F5;
  z-index: 5;
  margin-bottom: 22px;
}
.product-block-one_8366eeea234bf621 .img-holder_b9c034933ab4c9ed .cart-icon_5b9b6ecba786187a {
  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_8366eeea234bf621 .img-holder_b9c034933ab4c9ed .cart-icon_5b9b6ecba786187a:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8366eeea234bf621 .img-holder_b9c034933ab4c9ed .cart-button_f5390d2d9471e1dc {
  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_8366eeea234bf621 .img-holder_b9c034933ab4c9ed .cart-button_f5390d2d9471e1dc:hover {
  color: #19352D;
  background: #CFFF45;
}
.product-block-one_8366eeea234bf621 .product-title_01887505e4edd1b4 {
  font-weight: 500;
  color: #19352D;
  font-size: 20px;
  text-transform: capitalize;
}
.product-block-one_8366eeea234bf621 .rating_b27b7a62b251c001 {
  margin: 0 -3px;
}
.product-block-one_8366eeea234bf621 .rating_b27b7a62b251c001 li {
  font-size: 15px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-block-one_8366eeea234bf621 .rating_b27b7a62b251c001 li .bi-star-fill_132ae2b8321cfe94 {
  color: #FFCB65;
}
.product-block-one_8366eeea234bf621 .price_7cff449779e300cf {
  font-weight: 500;
  font-size: 22px;
  color: #0E3E2F;
  margin-top: 10px;
}
.product-block-one_8366eeea234bf621:hover .cart-button_f5390d2d9471e1dc {
  opacity: 1;
  transform: translateY(0);
}
.product-block-one_8366eeea234bf621:hover .product-img_d5aa5b7133292075 {
  transform: scale(0.95);
}
.product-block-one_8366eeea234bf621:hover .cart-icon_5b9b6ecba786187a {
  opacity: 1;
  transform: scale(1);
}
.product-block-one_8366eeea234bf621:hover .product-title_01887505e4edd1b4 {
  text-decoration: underline;
}

.product-details-one_7df154b42d3a78e4 .product-img-tab_49ab3cd1089ed86f {
  border: none;
}
.product-details-one_7df154b42d3a78e4 .product-img-tab_49ab3cd1089ed86f .nav-link {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 5px 0;
  height: 88px;
  margin-bottom: 12px;
}
.product-details-one_7df154b42d3a78e4 .product-img-tab_49ab3cd1089ed86f .nav-link img {
  max-height: 100%;
}
.product-details-one_7df154b42d3a78e4 .product-img-tab_49ab3cd1089ed86f .nav-link.active {
  background: #fff;
  border-color: #000;
}
.product-details-one_7df154b42d3a78e4 .product-img-tab-content_297e1399c7a1789b {
  background: #F6F6F6;
  padding: 20px;
}
.product-details-one_7df154b42d3a78e4 .product-img-tab-content_297e1399c7a1789b img {
  margin: auto;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .stock-tag_a1a2d552ae284f1f {
  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_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .product-name_ae39632df4d078eb {
  text-transform: capitalize;
  font-size: 32px;
  margin: 25px 0 15px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .rating_b27b7a62b251c001 li {
  font-size: 15px;
  margin-right: 6px;
  color: #B3B3B3;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .rating_b27b7a62b251c001 li .bi-star-fill_132ae2b8321cfe94 {
  color: #FFCB65;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .rating_b27b7a62b251c001 li a {
  font-size: 17px;
  color: #000;
  margin-left: 12px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .rating_b27b7a62b251c001 li a:hover {
  text-decoration: underline;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .price_7cff449779e300cf {
  font-size: 26px;
  font-weight: 700;
  color: #29594B;
  padding: 25px 0 5px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .price_7cff449779e300cf del {
  font-size: 0.7em;
  opacity: 0.6;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .availability_af29dc9afc62f4b9 {
  color: #989CA2;
  font-size: 17px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .description-text_57bb4d917996a86f {
  padding: 10px 0 15px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .product-feature_d9dce8b158844c8d {
  margin-bottom: 20px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .product-feature_d9dce8b158844c8d li {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .product-feature_d9dce8b158844c8d li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .customize-order_7695bea3691e0597 h6 {
  font-size: 18px;
  margin: 0 15px 0 0;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .customize-order_7695bea3691e0597 .quantity_b96c75f26047f33c .button-group_b0c36811ab71397b {
  border: 1px solid #e3e3e3;
  display: inline-block;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .customize-order_7695bea3691e0597 .quantity_b96c75f26047f33c .button-group_b0c36811ab71397b li {
  line-height: 40px;
  max-height: 40px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .customize-order_7695bea3691e0597 .quantity_b96c75f26047f33c .button-group_b0c36811ab71397b li button {
  font-size: 25px;
  color: #C9C9C9;
  background: transparent;
  width: 32px;
}
.product-details-one_7df154b42d3a78e4 .product-info_12b2cb6f9ad28b88 .customize-order_7695bea3691e0597 .quantity_b96c75f26047f33c .button-group_b0c36811ab71397b 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_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .nav-tabs_4bb17f4e17843ae3 {
  border-bottom: 1px solid #EBEBEB;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .nav-tabs_4bb17f4e17843ae3 .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_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .nav-tabs_4bb17f4e17843ae3 .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_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .nav-tabs_4bb17f4e17843ae3 .nav-link.active:before {
  transform: scale(1);
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .nav-tabs_4bb17f4e17843ae3 .nav-item:last-child .nav-link {
  margin-right: 0;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .tab-content_c8f720ec67fa5a8b h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 18px;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .tab-content_c8f720ec67fa5a8b .product-feature_d9dce8b158844c8d li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .tab-content_c8f720ec67fa5a8b .product-feature_d9dce8b158844c8d li:before {
  content: "\f633";
  position: absolute;
  font-family: "bootstrap-icons";
  top: 2px;
  left: 0;
  color: #29594B;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .single-comment_cfc4d9e7a3b19e8f {
  padding-bottom: 40px;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .single-comment_cfc4d9e7a3b19e8f:last-child {
  padding-bottom: 0;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-img_6aab832c584212a5 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-comment-data_fcb396b3af999a69 {
  padding-left: 30px;
  position: relative;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-comment-data_fcb396b3af999a69 .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-comment-data_fcb396b3af999a69 .rating_b27b7a62b251c001 li {
  font-size: 14px;
  margin: 0 3px;
  color: #B3B3B3;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-comment-data_fcb396b3af999a69 .rating_b27b7a62b251c001 li .bi-star-fill_132ae2b8321cfe94 {
  color: #FFCB65;
}
.product-details-one_7df154b42d3a78e4 .product-review-tab_cbe883b34e1a19d5 .user-comment-area_98f8a54321223c48 .user-comment-data_fcb396b3af999a69 p {
  padding-top: 8px;
}

.cart-list-form_05a00d0f3cb8b41f {
  position: relative;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd {
  margin: 0;
  background: transparent;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd 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_05a00d0f3cb8b41f .table_361d7b0c8372d8cd th:first-child {
  text-align: left;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody td {
  padding: 0 0 70px;
  border: none;
  vertical-align: middle;
  text-align: center;
  background: transparent;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody tr:first-child td {
  padding-top: 60px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody tr:last-child td {
  padding-bottom: 40px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-thumbnails_611fc3194b84b033 {
  width: 85px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-thumbnails_611fc3194b84b033 img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-thumbnails_611fc3194b84b033 .product-img_d5aa5b7133292075 {
  display: block;
  max-width: 85px;
  max-height: 85px;
  overflow: hidden;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-info_12b2cb6f9ad28b88 {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-info_12b2cb6f9ad28b88 .product-name_ae39632df4d078eb {
  font-weight: 700;
  font-size: 20px;
  color: #19352D;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-info_12b2cb6f9ad28b88 .serial_fd6090cf2b4e5cde {
  font-size: 15px;
  color: rgba(31, 31, 31, 0.5);
  padding-bottom: 6px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .product-info_12b2cb6f9ad28b88 ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-right: 15px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .price_7cff449779e300cf {
  font-weight: 500;
  font-size: 18px;
  color: #19352D;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .quantity_b96c75f26047f33c li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .quantity_b96c75f26047f33c li .btn_4f0b17e0042de17c {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #1d1d1d;
  background: transparent;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .quantity_b96c75f26047f33c 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_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .remove-product_cec6b173df49b560 {
  color: #000;
  font-size: 22px;
}
.cart-list-form_05a00d0f3cb8b41f .table_361d7b0c8372d8cd tbody .remove-product_cec6b173df49b560:hover {
  color: #ff2759;
}
.cart-list-form_05a00d0f3cb8b41f .cart-footer_2e758c1cd13836ce {
  border-top: 2px solid #545454;
  margin-top: 28px;
  padding-top: 40px;
}
.cart-list-form_05a00d0f3cb8b41f .cart-footer_2e758c1cd13836ce .coupon-form_3a09824f542c0fbe input {
  width: 240px;
  height: 50px;
  border: none;
  border-bottom: 2px solid #545454;
  font-size: 18px;
  margin-right: 30px;
  background: transparent;
}
.cart-list-form_05a00d0f3cb8b41f .cart-footer_2e758c1cd13836ce .cart-total-section_fe9c646372721971 {
  text-align: right;
  padding-right: 82px;
}
.cart-list-form_05a00d0f3cb8b41f .cart-footer_2e758c1cd13836ce .cart-total-section_fe9c646372721971 .cart-total-table_a75633a807f46a0b 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_05a00d0f3cb8b41f .cart-footer_2e758c1cd13836ce .cart-total-section_fe9c646372721971 .cart-total-table_a75633a807f46a0b tr td {
  font-size: 18px;
  font-weight: 500;
  color: #19352D;
  padding-bottom: 16px;
}

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

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

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

.fancybox-active_5274c47570d61954 {
  height: auto;
}

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

.fancybox-caption_f082b0df243c4a76, .fancybox-infobar_182d4b5ccef88de8, .fancybox-navigation_8072be5b00374581 .fancybox-button_92a0659ec903c0f6, .fancybox-toolbar_7632c71aca056098 {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption_410af588f8f11385 .fancybox-caption_f082b0df243c4a76, .fancybox-show-infobar_f28e4806db58205f .fancybox-infobar_182d4b5ccef88de8, .fancybox-show-nav_c0817d1955d55ee8 .fancybox-navigation_8072be5b00374581 .fancybox-button_92a0659ec903c0f6, .fancybox-show-toolbar_8157e0d5931a0ef9 .fancybox-toolbar_7632c71aca056098 {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

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

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

.fancybox-is-open_07466b5a3977fc74 .fancybox-stage_557634ab0a767a0f {
  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_124cd9894ccf553b .fancybox-slide, .fancybox-slide--current_a4fb1773d38e571f, .fancybox-slide--next_8e08480335eb7a7b, .fancybox-slide--previous_1136e5f09f56a770 {
  display: block;
}

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

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

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

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

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

.fancybox-content_f010a74a0821468a {
  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_b2d3233e212a42f8 .fancybox-content_f010a74a0821468a {
  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_63a1f4fce6fc63e3 .fancybox-content_f010a74a0821468a {
  cursor: zoom-out;
}

.fancybox-can-zoomIn_d4483d49f68b7b21 .fancybox-content_f010a74a0821468a {
  cursor: zoom-in;
}

.fancybox-can-drag_26777f8ba1e105e3 .fancybox-content_f010a74a0821468a {
  cursor: grab;
}

.fancybox-is-dragging_3792b3e7f696357f .fancybox-content_f010a74a0821468a {
  cursor: grabbing;
}

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

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

.fancybox-slide--html_e19d157f58090355 .fancybox-content_f010a74a0821468a {
  margin-bottom: 6px;
}

.fancybox-slide--iframe_bad4e14097c38780 .fancybox-content_f010a74a0821468a, .fancybox-slide--map_0ff2c2ae1f75640e .fancybox-content_f010a74a0821468a, .fancybox-slide--video_ca1bd99af0f4d5ee .fancybox-content_f010a74a0821468a {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video_ca1bd99af0f4d5ee .fancybox-content_f010a74a0821468a {
  background: #000;
}

.fancybox-slide--map_0ff2c2ae1f75640e .fancybox-content_f010a74a0821468a {
  background: #e5e3df;
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--play_332196ef3c2dc35a svg path, .fancybox-button--share_7282c897b7f0364d svg path, .fancybox-button--thumbs_74c9a851506953fd svg path {
  fill: currentColor;
}

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

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

.fancybox-show-nav_c0817d1955d55ee8 .fancybox-navigation_8072be5b00374581 .fancybox-button_92a0659ec903c0f6 {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

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

.fancybox-navigation_8072be5b00374581 .fancybox-button--arrow_left_9749975319ed6e57 {
  left: 6px;
}

.fancybox-navigation_8072be5b00374581 .fancybox-button--arrow_right_de5935b18c3d7347 {
  right: 6px;
}

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

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

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

.fancybox-slide--iframe_bad4e14097c38780 .fancybox-close-small_a54e83d945357a0a, .fancybox-slide--image_b2d3233e212a42f8 .fancybox-close-small_a54e83d945357a0a, .fancybox-slide--video_ca1bd99af0f4d5ee .fancybox-close-small_a54e83d945357a0a {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe_bad4e14097c38780 .fancybox-close-small_a54e83d945357a0a:hover svg, .fancybox-slide--image_b2d3233e212a42f8 .fancybox-close-small_a54e83d945357a0a:hover svg, .fancybox-slide--video_ca1bd99af0f4d5ee .fancybox-close-small_a54e83d945357a0a:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling_baa6d55e84252d4e .fancybox-close-small_a54e83d945357a0a, .fancybox-is-zoomable_d4cd11f319b2570b.fancybox-can-drag_26777f8ba1e105e3 .fancybox-close-small_a54e83d945357a0a {
  display: none;
}

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

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

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

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

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

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

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

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

.fancybox-fx-fade_adcee3b62d9077b5.fancybox-slide--next_8e08480335eb7a7b, .fancybox-fx-fade_adcee3b62d9077b5.fancybox-slide--previous_1136e5f09f56a770 {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade_adcee3b62d9077b5.fancybox-slide--current_a4fb1773d38e571f {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input_b06dc86d6a505652 {
  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_ceec6c377673e5b5 {
  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_3a8549f6b267c0ea {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs_4bcc810fe4139dfc .fancybox-thumbs_ceec6c377673e5b5 {
  display: block;
}

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

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

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

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

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

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

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

.fancybox-thumbs_ceec6c377673e5b5 > 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_ceec6c377673e5b5 .fancybox-thumbs-active_8b3f007a074ffe2d:before {
  opacity: 1;
}

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

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

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

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

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

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

.slick-slider_bc56c008af0acfc1 .slick-track_85bf2630c776e7b1,
.slick-slider_bc56c008af0acfc1 .slick-list_05d51e21eeffad02 {
  transform: translate3d(0, 0, 0);
}

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

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

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

.slick-loading_2221db4d8b69c048 .slick-track_85bf2630c776e7b1 {
  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_2221db4d8b69c048 img {
  display: none;
}

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

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

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

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

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