/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/scss/plugins-css/swiper.css ***!
  \***********************************************************************************/
/* Swiper CSS - Basic styles */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}


/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Main SCSS file - Modular Structure
 * 
 * CORE - Universal styles (reusable across projects)
 * TEMPLATE - Project-specific styles (remove for new projects)
 */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.iconmoon {
  font-family: "iconmoon";
}

/*--------------------------------------------------
	Typography
---------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #000;
}

h1 span,
h2 span,
h3 span {
  color: var(--primary-color);
}

h1 {
  font-size: 2.3125rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.9rem;
  }
}

h2 {
  font-size: 2.3125rem;
}

h3 {
  font-size: 1.625rem;
}

h4 {
  font-size: var(--text-xl);
}

h5 {
  font-size: var(--text-lg);
}

h6 {
  font-size: var(--text-base);
}

p {
  color: #000;
}

/*--------------------------------------------------
	Style
---------------------------------------------------*/
.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-primary {
  color: var(--primary-color);
}

.text-light {
  color: var(--font-light);
}

.text-dark {
  color: var(--font-dark);
}

.text-dark-2 {
  color: var(--font-dark-2);
}

.text-black {
  color: #000000;
}

.text-white {
  color: #FFFFFF !important;
}

.entry-content.--gutenberg.-up h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  letter-spacing: 0;
}
.entry-content.--gutenberg.-up h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 32px 0 16px 0;
}
.entry-content.--gutenberg.-up h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 24px 0 12px 0;
}
.entry-content.--gutenberg.-up h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 20px 0 10px 0;
}
.entry-content.--gutenberg.-up h5,
.entry-content.--gutenberg.-up h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 16px 0 8px 0;
}
.entry-content.--gutenberg.-up p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}
.entry-content.--gutenberg.-up p:last-child {
  margin-bottom: 0;
}
.entry-content.--gutenberg.-up a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.3s ease;
}
.entry-content.--gutenberg.-up a:hover {
  color: #8DC63F;
}
.entry-content.--gutenberg.-up .single-item-post--link {
  text-decoration: none;
}
.entry-content.--gutenberg.-up ul,
.entry-content.--gutenberg.-up ol {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
.entry-content.--gutenberg.-up ul li,
.entry-content.--gutenberg.-up ol li {
  position: relative;
  margin: 8px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  list-style: none;
}
.entry-content.--gutenberg.-up ul li::marker,
.entry-content.--gutenberg.-up ol li::marker {
  display: none !important;
  content: none !important;
}
.entry-content.--gutenberg.-up ul li {
  padding-left: 24px;
}
.entry-content.--gutenberg.-up ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.entry-content.--gutenberg.-up ol {
  counter-reset: item;
}
.entry-content.--gutenberg.-up ol li {
  counter-increment: item;
  padding-left: 32px;
}
.entry-content.--gutenberg.-up ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-weight: 600;
  color: #1a1a1a;
}
.entry-content.--gutenberg.-up blockquote {
  margin: 32px 0;
  padding: 24px;
  background: #f8f9fa;
  border-left: 4px solid #8DC63F;
  font-style: italic;
  position: relative;
}
.entry-content.--gutenberg.-up blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
.entry-content.--gutenberg.-up blockquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 48px;
  color: #8DC63F;
  font-family: serif;
}
.entry-content.--gutenberg.-up figure {
  margin: 1.5rem 0;
  text-align: center;
}
.entry-content.--gutenberg.-up figcaption {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  font-style: italic;
}
.entry-content.--gutenberg.-up a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.3s ease;
}
.entry-content.--gutenberg.-up:hover {
  color: #8DC63F;
}
.entry-content.--gutenberg.-up .single-item-post--link {
  text-decoration: none;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.ml-4 {
  margin-left: 0.25rem !important;
}

.mr-4 {
  margin-right: 0.25rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.pt-8 {
  padding-top: 0.5rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem !important;
}

.pl-8 {
  padding-left: 0.5rem !important;
}

.pr-8 {
  padding-right: 0.5rem !important;
}

.mt-8 {
  margin-top: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.ml-8 {
  margin-left: 0.5rem !important;
}

.mr-8 {
  margin-right: 0.5rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.pt-12 {
  padding-top: 0.75rem !important;
}

.pb-12 {
  padding-bottom: 0.75rem !important;
}

.pl-12 {
  padding-left: 0.75rem !important;
}

.pr-12 {
  padding-right: 0.75rem !important;
}

.mt-12 {
  margin-top: 0.75rem !important;
}

.mb-12 {
  margin-bottom: 0.75rem !important;
}

.ml-12 {
  margin-left: 0.75rem !important;
}

.mr-12 {
  margin-right: 0.75rem !important;
}

.py-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pt-16 {
  padding-top: 1rem !important;
}

.pb-16 {
  padding-bottom: 1rem !important;
}

.pl-16 {
  padding-left: 1rem !important;
}

.pr-16 {
  padding-right: 1rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.ml-16 {
  margin-left: 1rem !important;
}

.mr-16 {
  margin-right: 1rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.pt-24 {
  padding-top: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 1.5rem !important;
}

.pl-24 {
  padding-left: 1.5rem !important;
}

.pr-24 {
  padding-right: 1.5rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.ml-24 {
  margin-left: 1.5rem !important;
}

.mr-24 {
  margin-right: 1.5rem !important;
}

.py-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.pt-32 {
  padding-top: 2rem !important;
}

.pb-32 {
  padding-bottom: 2rem !important;
}

.pl-32 {
  padding-left: 2rem !important;
}

.pr-32 {
  padding-right: 2rem !important;
}

.mt-32 {
  margin-top: 2rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.ml-32 {
  margin-left: 2rem !important;
}

.mr-32 {
  margin-right: 2rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-45 {
  padding-top: 2.813rem !important;
  padding-bottom: 2.813rem !important;
}

.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.py-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.pt-48 {
  padding-top: 3rem !important;
}

.pb-48 {
  padding-bottom: 3rem !important;
}

.pl-48 {
  padding-left: 3rem !important;
}

.pr-48 {
  padding-right: 3rem !important;
}

.mt-48 {
  margin-top: 3rem !important;
}

.mb-48 {
  margin-bottom: 3rem !important;
}

.ml-48 {
  margin-left: 3rem !important;
}

.mr-48 {
  margin-right: 3rem !important;
}

.py-56 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-56 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.pt-56 {
  padding-top: 3.5rem !important;
}

.pb-56 {
  padding-bottom: 3.5rem !important;
}

.pl-56 {
  padding-left: 3.5rem !important;
}

.pr-56 {
  padding-right: 3.5rem !important;
}

.mt-56 {
  margin-top: 3.5rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.ml-56 {
  margin-left: 3.5rem !important;
}

.mr-56 {
  margin-right: 3.5rem !important;
}

.py-64 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-64 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.pt-64 {
  padding-top: 4rem !important;
}

.pb-64 {
  padding-bottom: 4rem !important;
}

.pl-64 {
  padding-left: 4rem !important;
}

.pr-64 {
  padding-right: 4rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.ml-64 {
  margin-left: 4rem !important;
}

.mr-64 {
  margin-right: 4rem !important;
}

.py-72 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.px-72 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.pt-72 {
  padding-top: 4.5rem !important;
}

.pb-72 {
  padding-bottom: 4.5rem !important;
}

.pl-72 {
  padding-left: 4.5rem !important;
}

.pr-72 {
  padding-right: 4.5rem !important;
}

.mt-72 {
  margin-top: 4.5rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem !important;
}

.ml-72 {
  margin-left: 4.5rem !important;
}

.mr-72 {
  margin-right: 4.5rem !important;
}

.py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.pt-80 {
  padding-top: 5rem !important;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-80 {
  padding-left: 5rem !important;
}

.pr-80 {
  padding-right: 5rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.ml-80 {
  margin-left: 5rem !important;
}

.mr-80 {
  margin-right: 5rem !important;
}

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-120 {
  margin-bottom: 7.5rem !important;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mt-150 {
  margin-top: 9.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-240 {
  padding-top: 240px;
}

.pb-240 {
  padding-bottom: 240px;
}

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

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

@media (max-width: 1229px) {
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .lg\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .lg\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .lg\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .lg\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .lg\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .lg\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .lg\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .lg\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .lg\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .lg\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .lg\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .lg\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .lg\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .lg\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .lg\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .lg\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .lg\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:pt-16 {
    padding-top: 1rem !important;
  }
  .lg\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .lg\:pl-16 {
    padding-left: 1rem !important;
  }
  .lg\:pr-16 {
    padding-right: 1rem !important;
  }
  .lg\:mt-16 {
    margin-top: 1rem !important;
  }
  .lg\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .lg\:ml-16 {
    margin-left: 1rem !important;
  }
  .lg\:mr-16 {
    margin-right: 1rem !important;
  }
  .lg\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .lg\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .lg\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .lg\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .lg\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .lg\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .lg\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .lg\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .lg\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .lg\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .lg\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .lg\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .lg\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .lg\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .lg\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .lg\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .lg\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:pt-32 {
    padding-top: 2rem !important;
  }
  .lg\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .lg\:pl-32 {
    padding-left: 2rem !important;
  }
  .lg\:pr-32 {
    padding-right: 2rem !important;
  }
  .lg\:mt-32 {
    margin-top: 2rem !important;
  }
  .lg\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .lg\:ml-32 {
    margin-left: 2rem !important;
  }
  .lg\:mr-32 {
    margin-right: 2rem !important;
  }
  .lg\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .lg\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .lg\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .lg\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .lg\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .lg\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .lg\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .lg\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .lg\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .lg\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:pt-48 {
    padding-top: 3rem !important;
  }
  .lg\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .lg\:pl-48 {
    padding-left: 3rem !important;
  }
  .lg\:pr-48 {
    padding-right: 3rem !important;
  }
  .lg\:mt-48 {
    margin-top: 3rem !important;
  }
  .lg\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .lg\:ml-48 {
    margin-left: 3rem !important;
  }
  .lg\:mr-48 {
    margin-right: 3rem !important;
  }
  .lg\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .lg\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .lg\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .lg\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .lg\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .lg\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .lg\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .lg\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .lg\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .lg\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .lg\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:pt-64 {
    padding-top: 4rem !important;
  }
  .lg\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .lg\:pl-64 {
    padding-left: 4rem !important;
  }
  .lg\:pr-64 {
    padding-right: 4rem !important;
  }
  .lg\:mt-64 {
    margin-top: 4rem !important;
  }
  .lg\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .lg\:ml-64 {
    margin-left: 4rem !important;
  }
  .lg\:mr-64 {
    margin-right: 4rem !important;
  }
  .lg\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .lg\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .lg\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .lg\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .lg\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .lg\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .lg\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .lg\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .lg\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .lg\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .lg\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .lg\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:pt-80 {
    padding-top: 5rem !important;
  }
  .lg\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .lg\:pl-80 {
    padding-left: 5rem !important;
  }
  .lg\:pr-80 {
    padding-right: 5rem !important;
  }
  .lg\:mt-80 {
    margin-top: 5rem !important;
  }
  .lg\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .lg\:ml-80 {
    margin-left: 5rem !important;
  }
  .lg\:mr-80 {
    margin-right: 5rem !important;
  }
  .lg\:mt-90 {
    margin-top: 90px !important;
  }
  .lg\:mt-100 {
    margin-top: 100px !important;
  }
  .lg\:mt-120 {
    margin-top: 120px !important;
  }
  .lg\:mt-130 {
    margin-top: 130px !important;
  }
  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }
  .lg\:mb-100 {
    margin-bottom: 100px !important;
  }
  .lg\:mb-120 {
    margin-bottom: 120px !important;
  }
  .lg\:mb-130 {
    margin-bottom: 130px !important;
  }
  .lg\:pt-90 {
    padding-top: 90px !important;
  }
  .lg\:pt-100 {
    padding-top: 100px !important;
  }
  .lg\:pt-120 {
    padding-top: 120px !important;
  }
  .lg\:pt-130 {
    padding-top: 130px !important;
  }
  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }
  .lg\:pb-100 {
    padding-bottom: 100px !important;
  }
  .lg\:pb-120 {
    padding-bottom: 120px !important;
  }
  .lg\:pb-130 {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 991px) {
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .md\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .md\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .md\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .md\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .md\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .md\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .md\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .md\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .md\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .md\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .md\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .md\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .md\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .md\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .md\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .md\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .md\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .md\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .md\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:pt-16 {
    padding-top: 1rem !important;
  }
  .md\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .md\:pl-16 {
    padding-left: 1rem !important;
  }
  .md\:pr-16 {
    padding-right: 1rem !important;
  }
  .md\:mt-16 {
    margin-top: 1rem !important;
  }
  .md\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .md\:ml-16 {
    margin-left: 1rem !important;
  }
  .md\:mr-16 {
    margin-right: 1rem !important;
  }
  .md\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .md\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .md\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .md\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .md\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .md\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .md\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .md\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .md\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .md\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .md\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .md\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .md\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .md\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .md\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .md\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .md\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:pt-32 {
    padding-top: 2rem !important;
  }
  .md\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .md\:pl-32 {
    padding-left: 2rem !important;
  }
  .md\:pr-32 {
    padding-right: 2rem !important;
  }
  .md\:mt-32 {
    margin-top: 2rem !important;
  }
  .md\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .md\:ml-32 {
    margin-left: 2rem !important;
  }
  .md\:mr-32 {
    margin-right: 2rem !important;
  }
  .md\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .md\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .md\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .md\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .md\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .md\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .md\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .md\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .md\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .md\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .md\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:pt-48 {
    padding-top: 3rem !important;
  }
  .md\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .md\:pl-48 {
    padding-left: 3rem !important;
  }
  .md\:pr-48 {
    padding-right: 3rem !important;
  }
  .md\:mt-48 {
    margin-top: 3rem !important;
  }
  .md\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .md\:ml-48 {
    margin-left: 3rem !important;
  }
  .md\:mr-48 {
    margin-right: 3rem !important;
  }
  .md\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .md\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .md\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .md\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .md\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .md\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .md\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .md\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .md\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .md\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .md\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:pt-64 {
    padding-top: 4rem !important;
  }
  .md\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .md\:pl-64 {
    padding-left: 4rem !important;
  }
  .md\:pr-64 {
    padding-right: 4rem !important;
  }
  .md\:mt-64 {
    margin-top: 4rem !important;
  }
  .md\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .md\:ml-64 {
    margin-left: 4rem !important;
  }
  .md\:mr-64 {
    margin-right: 4rem !important;
  }
  .md\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .md\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .md\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .md\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .md\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .md\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .md\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .md\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .md\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .md\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .md\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .md\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:pt-80 {
    padding-top: 5rem !important;
  }
  .md\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .md\:pl-80 {
    padding-left: 5rem !important;
  }
  .md\:pr-80 {
    padding-right: 5rem !important;
  }
  .md\:mt-80 {
    margin-top: 5rem !important;
  }
  .md\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .md\:ml-80 {
    margin-left: 5rem !important;
  }
  .md\:mr-80 {
    margin-right: 5rem !important;
  }
  .md\:mt-90 {
    margin-top: 90px !important;
  }
  .md\:mt-100 {
    margin-top: 100px !important;
  }
  .md\:mt-120 {
    margin-top: 120px !important;
  }
  .md\:mt-130 {
    margin-top: 130px !important;
  }
  .md\:mb-90 {
    margin-bottom: 90px !important;
  }
  .md\:mb-100 {
    margin-bottom: 100px !important;
  }
  .md\:mb-120 {
    margin-bottom: 120px !important;
  }
  .md\:mb-130 {
    margin-bottom: 130px !important;
  }
  .md\:pt-90 {
    padding-top: 90px !important;
  }
  .md\:pt-100 {
    padding-top: 100px !important;
  }
  .md\:pt-120 {
    padding-top: 120px !important;
  }
  .md\:pt-130 {
    padding-top: 130px !important;
  }
  .md\:pb-90 {
    padding-bottom: 90px !important;
  }
  .md\:pb-100 {
    padding-bottom: 100px !important;
  }
  .md\:pb-120 {
    padding-bottom: 120px !important;
  }
  .md\:pb-130 {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 767px) {
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .sm\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .sm\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .sm\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .sm\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .sm\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .sm\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .sm\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .sm\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .sm\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .sm\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .sm\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .sm\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .sm\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .sm\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .sm\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .sm\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .sm\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .sm\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:pt-16 {
    padding-top: 1rem !important;
  }
  .sm\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .sm\:pl-16 {
    padding-left: 1rem !important;
  }
  .sm\:pr-16 {
    padding-right: 1rem !important;
  }
  .sm\:mt-16 {
    margin-top: 1rem !important;
  }
  .sm\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .sm\:ml-16 {
    margin-left: 1rem !important;
  }
  .sm\:mr-16 {
    margin-right: 1rem !important;
  }
  .sm\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .sm\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .sm\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .sm\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .sm\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .sm\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .sm\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .sm\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .sm\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .sm\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .sm\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .sm\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .sm\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .sm\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .sm\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .sm\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .sm\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:pt-32 {
    padding-top: 2rem !important;
  }
  .sm\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .sm\:pl-32 {
    padding-left: 2rem !important;
  }
  .sm\:pr-32 {
    padding-right: 2rem !important;
  }
  .sm\:mt-32 {
    margin-top: 2rem !important;
  }
  .sm\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .sm\:ml-32 {
    margin-left: 2rem !important;
  }
  .sm\:mr-32 {
    margin-right: 2rem !important;
  }
  .sm\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .sm\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .sm\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .sm\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .sm\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .sm\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .sm\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .sm\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .sm\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .sm\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .sm\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:pt-48 {
    padding-top: 3rem !important;
  }
  .sm\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .sm\:pl-48 {
    padding-left: 3rem !important;
  }
  .sm\:pr-48 {
    padding-right: 3rem !important;
  }
  .sm\:mt-48 {
    margin-top: 3rem !important;
  }
  .sm\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .sm\:ml-48 {
    margin-left: 3rem !important;
  }
  .sm\:mr-48 {
    margin-right: 3rem !important;
  }
  .sm\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .sm\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .sm\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .sm\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .sm\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .sm\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .sm\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .sm\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .sm\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .sm\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .sm\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:pt-64 {
    padding-top: 4rem !important;
  }
  .sm\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .sm\:pl-64 {
    padding-left: 4rem !important;
  }
  .sm\:pr-64 {
    padding-right: 4rem !important;
  }
  .sm\:mt-64 {
    margin-top: 4rem !important;
  }
  .sm\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .sm\:ml-64 {
    margin-left: 4rem !important;
  }
  .sm\:mr-64 {
    margin-right: 4rem !important;
  }
  .sm\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .sm\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .sm\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .sm\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .sm\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .sm\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .sm\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .sm\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .sm\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .sm\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .sm\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sm\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:pt-80 {
    padding-top: 5rem !important;
  }
  .sm\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .sm\:pl-80 {
    padding-left: 5rem !important;
  }
  .sm\:pr-80 {
    padding-right: 5rem !important;
  }
  .sm\:mt-80 {
    margin-top: 5rem !important;
  }
  .sm\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .sm\:ml-80 {
    margin-left: 5rem !important;
  }
  .sm\:mr-80 {
    margin-right: 5rem !important;
  }
  .sm\:mt-90 {
    margin-top: 90px !important;
  }
  .sm\:mt-100 {
    margin-top: 100px !important;
  }
  .sm\:mt-120 {
    margin-top: 120px !important;
  }
  .sm\:mt-130 {
    margin-top: 130px !important;
  }
  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }
  .sm\:mb-100 {
    margin-bottom: 100px !important;
  }
  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }
  .sm\:mb-130 {
    margin-bottom: 130px !important;
  }
  .sm\:pt-90 {
    padding-top: 90px !important;
  }
  .sm\:pt-100 {
    padding-top: 100px !important;
  }
  .sm\:pt-120 {
    padding-top: 120px !important;
  }
  .sm\:pt-130 {
    padding-top: 130px !important;
  }
  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }
  .sm\:pb-100 {
    padding-bottom: 100px !important;
  }
  .sm\:pb-120 {
    padding-bottom: 120px !important;
  }
  .sm\:pb-130 {
    padding-bottom: 130px !important;
  }
}
@media (max-width: 575px) {
  .xs\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xs\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xs\:pt-0 {
    padding-top: 0rem !important;
  }
  .xs\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xs\:pl-0 {
    padding-left: 0rem !important;
  }
  .xs\:pr-0 {
    padding-right: 0rem !important;
  }
  .xs\:mt-0 {
    margin-top: 0rem !important;
  }
  .xs\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xs\:ml-0 {
    margin-left: 0rem !important;
  }
  .xs\:mr-0 {
    margin-right: 0rem !important;
  }
  .xs\:py-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xs\:px-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xs\:pt-4 {
    padding-top: 0.25rem !important;
  }
  .xs\:pb-4 {
    padding-bottom: 0.25rem !important;
  }
  .xs\:pl-4 {
    padding-left: 0.25rem !important;
  }
  .xs\:pr-4 {
    padding-right: 0.25rem !important;
  }
  .xs\:mt-4 {
    margin-top: 0.25rem !important;
  }
  .xs\:mb-4 {
    margin-bottom: 0.25rem !important;
  }
  .xs\:ml-4 {
    margin-left: 0.25rem !important;
  }
  .xs\:mr-4 {
    margin-right: 0.25rem !important;
  }
  .xs\:py-8 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xs\:px-8 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xs\:pt-8 {
    padding-top: 0.5rem !important;
  }
  .xs\:pb-8 {
    padding-bottom: 0.5rem !important;
  }
  .xs\:pl-8 {
    padding-left: 0.5rem !important;
  }
  .xs\:pr-8 {
    padding-right: 0.5rem !important;
  }
  .xs\:mt-8 {
    margin-top: 0.5rem !important;
  }
  .xs\:mb-8 {
    margin-bottom: 0.5rem !important;
  }
  .xs\:ml-8 {
    margin-left: 0.5rem !important;
  }
  .xs\:mr-8 {
    margin-right: 0.5rem !important;
  }
  .xs\:py-12 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .xs\:px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .xs\:pt-12 {
    padding-top: 0.75rem !important;
  }
  .xs\:pb-12 {
    padding-bottom: 0.75rem !important;
  }
  .xs\:pl-12 {
    padding-left: 0.75rem !important;
  }
  .xs\:pr-12 {
    padding-right: 0.75rem !important;
  }
  .xs\:mt-12 {
    margin-top: 0.75rem !important;
  }
  .xs\:mb-12 {
    margin-bottom: 0.75rem !important;
  }
  .xs\:ml-12 {
    margin-left: 0.75rem !important;
  }
  .xs\:mr-12 {
    margin-right: 0.75rem !important;
  }
  .xs\:py-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xs\:px-16 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xs\:pt-16 {
    padding-top: 1rem !important;
  }
  .xs\:pb-16 {
    padding-bottom: 1rem !important;
  }
  .xs\:pl-16 {
    padding-left: 1rem !important;
  }
  .xs\:pr-16 {
    padding-right: 1rem !important;
  }
  .xs\:mt-16 {
    margin-top: 1rem !important;
  }
  .xs\:mb-16 {
    margin-bottom: 1rem !important;
  }
  .xs\:ml-16 {
    margin-left: 1rem !important;
  }
  .xs\:mr-16 {
    margin-right: 1rem !important;
  }
  .xs\:py-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xs\:px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .xs\:pt-20 {
    padding-top: 1.25rem !important;
  }
  .xs\:pb-20 {
    padding-bottom: 1.25rem !important;
  }
  .xs\:pl-20 {
    padding-left: 1.25rem !important;
  }
  .xs\:pr-20 {
    padding-right: 1.25rem !important;
  }
  .xs\:mt-20 {
    margin-top: 1.25rem !important;
  }
  .xs\:mb-20 {
    margin-bottom: 1.25rem !important;
  }
  .xs\:ml-20 {
    margin-left: 1.25rem !important;
  }
  .xs\:mr-20 {
    margin-right: 1.25rem !important;
  }
  .xs\:py-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xs\:px-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xs\:pt-24 {
    padding-top: 1.5rem !important;
  }
  .xs\:pb-24 {
    padding-bottom: 1.5rem !important;
  }
  .xs\:pl-24 {
    padding-left: 1.5rem !important;
  }
  .xs\:pr-24 {
    padding-right: 1.5rem !important;
  }
  .xs\:mt-24 {
    margin-top: 1.5rem !important;
  }
  .xs\:mb-24 {
    margin-bottom: 1.5rem !important;
  }
  .xs\:ml-24 {
    margin-left: 1.5rem !important;
  }
  .xs\:mr-24 {
    margin-right: 1.5rem !important;
  }
  .xs\:py-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xs\:px-32 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xs\:pt-32 {
    padding-top: 2rem !important;
  }
  .xs\:pb-32 {
    padding-bottom: 2rem !important;
  }
  .xs\:pl-32 {
    padding-left: 2rem !important;
  }
  .xs\:pr-32 {
    padding-right: 2rem !important;
  }
  .xs\:mt-32 {
    margin-top: 2rem !important;
  }
  .xs\:mb-32 {
    margin-bottom: 2rem !important;
  }
  .xs\:ml-32 {
    margin-left: 2rem !important;
  }
  .xs\:mr-32 {
    margin-right: 2rem !important;
  }
  .xs\:py-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .xs\:px-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .xs\:pt-40 {
    padding-top: 2.5rem !important;
  }
  .xs\:pb-40 {
    padding-bottom: 2.5rem !important;
  }
  .xs\:pl-40 {
    padding-left: 2.5rem !important;
  }
  .xs\:pr-40 {
    padding-right: 2.5rem !important;
  }
  .xs\:mt-40 {
    margin-top: 2.5rem !important;
  }
  .xs\:mb-40 {
    margin-bottom: 2.5rem !important;
  }
  .xs\:ml-40 {
    margin-left: 2.5rem !important;
  }
  .xs\:mr-40 {
    margin-right: 2.5rem !important;
  }
  .xs\:py-48 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xs\:px-48 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xs\:pt-48 {
    padding-top: 3rem !important;
  }
  .xs\:pb-48 {
    padding-bottom: 3rem !important;
  }
  .xs\:pl-48 {
    padding-left: 3rem !important;
  }
  .xs\:pr-48 {
    padding-right: 3rem !important;
  }
  .xs\:mt-48 {
    margin-top: 3rem !important;
  }
  .xs\:mb-48 {
    margin-bottom: 3rem !important;
  }
  .xs\:ml-48 {
    margin-left: 3rem !important;
  }
  .xs\:mr-48 {
    margin-right: 3rem !important;
  }
  .xs\:py-56 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .xs\:px-56 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .xs\:pt-56 {
    padding-top: 3.5rem !important;
  }
  .xs\:pb-56 {
    padding-bottom: 3.5rem !important;
  }
  .xs\:pl-56 {
    padding-left: 3.5rem !important;
  }
  .xs\:pr-56 {
    padding-right: 3.5rem !important;
  }
  .xs\:mt-56 {
    margin-top: 3.5rem !important;
  }
  .xs\:mb-56 {
    margin-bottom: 3.5rem !important;
  }
  .xs\:ml-56 {
    margin-left: 3.5rem !important;
  }
  .xs\:mr-56 {
    margin-right: 3.5rem !important;
  }
  .xs\:py-64 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xs\:px-64 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xs\:pt-64 {
    padding-top: 4rem !important;
  }
  .xs\:pb-64 {
    padding-bottom: 4rem !important;
  }
  .xs\:pl-64 {
    padding-left: 4rem !important;
  }
  .xs\:pr-64 {
    padding-right: 4rem !important;
  }
  .xs\:mt-64 {
    margin-top: 4rem !important;
  }
  .xs\:mb-64 {
    margin-bottom: 4rem !important;
  }
  .xs\:ml-64 {
    margin-left: 4rem !important;
  }
  .xs\:mr-64 {
    margin-right: 4rem !important;
  }
  .xs\:py-72 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .xs\:px-72 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .xs\:pt-72 {
    padding-top: 4.5rem !important;
  }
  .xs\:pb-72 {
    padding-bottom: 4.5rem !important;
  }
  .xs\:pl-72 {
    padding-left: 4.5rem !important;
  }
  .xs\:pr-72 {
    padding-right: 4.5rem !important;
  }
  .xs\:mt-72 {
    margin-top: 4.5rem !important;
  }
  .xs\:mb-72 {
    margin-bottom: 4.5rem !important;
  }
  .xs\:ml-72 {
    margin-left: 4.5rem !important;
  }
  .xs\:mr-72 {
    margin-right: 4.5rem !important;
  }
  .xs\:py-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .xs\:px-80 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xs\:pt-80 {
    padding-top: 5rem !important;
  }
  .xs\:pb-80 {
    padding-bottom: 5rem !important;
  }
  .xs\:pl-80 {
    padding-left: 5rem !important;
  }
  .xs\:pr-80 {
    padding-right: 5rem !important;
  }
  .xs\:mt-80 {
    margin-top: 5rem !important;
  }
  .xs\:mb-80 {
    margin-bottom: 5rem !important;
  }
  .xs\:ml-80 {
    margin-left: 5rem !important;
  }
  .xs\:mr-80 {
    margin-right: 5rem !important;
  }
  .xs\:mt-90 {
    margin-top: 90px !important;
  }
  .xs\:mt-100 {
    margin-top: 100px !important;
  }
  .xs\:mt-120 {
    margin-top: 120px !important;
  }
  .xs\:mt-130 {
    margin-top: 130px !important;
  }
  .xs\:mb-90 {
    margin-bottom: 90px !important;
  }
  .xs\:mb-100 {
    margin-bottom: 100px !important;
  }
  .xs\:mb-120 {
    margin-bottom: 120px !important;
  }
  .xs\:mb-130 {
    margin-bottom: 130px !important;
  }
  .xs\:pt-90 {
    padding-top: 90px !important;
  }
  .xs\:pt-100 {
    padding-top: 100px !important;
  }
  .xs\:pt-120 {
    padding-top: 120px !important;
  }
  .xs\:pt-130 {
    padding-top: 130px !important;
  }
  .xs\:pb-90 {
    padding-bottom: 90px !important;
  }
  .xs\:pb-100 {
    padding-bottom: 100px !important;
  }
  .xs\:pb-120 {
    padding-bottom: 120px !important;
  }
  .xs\:pb-130 {
    padding-bottom: 130px !important;
  }
}
.container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
.--gutenberg.-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
  .--gutenberg.-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
  .--gutenberg.-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
  .--gutenberg.-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
  .--gutenberg.-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,
  .--gutenberg.-container {
    max-width: 1320px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.g-1 {
  --bs-gutter-x: 0.25rem;
  --bs-gutter-y: 0.25rem;
}

.g-2 {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}

.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.g-5 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.gx-3 {
  --bs-gutter-x: 1rem;
}

.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.gx-5 {
  --bs-gutter-x: 3rem;
}

.gy-0 {
  --bs-gutter-y: 0;
}

.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.gy-3 {
  --bs-gutter-y: 1rem;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.gy-5 {
  --bs-gutter-y: 3rem;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: var(--font-primary);
  color: var(--font-dark);
  line-height: 1;
  font-size: 1rem;
  overflow-x: clip;
}

@media (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 0.92vw;
  }
}
body {
  font-weight: 400;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  color: #444;
  background-color: #fff;
}

@media (min-width: 1260px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 77rem;
  }
}
@media (max-width: 575px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
::-moz-selection {
  color: #fff;
  background-color: var(--primary-color);
  text-shadow: none;
}

::selection {
  color: #fff;
  background-color: var(--primary-color);
  text-shadow: none;
}

.hidden {
  overflow: hidden;
}

.vissible {
  overflow: visible;
}

section {
  overflow: hidden;
  position: relative;
}

a {
  color: #000;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

a.underline-link {
  position: relative;
}

a.underline-link::after {
  content: "";
  position: absolute;
  bottom: 0.1875rem;
  left: 0;
  width: 100%;
  height: 0.25rem;
  z-index: -1;
  background-color: var(--primary-color-3);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

a.underline-link:hover::after {
  width: 50%;
}

ul {
  margin: 0 0 0 0.625rem;
}

ul,
li {
  list-style: disc;
  list-style-position: outside;
  padding: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*--------------------------------------------------
	01. Variables
---------------------------------------------------*/
:root {
  --text-xs: .8125rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.4rem;
  --text-3xl: 1.75rem;
  --text-4xl: 2rem;
  --text-5xl: 2.5rem;
  --text-6xl: 3rem;
  --text-7xl: 5.5rem;
  --text-8xl: 10rem;
}

:root {
  --primary-color: #8dc63f;
  --primary-color-2: #99999A;
  --primary-color-3: #F5BD1E;
  --bg-light-1: #FAFAFA;
  --bg-dark-1: #251E47;
  --bg-dark-3: #F6F6F6;
  --font-light: #5A5A5A;
  --font-dark: #4C257E;
}

:root {
  --font-primary: "Poppins", sans-serif;
}

:root {
  --padding-section: 2.813rem;
}

:root {
  --global--spacing-horizontal: 2.5625rem;
  --responsive--aligndefault-width: min(calc(100vw - 12 * var(--global--spacing-horizontal)), 910px);
  --responsive--alignwide-width: 77rem;
  --responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
  /* --responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal)); */
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}

.alignfull .wp-block-columns {
  width: 100%;
  max-width: 97rem;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100%;
}

/*--------------------------------------------------
	Rounded
---------------------------------------------------*/
.rounded-5 {
  border-radius: 0.3125rem;
}

.rounded-10 {
  border-radius: 0.625rem;
}

.rouned-20 {
  border-radius: 1.25rem;
}

.rouned-30 {
  border-radius: 1.875rem;
}

.rounedn-40 {
  border-radius: 2.5rem;
}

.rounded-full {
  border-radius: 100%;
}

/*--------------------------------------------------
	Z-index
---------------------------------------------------*/
.z-m2 {
  z-index: -2;
}

.z-m1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

/*--------------------------------------------------
	SIZE W/H
---------------------------------------------------*/
.size-3xs {
  width: 1rem !important;
  height: 1rem !important;
}

.size-2xs {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.size-xs {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.size-sm {
  width: 2rem !important;
  height: 2rem !important;
}

.size-md {
  width: 2.5rem !important;
  height: 2.5rem !important;
}

.size-lg {
  width: 3rem !important;
  height: 3rem !important;
}

.size-xl {
  width: 4rem !important;
  height: 4rem !important;
}

.size-2xl {
  width: 5rem !important;
  height: 5rem !important;
}

.size-3xl {
  width: 6rem !important;
  height: 6rem !important;
}

.bg-primary {
  background-color: var(--primary-color);
}

.bg-primary-2 {
  background-color: var(--accent-color);
}

.text-primary {
  color: var(--primary-color);
}

.primary-color-2 {
  color: var(--primary-color-2);
}

.primary-bg-2 {
  background-color: var(--primary-color-2);
}

.primary-color-3 {
  color: var(--primary-color-3) !important;
}

.primary-color-4 {
  color: var(--font-light) !important;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-1 {
  background-color: var(--bg-light-1);
}

.bg-light-2 {
  background-color: var(--bg-light-2) !important;
}

.bg-light-3 {
  background-color: var(--bg-light-3);
}

.bg-dark-1 {
  background-color: var(--bg-dark-1);
}

.bg-dark-2 {
  background-color: var(--bg-dark-2);
}

.bg-dark-3 {
  background-color: var(--bg-dark-3);
}

.bg-dark-4 {
  background-color: var(--bg-dark-4);
}

.has-gradient-01 {
  background-image: radial-gradient(97% 3%, #FFFFFF 0%, rgba(227, 223, 255, 0.2) 32%, rgba(210, 206, 236, 0) 68%, #FFFFFF 100%);
}

.shadow-light {
  box-shadow: 0 6px 24px -2px rgba(119, 139, 165, 0.2);
}

.shadow-dark {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.6);
}

.border-none {
  border: none;
}

.border-light {
  border: 1px solid #FFFFFF;
}

.border-light-2 {
  border: 1px solid #EDEDED;
}

.border-color {
  border: 1px solid var(--primary-color-3);
}

.border-dark {
  border: 1px solid var(--primary-color);
}

.full-image-cover {
  width: 100%;
  overflow: hidden;
}
.full-image-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.mx-h-100 {
  height: 6.25rem;
}

.mx-h-150 {
  height: 9.375rem;
}

.mx-h-200 {
  height: 12.5rem;
}

.mx-h-250 {
  height: 15.625rem;
}

.mx-h-300 {
  height: 18.75rem;
}

.mx-h-350 {
  height: 21.875rem;
}

.mx-500 {
  max-width: 31.25rem;
}

.mx-600 {
  max-width: 37.5rem;
}

.mx-800 {
  max-width: 62.5rem;
}

.mx-1000 {
  max-width: 62.5rem;
}

.mx-1200 {
  max-width: 75rem;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xs\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-minus-sm {
  margin-left: -3.75rem;
}

.ml-minus-md {
  margin-left: -6.25rem;
}

.ml-minus-lg {
  margin-left: -8.75rem;
}

.ml-minus-xl {
  margin-left: -11.25rem;
}

.ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.ml-minus-col-3 {
  margin-left: -25vw;
}

.ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.mr-minus-sm {
  margin-right: -3.75rem;
}

.mr-minus-md {
  margin-right: -6.25rem;
}

.mr-minus-lg {
  margin-right: -8.75rem;
}

.mr-minus-xl {
  margin-right: -11.25rem;
}

.mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.mr-minus-col-3 {
  margin-right: -25vw;
}

.mr-minus-col-4 {
  margin-right: -33.33333vw;
}

@media (max-width: 1229px) {
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .lg\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .lg\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .lg\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .lg\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .lg\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .lg\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .lg\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .lg\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .lg\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .lg\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .lg\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .lg\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .lg\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .lg\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .lg\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .lg\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

.md\:ml-minus-sm {
  margin-left: -3.75rem;
}

.md\:ml-minus-md {
  margin-left: -6.25rem;
}

.md\:ml-minus-lg {
  margin-left: -8.75rem;
}

.md\:ml-minus-xl {
  margin-left: -11.25rem;
}

.md\:ml-minus-col-1 {
  margin-left: -8.33333vw;
}

.md\:ml-minus-col-2 {
  margin-left: -16.66667vw;
}

.md\:ml-minus-col-3 {
  margin-left: -25vw;
}

.md\:ml-minus-col-4 {
  margin-left: -33.33333vw;
}

.md\:mr-minus-sm {
  margin-right: -3.75rem;
}

.md\:mr-minus-md {
  margin-right: -6.25rem;
}

.md\:mr-minus-lg {
  margin-right: -8.75rem;
}

.md\:mr-minus-xl {
  margin-right: -11.25rem;
}

.md\:mr-minus-col-1 {
  margin-right: -8.33333vw;
}

.md\:mr-minus-col-2 {
  margin-right: -16.66667vw;
}

.md\:mr-minus-col-3 {
  margin-right: -25vw;
}

.md\:mr-minus-col-4 {
  margin-right: -33.33333vw;
}

@media (max-width: 767px) {
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .sm\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .sm\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .sm\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .sm\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .sm\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .sm\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .sm\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .sm\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .sm\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .sm\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .sm\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .sm\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .sm\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .sm\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .sm\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .sm\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
@media (max-width: 575px) {
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
  .xs\:ml-minus-sm {
    margin-left: -3.75rem;
  }
  .xs\:ml-minus-md {
    margin-left: -6.25rem;
  }
  .xs\:ml-minus-lg {
    margin-left: -8.75rem;
  }
  .xs\:ml-minus-xl {
    margin-left: -11.25rem;
  }
  .xs\:ml-minus-col-1 {
    margin-left: -8.33333vw;
  }
  .xs\:ml-minus-col-2 {
    margin-left: -16.66667vw;
  }
  .xs\:ml-minus-col-3 {
    margin-left: -25vw;
  }
  .xs\:ml-minus-col-4 {
    margin-left: -33.33333vw;
  }
  .xs\:mr-minus-sm {
    margin-right: -3.75rem;
  }
  .xs\:mr-minus-md {
    margin-right: -6.25rem;
  }
  .xs\:mr-minus-lg {
    margin-right: -8.75rem;
  }
  .xs\:mr-minus-xl {
    margin-right: -11.25rem;
  }
  .xs\:mr-minus-col-1 {
    margin-right: -8.33333vw;
  }
  .xs\:mr-minus-col-2 {
    margin-right: -16.66667vw;
  }
  .xs\:mr-minus-col-3 {
    margin-right: -25vw;
  }
  .xs\:mr-minus-col-4 {
    margin-right: -33.33333vw;
  }
}
.w-1\/1 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1229px) {
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-left {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-left {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .xs\:text-center {
    text-align: center;
  }
  .xs\:text-right {
    text-align: right;
  }
  .xs\:text-left {
    text-align: left;
  }
}
.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.is-fixed {
  position: fixed;
}

.text-no-wrap {
  white-space: nowrap;
}

.icon-16 {
  width: 1rem;
}

.icon-20 {
  width: 1.25rem;
}

.icon-32 {
  width: 2rem;
}

.icon-48 {
  width: 3rem;
}

.icon-64 {
  width: 4rem;
}

.icon-120 {
  width: 7.5rem;
}

.icon-150 {
  width: 9.375rem;
}

.icon-200 {
  width: 12.5rem;
}

.icon-250 {
  width: 15.625rem;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-between {
  align-items: space-between;
}

.align-items-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

@media (max-width: 1229px) {
  .lg\:justify-content-start {
    justify-content: flex-start;
  }
  .lg\:justify-content-end {
    justify-content: flex-end;
  }
  .lg\:justify-content-between {
    justify-content: space-between;
  }
  .lg\:justify-content-center {
    justify-content: center;
  }
  .lg\:align-items-start {
    align-items: flex-start;
  }
  .lg\:align-items-end {
    align-items: flex-end;
  }
  .lg\:align-items-between {
    align-items: space-between;
  }
  .lg\:align-items-center {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .md\:justify-content-start {
    justify-content: flex-start;
  }
  .md\:justify-content-end {
    justify-content: flex-end;
  }
  .md\:justify-content-between {
    justify-content: space-between;
  }
  .md\:justify-content-center {
    justify-content: center;
  }
  .md\:align-items-start {
    align-items: flex-start;
  }
  .md\:align-items-end {
    align-items: flex-end;
  }
  .md\:align-items-between {
    align-items: space-between;
  }
  .md\:align-items-center {
    align-items: center;
  }
  .md\:flex-direction-column {
    flex-direction: column;
  }
  .md\:is-relative {
    position: relative;
  }
}
@media (max-width: 767px) {
  .sm\:flex {
    display: flex;
  }
  .sm\:justify-content-start {
    justify-content: flex-start;
  }
  .sm\:justify-content-end {
    justify-content: flex-end;
  }
  .sm\:justify-content-between {
    justify-content: space-between;
  }
  .sm\:justify-content-center {
    justify-content: center;
  }
  .sm\:align-items-start {
    align-items: flex-start;
  }
  .sm\:align-items-end {
    align-items: flex-end;
  }
  .sm\:align-items-between {
    align-items: space-between;
  }
  .sm\:align-items-center {
    align-items: center;
  }
  .sm\:flex-direction-column {
    flex-direction: column;
  }
  .sm\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
  .sm\:is-relative {
    position: relative;
  }
}
@media (max-width: 575px) {
  .xs\:justify-content-start {
    justify-content: flex-start;
  }
  .xs\:justify-content-end {
    justify-content: flex-end;
  }
  .xs\:justify-content-between {
    justify-content: space-between;
  }
  .xs\:justify-content-center {
    justify-content: center;
  }
  .xs\:align-items-start {
    align-items: flex-start;
  }
  .xs\:align-items-end {
    align-items: flex-end;
  }
  .xs\:align-items-between {
    align-items: space-between;
  }
  .xs\:align-items-center {
    align-items: center;
  }
  .xs\:flex-direction-column {
    flex-direction: column;
  }
  .xs\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }
  .xs\:is-relative {
    position: relative;
  }
}
.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1229px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}
@media (max-width: 575px) {
  .xs\:d-none {
    display: none !important;
  }
  .xs\:d-inline-block {
    display: inline-block !important;
  }
  .xs\:d-block {
    display: block !important;
  }
  .xs\:d-flex {
    display: flex !important;
  }
}
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-24 {
  gap: 1rem;
}

.gap-32 {
  gap: 2rem;
}

@media (max-width: 1229px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
}
@media (max-width: 991px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
}
@media (max-width: 767px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
}
@media (max-width: 575px) {
  .xs\:order-1 {
    order: 1;
  }
  .xs\:order-2 {
    order: 2;
  }
  .xs\:order-3 {
    order: 3;
  }
  .xs\:order-4 {
    order: 4;
  }
  .xs\:order-5 {
    order: 5;
  }
  .xs\:order-6 {
    order: 6;
  }
}
.w-15vh {
  width: 15vh;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.h-unset {
  height: unset;
}

.h-full {
  height: 100%;
}

@media (max-width: 991px) {
  .md\:h-unset {
    height: unset;
  }
  .md\:h-30vh {
    height: 30vh;
  }
  .md\:h-70vh {
    height: 70vh;
  }
  .md\:h-80vh {
    height: 80vh;
  }
  .md\:h-90vh {
    height: 90vh;
  }
  .md\:h-100vh {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .x-gap-72,
  .x-gap-60,
  .x-gap-40,
  .x-gap-48 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .x-gap-72 > *,
  .x-gap-60 > *,
  .x-gap-40 > *,
  .x-gap-48 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .y-gap-72,
  .y-gap-60,
  .y-gap-40,
  .y-gap-48 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .y-gap-72 > *,
  .y-gap-60 > *,
  .y-gap-40 > *,
  .y-gap-48 > * {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.alignfull,
.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 999px) {
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
  .wp-block-quote {
    max-width: 100%;
  }
}
.alignfull {
  width: 100%;
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm) !important;
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-2xl {
  font-size: var(--text-2xl);
}

.text-3xl {
  font-size: var(--text-3xl);
}

.text-4xl {
  font-size: var(--text-4xl);
}

.text-5xl {
  font-size: var(--text-5xl);
}

.text-6xl {
  font-size: var(--text-6xl);
}

.text-7xl {
  font-size: var(--text-7xl);
}

.text-8xl {
  font-size: var(--text-8xl);
}

@media (max-width: 1229px) {
  .lg\:text-xs {
    font-size: var(--text-xs);
  }
  .lg\:text-sm {
    font-size: var(--text-sm);
  }
  .lg\:text-base {
    font-size: var(--text-base);
  }
  .lg\:text-lg {
    font-size: var(--text-lg);
  }
  .lg\:text-xl {
    font-size: var(--text-xl);
  }
  .lg\:text-2xl {
    font-size: var(--text-2xl);
  }
  .lg\:text-3xl {
    font-size: var(--text-3xl);
  }
  .lg\:text-4xl {
    font-size: var(--text-4xl);
  }
  .lg\:text-5xl {
    font-size: var(--text-5xl);
  }
  .lg\:text-6xl {
    font-size: var(--text-6xl);
  }
}
@media (max-width: 991px) {
  .md\:text-xs {
    font-size: var(--text-xs);
  }
  .md\:text-sm {
    font-size: var(--text-sm);
  }
  .md\:text-base {
    font-size: var(--text-base);
  }
  .md\:text-lg {
    font-size: var(--text-lg);
  }
  .md\:text-xl {
    font-size: var(--text-xl);
  }
  .md\:text-2xl {
    font-size: var(--text-2xl);
  }
  .md\:text-3xl {
    font-size: var(--text-3xl);
  }
  .md\:text-4xl {
    font-size: var(--text-4xl);
  }
  .md\:text-5xl {
    font-size: var(--text-5xl);
  }
  .md\:text-6xl {
    font-size: var(--text-6xl);
  }
}
@media (max-width: 767px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }
  .sm\:text-sm {
    font-size: var(--text-sm);
  }
  .sm\:text-base {
    font-size: var(--text-base);
  }
  .sm\:text-lg {
    font-size: var(--text-lg);
  }
  .sm\:text-xl {
    font-size: var(--text-xl);
  }
  .sm\:text-2xl {
    font-size: var(--text-2xl);
  }
  .sm\:text-3xl {
    font-size: var(--text-3xl);
  }
  .sm\:text-4xl {
    font-size: var(--text-4xl);
  }
  .sm\:text-5xl {
    font-size: var(--text-5xl);
  }
  .sm\:text-6xl {
    font-size: var(--text-6xl);
  }
}
@media (max-width: 575px) {
  .xs\:text-xs {
    font-size: var(--text-xs);
  }
  .xs\:text-sm {
    font-size: var(--text-sm);
  }
  .xs\:text-base {
    font-size: var(--text-base);
  }
  .xs\:text-lg {
    font-size: var(--text-lg);
  }
  .xs\:text-xl {
    font-size: var(--text-xl);
  }
  .xs\:text-2xl {
    font-size: var(--text-2xl);
  }
  .xs\:text-3xl {
    font-size: var(--text-3xl);
  }
  .xs\:text-4xl {
    font-size: var(--text-4xl);
  }
  .xs\:text-5xl {
    font-size: var(--text-5xl);
  }
  .xs\:text-6xl {
    font-size: var(--text-6xl);
  }
}
.form input:not(.submitbtn):not([type=checkbox]) {
  width: 100%;
  border-radius: 0;
  border: 1px solid #D2D2D2;
  margin-top: 0.8rem;
  padding: 0.5rem 0.8rem;
  color: #001175;
  height: 50px;
}
.form textarea {
  width: 100%;
  border-radius: 0;
  border-color: #D2D2D2;
  margin-top: 0.5rem;
  padding: 0.5rem 0.5rem;
  color: #001175;
  height: 200px;
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
}
.form .wpcf7-list-item {
  margin-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.form .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  line-height: 110%;
  font-size: 14px;
  align-items: center;
}
.form input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.form input.wpcf7-submit {
  background: #DDF247;
  color: #001175;
  border: none;
  padding: 0.6rem 2.5rem;
  font-size: 1.2rem;
  margin: 1.2rem 0 0 0;
  transition: all 400ms ease-in-out;
}
.form input.wpcf7-submit:hover {
  background-color: #001175;
  color: #fff;
}

:root {
  --clb-color-primary: #8dc63f;
  --clb-color-white: #ffffff;
  --clb-color-fill: #f8f9fa;
  --clb-color-text: #333333;
  --clb-color-text-light: #666666;
  --clb-border-width: 1px;
  --clb-border-color: #dee2e6;
  --clb-header-border-color: #dee2e6;
  --clb-header-border-style: solid;
  --clb-header-height: 60px;
  --clb-spacer: 20px;
  --clb-gap: 15px;
  --clb-circle: 50%;
  --clb-text-medium: 500;
  --clb-text-bold: 700;
  --clb-font-size-menu: 16px;
  --clb-font-size-submenu: 14px;
  --clb-font-size-caption: 12px;
  --clb-font-size-extra-small: 11px;
  --clb-h5-line-height: 1.4;
  --clb-cursor-default: default;
}

body {
  padding-top: var(--clb-header-height);
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.header {
  z-index: 60;
  position: fixed;
  background: var(--clb-color-white);
  vertical-align: middle;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.header-cap {
  width: 100%;
  height: var(--clb-header-height);
}

.header-wrap {
  position: relative;
  z-index: 1;
  height: var(--clb-header-height);
  width: 100%;
}
.header-wrap.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--clb-spacer);
}
.header-wrap-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrap-inner.vertical-inner {
  flex-direction: column;
}

.left-part,
.center-part,
.right-part {
  display: flex;
  align-items: center;
  gap: var(--clb-gap);
}

.center-part {
  flex: 1;
  justify-content: flex-end;
  position: relative !important;
  height: auto !important;
  top: auto !important;
  z-index: auto !important;
  width: auto !important;
}

.right-part {
  justify-content: flex-end;
}

.header-wrap .menu-optional {
  display: flex;
  align-items: center;
}

.branding {
  display: flex;
  align-items: center;
}
.branding.text-logo .logo {
  font-size: 24px;
  font-weight: var(--clb-text-bold);
  color: var(--clb-color-text);
}

.branding-title {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.branding-title.-undash {
  text-decoration: none;
}
.branding-title.-unlink:hover {
  text-decoration: none;
}

.logo {
  position: relative;
  display: flex;
  align-items: center;
}
.logo.with-mobile .logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .logo.with-mobile {
    display: none;
  }
  .logo.with-mobile .logo-mobile {
    display: block;
  }
}
.logo img {
  max-height: 50px;
  max-width: 200px;
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
.logo img.svg-logo {
  max-height: 40px;
}
.logo .main-logo {
  display: block;
}
.logo .dark-scheme-logo {
  display: none;
}

.logo-sticky,
.logo-mobile,
.logo-sticky-mobile {
  display: none;
}

.menu-icon {
  margin: 20px auto;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
}
.menu-icon span {
  background-color: black;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.menu-icon span:first-child {
  top: 0;
}
.menu-icon span:nth-child(2) {
  top: 6px;
}
.menu-icon span:last-child {
  top: 12px;
}
.menu-icon:hover span:nth-child(2) {
  opacity: 0;
}
.menu-icon:hover span:first-child, .menu-icon:hover span:last-child {
  top: 6px;
  background-color: red;
}
.menu-icon:hover span:first-child {
  transform: rotate(45deg);
}
.menu-icon:hover span:last-child {
  transform: rotate(-45deg);
}

.hamburger {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  padding: 0;
  background-color: unset;
}

.hamburger-button {
  background-color: unset;
  padding: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.hamburger-button.active .hamburger .icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-button.active .hamburger .icon span:nth-child(2) {
  opacity: 0;
}
.hamburger-button.active .hamburger .icon span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.hamburger-button.hamburger-outer {
  background-color: var(--clb-color-fill);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  border-radius: var(--clb-circle);
  padding: 10px;
  border-radius: 50%;
}
.hamburger-button.hamburger-outer:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hamburger-button:focus {
  outline: 2px solid var(--clb-color-primary);
  outline-offset: 2px;
}

.hamburger-outer {
  background-color: var(--clb-color-fill);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  border-radius: var(--clb-circle);
}

.hamburger-outer > .hamburger.icon-button {
  margin-right: 0 !important;
  background-color: transparent;
}

.hamburger-caption {
  margin: 0 var(--clb-spacer);
  text-transform: uppercase;
  font-weight: var(--clb-text-medium);
  font-size: var(--clb-font-size-caption);
  color: var(--clb-color-text-light);
  letter-spacing: 0.5px;
}

.hamburger.icon-button {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  width: 24px;
  height: 18px;
  position: relative;
}
.hamburger.icon-button > .icon {
  width: 20px;
  height: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hamburger.icon-button > .icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--clb-color-text);
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.hamburger.icon-button:hover .icon span {
  background-color: var(--clb-color-primary);
}

.nav {
  cursor: var(--clb-cursor-default);
  font-size: var(--clb-font-size-menu);
  font-weight: var(--clb-text-medium);
  position: relative;
  height: 100%;
}
.nav.hidden {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  .nav.hidden-mobile {
    display: none;
  }
}
.nav.slide-right .slide-in-overlay {
  transform: translateX(100%);
}
.nav.with-counters .menu-item-has-children > a::after {
  content: "+";
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.nav.with-counters .menu-item-has-children:hover > a::after {
  transform: rotate(45deg);
}
.nav.with-multi-level-indicators .sub-menu .menu-item-has-children > a::after {
  content: "→";
  margin-left: 5px;
}
.nav.with-highlighted-menu .current-menu-item > a,
.nav.with-highlighted-menu .current_page_item > a {
  color: var(--clb-color-primary);
  font-weight: var(--clb-text-bold);
}
.nav.hide-mobile-menu-images .menu-item-image {
  display: none;
}
.nav.hide-mobile-menu-descriptions .menu-item-description {
  display: none;
}
.nav a::before,
.nav .close-bar {
  display: none;
}
.nav .slide-in-overlay {
  display: block;
}
.nav.with-highlighted-menu .nav-item .menu-link:hover, .nav.with-highlighted-menu .nav-item.current-menu-item > .menu-link {
  color: var(--clb-color-primary);
}
.nav.with-counters .nav-item:not(.version) {
  counter-increment: number;
}
.nav.with-counters .nav-item:not(.version) > a > span {
  position: relative;
}
.nav.with-counters .nav-item:not(.version) > a > span::before {
  content: "0" counter(number);
  display: inline-block;
  font-weight: var(--clb-text-bold);
  width: auto;
  right: 0;
  top: -0.65em;
  line-height: 0.6em;
  font-size: 0.6em;
  position: absolute;
  height: auto;
  opacity: 0.75;
}
.nav.hidden:not(.-visible) {
  display: none;
}

.slide-in-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.slide-in-overlay.active {
  transform: translateX(0);
}
.slide-in-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slide-in-overlay .close-bar {
  position: absolute;
  top: var(--clb-spacer);
  right: var(--clb-spacer);
  z-index: 10001;
  display: flex;
  align-items: center;
  gap: 15px;
}
.slide-in-overlay .close-bar.-flex-just-end {
  justify-content: flex-end;
}
.slide-in-overlay .holder {
  position: relative;
  z-index: 10000;
  background: var(--clb-color-white);
  width: 100%;
  max-width: 400px;
  height: 100vh;
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
}

.nav-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.menu .sub-menu,
.menu .sub-sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu > li::before,
.menu .sub-menu > li::before,
.menu .sub-sub-menu > li::before {
  content: "";
  display: none;
}
.menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 11;
  list-style: none;
}
.menu .menu-item > a {
  display: block;
  padding: 15px 0;
  color: var(--clb-color-text);
  text-decoration: none;
  font-size: var(--clb-font-size-menu);
  font-weight: var(--clb-text-medium);
  transition: all 0.3s ease;
  white-space: normal;
  line-height: var(--clb-h5-line-height);
  gap: 0 var(--clb-gap);
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu .menu-item > a:hover {
  color: var(--clb-color-primary);
  padding-left: 10px;
}
.menu .menu-item.current-menu-item > a, .menu .menu-item.current_page_item > a {
  color: var(--clb-color-primary);
  font-weight: var(--clb-text-bold);
}
.menu .menu-item .sub-menu {
  font-size: var(--clb-font-size-submenu);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.menu .menu-item .sub-menu .menu-item > a {
  padding: 12px 0 12px 20px;
  font-size: var(--clb-font-size-submenu);
  color: var(--clb-color-text-light);
  border-bottom: 1px solid #f8f8f8;
}
.menu .menu-item .sub-menu .menu-item > a:hover {
  color: var(--clb-color-primary);
  padding-left: 30px;
}
.menu .menu-item.menu-item-has-children > a {
  position: relative;
}
.menu .menu-item.menu-item-has-children > a::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.3s ease;
}
.menu .menu-item.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(45deg);
}
.menu .menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
}
.menu .menu-item.menu-item-admin > a {
  background: var(--clb-color-fill);
  border: 1px solid var(--clb-border-color);
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  color: var(--clb-color-text-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}
.menu .menu-item.menu-item-admin > a:hover {
  background: #e9ecef;
  color: #495057;
  text-decoration: none;
}
.menu .menu-item.menu-item-admin > a::after {
  display: none;
}

@media (min-width: 1100px) {
  .mobile-hamburger {
    display: none !important;
  }
  .desktop-hamburger {
    display: none !important;
  }
  .right-part {
    display: none !important;
  }
  .header.extended-menu .desktop-hamburger {
    display: none !important;
  }
  .header.extended-menu .right-part {
    display: flex !important;
  }
  .header.hamburger-only .right-part {
    display: flex !important;
  }
  .header.hamburger-only .desktop-hamburger {
    display: flex !important;
  }
  .header.hamburger-only .nav {
    display: none !important;
  }
  .nav {
    display: block !important;
  }
  .nav.hidden {
    display: block;
  }
  .nav .slide-in-overlay {
    position: static;
    background: transparent;
    transform: none;
    height: auto;
    overflow: visible;
  }
  .nav .slide-in-overlay .overlay {
    display: none;
  }
  .nav .slide-in-overlay .close-bar {
    display: none;
  }
  .nav .slide-in-overlay .holder {
    position: static;
    background: transparent;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    flex-direction: row;
  }
  .nav .nav-container {
    flex: none;
  }
  .nav .menu {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .nav .menu .menu-item > a {
    padding: 15px 0;
    border-bottom: none;
    position: relative;
    font-size: var(--clb-font-size-menu);
    font-weight: var(--clb-text-medium);
    color: var(--clb-color-text);
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .nav .menu .menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--clb-color-primary);
    transition: width 0.3s ease;
  }
  .nav .menu .menu-item > a:hover {
    padding-left: 0;
    color: var(--clb-color-primary);
  }
  .nav .menu .menu-item > a:hover::after {
    width: 100%;
  }
  .nav .menu .menu-item.current-menu-item > a, .nav .menu .menu-item.current_page_item > a {
    color: var(--clb-color-primary);
    font-weight: var(--clb-text-bold);
  }
  .nav .menu .menu-item.current-menu-item > a::after, .nav .menu .menu-item.current_page_item > a::after {
    width: 100%;
  }
  .nav .menu .menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: var(--clb-color-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px 0;
    max-height: none;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .nav .menu .menu-item .sub-menu .menu-item > a {
    padding: 12px 20px;
    border-bottom: none;
    font-size: var(--clb-font-size-submenu);
    color: var(--clb-color-text-light);
  }
  .nav .menu .menu-item .sub-menu .menu-item > a:hover {
    padding-left: 20px;
    background: var(--clb-color-fill);
    color: var(--clb-color-primary);
  }
  .nav .menu .menu-item.menu-item-has-children > a::after {
    content: "▼";
    position: static;
    margin-left: 5px;
    font-size: 10px;
    transform: none;
    transition: transform 0.3s ease;
  }
  .nav .menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav .menu .menu-item.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
  }
  .mobile-hamburger {
    display: none !important;
  }
}
@media (max-width: 1099px) {
  .center-part {
    display: none !important;
  }
  .right-part {
    display: flex !important;
    align-items: center;
  }
  .desktop-hamburger {
    display: none !important;
  }
  .mobile-hamburger {
    display: flex !important;
    align-items: center;
  }
  .hamburger-button {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
  .nav {
    display: none !important;
  }
  .nav .menu .menu-item .sub-menu .menu-item > a {
    padding-left: 30px;
  }
}
.menu-optional {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--clb-gap);
}
.menu-optional .custom-icon {
  max-width: 50%;
}
.menu-optional .button-group {
  gap: var(--clb-gap);
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.icon-button {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-button:hover {
  background: rgba(0, 0, 0, 0.05);
}
.icon-button:focus {
  outline: 2px solid var(--clb-color-primary);
  outline-offset: 2px;
}
.icon-button.-overlay-button {
  background: rgba(255, 255, 255, 0.1);
  color: var(--clb-color-white);
}
.icon-button.-overlay-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.icon-button.-light {
  color: var(--clb-color-white);
}
.icon-button.-small {
  padding: 4px;
}
.icon-button.-extra-small {
  padding: 2px;
}
.icon-button:hover, .icon-button.hamburger, .icon-button.cart {
  background: rgba(0, 0, 0, 0.05);
}
.icon-button:hover .icon {
  color: var(--clb-color-primary);
}
.icon-button:focus, .icon-button:active {
  outline: 2px solid var(--clb-color-primary);
  outline-offset: 2px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.icon-close {
  position: relative;
  width: 20px;
  height: 20px;
}
.icon-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}
.icon-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.social-networks {
  display: flex;
  align-items: center;
  gap: 15px;
}
.social-networks .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--clb-color-white);
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-networks .social-link:hover {
  background: var(--clb-color-primary);
  transform: translateY(-2px);
}
.social-networks .social-link .icon {
  width: 18px;
  height: 18px;
}

.language-dropdown {
  position: relative;
}
.language-dropdown .language-toggle {
  background: none;
  border: none;
  color: var(--clb-color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.language-dropdown .language-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}
.language-dropdown .language-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--clb-color-white);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.language-dropdown .language-dropdown-menu .language-link {
  display: block;
  padding: 8px 15px;
  color: var(--clb-color-text);
  text-decoration: none;
  transition: all 0.3s ease;
}
.language-dropdown .language-dropdown-menu .language-link:hover, .language-dropdown .language-dropdown-menu .language-link.active {
  background: var(--clb-color-fill);
  color: var(--clb-color-primary);
}
.language-dropdown:hover .language-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.copyright {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  color: var(--clb-color-text-light);
  line-height: 1.5;
}

.clb-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  backdrop-filter: blur(0px);
}
.clb-popup.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(5px);
}
.clb-popup.active .hamburger-nav-holder {
  animation: slideDownFadeIn 0.5s ease forwards;
}
.clb-popup.active .menu .menu-item {
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInUp 0.4s ease forwards;
}
.clb-popup.active .menu .menu-item:nth-child(1) {
  animation-delay: 0.15s;
}
.clb-popup.active .menu .menu-item:nth-child(2) {
  animation-delay: 0.2s;
}
.clb-popup.active .menu .menu-item:nth-child(3) {
  animation-delay: 0.25s;
}
.clb-popup.active .menu .menu-item:nth-child(4) {
  animation-delay: 0.3s;
}
.clb-popup.active .menu .menu-item:nth-child(5) {
  animation-delay: 0.35s;
}
.clb-popup.active .menu .menu-item:nth-child(6) {
  animation-delay: 0.4s;
}
.clb-popup.active .menu .menu-item:nth-child(7) {
  animation-delay: 0.45s;
}
.clb-popup.active .menu .menu-item:nth-child(8) {
  animation-delay: 0.5s;
}
.clb-popup.active .menu .menu-item:nth-child(9) {
  animation-delay: 0.55s;
}
.clb-popup.active .menu .menu-item:nth-child(10) {
  animation-delay: 0.6s;
}
.clb-popup.active .hamburger-nav-details {
  opacity: 0;
  animation: fadeIn 0.5s ease 0.6s forwards;
}
.clb-popup .close-bar {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10001;
}
.clb-popup .hamburger-nav-holder {
  text-align: center;
  max-width: 600px;
  width: 100%;
  padding: 0 40px;
}
.clb-popup .hamburger-nav-holder .menu .menu-item > a {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--clb-color-white);
  text-decoration: none;
  display: block;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.clb-popup .hamburger-nav-holder .menu .menu-item > a:hover {
  color: var(--clb-color-primary);
  transform: scale(1.05);
}
.clb-popup .hamburger-nav-details {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clb-popup .hamburger-nav-details .details-column {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .header-wrap-inner {
    min-height: 60px;
  }
  .logo img {
    max-height: 40px;
  }
  .hamburger-nav-holder .menu .menu-item > a {
    font-size: 1.5rem !important;
  }
}
.hamburger-nav-details {
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

@media (max-width: 480px) {
  .header-wrap {
    padding: 0 15px;
  }
  .slide-in-overlay .holder {
    padding: 60px 20px 20px;
  }
  .hamburger-nav-holder {
    padding: 0 20px;
  }
  .hamburger-nav-holder .menu .menu-item > a {
    font-size: 1.5rem !important;
  }
}
@keyframes slideDownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.blog-content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 991px) {
  .blog-content {
    gap: 2rem;
  }
}

.category-filter {
  display: flex;
  gap: 43px;
  flex-wrap: wrap;
}

.category-link {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
  line-height: 1.5;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.category-link:hover, .category-link.active {
  color: #8dc63f;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
  margin-bottom: 3.5rem;
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: transparent;
  width: auto;
  max-width: 100%;
  margin-bottom: 2rem;
}

.post-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #d9d9d9;
}

.post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.post-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.post-thumbnail:hover .post-image {
  transform: scale(1.05);
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 42px;
  min-height: 60px;
}

.post-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #434343;
  line-height: 1.5;
  margin: 0;
}
.post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post-title a:hover {
  color: #8dc63f;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
  border: 1px solid #080808;
  transition: all 0.3s ease;
  min-width: 50px;
  height: 50px;
  position: relative;
}
.blog-pagination .page-numbers:hover, .blog-pagination .page-numbers.current {
  border-color: #8dc63f;
  background-color: #8dc63f;
  color: #fff;
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.next {
  border: 1px solid #8dc63f;
  background-color: transparent;
}
.blog-pagination .page-numbers.prev:hover, .blog-pagination .page-numbers.next:hover {
  background-color: #8dc63f;
  color: #fff;
}

@media (max-width: 1024px) {
  .blog-content {
    max-width: 100%;
    padding: 0 20px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .blog-post-card {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .category-filter {
    gap: 20px;
  }
  .category-link {
    font-size: 14px;
  }
  .post-title {
    font-size: 18px;
  }
  .blog-pagination .page-numbers {
    padding: 8px 16px;
    font-size: 18px;
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .blog-content {
    padding: 0 15px;
  }
  .category-filter {
    flex-direction: column;
    gap: 15px;
  }
  .post-title {
    font-size: 16px;
  }
  .post-thumbnail {
    height: auto;
  }
}
.blog-archive .blogHeadline h1 {
  font-size: 2rem;
}
.blog-archive .blogHeadline h1 ul,
.blog-archive .blogHeadline h1 li {
  list-style: none;
}
.blog-archive img {
  filter: grayscale(1);
  outline: 2px solid #8dc63f;
}
.blog-archive h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
}
.blog-archive h3 a {
  font-size: 1rem;
}
.blog-archive h3:hover {
  color: #8dc63f;
}

.is-category-badge {
  display: inline-flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  color: #fff;
  padding: 0.3rem 0.8rem;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.is-category-badge:hover {
  opacity: 0.8;
}
.is-category-badge ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.is-category-badge li {
  list-style: none;
  color: #fff;
}
.is-category-badge li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.is-category-badge-title {
  display: inline-flex;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  color: #fff;
  padding: 0.3rem 0.8rem;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.is-category-badge-title:hover {
  opacity: 0.8;
}
.is-category-badge-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.is-category-badge-title li {
  list-style: none;
  color: #fff;
}
.is-category-badge-title li a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#blogWrapper .post-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

#blogWrapper .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

#blogWrapper .post-thumbnail img:hover {
  transform: scale(1.2);
}

.blog-archive h3 {
  font-size: 1.5rem !important;
}
.blog-archive h3 a {
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  transition: all 800ms ease-in-out;
  margin-top: 1rem;
}

#blogWrapper h3 a:hover {
  color: var(--primary-color-2);
}

p a {
  color: #8dc63f;
  text-transform: underline;
}

.pagination {
  margin: 2rem 0;
  gap: 1rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.pagination a {
  transition: all 300ms ease-in-out;
}
.pagination a:hover {
  color: #8dc63f;
}
.pagination .page-numbers.current {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  color: #fff;
  font-weight: 600;
  padding: 1.2rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.pagination .prev,
.pagination .next {
  border: 1px solid #bbb;
  border-radius: 50%;
  padding: 0.5rem;
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #8dc63f;
}
.pagination .prev:hover svg,
.pagination .next:hover svg {
  color: #fff;
}
.pagination .prev svg,
.pagination .next svg {
  color: #505050;
}

.arichivePage h1 {
  font-size: 2rem;
}
.arichivePage h1 ul,
.arichivePage h1 li {
  list-style: none;
  margin: 0;
}
.arichivePage h3 {
  font-size: 1.4rem !important;
}

.recentPostBlog .navigation-arrows {
  display: flex;
  align-items: center;
}
.recentPostBlog .navigation-arrows .swbutton-prev,
.recentPostBlog .navigation-arrows .swbutton-next {
  cursor: pointer;
}
.recentPostBlog .navigation-arrows .swbutton-prev:hover,
.recentPostBlog .navigation-arrows .swbutton-next:hover {
  opacity: 0.5;
}
.recentPostBlog .post-thumbnail {
  width: 100%;
  overflow: hidden;
}
.recentPostBlog .post-thumbnail:hover img {
  transform: scale(1.1);
  filter: grayscale(0%);
}
.recentPostBlog .post-thumbnail img {
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.recentPostBlog .date p {
  font-size: 12px;
  font-weight: 600;
}
.recentPostBlog h3 {
  margin-top: 5px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 110%;
}
.recentPostBlog h3 a {
  line-height: 110%;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}
.recentPostBlog h3 a:hover {
  color: #8dc63f;
}

.titleBlogPost .line {
  width: 100%;
  height: 1px;
}

.category-bar {
  margin: 1rem 0 2.5rem 0;
  padding: 1.2rem 0;
}
.category-bar .navitems {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.2rem;
}
.category-bar .navitems li {
  list-style: none;
}
.category-bar .navitems li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.category-bar .navitems li a:hover {
  opacity: 0.6;
}
.category-bar .navitems span {
  background: #fff;
  height: 10px;
  width: 1px;
  display: flex;
  align-items: center;
}
.category-bar .navitems span:last-child {
  display: none;
}

article h2 {
  font-size: 1.75rem;
  line-height: 120%;
}
article h3 {
  line-height: 120%;
  font-size: 1.5rem;
}

.post-author .nameAuthor {
  color: #8dc63f;
  font-size: 14px;
}
.post-author .job {
  font-size: 14px;
}
.post-author .gap-20 {
  gap: 1.25rem;
}
.post-author .small-avatar {
  width: 56px;
  height: 5rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-author .small-avatar {
    border-radius: 0.2rem;
  }
}
.post-author .small-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-author .line {
  border: 0.0625rem solid #8dc63f;
  width: 5.3125rem;
  height: 0.0625rem;
}
@media (max-width: 767px) {
  .post-author .line {
    display: none;
  }
}
.post-author a {
  text-decoration: none !important;
}

.box-autor-post--bottom {
  padding: 2.75rem;
  background: #F7F7F7;
  border: 0.0625rem solid #DADADA;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 757px) {
  .box-autor-post--bottom {
    padding: 1.5rem;
  }
}
.box-autor-post--bottom .wrapper-info .info_person .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.box-autor-post--bottom .wrapper-info .info_person .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.box-autor-post--bottom .wrapper-info .info_person .inner .box a {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 0.5rem;
  border: 0.0938rem solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.box-autor-post--bottom .wrapper-info .info_person .inner .box a:hover {
  background-color: transparent;
  border-color: #E500C5;
}
.box-autor-post--bottom .wrapper-info .info_person .inner .box--addons a {
  background: #E500C5;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  font-size: 14px;
  height: 2.375rem;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-autor-post--bottom .wrapper-info .info_person .inner .box--addons a:hover {
  background-color: #fff;
  color: #E500C5;
  border-color: #E500C5;
}
.box-autor-post--bottom .wrapper-info .small-avatar {
  width: 100%;
  max-width: 180px;
  height: 11.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .box-autor-post--bottom .wrapper-info .small-avatar {
    height: 140px !important;
    max-width: 110px;
  }
}
.box-autor-post--bottom .wrapper-info .small-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single .box-autor-post--bottom .small-avatar {
  height: 14rem;
}

.buttonMoreinfo a {
  padding: 0.3125rem 0.625rem;
  background-color: #e500c5;
  border: 1px solid #e500c5;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  font-weight: 600;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.buttonMoreinfo a:hover {
  opacity: 0.4;
}

.content--single {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
}
.content--single .blog-header {
  background-color: #988f88;
  padding: 3rem 0;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .content--single .blog-header {
    max-width: 100%;
  }
}
.content--single .dateInfo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.content--single .dateInfo .ico {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.content--single .dateInfo span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.content--single .blog-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .content--single .blog-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .content--single .blog-title {
    font-size: 24px;
  }
}
.content--single .arrow-down-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 44px;
}
.content--single .arrow-down-button {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.content--single .arrow-down-button:hover {
  background: #f8f9fa;
  transform: translateY(2px);
}
.content--single .arrow-down-button svg {
  width: 24px;
  height: 24px;
}
.content--single .related-articles {
  margin: 64px 0;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.content--single .related-articles .related-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.79;
  color: #000000;
  margin: 0 0 24px 0;
  letter-spacing: 0.28px;
}
.content--single .related-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(476px, 1fr));
  gap: 24px;
}
.content--single .related-articles .articles-grid .article-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content--single .related-articles .articles-grid .article-item .article-image {
  width: 100%;
  height: 255px;
  background-color: #d9d9d9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content--single .related-articles .articles-grid .article-item .article-content {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.content--single .related-articles .articles-grid .article-item .article-content .article-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #434343;
  margin: 0;
}
.content--single .entry-content {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
}
.content--single .entry-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  letter-spacing: 0;
}
.content--single .entry-content h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 32px 0 16px 0;
}
.content--single .entry-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 24px 0 12px 0;
}
.content--single .entry-content h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 20px 0 10px 0;
}
.content--single .entry-content h5,
.content--single .entry-content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 16px 0 8px 0;
}
.content--single p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 20px 0;
}
.content--single p:last-child {
  margin-bottom: 0;
}
.content--single a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  transition: color 0.3s ease;
}
.content--single a:hover {
  color: #8DC63F;
}
.content--single .single-item-post--link {
  text-decoration: none;
}
.content--single ul,
.content--single ol {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}
.content--single ul li,
.content--single ol li {
  position: relative;
  margin: 8px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  list-style: none;
}
.content--single ul li::marker,
.content--single ol li::marker {
  display: none !important;
  content: none !important;
}
.content--single ul li {
  padding-left: 24px;
}
.content--single ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #1a1a1a;
  border-radius: 50%;
}
.content--single ol {
  counter-reset: item;
}
.content--single ol li {
  counter-increment: item;
  padding-left: 32px;
}
.content--single ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  font-weight: 600;
  color: #1a1a1a;
}
.content--single blockquote {
  margin: 32px 0;
  padding: 24px;
  background: #f8f9fa;
  border-left: 4px solid #8DC63F;
  font-style: italic;
  position: relative;
}
.content--single blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
.content--single blockquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 48px;
  color: #8DC63F;
  font-family: serif;
}
.content--single figure {
  margin: 1.5rem 0;
  text-align: center;
}
.content--single figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.content--single figure figcaption {
  margin-top: 12px;
  font-size: 16px;
  color: #666;
  font-style: italic;
}
.content--single code {
  background: #f8f9fa;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 16px;
  color: #b62c11;
}
.content--single pre {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 24px 0;
}
.content--single pre code {
  background: none;
  padding: 0;
  color: #1a1a1a;
}
.content--single table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 18px;
}
.content--single table th,
.content--single table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}
.content--single table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #1a1a1a;
}
.content--single hr {
  border: none;
  height: 2px;
  background: #dee2e6;
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .content--single .blog-header {
    max-width: 100%;
  }
  .content--single .author-wrapper--list .wrapper--bas,
  .content--single .related-articles,
  .content--single .entry-content {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .content--single {
    font-size: 18px;
  }
  .content--single .author-wrapper--list .wrapper--bas,
  .content--single .related-articles,
  .content--single .entry-content {
    padding: 0;
  }
  .content--single .author-wrapper--list .box-autor-single {
    flex-direction: column;
    gap: 20px;
  }
  .content--single .author-wrapper--list .box-autor-single .innerImageAuthor {
    width: 100px;
  }
  .content--single .related-articles .articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .content--single .entry-content h1 {
    font-size: 22px;
  }
  .content--single .entry-content h2 {
    font-size: 20px;
  }
  .content--single .entry-content h3 {
    font-size: 18px;
  }
  .content--single .entry-content h4 {
    font-size: 16px;
  }
  .content--single .entry-content p,
  .content--single .entry-content li {
    font-size: 18px;
  }
  .content--single blockquote {
    padding: 20px;
    margin: 24px 0;
  }
  .content--single blockquote p {
    font-size: 16px;
  }
  .content--single figure {
    margin: 24px 0;
  }
}
@media (max-width: 480px) {
  .content--single {
    font-size: 16px;
  }
  .content--single .author-wrapper--list .box-autor-single {
    padding: 15px;
    gap: 15px;
  }
}
@media (max-width: 480px) and (max-width: 768px) {
  .content--single .author-wrapper--list .box-autor-single {
    padding: 2rem 0.9375rem;
  }
}
@media (max-width: 480px) {
  .content--single .author-wrapper--list .box-autor-single .innerImageAuthor {
    width: 80px;
  }
  .content--single .entry-content h1 {
    font-size: 20px;
  }
  .content--single .entry-content h2 {
    font-size: 18px;
  }
  .content--single .entry-content h3 {
    font-size: 16px;
  }
  .content--single .entry-content p,
  .content--single .entry-content li {
    font-size: 16px;
  }
  .content--single blockquote {
    padding: 16px;
    margin: 20px 0;
  }
  .content--single blockquote p {
    font-size: 15px;
  }
}
.content--single .recentPostBlog {
  padding: 0 1rem;
}
.content--single .recentPostBlog .title--section {
  margin-bottom: 1.25rem;
}
.content--single .recentPostBlog .title--section h2 {
  font-size: 1.5rem;
}

.author-wrapper--list {
  background-color: #988F88;
  padding: 64px 0;
  margin: 64px 0;
}
@media (max-width: 991px) {
  .author-wrapper--list {
    padding: 48px 1.25rem;
  }
}
.author-wrapper--list .wrapper--bas {
  max-width: 1174px;
  margin: 0 auto;
  padding: 0 20px;
}
.author-wrapper--list .author-section-header {
  margin-bottom: 15px;
}
.author-wrapper--list .author-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.22px;
}
.author-wrapper--list .box-autor-single {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 20px;
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .author-wrapper--list .box-autor-single {
    max-width: 50%;
  }
}
.author-wrapper--list .box-autor-single .innerImageAuthor {
  width: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .author-wrapper--list .box-autor-single .innerImageAuthor {
    width: 60px;
  }
}
.author-wrapper--list .box-autor-single .infoAuthorDesc {
  flex: 1;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info {
    flex-direction: column-reverse;
  }
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .desc {
  text-decoration: none;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .desc .name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  color: #000000;
  margin: 0 0 6px 0;
  letter-spacing: 0.18px;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .desc .job {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #7c7c7c;
  margin: 0;
}
@media (max-width: 768px) {
  .author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .desc .job {
    margin-bottom: 1rem;
  }
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box {
  display: inline-block;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box a {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box a svg {
  width: 20px;
  height: 20px;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box a span {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #000000;
  text-decoration: underline;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box--addons .btnsmall {
  display: inline-block;
  padding: 12px 24px;
  background-color: #8DC63F;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  transition: background-color 0.3s ease;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .inner-info .inner-link .box--addons .btnsmall:hover {
  background-color: #7ab32e;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link p {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link .flex {
  display: flex;
  align-items: center;
  gap: 9px;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link .flex svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link .flex a {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: from-font;
  white-space: nowrap;
  cursor: pointer;
}
.author-wrapper--list .box-autor-single .infoAuthorDesc .phone-link .flex a:hover {
  color: #8DC63F;
}

.floating-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .floating-widget {
    bottom: 20px;
    right: 20px;
  }
}

.floating-widget__button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8DC63F 0%, #7AB83A 100%);
  border: none;
  box-shadow: 0 4px 20px rgba(141, 198, 63, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: white;
}
.floating-widget__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(141, 198, 63, 0.6);
  background: linear-gradient(135deg, #7AB83A 0%, #6BA832 100%);
}
.floating-widget__button:active {
  transform: translateY(0);
}
.floating-widget__button svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.floating-widget__button:hover svg {
  transform: scale(1.1);
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}

.modal.is-open {
  display: block !important;
}

.modal.is-open .modal__overlay {
  display: flex !important;
}

.modal:not(.is-open) {
  display: none !important;
}

.modal:not(.is-open) .modal__overlay {
  display: none !important;
}

.modal {
  border: 2px solid red;
}

.modal.is-open {
  border: 2px solid green;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

[data-micromodal-close] {
  cursor: pointer;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 20px;
}

.modal.is-open .modal__overlay {
  display: flex;
}

.modal__container {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.modal__title {
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

.modal__close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6b7280;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
}
.modal__close:hover {
  background: #f3f4f6;
  color: #374151;
  transform: scale(1.1);
}
.modal__close:active {
  transform: scale(0.95);
}
.modal__close::before {
  content: "×";
  font-weight: bold;
  line-height: 1;
}

.modal__content {
  padding: 0 24px 24px 24px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
  font-size: 14px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #8DC63F;
  box-shadow: 0 0 0 3px rgba(141, 198, 63, 0.1);
}
.contact-form input::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #9ca3af;
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #9ca3af;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
}
.contact-form .checkbox-label input[type=checkbox] {
  width: auto;
  margin: 0;
}
.contact-form .checkbox-label a {
  color: #8DC63F;
  text-decoration: underline;
}
.contact-form .checkbox-label a:hover {
  color: #7AB83A;
}
.contact-form .btn {
  background: linear-gradient(135deg, #8DC63F 0%, #7AB83A 100%);
  color: white;
  border: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.contact-form .btn:hover {
  background: linear-gradient(135deg, #7AB83A 0%, #6BA832 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(141, 198, 63, 0.4);
}
.contact-form .btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .modal__container {
    margin: 0;
    border-radius: 0;
    max-height: 100vh;
  }
  .modal__header {
    padding: 20px 20px 0 20px;
  }
  .modal__content {
    padding: 0 20px 20px 20px;
  }
  .modal__title {
    font-size: 20px;
  }
  .floating-widget__button {
    width: 56px;
    height: 56px;
  }
  .floating-widget__button svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 767px) {
  .page-template-zespol .header-page {
    margin-bottom: 0;
  }
}

.tab-bar {
  background-color: #8dc63f;
  margin: 1rem 0 2.5rem 0;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .tab-bar {
    margin: 0;
  }
}
.tab-bar .inner-bar {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .tab-bar .inner-bar {
    gap: 1rem;
  }
}
.tab-bar .inner-bar a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
}
.tab-bar .inner-bar span {
  background: #fff;
  height: 10px;
  width: 1px;
  display: flex;
  align-items: center;
}
.tab-bar .inner-bar span:last-child {
  display: none;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  animation: fadeteams 2200ms cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes fadeteams {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.teams .desc p a {
  color: #000;
  font-weight: 600;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.teams .desc p a:hover {
  color: #8dc63f;
}
.teams .desc p.fw-500 {
  font-size: 13px;
  font-weight: 400;
}

.--infoPerson h3 {
  position: relative;
  padding-left: 25px;
}
.--infoPerson h3::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #8dc63f;
  left: 0;
  top: 8px;
}

.teams .member {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2rem;
  transition: all 0.3s ease;
}
.teams .member:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .teams .member {
    padding-bottom: 1.5rem;
  }
}
.teams .member.member-highlight {
  padding: 2rem;
  margin: 1rem 0;
  animation: highlightPulse 1s ease-in-out;
}
.teams .member-container {
  display: flex;
  align-items: center;
  gap: 126px;
}
@media (max-width: 768px) {
  .teams .member-container {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.teams .member-photo img {
  width: 100%;
  min-width: 23.375rem;
  height: 31.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .teams .member-photo img {
    width: 17.5rem;
    height: 23.625rem;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 480px) {
  .teams .member-photo img {
    height: auto;
    padding: 0;
    margin: 0;
  }
}
.teams .member-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.teams .member-info .member-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .teams .member-info .member-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
.teams .member-info .member-name {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .teams .member-info .member-name {
    font-size: 24px;
  }
}
.teams .member-info .linkedin-link {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.teams .member-info .linkedin-link:hover {
  opacity: 0.6;
}
.teams .member-info .member-position {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 20px;
  color: #7c7c7c;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}
.teams .member-info .member-description {
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #7c7c7c;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .teams .member-info .member-description {
    font-size: 1.0625rem;
  }
}
.teams .member-info .member-description p {
  margin-bottom: 0;
}

.call-to-action-phone {
  padding: 0;
}
.call-to-action-phone .cta-phone-content {
  margin-top: 2rem;
}
.call-to-action-phone .cta-phone-content svg {
  margin-right: 0.625rem;
}
.call-to-action-phone .cta-phone-content .cta-phone-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0 0 12px 0;
  font-weight: 500;
}
.call-to-action-phone .cta-phone-content .cta-phone-link {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .call-to-action-phone {
    margin-top: 16px;
  }
  .call-to-action-phone .cta-phone-content {
    text-align: left;
  }
  .call-to-action-phone .cta-phone-content .cta-phone-text {
    font-size: 14px;
  }
  .call-to-action-phone .cta-phone-content .cta-phone-link {
    font-size: 18px;
  }
}

.case-hero {
  margin: 0;
  padding: 0;
}
.case-hero .case-hero-container {
  display: flex;
  min-height: 31.25rem;
}
@media (max-width: 480px) {
  .case-hero .case-hero-container {
    padding: 2rem 0;
  }
}
.case-hero .case-hero-text {
  flex: 1;
  background-color: #9c9088;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  padding-left: calc((100vw - 77rem) / 2 + 40px);
  gap: 1.25rem;
}
@media (max-width: 992px) {
  .case-hero .case-hero-text {
    padding-left: calc((100vw - 60rem) / 2 + 40px);
  }
}
@media (max-width: 768px) {
  .case-hero .case-hero-text {
    padding-left: 1.25rem;
  }
}
.case-hero .case-hero-title {
  font-size: 2rem;
  color: #fff;
}
.case-hero .case-hero-description {
  max-width: 400px;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #fff;
}
.case-hero .down-arrow {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 37px;
}
.case-hero .case-hero-image {
  flex: 1;
  display: flex;
}
.case-hero .case-hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .case-hero {
    height: auto;
  }
  .case-hero .case-hero-container {
    flex-direction: column;
    height: auto;
  }
  .case-hero .case-hero-text {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .case-hero .case-hero-text {
    padding: 20px 15px;
  }
  .case-hero .case-hero-title {
    font-size: 1.5rem;
  }
  .case-hero .case-hero-description {
    font-size: 1rem;
  }
}

.case-wrapper {
  padding: 2rem 0;
}
.case-wrapper .case-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.case-wrapper .case-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .case-wrapper .case-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .case-wrapper .case-grid {
    gap: 1rem;
  }
}
.case-wrapper .case-item {
  flex: 1 1 calc(50% - 1rem);
  min-width: 300px;
}
@media (max-width: 768px) {
  .case-wrapper .case-item {
    flex: 1 1 100%;
    min-width: auto;
  }
}
.case-wrapper .item {
  border: 1px solid #000000;
  padding: 20px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 13.75rem;
}
.case-wrapper .item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  gap: 1.25rem;
}
.case-wrapper .item a:hover {
  text-decoration: none;
  color: inherit;
}
.case-wrapper .item .desc {
  margin-bottom: 0;
  flex: 1;
  width: 100%;
}
.case-wrapper .item .desc h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #434343;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 84px;
  display: flex;
  align-items: center;
}
.case-wrapper .item .desc p {
  color: #434343;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.case-wrapper .item .icon {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.case-wrapper .item .icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: #000000;
  transition: all 0.3s ease;
}
.case-wrapper .item:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.case-wrapper .item:hover .icon svg {
  color: #ffffff;
  transform: rotate(-45deg);
}
.case-wrapper .item:hover h2 {
  color: #8DC63F;
}
@media (max-width: 768px) {
  .case-wrapper .item {
    padding: 16px;
    min-height: 120px;
  }
  .case-wrapper .item .desc h2 {
    font-size: 18px;
    height: auto;
    min-height: 60px;
  }
  .case-wrapper .item .icon {
    width: 40px;
    height: 40px;
  }
  .case-wrapper .item .icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .case-wrapper .item {
    padding: 12px;
    min-height: 200px;
  }
  .case-wrapper .item .desc h2 {
    font-size: 16px;
    min-height: 50px;
  }
  .case-wrapper .item .icon {
    width: 36px;
    height: 36px;
  }
  .case-wrapper .item .icon svg {
    width: 18px;
    height: 18px;
  }
}
.case-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.case-wrapper .pagination .page-numbers {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-wrapper .pagination .page-numbers li {
  margin: 0;
}
.case-wrapper .pagination .page-numbers li a,
.case-wrapper .pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.case-wrapper .pagination .page-numbers li a:hover,
.case-wrapper .pagination .page-numbers li span:hover {
  background-color: #8DC63F;
  color: #fff;
  border-color: #8DC63F;
}
.case-wrapper .pagination .page-numbers li .current {
  background-color: #8DC63F;
  color: #fff;
  border-color: #8DC63F;
}

.case-study-header-banner {
  background-color: #988f88;
  padding: 4rem 0;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .case-study-header-banner {
    padding: 40px 200px;
  }
}
@media (max-width: 992px) {
  .case-study-header-banner {
    padding: 30px 100px;
  }
}
@media (max-width: 768px) {
  .case-study-header-banner {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .case-study-header-banner {
    padding: 20px;
  }
}

.case-study-header-container {
  max-width: 976px;
}

.case-study-header-content {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.case-study-title-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.case-study-breadcrumb-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: from-font;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.case-study-breadcrumb-link:hover {
  color: #8DC63F;
  text-decoration: none;
}

.case-study-main-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .case-study-main-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .case-study-main-title {
    font-size: 24px;
  }
}

.case-study-details {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .case-study-details {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .case-study-details {
    flex-direction: column;
    gap: 8px;
  }
}

.case-study-detail-item {
  background-color: #8DC63F;
  padding: 10px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .case-study-detail-item {
    padding: 8px 16px;
  }
}

.case-study-detail-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .case-study-detail-text {
    font-size: 14px;
    white-space: normal;
  }
}

.caseStudySignle h1 {
  font-size: 32px;
  color: #333748;
  line-height: 42px;
  padding: 0;
}
.caseStudySignle .case-study--infoProjects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.2rem;
  background: #8dc63f;
  margin: 1.3rem 0 1.8rem 0;
}
@media (max-width: 767px) {
  .caseStudySignle .case-study--infoProjects {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.caseStudySignle .case-study--infoProjects ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .caseStudySignle .case-study--infoProjects ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.caseStudySignle .case-study--infoProjects ul li {
  position: relative;
  list-style: none;
  color: #fff;
  margin: 0 0.5rem;
}
.caseStudySignle .case-study--infoProjects ul li::after {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 20px;
  right: -16px;
  bottom: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .caseStudySignle .case-study--infoProjects ul li::after {
    content: none;
  }
}

.content-addons .item .bs2 {
  display: block;
  border: 1px solid #303240;
  padding: 40px 30px 30px 30px;
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #303240;
}
@media (max-width: 767px) {
  .content-addons .item .bs2 {
    margin: 1rem 0;
  }
}
.content-addons .item .bs2 .box-services-2 p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 125%;
  font-size: 18px;
}
.content-addons .item .bs2 .box-services-2 svg {
  fill: currentColor;
  color: #fff;
}
.content-addons .item .bs2:hover {
  background-color: #fff;
}
.content-addons .item .bs2:hover p {
  color: #303240;
  line-height: 125%;
}
.content-addons .item .bs2:hover svg {
  fill: currentColor;
  color: #303240;
}
.content-addons .item:nth-child(2) .bs2 {
  background-color: white;
}
.content-addons .item:nth-child(2) .bs2 h2 {
  color: #000;
}
.content-addons .item:nth-child(2) .bs2 p {
  color: #000;
}
.content-addons .item:nth-child(2) .bs2 svg {
  fill: currentColor;
  color: #000;
}
.content-addons .item:nth-child(2) .bs2:hover {
  background-color: #303240;
}
.content-addons .item:nth-child(2) .bs2:hover p {
  color: #fff;
  line-height: 125%;
}
.content-addons .item:nth-child(2) .bs2:hover svg {
  fill: currentColor;
  color: #fff;
}

.home .content-addons {
  margin: 0 !important;
}

.cs-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .cs-home .title {
    margin-bottom: 0;
  }
}
.cs-home a {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.cs-home a:hover {
  color: #8dc63f;
}

.is-casestudy-other-posts h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  color: #1a1a1a;
  margin: 0 0 0 0;
  letter-spacing: 0;
}

.specjalizacje-banner {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  overflow: hidden;
}
.specjalizacje-banner .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.specjalizacje-banner .banner-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.specjalizacje-banner .banner-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.specjalizacje-banner .banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
  padding: 2rem;
}
.specjalizacje-banner .banner-content .banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .specjalizacje-banner .banner-content .banner-title {
    font-size: 2.5rem;
  }
}
.specjalizacje-banner .banner-content .banner-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .specjalizacje-banner .banner-content .banner-description {
    font-size: 1.125rem;
  }
}

.specjalizacje-grid {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .specjalizacje-grid {
    gap: 1.5rem;
  }
}

.specjalizacje-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  min-width: 0;
}
@media (max-width: 768px) {
  .specjalizacje-row {
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .specjalizacje-row a:first-child.specjalizacja-grid-item {
    background-color: #8DC63F;
    color: #FFFFFF;
  }
  .specjalizacje-row a:first-child.specjalizacja-grid-item .specjalizacja-grid-number,
  .specjalizacje-row a:first-child.specjalizacja-grid-item .specjalizacja-grid-details,
  .specjalizacje-row a:first-child.specjalizacja-grid-item .specjalizacja-grid-title,
  .specjalizacje-row a:first-child.specjalizacja-grid-item .specjalizacja-grid-description {
    color: #fff;
  }
  .specjalizacje-row a:first-child.specjalizacja-grid-item .arrow-button {
    background-color: #fff;
    border: 2px solid #000;
  }
  .specjalizacje-row a:first-child.specjalizacja-grid-item .icon-round-arrow {
    border: 1px solid #a5a5a5;
  }
}

.specjalizacja-grid-item {
  flex: 1;
  min-width: 0;
  padding: 1.875rem 1.5625rem;
  border-radius: 0;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 15rem;
}
@media (min-width: 991px) {
  .specjalizacja-grid-item {
    max-width: 45%;
    flex-wrap: wrap;
  }
}
.specjalizacja-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
@media (min-width: 991px) {
  .specjalizacja-grid-item.green {
    background-color: #8DC63F;
    color: #FFFFFF;
  }
  .specjalizacja-grid-item.green .specjalizacja-grid-number {
    color: #FFFFFF;
  }
  .specjalizacja-grid-item.green .specjalizacja-grid-title {
    color: #FFFFFF;
  }
  .specjalizacja-grid-item.green .specjalizacja-grid-description {
    color: #FFFFFF;
  }
  .specjalizacja-grid-item.green .arrow-button {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
  }
}
@media (min-width: 991px) and (max-width: 991px) {
  .specjalizacja-grid-item.green .arrow-button {
    background-color: #fff;
    border: 2px solid #000;
  }
}
.specjalizacja-grid-item.white {
  background-color: #FFFFFF;
  color: #333333;
}
.specjalizacja-grid-item.white .specjalizacja-grid-number {
  color: #333333;
}
.specjalizacja-grid-item.white .specjalizacja-grid-title {
  color: #333333;
}
.specjalizacja-grid-item.white .specjalizacja-grid-description {
  color: #666666;
}
.specjalizacja-grid-item.white .arrow-button {
  background-color: #8DC63F;
  border: 2px solid #8DC63F;
}
@media (max-width: 991px) {
  .specjalizacja-grid-item.white .arrow-button {
    background-color: #fff;
    border: 2px solid #000;
  }
}
.specjalizacja-grid-item.white .icon-round-arrow {
  border: 1px solid #a5a5a5;
}

.specjalizacja-grid-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
  min-width: 0;
  position: relative;
}
.specjalizacja-grid-content .is-content-boxes {
  display: flex;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .specjalizacja-grid-content .is-content-boxes {
    flex-wrap: wrap;
  }
}

.specjalizacja-grid-number {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.specjalizacja-grid-details {
  flex-grow: 1;
  min-width: 0;
  margin-bottom: 2rem;
}
.specjalizacja-grid-details .is-heder-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.5rem;
}
.specjalizacja-grid-details .is-heder-grid .icon-round-arrow {
  background-color: #fff;
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20rem;
}

.specjalizacja-grid-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

.specjalizacja-grid-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.specjalizacja-grid-arrow {
  position: absolute;
  top: 2rem;
  right: 2rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.specjalizacja-grid-arrow:hover {
  transform: scale(1.1);
}

.arrow-button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arrow-button svg {
  width: 24px;
  height: 24px;
}

.specjalizacje-header {
  text-align: center;
  margin-bottom: 3rem;
}
.specjalizacje-header .specjalizacje-grid-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .specjalizacje-header .specjalizacje-grid-title {
    font-size: 2rem;
  }
}
.specjalizacje-header .specjalizacje-grid-description {
  font-size: 1.125rem;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.link-simple-vertical {
  position: absolute;
  right: -2.5rem;
  bottom: 66px;
  transform: rotate(90deg);
  z-index: 99;
  font-size: 15px;
}

.banner {
  position: relative;
  margin-left: 2rem;
  padding-right: 4rem;
}
@media (max-width: 991px) {
  .banner {
    padding: 0;
    height: 100% !important;
  }
  .banner .banner-content {
    height: 100% !important;
    padding: 0 !important;
  }
  .banner .content-text {
    max-width: 100%;
    padding: 0 !important;
  }
  .banner .link-simple-vertical {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-left: 0;
    margin-right: 0;
  }
}
.banner.has-image-in-background .banner-wide {
  position: relative;
  height: 31.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner.has-image-in-background .banner-wide {
    min-height: 100%;
    max-height: auto;
    height: auto;
  }
}
.banner.has-image-in-background .banner-wide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.banner.has-image-in-background .banner-wide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.banner.has-image-in-background .banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.banner.has-image-in-background .banner-content .content-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 31.25rem;
  padding: 0 20px;
}
.banner.has-image-in-background .banner-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.banner.has-image-in-background .banner-content h2::after {
  content: ".";
  color: #8DC63F;
}
.banner.has-image-in-background .banner-content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner.has-image-in-background {
    height: 250px;
  }
  .banner.has-image-in-background .banner-content {
    padding: 0 15px;
  }
  .banner.has-image-in-background .banner-content h2 {
    font-size: 1.5rem;
  }
  .banner.has-image-in-background .banner-content p {
    font-size: 0.9rem;
  }
}

.specjalizacje-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 976px;
  margin: 0 auto;
  padding: 0 20px;
}

.specjalizacja-item {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.specjalizacja-content {
  display: flex;
  gap: 124px;
  align-items: flex-start;
}

.specjalizacja-number {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 50px;
  color: #000;
  letter-spacing: 0.28px;
  width: 74px;
  flex-shrink: 0;
}

.specjalizacja-details {
  display: flex;
  flex-direction: column;
  gap: 23px;
  flex: 1;
  max-width: 776px;
}

.specjalizacja-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 44px;
}

.specjalizacja-title {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin: 0;
}
.specjalizacja-title .green-dot {
  color: #8DC63F;
}

.specjalizacja-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 37px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.specjalizacja-arrow:hover {
  background: #8DC63F;
  border-color: #8DC63F;
}
.specjalizacja-arrow:hover svg path {
  fill: #fff;
}

.arrow-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.specjalizacja-description {
  max-width: 676px;
}
.specjalizacja-description p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #4b4845;
  margin: 0;
}

.specjalizacja-divider {
  height: 1px;
  background: #e0e0e0;
  width: 100%;
}

@media (max-width: 1200px) {
  .specjalizacje-list {
    max-width: 100%;
    padding: 0 40px;
  }
  .specjalizacja-content {
    gap: 60px;
  }
  .specjalizacja-details {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .specjalizacje-list {
    padding: 0 20px;
    gap: 32px;
  }
  .specjalizacja-content {
    gap: 30px;
  }
  .specjalizacja-number {
    font-size: 24px;
    width: 60px;
  }
  .specjalizacja-title {
    font-size: 24px;
  }
  .specjalizacja-description p {
    font-size: 16px;
  }
  .specjalizacja-arrow {
    width: 40px;
    height: 40px;
  }
  .arrow-button {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 480px) {
  .specjalizacje-list {
    padding: 0 15px;
    gap: 24px;
  }
  .specjalizacja-content {
    flex-direction: column;
    gap: 20px;
  }
  .specjalizacja-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    height: auto;
  }
  .specjalizacja-number {
    font-size: 20px;
    width: auto;
  }
  .specjalizacja-title {
    font-size: 20px;
  }
  .specjalizacja-description p {
    font-size: 14px;
  }
}
.services-wrapper {
  margin-bottom: 64px;
  overflow-x: hidden;
}

.footer {
  padding: 40px 0 0.5rem 0;
  margin-top: auto;
}
.footer .footer-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    gap: 40px;
  }
}
.footer .footer-branding {
  flex: 0 0 14.3125rem;
}
.footer .footer-branding .footer-logo {
  margin-bottom: 16px;
}
.footer .footer-branding .footer-logo .footer-logo-img {
  max-height: 58px;
  width: auto;
}
.footer .footer-branding .footer-logo-text {
  margin-bottom: 16px;
}
.footer .footer-branding .footer-logo-text .footer-company-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin: 0;
}
.footer .footer-branding .footer-tagline {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  margin: 0 0 16px 0;
}
.footer .footer-branding .footer-phone .footer-phone-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
}
.footer .footer-branding .footer-phone .footer-phone-link:hover {
  color: #8dc63f;
}
.footer .footer-nav.footer-offer {
  flex: 0 0 163px;
}
.footer .footer-nav.footer-company {
  flex: 0 0 71px;
}
.footer .footer-nav .footer-nav-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 0 0 16px 0;
}
.footer .footer-nav .footer-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .footer-nav .footer-nav-menu .footer-nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}
.footer .footer-nav .footer-nav-menu .footer-nav-link:hover {
  color: #8dc63f;
}
.footer .footer-bottom {
  border-top: 1px solid #000;
  padding: 14px 0;
}
.footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: left;
  gap: 281px;
}
@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-left {
  display: flex;
  gap: 49px;
  align-items: left;
}
@media (max-width: 768px) {
  .footer .footer-bottom .footer-bottom-left {
    flex-direction: column;
    gap: 10px;
  }
}
.footer .footer-bottom .footer-bottom-left .footer-copyright {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
}
.footer .footer-bottom .footer-bottom-left .footer-privacy {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
}
.footer .footer-bottom .footer-bottom-left .footer-privacy:hover {
  color: #8dc63f;
}
.footer .footer-bottom .footer-bottom-right .footer-support {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
  text-align: right;
}
.footer .footer-bottom .footer-bottom-right .footer-support:hover {
  color: #8dc63f;
}

.contact .infoAddons p {
  margin-bottom: 0.8rem;
}
.contact .place p {
  margin-bottom: 0.8rem;
}
.contact a {
  color: #000;
}
.contact a span {
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #8dc63f;
  font-weight: 700;
}
.contact a:hover span {
  color: #000;
}
.contact .nameAbout {
  margin-bottom: 1.5rem;
}
.contact .nameAbout h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 120%;
}
.contact .namePlace {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}
.contact .namePlace span {
  width: 20px;
  height: 1px;
  background-color: #8dc63f;
}
.contact .namePlace h3 {
  font-size: 1.125rem;
  color: #8dc63f;
  margin-bottom: 0;
}
.contact .namePlace a {
  margin-top: 10px;
  display: block;
}

.is-form {
  margin: 72px 0;
}
@media (max-width: 991px) {
  .is-form {
    margin: 72px 0 32px 0;
  }
}
.is-form .formName h2 {
  font-size: 1.375rem;
  color: #000;
  letter-spacing: 0;
  line-height: 120%;
}
.is-form .wpcf7-form-control-wrap {
  margin-bottom: 1rem;
  display: block;
}
.is-form input,
.is-form textarea {
  border-bottom: 0.0625rem solid #000;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding-bottom: 5px;
  font-size: 14px;
  color: #000;
  font-family: "DM Sans", sans-serif;
  width: 100%;
  padding: 0.5rem 0.5rem;
  background-color: transparent;
}
.is-form input:active, .is-form input:visited, .is-form input:focus,
.is-form textarea:active,
.is-form textarea:visited,
.is-form textarea:focus {
  color: #8dc63f;
  border-bottom: 1px solid #8dc63f;
}
.is-form textarea {
  width: 100%;
  max-height: 100px;
}
.is-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 12px;
}
.is-form .wpcf7-submit {
  background: #8dc63f;
  padding: 0.8rem;
  border-bottom: none;
  color: #fff;
  font-weight: 600;
  transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "DM Sans", sans-serif;
  width: auto;
}
.is-form .wpcf7-submit:hover {
  background-color: #fe924f;
}
.is-form .msg p {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.is-form .wpcf7-response-output {
  font-size: 13px;
  margin: 0;
}

.has-information p {
  line-height: 1.5;
}
.has-information .call-contact {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  display: block;
}
.has-information .mail-contact {
  color: #000;
  text-decoration: underline;
  font-size: 1.1rem;
}

.place p {
  line-height: 150% !important;
}

.contact_adress {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  background-color: #ffffff !important;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  margin: 0 0.25rem !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  background: #000000 !important;
}

.down-arrow {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 0.0625rem solid #000;
  border-radius: 2.3125rem;
  background-color: #fff;
}
.down-arrow svg {
  width: 20px;
  height: 20px;
}
