/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Poppins";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Poppins-Black.woff") format('woff'), url("../fonts/Poppins-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/Poppins-ExtraBold.woff") format('woff'), url("../fonts/Poppins-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Poppins-Bold.woff") format('woff'), url("../fonts/Poppins-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Poppins-SemiBold.woff") format('woff'), url("../fonts/Poppins-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Poppins-Medium.woff") format('woff'), url("../fonts/Poppins-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Poppins-Regular.woff") format('woff'), url("../fonts/Poppins-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Poppins";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Poppins-Light.woff") format('woff'), url("../fonts/Poppins-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/NotoSans-Black.woff") format('woff'), url("../fonts/NotoSans-Black.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/NotoSans-ExtraBold.woff") format('woff'), url("../fonts/NotoSans-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NotoSans-Bold.woff") format('woff'), url("../fonts/NotoSans-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/NotoSans-SemiBold.woff") format('woff'), url("../fonts/NotoSans-SemiBold.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/NotoSans-Medium.woff") format('woff'), url("../fonts/NotoSans-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSans-Regular.woff") format('woff'), url("../fonts/NotoSans-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/NotoSans-Light.woff") format('woff'), url("../fonts/NotoSans-Light.woff2") format('woff2');
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BebasNeue-Regular.woff") format('woff'), url("../fonts/BebasNeue-Regular.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1540, .row1480, .row1450, .row1440, .row1340, .row1270, .row1200, .row1170, .row {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1450 {
  width: 1450px;
}
.row1440 {
  width: 1440px;
}
.row1340 {
  width: 1340px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #d12030;
  color: #fff;
}
body ::selection {
  background: #d12030;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: 1px solid #000;
  background: #fff;
  color: #222;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  height: 66px;
  padding: 0 5px 0 20px;
  width: 100%;
  border-radius: 12px;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
  font-style: italic;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
  font-style: italic;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  opacity: 1;
  font-style: italic;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #d12030;
}
textarea {
  resize: none;
  height: 164px;
  padding: 10px 5px 10px 20px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
h1 {
  font-size: 80px;
}
@media (max-width: 1380px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 60px;
}
@media (max-width: 1380px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 45px;
}
@media (max-width: 1380px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 19px;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #d12030;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d12030;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #bb1d2b;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.h-start {
  justify-content: flex-start;
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow-x: clip;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #d12030;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 15px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid transparent;
  outline: 0;
  background: #d12030;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  background: #ae1b28;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #8f1621;
}
.btn.white {
  background-color: #fff;
  color: #d12030;
}
.btn.white:hover {
  background-color: #d12030;
  color: #fff;
}
.btn.transparent {
  background-color: transparent;
  border-color: #fff;
}
.btn.transparent:hover {
  background-color: #d12030;
}
.btn.black {
  background-color: #000;
  color: #fff;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wys {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}
.wys ul li {
  line-height: 1.4;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  padding-bottom: 20px;
}
.wys ul li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 26px;
  left: 0;
  top: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07635 18.4934C4.5331 18.4934 0.839844 14.8001 0.839844 10.2568C0.839844 5.71356 4.5331 2.02026 9.07635 2.02026C11.1597 2.02026 13.1148 2.77695 14.638 4.1732C14.1313 4.47278 13.6424 4.80461 13.1721 5.1638C12.018 4.23272 10.583 3.72008 9.07635 3.72008C5.47575 3.72008 2.53966 6.65622 2.53966 10.2568C2.53966 13.8574 5.47575 16.7936 9.07635 16.7936C14.0863 16.7936 17.0607 11.4383 14.9058 7.27462C15.2324 6.97092 15.5686 6.67655 15.9136 6.39201C16.0154 6.30799 16.1182 6.22475 16.2217 6.14235C16.9425 7.38735 17.313 8.79894 17.313 10.2568C17.313 14.8001 13.6196 18.4934 9.07635 18.4934Z' fill='%23D12030'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.29275 14.491C9.20005 14.491 9.12278 14.4292 9.09188 14.3519C9.07645 14.321 7.74744 10.8904 5.69216 9.59231C5.29036 9.34506 4.98136 9.08234 5.10496 8.49511C5.22856 7.92334 5.61493 7.59883 6.31029 7.44428C7.54652 7.18156 8.87549 9.09777 9.37003 9.88592C11.1007 7.36705 14.5623 3.41099 19.6 2.9474C19.8431 2.91891 19.9329 3.27915 19.7082 3.38009C19.6309 3.41099 12.4297 6.70259 9.50906 14.3674C9.46273 14.4446 9.38546 14.491 9.29275 14.491Z' fill='%23D12030'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins', sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #000;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #d12030;
  background: #d12030;
}
#top {
  min-height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #top {
    min-height: 350px;
  }
}
@media (max-width: 768px) {
  #top {
    min-height: 250px;
  }
}
#top > div {
  position: relative;
  z-index: 5;
}
#top > div .wys * {
  color: #fff;
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
  margin-left: auto;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  box-shadow: 0 7px 0 0 #333, 0 -7px 0 0 #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #d12030;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #d12030;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #d12030;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination span.dots, .numbered_pagination a.next, .numbered_pagination span.next, .numbered_pagination a.prev, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 100;
  will-change: transform, opacity;
  background-color: #fff;
}
header > .flex {
  gap: 10px;
}
header #logo {
  opacity: 1;
  color: #181818;
  position: relative;
  z-index: 5;
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-basis: 15%;
  flex-basis: 15%;
  max-width: 15%;
}
@media (max-width: 1280px) {
  header #logo {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media (max-width: 1140px) {
  header #logo {
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-basis: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  header #logo {
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-basis: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }
}
@media (max-width: 576px) {
  header #logo {
    -webkit-flex-basis: 140px;
    -moz-flex-basis: 140px;
    -ms-flex-basis: 140px;
    flex-basis: 140px;
    max-width: 140px;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
@media (max-width: 1140px) {
  header .right-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
  }
}
header .right-header .top-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 80px;
  padding: 10px 0 20px;
}
@media (max-width: 1380px) {
  header .right-header .top-header {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  header .right-header .top-header {
    gap: 20px;
  }
}
@media (max-width: 1140px) {
  header .right-header .top-header {
    padding: 0;
  }
}
@media (max-width: 576px) {
  header .right-header .top-header {
    display: none;
  }
}
header .right-header .top-header .info-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}
header .right-header .top-header .info-label .icon {
  width: 54px;
  height: 54px;
  background-color: #d12030;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1280px) {
  header .right-header .top-header .info-label .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1140px) {
  header .right-header .top-header .info-label.main-address {
    display: none;
  }
}
header .right-header .top-header .info-label.main-address span {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1350px) {
  header .right-header .top-header .info-label.main-address span {
    font-size: 16px;
  }
}
header .right-header .top-header .info-label.main-phone {
  gap: 0;
}
@media (max-width: 1140px) {
  header .right-header .top-header .info-label.main-phone {
    display: none;
  }
}
header .right-header .top-header .info-label.main-phone .icon {
  width: 64px;
  height: 64px;
  border: 5px solid #fff;
  margin-right: -10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  header .right-header .top-header .info-label.main-phone .icon {
    width: 55px;
    height: 55px;
  }
}
header .right-header .top-header .info-label.main-phone span {
  background-color: #000;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 7px 20px;
}
@media (max-width: 1350px) {
  header .right-header .top-header .info-label.main-phone span {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  header .right-header .top-header .info-label.main-phone span {
    font-size: 16px;
  }
}
header .right-header .top-header .btn {
  border-radius: 50px;
  padding: 20px 40px;
}
header .right-header .main-header-menu {
  background-color: #000;
  position: relative;
  padding: 7px 0;
}
@media (max-width: 1140px) {
  header .right-header .main-header-menu {
    background-color: transparent;
  }
}
header .right-header .main-header-menu:after, header .right-header .main-header-menu:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  top: 0;
  bottom: 0;
  width: 5000px;
  z-index: 1;
}
@media (max-width: 1140px) {
  header .right-header .main-header-menu:after, header .right-header .main-header-menu:before {
    display: none;
  }
}
header .right-header .main-header-menu:before {
  left: 1px;
  transform: translateX(-100%);
}
header .right-header .main-header-menu:after {
  right: 1px;
  transform: translateX(100%);
}
header .right-header .main-header-menu .main_nav .level_a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 70px;
}
@media (max-width: 1550px) {
  header .right-header .main-header-menu .main_nav .level_a {
    gap: 50px;
  }
}
@media (max-width: 1380px) {
  header .right-header .main-header-menu .main_nav .level_a {
    gap: 35px;
  }
}
@media (max-width: 1280px) {
  header .right-header .main-header-menu .main_nav .level_a {
    gap: 25px;
  }
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li:hover > a {
  color: #d12030;
}
.main_nav .level_a > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.main_nav .level_a > li.menu-item-has-children .fa-solid {
  display: block;
  font-size: 14px;
  color: #000;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  bottom: -15px;
  transform: translateY(110%);
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 25px;
  padding: 10px 0;
  border-top: 3px solid #e24250;
  border-bottom: 3px solid #e24250;
  background: #d12030;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #e96e79;
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
footer {
  background: #000;
  color: #fff;
}
footer .footer-main-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px 70px;
  padding: 70px 0 40px;
}
@media (max-width: 1024px) {
  footer .footer-main-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
  }
}
@media (max-width: 576px) {
  footer .footer-main-wrapper {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 35px 0;
  }
}
footer .footer-main-wrapper .col .col-title h4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  footer .footer-main-wrapper .col .col-title h4 {
    margin-bottom: 20px;
  }
}
footer .footer-main-wrapper .col .col-links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
footer .footer-main-wrapper .col .col-links a {
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .footer-main-wrapper .col .col-links a:hover {
  color: #d12030;
}
footer .footer-main-wrapper .col .col-some .some {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 576px) {
  footer .footer-main-wrapper .col .col-some .some {
    justify-content: center;
    margin: 30px 0 20px;
  }
}
footer .footer-main-wrapper .col .col-some .some a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
footer .footer-main-wrapper .col .col-some .some a:hover {
  color: #d12030;
}
footer .footer-main-wrapper .col.logo-col #f-logo {
  display: block;
  margin-bottom: 35px;
}
footer .footer-main-wrapper .col.logo-col .text h4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}
@media (max-width: 576px) {
  footer .footer-main-wrapper .col.contact-col {
    order: 1;
  }
}
footer .footer-main-wrapper .col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 576px) {
  footer .footer-main-wrapper .col-fluid {
    order: 2;
  }
}
footer .footer-main-wrapper .col-fluid.privacy-links a {
  color: #555;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
}
footer .footer-main-wrapper .col-fluid.privacy-links a:last-child:after {
  display: none;
}
footer .footer-main-wrapper .col-fluid.privacy-links a:after {
  content: '|';
  display: inline-block;
  margin-left: 10px;
}
footer .footer-main-wrapper .col-fluid.privacy-links a:hover {
  color: #d12030;
}
footer .footer-main-wrapper .col-fluid.privacy-links a:hover:after {
  color: #555;
}
footer .copyright {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
.chose-independence-block {
  background: #ededed;
  position: relative;
  overflow: hidden;
}
.chose-independence-block:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 30px;
  width: 1611px;
  max-width: 100%;
  height: 186px;
  background-image: url("../img/bubble-chose.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.chose-independence-block .row1440 {
  position: relative;
  z-index: 2;
}
.chose-independence-block .chose-independence-block-info {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .chose-independence-block .chose-independence-block-info {
    margin-bottom: 25px;
  }
}
.chose-independence-block .chose-independence-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.chose-independence-block .chose-independence-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .chose-independence-block .chose-independence-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.chose-independence-block .chose-independence-block-item {
  background: #d12030;
  border-radius: 12px;
  padding: 45px 36px;
}
@media (max-width: 1240px) {
  .chose-independence-block .chose-independence-block-item {
    padding: 35px 25px;
  }
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-item {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .chose-independence-block .chose-independence-block-item {
    padding: 25px 15px;
  }
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-item:last-child {
    margin-bottom: 0;
  }
}
.chose-independence-block .chose-independence-block-item h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-item h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .chose-independence-block .chose-independence-block-item h4 {
    font-size: 20px;
  }
}
.chose-independence-block .chose-independence-block-item ul {
  margin-bottom: 20px;
}
.chose-independence-block .chose-independence-block-item li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 119%;
  margin-bottom: 20px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .chose-independence-block .chose-independence-block-item li {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .chose-independence-block .chose-independence-block-item li {
    padding-left: 25px;
  }
}
.chose-independence-block .chose-independence-block-item li:last-child {
  margin-bottom: 0;
}
.chose-independence-block .chose-independence-block-item li:after {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background-image: url("../img/check-black.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.chose-independence-block .chose-independence-block-item:nth-child(even) {
  background: #000;
}
.chose-independence-block .chose-independence-block-item:nth-child(even) li:after {
  background-image: url("../img/check-icon.svg");
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff;
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff;
}
.white-color a:not(.btn):hover {
  color: #d12030;
}
.image-info-block {
  background: #000;
  position: relative;
  overflow: hidden;
}
.image-info-block:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  width: 1148px;
  max-width: 70%;
  height: 410px;
  max-height: 100%;
  background-image: url("../img/img-bubble2.png");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1640px) {
  .image-info-block:before {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .image-info-block:before {
    max-width: 35%;
  }
}
@media (max-width: 480px) {
  .image-info-block:before {
    max-width: 30%;
  }
}
.image-info-block .image-info-block-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .image-info-block .image-info-block-text {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .image-info-block .image-info-block-text {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .image-info-block .image-info-block-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .image-info-block .image-info-block-text {
    padding: 30px 0;
  }
}
.image-info-block .image-info-block-text .text h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1024px) {
  .image-info-block .image-info-block-text .text h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .image-info-block .image-info-block-text .text h4 {
    font-size: 20px;
  }
}
.image-info-block .image-box {
  overflow: hidden;
  width: 46%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(27% 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .image-info-block .image-box {
    display: block;
    height: 400px;
    width: 100%;
    position: relative;
    clip-path: none;
  }
}
.image-info-block .image-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.image-info-block .image-box .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.image-info-block.reverse:before {
  right: 30px;
  left: unset;
  width: 1108px;
  height: 351px;
  background-image: url("../img/img-bubble.png");
}
.image-info-block.reverse .flex {
  flex-direction: row-reverse;
}
.image-info-block.reverse .image-box {
  right: unset;
  left: 0;
  clip-path: polygon(0 0, 73% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .image-info-block.reverse .image-box {
    clip-path: none;
  }
}
.image-info-block-v2 {
  overflow: hidden;
  position: relative;
  padding: 80px 0;
  margin: 100px auto;
}
@media (max-width: 1024px) {
  .image-info-block-v2 {
    padding: 40px 0;
    margin: 40px auto;
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 {
    padding: 0;
    margin: 30px auto;
  }
}
.image-info-block-v2 .image-info-block-text {
  background-color: #d12030;
  padding: 65px 120px 65px 0;
  position: relative;
  border-radius: 0 12px 15px 0;
  transform: skew(-30deg);
}
@media (max-width: 1024px) {
  .image-info-block-v2 .image-info-block-text {
    padding: 35px 100px 35px 0;
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-info-block-text {
    padding: 25px 20px 25px;
    transform: none;
    border-radius: 12px;
  }
}
.image-info-block-v2 .image-info-block-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: 1px;
  background-color: #d12030;
  transform: translateX(-100%);
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-info-block-text:before {
    display: none;
  }
}
.image-info-block-v2 .image-info-block-text .text {
  transform: skew(30deg);
  max-width: 610px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-info-block-text .text {
    max-width: none;
    transform: none;
  }
}
.image-info-block-v2 .image-info-block-text .text p {
  line-height: 2;
}
@media (max-width: 1024px) {
  .image-info-block-v2 .image-info-block-text .text p {
    line-height: 1.5;
  }
}
.image-info-block-v2 .image-info-block-text .text h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 1024px) {
  .image-info-block-v2 .image-info-block-text .text h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-info-block-text .text h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-info-block-text .text br {
    display: none;
  }
}
.image-info-block-v2 .image-box {
  position: absolute;
  top: 50%;
  right: -2%;
  height: 100%;
  width: 74%;
  border-radius: 12px 0 0 15px;
  overflow: hidden;
  transform: skew(-30deg) translateY(-50%);
  z-index: -1;
  background-color: #000;
}
@media (max-width: 1480px) {
  .image-info-block-v2 .image-box {
    width: 80%;
  }
}
@media (max-width: 1140px) {
  .image-info-block-v2 .image-box {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .image-info-block-v2 .image-box {
    transform: skew(0deg) translateY(-50%);
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-box {
    position: relative;
    right: 0;
    transform: none;
    top: 0;
    margin-top: -50px;
    border-radius: 0;
  }
}
.image-info-block-v2 .image-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.image-info-block-v2 .image-box figure {
  transform: skew(30deg) translate(-12%, 0%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .image-info-block-v2 .image-box figure {
    transform: skew(0deg) translate(0%, 0%);
  }
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-box figure {
    transform: none;
  }
}
.image-info-block-v2 .image-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom right;
}
@media (max-width: 768px) {
  .image-info-block-v2 .image-box figure img {
    min-height: 250px;
  }
}
.membership-makes-block {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
@media (max-width: 960px) {
  .membership-makes-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .membership-makes-block {
    padding: 30px 0;
  }
}
.membership-makes-block.background:before {
  top: 250px;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/bg-v1.png") no-repeat top;
  position: absolute;
  background-size: cover;
}
.membership-makes-block .membership-makes-block-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .membership-makes-block .membership-makes-block-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .membership-makes-block .membership-makes-block-info {
    margin-bottom: 30px;
  }
}
.membership-makes-block .membership-makes-block-info h5 {
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 158%;
  color: #d12030;
}
.membership-makes-block .membership-makes-block-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.membership-makes-block .membership-makes-block-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .membership-makes-block .membership-makes-block-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .membership-makes-block .membership-makes-block-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.membership-makes-block .membership-makes-block-item {
  background: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 45px 100px 45px 52px;
}
@media (max-width: 1240px) {
  .membership-makes-block .membership-makes-block-item {
    padding: 35px 35px;
  }
}
@media (max-width: 1024px) {
  .membership-makes-block .membership-makes-block-item {
    padding: 35px 25px;
  }
}
@media (max-width: 768px) {
  .membership-makes-block .membership-makes-block-item {
    padding: 25px 20px;
  }
}
.membership-makes-block .membership-item-box {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .membership-makes-block .membership-item-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .membership-makes-block .membership-item-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .membership-makes-block .membership-item-box {
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.membership-makes-block .membership-item-box:last-child {
  margin-bottom: 0;
}
.membership-makes-block .membership-item-box .icon-box {
  margin-right: 22px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  background: #d12030;
  color: #fff;
  padding: 4px;
  overflow: hidden;
  min-width: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .membership-makes-block .membership-item-box .icon-box {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .membership-makes-block .membership-item-box .icon-box {
    margin: 0 auto 12px;
  }
}
.membership-makes-block .membership-item-box .icon-box img {
  object-fit: contain;
}
.membership-makes-block .membership-item-box .title-box {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
@media (max-width: 768px) {
  .membership-makes-block .membership-item-box .title-box {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .membership-makes-block .membership-item-box .title-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.packages-block {
  position: relative;
  padding: 90px 0 60px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .packages-block {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .packages-block {
    padding: 30px 0;
  }
}
.packages-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 0;
}
.packages-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packages-block .packages-block-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .packages-block .packages-block-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .packages-block .packages-block-wrapper {
    grid-template-columns: repeat(1, 460px);
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .packages-block .packages-block-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.packages-block .packages-block-wrapper .package {
  border-radius: 12px;
  background-color: #d12030;
  min-height: 540px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
}
.packages-block .packages-block-wrapper .package * {
  color: #fff;
}
.packages-block .packages-block-wrapper .package .top {
  padding: 30px 35px 0 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .packages-block .packages-block-wrapper .package .top {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .top {
    padding: 30px 20px 0 20px;
  }
}
.packages-block .packages-block-wrapper .package .top .title h3 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.packages-block .packages-block-wrapper .package .btn-white {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  background: #fff;
  display: block;
  color: #000;
  border: 1px solid #000;
  border-top: none;
  padding: 29px 20px;
  text-decoration: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1240px) {
  .packages-block .packages-block-wrapper .package .btn-white {
    font-size: 20px;
    padding: 25px 20px;
  }
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .btn-white {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .packages-block .packages-block-wrapper .package .btn-white {
    font-size: 16px;
  }
}
.packages-block .packages-block-wrapper .package .btn-white:hover {
  color: #d12030;
}
.packages-block .packages-block-wrapper .package .text-box {
  background: #000;
  clip-path: path('M460 18C460 18 380.759 -23 230 18C79.2409 59 0 18 0 18V1000H460V18Z');
  color: white;
  padding: 60px 35px 30px;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .packages-block .packages-block-wrapper .package .text-box {
    padding: 50px 30px 30px 30px;
  }
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .text-box {
    padding: 50px 20px 20px 20px;
  }
}
.packages-block .packages-block-wrapper .package .text-box .text-box-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.packages-block .packages-block-wrapper .package .text-box ul li {
  font-size: 18px;
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .text-box ul li {
    font-size: 16px;
    padding-left: 28px;
  }
}
.packages-block .packages-block-wrapper .package .text-box ul li:after {
  top: 2px;
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .text-box ul li:after {
    top: 0;
  }
}
.packages-block .packages-block-wrapper .package .text-box p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .packages-block .packages-block-wrapper .package .text-box p {
    font-size: 16px;
  }
}
.packages-block .packages-block-wrapper .package .text-box .text-box-bottom {
  padding: 20px 0 0;
  margin-top: 10px;
  min-height: 105px;
  border-top: 1px solid #686868;
}
.packages-block .packages-block-wrapper .package .text-box .text-box-bottom * {
  color: #c2b7b7;
}
.packages-block .packages-block-wrapper .package:nth-child(even) {
  background-color: #000;
}
.packages-block .packages-block-wrapper .package:nth-child(even) .text-box {
  background-color: #d12030;
}
.packages-block .packages-block-wrapper .package:nth-child(even) .text-box .text-box-bottom {
  border-top: 1px solid #a6a3a3;
}
.packages-block .packages-block-wrapper .package:nth-child(even) .text-box .text-box-bottom * {
  color: #fff;
}
.packages-block .packages-block-wrapper .package:nth-child(even) .text-box ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07635 18.4934C4.5331 18.4934 0.839844 14.8001 0.839844 10.2568C0.839844 5.71356 4.5331 2.02026 9.07635 2.02026C11.1597 2.02026 13.1148 2.77695 14.638 4.1732C14.1313 4.47278 13.6424 4.80461 13.1721 5.1638C12.018 4.23272 10.583 3.72008 9.07635 3.72008C5.47575 3.72008 2.53966 6.65622 2.53966 10.2568C2.53966 13.8574 5.47575 16.7936 9.07635 16.7936C14.0863 16.7936 17.0607 11.4383 14.9058 7.27462C15.2324 6.97092 15.5686 6.67655 15.9136 6.39201C16.0154 6.30799 16.1182 6.22475 16.2217 6.14235C16.9425 7.38735 17.313 8.79894 17.313 10.2568C17.313 14.8001 13.6196 18.4934 9.07635 18.4934Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.29275 14.491C9.20005 14.491 9.12278 14.4292 9.09188 14.3519C9.07645 14.321 7.74744 10.8904 5.69216 9.59231C5.29036 9.34506 4.98136 9.08234 5.10496 8.49511C5.22856 7.92334 5.61493 7.59883 6.31029 7.44428C7.54652 7.18156 8.87549 9.09777 9.37003 9.88592C11.1007 7.36705 14.5623 3.41099 19.6 2.9474C19.8431 2.91891 19.9329 3.27915 19.7082 3.38009C19.6309 3.41099 12.4297 6.70259 9.50906 14.3674C9.46273 14.4446 9.38546 14.491 9.29275 14.491Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.faq-content {
  padding: 60px 0;
  background: #ededed;
}
@media (max-width: 960px) {
  .faq-content {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .faq-content {
    padding: 35px 0;
  }
}
.faq-content .btn {
  background: #000;
  width: 100%;
  max-width: 335px;
}
.faq-content .items {
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .faq-content .items {
    margin-bottom: 35px;
  }
}
.faq-content .items:last-child {
  margin-bottom: 0;
}
.faq-content .items .sub-title {
  color: #d12030;
  font-size: 19px;
  text-align: center;
}
.faq-content .items .title {
  text-align: center;
}
.faq-content .items .item:last-child .info {
  margin-bottom: 0;
}
.faq-content .items .item.active .accordion-title {
  background: #d12030;
  color: #fff;
}
.faq-content .items .item.active .accordion-title .fa-chevron-down {
  opacity: 0;
}
.faq-content .items .item.active .accordion-title .fa-angle-up {
  opacity: 1;
}
.faq-content .items .item .accordion-title {
  font-size: 21px;
  font-style: italic;
  padding: 15px 72px 15px 27px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 960px) {
  .faq-content .items .item .accordion-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .faq-content .items .item .accordion-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .faq-content .items .item .accordion-title {
    padding: 12px 46px 12px 15px;
  }
}
.faq-content .items .item .accordion-title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 67px;
  height: 50%;
  width: 1px;
  background: #cacaca;
  content: '';
}
@media (max-width: 480px) {
  .faq-content .items .item .accordion-title:before {
    right: 40px;
  }
}
.faq-content .items .item .accordion-title i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 29px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .faq-content .items .item .accordion-title i {
    right: 15px;
  }
}
.faq-content .items .item .accordion-title .fa-angle-up {
  opacity: 0;
}
.faq-content .items .item .info {
  padding: 0 27px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .faq-content .items .item .info {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .faq-content .items .item .info {
    padding: 0 15px;
  }
}
.icon-info-content {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 960px) {
  .icon-info-content {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .icon-info-content {
    padding: 35px 0;
  }
}
.icon-info-content.white-text-g .top-content {
  color: #fff;
}
.icon-info-content.white-text-g .button .btn {
  background: #fff;
  color: #000;
}
.icon-info-content.bubble-background:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  content: url('../img/icon-info-bubble-1.png');
}
.icon-info-content.bubble-background:after {
  position: absolute;
  right: 4%;
  bottom: 30%;
  content: url('../img/icon-info-bubble-2.png');
}
.icon-info-content .row {
  width: 1440px;
  z-index: 1;
}
.icon-info-content .top-content h5 {
  color: #d12030;
  text-transform: uppercase;
}
.icon-info-content .items.four-cards .item {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-basis: 24%;
  flex-basis: 24%;
}
@media (max-width: 960px) {
  .icon-info-content .items.four-cards .item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .icon-info-content .items.four-cards .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.icon-info-content .items.icon-inside .item {
  margin-top: 30px;
}
.icon-info-content .items.icon-inside .item .icon {
  margin-top: 30px;
}
.icon-info-content .items .item {
  background: #fff;
  border-radius: 12px;
  padding: 0 20px 20px 20px;
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .icon-info-content .items .item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .icon-info-content .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.icon-info-content .items .item.white-text {
  color: #fff;
}
.icon-info-content .items .item.border-item {
  border: 1px solid #eaeaea;
}
.icon-info-content .items .item.nonIcon {
  padding: 20px;
}
.icon-info-content .items .item .icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  box-shadow: 0 13px 15px 0 rgba(131, 0, 12, 0.11);
  background: #fff;
  border-radius: 10px;
  margin-top: -50px;
  margin-bottom: 20px;
}
.icon-info-content .items .item .info h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins';
}
.icon-info-content .items .item .info p {
  line-height: 2;
}
.icon-info-content .button {
  text-align: center;
  margin-top: 50px;
}
.icon-info-content .button .btn {
  background: #000;
  min-width: 278px;
}
@media (max-width: 960px) {
  .icon-info-content .button .btn {
    min-width: auto;
  }
}
.icon-info-content .wave-bg {
  position: absolute;
  background: #ededed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
}
.membership-block {
  padding: 80px 0;
  position: relative;
  background: #ededed;
}
@media (max-width: 960px) {
  .membership-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .membership-block {
    padding: 35px 0;
  }
}
.membership-block .row {
  width: 1440px;
}
.membership-block .items .item {
  border-radius: 12px;
  background: #fff;
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
  padding: 30px 35px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .membership-block .items .item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .membership-block .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .membership-block .items .item {
    padding: 20px;
  }
}
.membership-block .items .item.white-text {
  color: #fff;
}
.membership-block .items .item.li-black .info ul li:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE3SURBVHgBrVTRUcMwDBWwQD75NBt0BLMBTFBvEDZImIBuABt0hLBB2aDZIHz2L5WuT61jy2mu13f3LrFkyZKfEqI74+mKv2I+Mx3zAN6EwOyYY8Idc12IcUxvGTXRgPcNs2VuYRPfHnulgwbrLk3o4BiRpCIbbXTQAH5YGzVZS/NwURcSs7I2BWz4XpBMD5b7/CkVoCc6rGvY6plkciXacoYRCRQaKGxg29FUEMEmKeR8sgqh8EnSLV2Uj4MD7F4Nj2Tjl/nK/Mf6Dc9PZk9XUFHeclxpPNQptOVMaUk2kD17Kpg3fHswQ0DQF9lVdjMxxVFTFdeGzyVraXGgqeJmkCrbUBk1Xb5pnzofjKQdnj2d1P6D74VO1cs9i/rv8C9CoOkcKqWylso/jqzCFKsouKcFM3h3HAGgD21T/lbOegAAAABJRU5ErkJggg==);
}
.membership-block .items .item.recommended {
  padding-right: 97px;
}
@media (max-width: 480px) {
  .membership-block .items .item.recommended {
    padding-right: 77px;
  }
}
.membership-block .items .item.recommended:before {
  position: absolute;
  right: 35px;
  top: 30px;
  content: url('../img/recommended.png');
}
@media (max-width: 480px) {
  .membership-block .items .item.recommended:before {
    right: 15px;
  }
}
.membership-block .items .item .sub-title {
  font-size: 24px;
  font-family: 'Poppins';
  font-weight: 700;
  margin-bottom: 0;
}
.membership-block .items .item .price {
  font-size: 46px;
  font-family: 'Bebas Neue';
  font-weight: 500;
  margin-bottom: 20px;
}
.membership-block .items .item .price .time {
  font-size: 16px;
}
.membership-block .button {
  text-align: center;
  margin-top: 10px;
}
.membership-block .button .btn {
  background: #000;
  min-width: 277px;
}
.contact-form {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 35px 0;
  }
}
.contact-form .row {
  width: 1200px;
}
.contact-form .col-4 {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
}
@media (max-width: 960px) {
  .contact-form .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.contact-form .input-field {
  margin-bottom: 25px;
}
.contact-form h2 {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .contact-form h2 {
    margin-bottom: 35px;
  }
}
.contact-form .button-text {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 768px) {
  .contact-form .button-text {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    text-align: center;
  }
}
.contact-form .button-text .button {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .contact-form .button-text .button {
    margin-right: 0;
    margin-top: 20px;
  }
}
.contact-form .button-text .button .btn {
  min-width: 330px;
  background: #000;
}
@media (max-width: 960px) {
  .contact-form .button-text .button .btn {
    min-width: auto;
  }
}
.table {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .table {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .table {
    padding: 40px 0;
  }
}
.table .alignnone {
  margin: 0 !important;
}
.table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.table table td {
  border: 1px solid #e6e6e6;
  padding: 10px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .table table td {
    padding: 5px 5px;
  }
}
.table table td img {
  vertical-align: middle;
}
.table table thead th {
  border: 1px solid #e6e6e6;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 768px) {
  .table table thead th {
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 2px;
  }
}
.table table thead th strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
}
@media (max-width: 768px) {
  .table table thead th strong {
    font-size: 12px;
  }
}
.table table thead th:nth-child(1) {
  background-color: #000;
  color: #fff;
  border-top-left-radius: 18px;
}
.table table thead th:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.table table thead th:nth-child(3) {
  background-color: #fff;
  color: #000;
}
.table table thead th:nth-child(3) strong {
  color: #777;
}
.table table thead th:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-top-right-radius: 18px;
}
.table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 18px;
}
.table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 18px;
}
.table table tbody tr td:nth-child(1) {
  text-align: left;
  border-bottom: 0;
  border-top: 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .table table tbody tr td:nth-child(1) {
    font-size: 14px;
    word-break: break-all;
  }
}
.table table tbody tr td:nth-child(2) {
  background: rgba(0, 0, 0, 0.05);
}
.table table tbody tr td:nth-child(3) {
  background: rgba(0, 0, 0, 0.01);
}
.table table tbody tr td:nth-child(4) {
  background: rgba(0, 0, 0, 0.05);
}
.table table tbody tr:last-child td:first-child {
  border-bottom: 1px solid #e6e6e6;
}
.index-main {
  padding: 60px 0;
}
.index-main .post-title {
  color: #000;
  font-size: 60px;
  line-height: 69px;
}
@media (max-width: 960px) {
  .index-main .post-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-main .post-title {
    font-size: 34px;
  }
}
.index-main .wys {
  color: #000;
}
.index-main .wys p {
  line-height: 1.9;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .index-main .wys p {
    padding-bottom: 20px;
  }
}
.index-main .wys p:last-child {
  padding-bottom: 0;
}
.index-main .wys h3 {
  margin-bottom: 30px;
  margin-top: 20px;
}
.wrap980 {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.single-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.9;
  border-radius: 12px;
  margin-bottom: 50px;
}
.title-time {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .title-time {
    margin-bottom: 30px;
  }
}
.col-6 {
  flex-basis: 48.5%;
}
@media (max-width: 768px) {
  .sm-12 {
    flex-basis: 100%;
  }
}
.sm-bottom {
  margin-bottom: 20px;
}
.left-right-color-content {
  color: #fff;
}
.left-right-color-content hr {
  margin: 35px 0;
}
@media (max-width: 960px) {
  .left-right-color-content hr {
    margin: 20px 0;
  }
}
.left-right-color-content .left {
  background: #000;
  color: #fff;
}
.left-right-color-content .right {
  background: #d12030;
  color: #fff;
}
.left-right-color-content .info {
  padding: 45px 35px;
  border-radius: 12px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .left-right-color-content .info {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.left-right-color-content .info h4 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}
.wys.white-checker ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07635 18.4934C4.5331 18.4934 0.839844 14.8001 0.839844 10.2568C0.839844 5.71356 4.5331 2.02026 9.07635 2.02026C11.1597 2.02026 13.1148 2.77695 14.638 4.1732C14.1313 4.47278 13.6424 4.80461 13.1721 5.1638C12.018 4.23272 10.583 3.72008 9.07635 3.72008C5.47575 3.72008 2.53966 6.65622 2.53966 10.2568C2.53966 13.8574 5.47575 16.7936 9.07635 16.7936C14.0863 16.7936 17.0607 11.4383 14.9058 7.27462C15.2324 6.97092 15.5686 6.67655 15.9136 6.39201C16.0154 6.30799 16.1182 6.22475 16.2217 6.14235C16.9425 7.38735 17.313 8.79894 17.313 10.2568C17.313 14.8001 13.6196 18.4934 9.07635 18.4934Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.29275 14.491C9.20005 14.491 9.12278 14.4292 9.09188 14.3519C9.07645 14.321 7.74744 10.8904 5.69216 9.59231C5.29036 9.34506 4.98136 9.08234 5.10496 8.49511C5.22856 7.92334 5.61493 7.59883 6.31029 7.44428C7.54652 7.18156 8.87549 9.09777 9.37003 9.88592C11.1007 7.36705 14.5623 3.41099 19.6 2.9474C19.8431 2.91891 19.9329 3.27915 19.7082 3.38009C19.6309 3.41099 12.4297 6.70259 9.50906 14.3674C9.46273 14.4446 9.38546 14.491 9.29275 14.491Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.two-lists {
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .two-lists {
    padding-bottom: 30px;
  }
}
.two-lists h4 {
  font-family: 'Poppins';
  margin-bottom: 30px;
  font-weight: 600;
}
.simple-wysiwyg {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .simple-wysiwyg {
    margin-bottom: 30px;
  }
}
.simple-wysiwyg ul {
  margin-bottom: 35px;
}
.simple-wysiwyg h4 {
  font-family: 'Poppins';
  margin-bottom: 25px;
  font-weight: 600;
}
.left-right-content {
  margin-bottom: 60px;
}
.left-right-content.reverse > .flex {
  flex-direction: row-reverse;
}
.left-right-content .info h4 {
  font-family: 'Poppins';
  font-weight: 600;
}
.left-right-content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blockquote {
  margin-bottom: 50px;
  color: #000;
}
.blockquote h4 {
  font-family: 'Poppins';
  font-weight: 600;
}
.blockquote .info {
  padding-left: 35px;
  border-left: 4px solid #000;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2.9;
  border-radius: 12px;
  margin-bottom: 50px;
}
.line {
  margin-bottom: 50px;
}
.prices {
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .prices {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .prices {
    margin-bottom: 20px;
  }
}
.prices .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.prices .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 960px) {
  .prices .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .prices .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .prices .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .prices .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.prices .items .item {
  padding: 35px;
  color: #fff;
  border-radius: 12px;
}
.prices .items .item .title {
  font-size: 24px;
  font-weight: 700;
}
.prices .items .item .price {
  font-size: 45px;
  font-family: 'Bebas Neue', sans-serif;
}
.prices .items .item .price span {
  font-size: 16px;
}
.prices .items .item:first-child {
  border: 1px solid #000;
}
.prices .items .item:first-child .title {
  color: #000;
}
.prices .items .item:first-child .price {
  color: #d12030;
}
.prices .items .item:nth-child(2) {
  background: #d12030;
  color: #fff;
}
.prices .items .item:nth-child(3) {
  background: #000;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.posts .post-item {
  margin-bottom: 30px;
}
.posts .thumb {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
  max-height: 270px;
}
.posts .thumb img {
  aspect-ratio: 1.7;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.posts .post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.posts time {
  padding: 10px 25px;
  background: #d12030;
  color: #fff;
  border-radius: 12px;
  font-weight: 500;
  display: inline-block;
  z-index: 9;
  position: absolute;
  bottom: -25px;
  left: 25px;
}
.posts .read-more {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.black-text {
  color: #000 !important;
}
.accent-text {
  color: #d12030 !important;
  padding-bottom: 0;
}
.small-text {
  font-size: 16px !important;
}
.hp-hero-banner--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0 100px;
  min-height: 890px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1140px) {
  .hp-hero-banner--section {
    min-height: auto;
    aspect-ratio: 1.7777777778;
    padding: 60px 0 100px;
  }
}
@media (max-width: 1024px) {
  .hp-hero-banner--section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .hp-hero-banner--section {
    padding: 40px 0;
  }
}
.hp-hero-banner--section .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hp-hero-banner--section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-hero-banner--section .bubbles-image {
  position: absolute;
  bottom: 100px;
  right: 20px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-hero-banner--section .bubbles-image img {
  max-width: 100%;
}
@media (max-width: 1140px) {
  .hp-hero-banner--section .bubbles-image {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .hp-hero-banner--section .bubbles-image {
    bottom: 40px;
  }
}
.hp-hero-banner--wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.hp-hero-banner--wrapper * {
  color: #fff;
}
.hp-hero-banner--wrapper .text {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 1140px) {
  .hp-hero-banner--wrapper .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.hp-hero-banner--wrapper .text h1 {
  font-weight: 500;
}
.hp-hero-banner--wrapper .text p {
  font-size: 19px;
}
@media (max-width: 1024px) {
  .hp-hero-banner--wrapper .text p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .hp-hero-banner--wrapper .text .wys .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hp-hero-banner--wrapper .main-address {
  position: relative;
  z-index: 4;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .hp-hero-banner--wrapper .main-address {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .hp-hero-banner--wrapper .main-address {
    width: 100%;
  }
}
.hp-hero-banner--wrapper .main-address .row1450 {
  max-width: 100%;
}
.hp-hero-banner--wrapper .main-address .main-address-block {
  background-color: #000;
  padding: 20px 35px 20px 0;
  border-radius: 0 20px 15px 0;
  max-width: 37%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  transform: skewX(-35deg);
  position: relative;
}
@media (max-width: 576px) {
  .hp-hero-banner--wrapper .main-address .main-address-block {
    max-width: 100%;
  }
}
.hp-hero-banner--wrapper .main-address .main-address-block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: 1px;
  background-color: #000;
  transform: translateX(-100%);
}
.hp-hero-banner--wrapper .main-address .main-address-block .icon, .hp-hero-banner--wrapper .main-address .main-address-block span {
  transform: skewX(35deg);
}
.hp-hero-banner--wrapper .main-address .main-address-block .icon {
  width: 54px;
  height: 54px;
  background-color: #d12030;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1280px) {
  .hp-hero-banner--wrapper .main-address .main-address-block .icon {
    width: 45px;
    height: 45px;
  }
}
.hp-hero-banner--wrapper .main-address .main-address-block span {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1350px) {
  .hp-hero-banner--wrapper .main-address .main-address-block span {
    font-size: 16px;
  }
}
.fun-facts--section {
  padding: 60px 0 120px;
  position: relative;
  overflow: clip;
}
@media (max-width: 1024px) {
  .fun-facts--section {
    padding: 40px 0 80px;
  }
}
.fun-facts--section .wave-bg {
  position: absolute;
  background: #ededed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
}
.fun-facts--section .wave-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fun-facts--title {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1180px) {
  .fun-facts--title {
    margin-bottom: 50px;
  }
}
.fun-facts--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1280px) {
  .fun-facts--wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .fun-facts--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .fun-facts--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fun-facts--wrapper .card {
  padding: 30px;
  border-radius: 12px;
  min-height: 300px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 20px;
}
@media (max-width: 576px) {
  .fun-facts--wrapper .card {
    min-height: auto;
  }
}
.fun-facts--wrapper .card .title {
  text-align: right;
}
.fun-facts--wrapper .card .title span {
  font-size: 24px;
}
.fun-facts--wrapper .card .text span {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1480px) {
  .fun-facts--wrapper .card .text span {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .fun-facts--wrapper .card .text span {
    font-size: 40px;
  }
}
.fun-facts--wrapper .card .text span .small-text {
  font-size: 24px;
}
.hiw--section {
  padding: 80px 0 120px;
  position: relative;
  overflow: clip;
  background-color: #ededed;
}
@media (max-width: 1024px) {
  .hiw--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .hiw--section {
    padding: 40px 0;
  }
}
.hiw--title {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1180px) {
  .hiw--title {
    margin-bottom: 50px;
  }
}
.hiw--wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1180px) {
  .hiw--wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .hiw--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hiw--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hiw--wrapper .card {
  padding: 30px;
  border-radius: 12px;
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 30px;
  background-color: #d12030;
  min-height: 320px;
}
.hiw--wrapper .card:nth-child(even) {
  background-color: #000;
  margin-top: 60px;
}
@media (max-width: 576px) {
  .hiw--wrapper .card:nth-child(even) {
    margin-top: 0;
  }
}
.hiw--wrapper .card .text h4 {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .hiw--wrapper .card .text h4 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .hiw--wrapper .card .text h4 {
    font-size: 22px;
  }
}
.hiw--wrapper .card .counter {
  text-align: right;
}
.hiw--wrapper .card .counter span {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1480px) {
  .hiw--wrapper .card .counter span {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .hiw--wrapper .card .counter span {
    font-size: 40px;
  }
}
.why-we-are--section {
  padding: 60px 0;
  position: relative;
  overflow: clip;
}
@media (max-width: 1024px) {
  .why-we-are--section {
    padding: 40px 0;
  }
}
.why-we-are--section .wave-bg {
  position: absolute;
  background: #ededed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M0,500 C250,780 750,300 1000,500 L1000,1000 L0,1000 Z" fill="white" /></svg>') no-repeat center / cover;
}
.why-we-are--section .wave-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why-we-are--title {
  text-align: center;
  margin-bottom: 50px;
}
.why-we-are--title h2, .why-we-are--title h3, .why-we-are--title h4, .why-we-are--title h5 {
  margin-bottom: 0;
}
.why-we-are--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .why-we-are--wrapper {
    grid-template-columns: repeat(1, 460px);
    gap: 70px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .why-we-are--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-we-are--wrapper .card {
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 0 35px;
}
@media (max-width: 480px) {
  .why-we-are--wrapper .card {
    padding: 0 20px;
  }
}
.why-we-are--wrapper .card .icon {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.1);
}
.why-we-are--wrapper .card .icon img {
  max-width: 100%;
}
.why-we-are--wrapper .card .text {
  padding: 30px 0;
}
.why-we-are--wrapper .card .text h4 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .why-we-are--wrapper .card .text h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .why-we-are--wrapper .card .text h4 {
    font-size: 18px;
  }
}
.why-we-are--wrapper .card:nth-child(3n + 2) {
  background-color: #d12030;
}
.why-we-are--wrapper .card:nth-child(3n + 2) .text * {
  color: #fff;
}
.why-we-are--wrapper .card:nth-child(3n + 2) .text ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07635 18.4934C4.5331 18.4934 0.839844 14.8001 0.839844 10.2568C0.839844 5.71356 4.5331 2.02026 9.07635 2.02026C11.1597 2.02026 13.1148 2.77695 14.638 4.1732C14.1313 4.47278 13.6424 4.80461 13.1721 5.1638C12.018 4.23272 10.583 3.72008 9.07635 3.72008C5.47575 3.72008 2.53966 6.65622 2.53966 10.2568C2.53966 13.8574 5.47575 16.7936 9.07635 16.7936C14.0863 16.7936 17.0607 11.4383 14.9058 7.27462C15.2324 6.97092 15.5686 6.67655 15.9136 6.39201C16.0154 6.30799 16.1182 6.22475 16.2217 6.14235C16.9425 7.38735 17.313 8.79894 17.313 10.2568C17.313 14.8001 13.6196 18.4934 9.07635 18.4934Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.29275 14.491C9.20005 14.491 9.12278 14.4292 9.09188 14.3519C9.07645 14.321 7.74744 10.8904 5.69216 9.59231C5.29036 9.34506 4.98136 9.08234 5.10496 8.49511C5.22856 7.92334 5.61493 7.59883 6.31029 7.44428C7.54652 7.18156 8.87549 9.09777 9.37003 9.88592C11.1007 7.36705 14.5623 3.41099 19.6 2.9474C19.8431 2.91891 19.9329 3.27915 19.7082 3.38009C19.6309 3.41099 12.4297 6.70259 9.50906 14.3674C9.46273 14.4446 9.38546 14.491 9.29275 14.491Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.why-we-are--wrapper .card:nth-child(3n) {
  background-color: #000;
}
.why-we-are--wrapper .card:nth-child(3n) .text * {
  color: #fff;
}
.hp-faq--section {
  background-color: #ededed;
  padding: 60px 0 40px;
}
@media (max-width: 576px) {
  .hp-faq--section {
    padding: 40px 0;
  }
}
.hp-faq--title .section-label {
  text-align: center;
}
.hp-faq--wrapper {
  padding: 20px 0;
}
.hp-faq--button .btn {
  width: 335px;
  max-width: 100%;
}
.hp-ec--section {
  padding: 150px 0 100px;
  background-color: #000;
  position: relative;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .hp-ec--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .hp-ec--section {
    padding: 60px 0 40px;
  }
}
.hp-ec--section .bubbles {
  position: absolute;
  top: 40px;
  left: -100px;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .hp-ec--section .bubbles {
    display: none;
  }
}
.hp-ec--section .image {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 58%;
  transform: translateY(-50%);
  max-width: 40%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .hp-ec--section .image {
    position: relative;
    max-width: 95%;
    transform: translateY(0);
    top: 0;
    text-align: right;
  }
}
.hp-ec--wrapper .text {
  background-color: #d12030;
  padding: 60px 150px 60px 0;
  position: relative;
  border-radius: 0 20px 15px 0;
  transform: skewX(-30deg);
  max-width: 72%;
}
@media (max-width: 1024px) {
  .hp-ec--wrapper .text {
    max-width: 100%;
    padding: 40px 20px 40px 0;
    transform: skewX(0);
  }
}
.hp-ec--wrapper .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: 1px;
  background-color: #d12030;
  transform: translateX(-100%);
}
.hp-ec--wrapper .text .wys {
  transform: skewX(30deg);
}
@media (max-width: 1024px) {
  .hp-ec--wrapper .text .wys {
    transform: skewX(0);
  }
}
.hp-ec--wrapper .text .wys h2 {
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .hp-ec--wrapper .text .wys h2 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .hp-ec--wrapper .text .wys h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .hp-ec--wrapper .text .wys h2 {
    font-size: 30px;
  }
}
.hp-ec--wrapper .text .wys > * {
  color: #fff;
}
.value-prop--section {
  background-color: #ededed;
  position: relative;
  padding: 40px 0;
}
.value-prop--section .image {
  position: absolute;
  top: 50%;
  right: -5%;
  height: 100%;
  width: 65%;
  border-radius: 12px 0 0 15px;
  overflow: hidden;
  transform: skew(-30deg) translateY(-50%);
  z-index: 1;
  background-color: #000;
}
@media (max-width: 1480px) {
  .value-prop--section .image {
    width: 80%;
  }
}
@media (max-width: 1140px) {
  .value-prop--section .image {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .value-prop--section .image {
    transform: skew(0deg) translateY(-50%);
  }
}
.value-prop--section .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.value-prop--section .image:before {
  content: url('../img/valprop-bubbles.png');
  position: absolute;
  top: 15px;
  right: 25%;
  z-index: 5;
  transform: skew(30deg);
}
@media (max-width: 1024px) {
  .value-prop--section .image:before {
    transform: skew(0deg);
  }
}
.value-prop--section .image figure {
  transform: skew(30deg) scale(1) translate(-10%, 0%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .value-prop--section .image figure {
    transform: skew(0deg) scale(1) translate(0%, 0%);
  }
}
.value-prop--section .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.value-prop--wrapper {
  display: grid;
  grid-template-columns: 0.95fr auto;
  justify-content: space-between;
  align-items: flex-end;
  gap: 100px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1140px) {
  .value-prop--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .value-prop--wrapper {
    gap: 20px;
  }
}
.value-prop--wrapper .text {
  background-color: #d12030;
  padding: 55px 250px 55px 0;
  position: relative;
  border-radius: 0 12px 15px 0;
  transform: skew(-30deg);
}
@media (max-width: 1140px) {
  .value-prop--wrapper .text {
    padding: 55px 40px 100px 0;
    transform: skew(0deg);
  }
}
@media (max-width: 768px) {
  .value-prop--wrapper .text {
    padding: 40px 20px 40px 0;
  }
}
.value-prop--wrapper .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: 1px;
  background-color: #d12030;
  transform: translateX(-100%);
}
.value-prop--wrapper .text .wys {
  max-width: 735px;
  transform: skew(30deg);
}
@media (max-width: 1140px) {
  .value-prop--wrapper .text .wys {
    transform: skew(0deg);
  }
}
.value-prop--wrapper .text .wys * {
  color: #fff;
}
.value-prop--wrapper .text .wys p {
  font-size: 19px;
}
@media (max-width: 576px) {
  .value-prop--wrapper .text .wys p {
    font-size: 16px;
  }
}
.value-prop--wrapper .review {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.value-prop--wrapper .review .review-tooltip {
  position: absolute;
  top: -15px;
  right: 0;
  background-color: #fff;
  transform: translateY(-100%);
  padding: 30px 50px;
  border-radius: 16px;
  width: 635px;
}
@media (max-width: 1480px) {
  .value-prop--wrapper .review .review-tooltip {
    width: 550px;
  }
}
@media (max-width: 768px) {
  .value-prop--wrapper .review .review-tooltip {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
    width: 100%;
  }
}
@media (max-width: 576px) {
  .value-prop--wrapper .review .review-tooltip {
    padding: 20px;
  }
}
.value-prop--wrapper .review .review-tooltip:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 3px;
  z-index: -1;
}
.value-prop--wrapper .review .review-tooltip .wys p {
  color: #333;
  font-size: 19px;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .value-prop--wrapper .review .review-tooltip .wys p {
    font-size: 16px;
  }
}
.value-prop--wrapper .review .review-author {
  display: grid;
  grid-template-columns: 73px 1fr;
  align-items: center;
  gap: 0 25px;
}
@media (max-width: 1140px) {
  .value-prop--wrapper .review .review-author {
    justify-self: flex-end;
  }
}
@media (max-width: 768px) {
  .value-prop--wrapper .review .review-author {
    justify-self: center;
  }
}
.value-prop--wrapper .review .review-author .photo {
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  border: 2px solid #d12030;
  overflow: hidden;
}
.value-prop--wrapper .review .review-author .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.value-prop--wrapper .review .review-author .name h5 {
  color: #fff;
  margin-bottom: 0;
}
.value-prop--wrapper .review .review-author .name span {
  color: #d12030;
}
.packages-cards--section {
  background-color: #ededed;
  position: relative;
  padding: 150px 0 60px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .packages-cards--section {
    padding: 60px 0 40px;
  }
}
.packages-cards--section .bg-image {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 750px;
  z-index: 0;
}
.packages-cards--section .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packages-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .packages-cards--wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .packages-cards--wrapper {
    grid-template-columns: repeat(1, 460px);
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .packages-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.packages-cards--wrapper .package {
  border-radius: 12px;
  background-color: #d12030;
  min-height: 540px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
}
.packages-cards--wrapper .package * {
  color: #fff;
}
.packages-cards--wrapper .package .top {
  padding: 30px 35px 0 35px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 15px;
}
.packages-cards--wrapper .package .top .title h3 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.packages-cards--wrapper .package .text {
  background: #000;
  clip-path: path('M460 18C460 18 380.759 -23 230 18C79.2409 59 0 18 0 18V1000H460V18Z');
  color: white;
  padding: 60px 35px;
}
.packages-cards--wrapper .package .text ul li {
  font-size: 18px;
}
.packages-cards--wrapper .package:nth-child(even) {
  background-color: #000;
}
.packages-cards--wrapper .package:nth-child(even) .text {
  background-color: #d12030;
}
.packages-cards--wrapper .package:nth-child(even) .text ul li:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.07635 18.4934C4.5331 18.4934 0.839844 14.8001 0.839844 10.2568C0.839844 5.71356 4.5331 2.02026 9.07635 2.02026C11.1597 2.02026 13.1148 2.77695 14.638 4.1732C14.1313 4.47278 13.6424 4.80461 13.1721 5.1638C12.018 4.23272 10.583 3.72008 9.07635 3.72008C5.47575 3.72008 2.53966 6.65622 2.53966 10.2568C2.53966 13.8574 5.47575 16.7936 9.07635 16.7936C14.0863 16.7936 17.0607 11.4383 14.9058 7.27462C15.2324 6.97092 15.5686 6.67655 15.9136 6.39201C16.0154 6.30799 16.1182 6.22475 16.2217 6.14235C16.9425 7.38735 17.313 8.79894 17.313 10.2568C17.313 14.8001 13.6196 18.4934 9.07635 18.4934Z' fill='%23FFFFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.29275 14.491C9.20005 14.491 9.12278 14.4292 9.09188 14.3519C9.07645 14.321 7.74744 10.8904 5.69216 9.59231C5.29036 9.34506 4.98136 9.08234 5.10496 8.49511C5.22856 7.92334 5.61493 7.59883 6.31029 7.44428C7.54652 7.18156 8.87549 9.09777 9.37003 9.88592C11.1007 7.36705 14.5623 3.41099 19.6 2.9474C19.8431 2.91891 19.9329 3.27915 19.7082 3.38009C19.6309 3.41099 12.4297 6.70259 9.50906 14.3674C9.46273 14.4446 9.38546 14.491 9.29275 14.491Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.packages-cards--button {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 45px 0 0;
}
.packages-cards--button .btn {
  min-width: 278px;
  max-width: 100%;
}
.location--section {
  padding: 120px 0 100px;
  position: relative;
  background: #ededed;
  background: linear-gradient(180deg, rgba(237, 237, 237, 1) 50%, rgba(255, 255, 255, 0) 51%);
}
@media (max-width: 1024px) {
  .location--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .location--section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .location--section {
    padding: 40px 0;
  }
}
.location--section.background {
  background-color: #fff;
  padding: 200px 0 100px;
}
@media (max-width: 1024px) {
  .location--section.background {
    padding: 100px 0 40px;
  }
}
@media (max-width: 768px) {
  .location--section.background {
    padding: 60px 0 40px;
  }
}
.location--section.background:before {
  top: 0;
  content: '';
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 1;
  background: url('../img/bg-v1.png') no-repeat top;
  position: absolute;
  background-size: cover;
}
.location--section.background .location--map {
  top: 55%;
}
.location--map {
  position: absolute;
  top: 50%;
  left: -20%;
  height: 100%;
  max-height: 600px;
  width: 80%;
  border-radius: 0 12px 15px 0;
  overflow: hidden;
  transform: skew(-25deg) translateY(-50%);
  z-index: 1;
  background-color: #000;
}
@media (max-width: 1024px) {
  .location--map {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: skew(0deg) translateY(0);
    height: auto;
    aspect-ratio: 1.7777777778;
    border-radius: 0;
  }
}
.location--map > div {
  width: 100%;
  height: 100%;
}
.location--map figure {
  transform: skew(25deg) scale(1) translate(10%, 0%);
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .location--map figure {
    transform: skew(0deg) translate(0);
  }
}
.location--map figure img, .location--map figure iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location--info {
  position: relative;
  z-index: 2;
  right: -20%;
  width: 70%;
  background-color: #d12030;
  margin-left: auto;
  padding: 80px 20% 80px 150px;
  transform: skew(-30deg);
  border-radius: 12px 0 0 15px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .location--info {
    width: 80%;
    padding: 80px 20% 80px 100px;
  }
}
@media (max-width: 1024px) {
  .location--info {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    transform: skew(0deg) translateY(0);
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .location--info {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .location--info {
    padding: 40px 20px;
  }
}
.location--info .bg-image {
  transform: skew(30deg) scale(1) translateX(-20%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .location--info .bg-image {
    transform: skew(0deg) translateY(0);
  }
}
.location--info .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location--info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(209, 32, 48, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.location--info * {
  color: #fff;
}
.location--info .inner {
  transform: skew(30deg);
  max-width: 700px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .location--info .inner {
    transform: skew(0deg) translateY(0);
  }
}
.location--info .inner .info-rows {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 20px 0 0;
}
.location--info .inner .info-rows .info-row {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 576px) {
  .location--info .inner .info-rows .info-row {
    gap: 20px;
  }
}
.location--info .inner .info-rows .info-row .icon {
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  aspect-ratio: 1;
}
.location--info .inner .info-rows .info-row .icon.white {
  background-color: #fff;
}
.location--info .inner .info-rows .info-row span {
  font-size: 19px;
}
@media (max-width: 576px) {
  .location--info .inner .info-rows .info-row span {
    font-size: 16px;
  }
}
.location--info .inner .info-text {
  margin-top: 20px;
}
.flx-gallery--title {
  margin-bottom: 50px;
}
.flx-gallery--title h2, .flx-gallery--title h3, .flx-gallery--title h4, .flx-gallery--title h5, .flx-gallery--title h6 {
  margin-bottom: 10px;
}
.flx-gallery--wrapper {
  display: grid;
  gap: 30px;
}
.flx-gallery--wrapper.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .flx-gallery--wrapper.cols-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flx-gallery--wrapper.cols-2 .col .image {
  aspect-ratio: 1.7777777778;
}
.flx-gallery--wrapper.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .flx-gallery--wrapper.cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .flx-gallery--wrapper.cols-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flx-gallery--wrapper.cols-4 .col .image {
  aspect-ratio: 0.75;
}
.flx-gallery--wrapper .col .image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.flx-gallery--wrapper .col .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flx-steps--title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .flx-steps--title {
    margin-bottom: 20px;
  }
}
.flx-steps--title h2, .flx-steps--title h3, .flx-steps--title h4, .flx-steps--title h5, .flx-steps--title h6 {
  margin-bottom: 10px;
}
.flx-steps--wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.flx-steps--wrapper .steps-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1024px) {
  .flx-steps--wrapper .steps-row {
    display: grid;
    grid-template-columns: repeat(1, 450px);
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .flx-steps--wrapper .steps-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.flx-steps--wrapper .steps-row.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .flx-steps--wrapper .steps-row.reverse {
    justify-content: center;
  }
}
.flx-steps--wrapper .steps-row.reverse .tile .arrow {
  top: 50%;
  bottom: auto;
  left: -35px;
  right: auto;
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 1024px) {
  .flx-steps--wrapper .steps-row.reverse .tile .arrow {
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}
.flx-steps--wrapper .steps-row .tile {
  background-color: #d12030;
  padding: 45px 50px;
  border-radius: 12px;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  max-width: 31%;
  position: relative;
}
@media (max-width: 1024px) {
  .flx-steps--wrapper .steps-row .tile {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .flx-steps--wrapper .steps-row .tile {
    padding: 45px 20px;
  }
}
.flx-steps--wrapper .steps-row .tile:last-child .arrow {
  top: auto;
  bottom: -50px;
  right: auto;
  left: 50%;
  transform: rotate(90deg) translateY(50%);
}
.flx-steps--wrapper .steps-row .tile .arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .flx-steps--wrapper .steps-row .tile .arrow {
    top: auto;
    bottom: -50px;
    right: auto;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}
.flx-steps--wrapper .steps-row .tile .arrow svg {
  filter: drop-shadow(30px 1px 0px rgba(255, 255, 255, 1));
}
.flx-steps--wrapper .steps-row .tile .arrow svg path {
  fill: #d12030;
}
.flx-steps--wrapper .steps-row .tile * {
  color: #fff;
}
.flx-steps--wrapper .steps-row .tile.bg-dark {
  background-color: #000;
}
.flx-steps--wrapper .steps-row .tile.bg-dark .arrow svg path {
  fill: #000;
}
.flx-steps--wrapper .steps-row .tile .count span {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flx-steps--wrapper .steps-row .tile .text h4 {
  font-family: 'Poppins', sans-serif;
}
.flx-cta--section, .join-our-team--section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .flx-cta--section, .join-our-team--section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .flx-cta--section, .join-our-team--section {
    padding: 40px 0;
  }
}
.flx-cta--section:after, .join-our-team--section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.flx-cta--wrapper, .join-our-team--wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  .flx-cta--wrapper, .join-our-team--wrapper {
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .flx-cta--wrapper, .join-our-team--wrapper {
    padding: 40px 20px;
  }
}
.flx-cta--wrapper .foam-img, .join-our-team--wrapper .foam-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}
.flx-cta--wrapper .foam-img img, .join-our-team--wrapper .foam-img img {
  width: 100%;
}
.flx-cta--wrapper .bubbles-img, .join-our-team--wrapper .bubbles-img {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 110%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .flx-cta--wrapper .bubbles-img, .join-our-team--wrapper .bubbles-img {
    top: -20px;
    left: -25px;
  }
}
.flx-cta--wrapper .bubbles-img img, .join-our-team--wrapper .bubbles-img img {
  width: 100%;
}
.flx-cta--wrapper .wys, .join-our-team--wrapper .wys {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.flx-cta--wrapper .wys h2, .join-our-team--wrapper .wys h2, .flx-cta--wrapper .wys h3, .join-our-team--wrapper .wys h3, .flx-cta--wrapper .wys h4, .join-our-team--wrapper .wys h4, .flx-cta--wrapper .wys h5, .join-our-team--wrapper .wys h5 {
  margin-bottom: 10px;
  line-height: 1.2;
}
.flx-cta--wrapper .wys form .subscribe-wrapper, .join-our-team--wrapper .wys form .subscribe-wrapper {
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 576px) {
  .flx-cta--wrapper .wys form .subscribe-wrapper, .join-our-team--wrapper .wys form .subscribe-wrapper {
    grid-template-columns: 1fr;
  }
}
.flx-cta--wrapper .wys form .subscribe-wrapper label input, .join-our-team--wrapper .wys form .subscribe-wrapper label input {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 0 20px;
  height: 60px;
}
.flx-cta--wrapper .wys form .subscribe-wrapper label input::placeholder, .join-our-team--wrapper .wys form .subscribe-wrapper label input::placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.flx-cta--section:after {
  background: #ededed;
  background: linear-gradient(180deg, rgba(237, 237, 237, 1) 20%, rgba(237, 237, 237, 0) 100%);
}
.flx-cta--wrapper .wys {
  max-width: 1040px;
}
.join-our-team--section:after {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 0) 100%);
}
.join-our-team--wrapper .wys {
  max-width: 700px;
}
.goo-reviews--section {
  padding: 80px 0 120px;
  background: linear-gradient(180deg, rgba(237, 237, 237, 1) 29%, rgba(255, 255, 255, 0) 60%);
  position: relative;
}
@media (max-width: 1024px) {
  .goo-reviews--section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .goo-reviews--section {
    padding: 40px 0;
  }
}
.goo-reviews--section .bubbles-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 30px;
  width: 1590px;
  max-width: 100%;
  height: 300px;
  display: inline-block;
}
