.ct-section {
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
}
.ct-section > .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ct-div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.ct-new-columns {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.ct-link-text {
  display: inline-block;
}
.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ct-link-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.ct-link-button {
  background-color: #1e73be;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
}
.ct-image {
  max-width: 100%;
}
.ct-fancy-icon > svg {
  width: 55px;
  height: 55px;
}
.ct-inner-content {
  width: 100%;
}
.ct-slide {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ct-nestable-shortcode {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-comments {
  width: 100%;
  text-align: left;
}
.oxy-comment-form {
  width: 100%;
}
.oxy-login-form {
  width: 100%;
}
.oxy-search-form {
  width: 100%;
}
.oxy-tabs-contents {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-tab {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-tab-content {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.oxy-testimonial {
  width: 100%;
}
.oxy-icon-box {
  width: 100%;
}
.oxy-pricing-box {
  width: 100%;
}
.oxy-posts-grid {
  width: 100%;
}
.oxy-gallery {
  width: 100%;
}
.ct-slider {
  width: 100%;
}
.oxy-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}
.ct-modal {
  flex-direction: column;
  align-items: flex-start;
}
.ct-span {
  display: inline-block;
  text-decoration: inherit;
}
.ct-widget {
  width: 100%;
}
.oxy-dynamic-list {
  width: 100%;
}
.oxy-testimonial {
  flex-direction: row;
  align-items: center;
}
.oxy-testimonial .oxy-testimonial-photo-wrap {
  order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
  width: 125px;
  height: 125px;
  margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap,
.oxy-testimonial .oxy-testimonial-author-wrap,
.oxy-testimonial .oxy-testimonial-content-wrap {
  align-items: flex-start;
  text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.4;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
  text-align: left;
  flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
  font-size: 21px;
  margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
  font-size: 16px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
  margin-top: 20px;
}

/* GLOBALS */

.oxy-pricing-box .oxy-pricing-box-section {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  alignment: center;
  text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
  justify-content: center;
}

/* TITLE */

.oxy-pricing-box .oxy-pricing-box-title-title {
  font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
  font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
  flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
  font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
  font-size: 80px;
  line-height: 0.7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
  font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
  font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}

/* CONTENT */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

/* CTA */

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
  justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
  background-color: #000000;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.12) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.12) 75%,
    transparent 75%,
    transparent
  );
  animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
  width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
  background-color: #66aaff;
  padding: 40px;
  animation: none 0s paused, none 0s paused;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.12) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.12) 75%,
    transparent 75%,
    transparent
  );
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
  font-size: 30px;
  font-weight: 900;
  -webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
  font-size: 12px;
}

.ct-slider .unslider-nav ol li {
  border-color: #ffffff;
}
.ct-slider .unslider-nav ol li.unslider-active {
  background-color: #ffffff;
}
.ct-slider .ct-slide {
  padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary,
.oxy-superbox .oxy-superbox-primary {
  transition-duration: 0.5s;
}

.oxy-pro-menu {
  menu_dropdown_animation: fade-up;
}
.oxy-pro-menu .oxy-pro-menu-list .menu-item a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-list > .menu-item {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
}

.oxy-pro-menu
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .sub-menu {
  box-shadow: px px px px;
}

.oxy-pro-menu
  .oxy-pro-menu-show-dropdown
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg {
  margin-top: px;
  margin-left: px;
  margin-right: px;
  margin-bottom: px;
  transition-duration: 0.4s;
}

.oxy-pro-menu
  .oxy-pro-menu-show-dropdown
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  div {
  margin-left: 0px;
}

.oxy-pro-menu
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .sub-menu
  .menu-item
  a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  width: 30px;
  height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
  top: 20px;
  left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon,
.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
  transition-duration: 0.4s;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container > div:first-child,
.oxy-pro-menu .oxy-pro-menu-open-container > div:first-child {
  oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemoxypromenuopencontaineroxypromenulistmenuitem_min_width: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  oxy-pro-menu_slug_oxypromenuoffcanvascontainer_width: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
  background-color: #ffffff;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item a,
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
  .menu-item
  a {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container,
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container {
  padding-top: px;
  padding-left: px;
  padding-right: px;
  padding-bottom: px;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container,
.oxy-pro-menu .oxy-pro-menu-open-container {
  background-color: ;
  background-image: url();
  overlay-color: ;
  background-size: ;
  background-repeat: ;
  background-attachment: ;
  background-blend-mode: ;
  background-size-width: px;
  background-size-height: px;
  background-position: px px;
}

.oxy-pro-menu
  .oxy-pro-menu-off-canvas-container
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg,
.oxy-pro-menu
  .oxy-pro-menu-open-container
  .oxy-pro-menu-list
  .menu-item-has-children
  > a
  svg {
  font-size: 24px;
}

.oxy-pro-menu
  .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container
  .menu-item-has-children
  ul,
.oxy-pro-menu
  .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container
  .menu-item-has-children
  ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-top-style: solid;
}

.oxy-pro-menu
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .oxy-pro-menu-list {
  flex-direction: row;
}
.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
  text-align: left;
  justify-content: flex-start;
}
.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item,
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
  .menu-item {
  align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
}
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-open-container
  .oxy-pro-menu-list
  .menu-item
  a,
.oxy-pro-menu
  .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container
  .oxy-pro-menu-list
  .menu-item
  a {
  text-align: left;
  justify-content: flex-start;
}

.oxy-shape-divider {
  width: 0px;
  height: 0px;
}

.oxy_shape_divider svg {
  width: 100%;
}
.ct-section-inner-wrap,
.oxy-header-container {
  max-width: 1275px;
}
body {
  font-family: 'Open Sans';
}
body {
  line-height: var(--lh-base);
  font-size: var(--text-base);
  font-weight: 400;
  color: var(--paragraph-color);
}
.oxy-nav-menu-hamburger-line {
  background-color: var(--paragraph-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-size: min(max(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3))), 6rem);
  font-weight: 700;
  line-height: var(--lh-h1);
}
h2,
h3,
h4,
h5,
h6 {
  font-size: min(max(2.66rem, calc(2.66rem + ((1vw - 0.32rem) * 2.1))), 3.6rem);
  font-weight: 700;
  line-height: var(--lh-h2);
}
h3,
h4,
h5,
h6 {
  font-size: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.4625))),
    2.88rem
  );
  font-weight: 400;
  line-height: var(--lh-h3);
}
h4,
h5,
h6 {
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 1.4625))), 2.2rem);
  font-weight: 400;
  line-height: var(--lh-h4);
}
h5,
h6 {
  font-size: min(max(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.625))), 2rem);
  font-weight: 400;
  line-height: var(--lh-h5);
}
h6 {
  font-size: min(max(1.6rem, calc(1.6rem + ((1vw - 0.32rem) * 0.25))), 1.8rem);
  font-weight: 700;
  line-height: var(--lh-h6);
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.ct-link-text {
  text-decoration: ;
}
.ct-link {
  text-decoration: ;
}
.ct-link-button {
  border-radius: 3px;
}
.ct-section-inner-wrap {
  padding-top: min(max(5rem, calc(5rem + ((1vw - 0.32rem) * 5))), 8rem);
  padding-right: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
  padding-bottom: min(max(5rem, calc(5rem + ((1vw - 0.32rem) * 5))), 8rem);
  padding-left: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
}
.ct-new-columns > .ct-div-block {
}
.oxy-header-container {
  padding-right: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
  padding-left: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
}
@media (max-width: 992px) {
  .ct-columns-inner-wrap {
    display: block !important;
  }
  .ct-columns-inner-wrap:after {
    display: table;
    clear: both;
    content: '';
  }
  .ct-column {
    width: 100% !important;
    margin: 0 !important;
  }
  .ct-columns-inner-wrap {
    margin: 0 !important;
  }
}
.bg:locked {
}
.bg {
  background-color: var(--background-color);
}
.w-full {
  selector-locked: false;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.w-full:locked {
}
.grid {
}
.grid:locked {
}
.grid-cols-2 {
}
.grid-cols-2:locked {
}
.md-grid-cols-1 {
}
.md-grid-cols-1:locked {
}
@media (max-width: 767px) {
  .md-grid-cols-1 {
  }
}

.gap-8 {
}
.gap-8:locked {
}
.grid-cols-4 {
}
.grid-cols-4:locked {
}
.lg-grid-cols-2 {
}
.lg-grid-cols-2:locked {
}
@media (max-width: 991px) {
  .lg-grid-cols-2 {
  }
}

.grid-cols-5 {
}
.grid-cols-5:locked {
}
.col-span-3 {
}
.col-span-3:locked {
}
.md-col-span-1 {
}
.md-col-span-1:locked {
}
@media (max-width: 767px) {
  .md-col-span-1 {
  }
}

.col-span-2 {
}
.col-span-2:locked {
}
.xl-grid-cols-4 {
}
.xl-grid-cols-4:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-4 {
  }
}

.lg-grid-cols-3 {
}
.lg-grid-cols-3:locked {
}
@media (max-width: 991px) {
  .lg-grid-cols-3 {
  }
}

.md-grid-cols-2 {
}
.md-grid-cols-2:locked {
}
@media (max-width: 767px) {
  .md-grid-cols-2 {
  }
}

.sm-grid-cols-1 {
}
.sm-grid-cols-1:locked {
}
@media (max-width: 479px) {
  .sm-grid-cols-1 {
  }
}

.grid-cols-3 {
}
.grid-cols-3:locked {
}
.grid-cols-6 {
}
.grid-cols-6:locked {
}
.btn-m:locked {
}
.btn-m:hover {
  background-color: var(--extra-color-1);
  border: 1px solid var(--extra-color-1);
}
.btn-m:hover {
}
.btn-m {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  padding: 10px 16px;
}
.btn-m {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 0.6rem;
  transition-duration: 0.4s;
  transition-property: all;
  text-transform: uppercase;
  selector-locked: true;
}
@media (max-width: 1275px) {
  .btn-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

@media (max-width: 767px) {
  .btn-m {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

@media (max-width: 479px) {
  .btn-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    width: 100%;
  }
}

.btn-primary:locked {
}
.btn-primary:hover {
  background-color: var(--primary-hover-color);
  box-shadow: 0 8px 9px rgb(var(--primary-rgb-vals), 25%);
}
.btn-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  padding: 10px 16px;
}
.btn-primary {
  background-color: var(--primary-color);
  transition-duration: 0.4s;
  transition-property: all;
  border-radius: 6px;
  selector-locked: true;
  box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
}
.btn-primary:not(.ct-section):not(.oxy-easy-posts),
.btn-primary.oxy-easy-posts .oxy-posts,
.btn-primary.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.color-light {
  color: var(--light-color);
}
.color-light:locked {
}
.color-paragraph-alt {
  color: var(--paragraph-alt-color);
}
.color-paragraph-alt:locked {
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-secondary:locked {
}
.text-sm {
  font-size: 1.4rem;
  line-height: 1.6;
}
.font-semibold {
  font-weight: 600;
}
.font-semibold:locked {
}
.mb-2 {
  margin-bottom: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.mb-3 {
  margin-bottom: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.mb-4 {
  margin-bottom: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.mb-4:not(.ct-section):not(.oxy-easy-posts),
.mb-4.oxy-easy-posts .oxy-posts,
.mb-4.ct-section .ct-section-inner-wrap {
  display: block;
}
.mr-8 {
  margin-right: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.mb-8:locked {
}
.mb-8 {
  margin-bottom: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.mb-12 {
  margin-bottom: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.text-left {
  text-align: left;
}
.text-left:locked {
}
.text-center {
  text-align: center;
}
.text-center:locked {
}
.w-10p {
  width: 10%;
}
.w-10p:locked {
}
.rounded-sm {
  border-radius: 0.2rem;
}
.rounded-sm:locked {
}
.horizontal {
}
.horizontal:not(.ct-section):not(.oxy-easy-posts),
.horizontal.oxy-easy-posts .oxy-posts,
.horizontal.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}
.horizontal:locked {
}
.vertical {
}
.vertical:not(.ct-section):not(.oxy-easy-posts),
.vertical.oxy-easy-posts .oxy-posts,
.vertical.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
}
.vertical:locked {
}
.items-center {
}
.items-center:not(.ct-section):not(.oxy-easy-posts),
.items-center.oxy-easy-posts .oxy-posts,
.items-center.ct-section .ct-section-inner-wrap {
  align-items: center;
}
.items-center:locked {
}
.lg-col-span-1 {
}
.lg-col-span-1:locked {
}
@media (max-width: 991px) {
  .lg-col-span-1 {
  }
}

.md-col-span-2 {
}
.md-col-span-2:locked {
}
@media (max-width: 767px) {
  .md-col-span-2 {
  }
}

.md-mr-0 {
}
.md-mr-0:locked {
}
@media (max-width: 767px) {
  .md-mr-0 {
  }
}

.md-w-full {
}
.md-w-full:locked {
}
@media (max-width: 767px) {
  .md-w-full {
  }
}

.md-centered {
}
.md-centered:locked {
}
@media (max-width: 767px) {
  .md-centered {
  }
}

.md-vertical {
}
.md-vertical:locked {
}
@media (max-width: 767px) {
  .md-vertical {
  }
}

.btn-primary-alt:hover {
  background-color: var(--primary-alt-hover-color);
}
.btn-primary-alt {
  background-color: var(--primary-alt-color);
  color: var(--primary-color);
  transition-duration: 0.4s;
  transition-property: all;
  selector-locked: true;
}
.btn-primary-alt:not(.ct-section):not(.oxy-easy-posts),
.btn-primary-alt.oxy-easy-posts .oxy-posts,
.btn-primary-alt.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.font-medium {
  font-weight: 500;
}
.font-medium:locked {
}
.mr-12 {
  margin-right: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.py-6 {
  padding-top: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
  padding-bottom: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.btn-l:locked {
}
.btn-l:hover {
  background-color: var(--primary-hover-color);
  border: 1px solid var(--primary-hover-color);
}
.btn-l:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.btn-l {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  padding: 20px 32px;
}
.btn-l {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  button-hover_color: var(--extra-color-1);
  selector-locked: true;
}
.btn-s:locked {
}
.btn-s:hover {
  background-color: var(--extra-color-1);
  border: 1px solid var(--extra-color-1);
}
.btn-s:hover {
}
.btn-s {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  padding: 10px 16px;
}
.btn-s {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  transition-duration: 0.4s;
  transition-property: all;
  border-radius: 6px;
  button-hover_color: var(--extra-color-1);
  selector-locked: true;
}
@media (max-width: 1275px) {
  .btn-s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 767px) {
  .btn-s {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 479px) {
  .btn-s {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
  }
}

.btn-secondary:locked {
}
.btn-secondary:hover {
  background-color: var(--secondary-hover-color);
  box-shadow: 0 8px 9px rgb(var(--secondary-rgb-vals), 25%);
}
.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--light-color);
  transition-duration: 0.4s;
  transition-property: all;
  border-radius: 6px;
  selector-locked: true;
  box-shadow: 0 4px 9px rgb(var(--secondary-rgb-vals), 20%);
}
.btn-secondary:not(.ct-section):not(.oxy-easy-posts),
.btn-secondary.oxy-easy-posts .oxy-posts,
.btn-secondary.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-white:hover {
  background-color: var(--primary-alt-color);
}
.btn-white {
  color: var(--dark-color);
  background-color: var(--white-color);
  transition-duration: 0.4s;
  transition-property: all;
  selector-locked: true;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btn-white:not(.ct-section):not(.oxy-easy-posts),
.btn-white.oxy-easy-posts .oxy-posts,
.btn-white.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-trans:locked {
}
.btn-trans:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.btn-trans {
  color: var(--light-color);
  background-color: rgba(255, 255, 255, 0.15);
  transition-duration: 0.4s;
  transition-property: all;
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  selector-locked: true;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.btn-trans:not(.ct-section):not(.oxy-easy-posts),
.btn-trans.oxy-easy-posts .oxy-posts,
.btn-trans.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn-secondary-alt:hover {
  background-color: var(--secondary-alt-hover-color);
}
.btn-secondary-alt {
  background-color: var(--secondary-alt-color);
  color: var(--secondary-hover-color);
  transition-duration: 0.4s;
  transition-property: all;
  selector-locked: true;
}
.btn-secondary-alt:not(.ct-section):not(.oxy-easy-posts),
.btn-secondary-alt.oxy-easy-posts .oxy-posts,
.btn-secondary-alt.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.icon-3xl-light {
  color: var(--light-color);
}
.icon-3xl-light > svg {
  width: 64px;
  height: 64px;
}
.icon-3xl-light {
}
.icon-3xl-light:locked {
}
.icon-2xl-primary {
  color: var(--primary-color);
}
.icon-2xl-primary > svg {
  width: 48px;
  height: 48px;
}
.icon-2xl-primary {
  width: 75px;
}
.icon-2xl-primary:locked {
}
.icon-2xl-light {
  color: var(--light-color);
}
.icon-2xl-light > svg {
  width: 48px;
  height: 48px;
}
.icon-2xl-light {
}
.icon-2xl-light:locked {
}
.icon-2xl-dark {
  color: var(--dark-color);
}
.icon-2xl-dark > svg {
  width: 48px;
  height: 48px;
}
.icon-2xl-dark {
}
.icon-2xl-dark:locked {
}
.icon-xl-primary {
  color: var(--primary-color);
}
.icon-xl-primary > svg {
  width: 75px;
  height: 75px;
}
.icon-xl-primary {
}
.icon-xl-primary:locked {
}
.icon-xl-light {
  color: var(--light-color);
}
.icon-xl-light > svg {
  width: 32px;
  height: 32px;
}
.icon-xl-light {
}
.icon-xl-light:locked {
}
.icon-xl-dark {
  color: var(--dark-color);
}
.icon-xl-dark > svg {
  width: 32px;
  height: 32px;
}
.icon-xl-dark {
}
.icon-xl-dark:locked {
}
.icon-lg-primary {
  color: var(--primary-color);
}
.icon-lg-primary > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-primary {
}
.icon-lg-primary:locked {
}
.icon-lg-secondary {
  color: var(--secondary-color);
}
.icon-lg-secondary > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-secondary {
}
.icon-lg-secondary:locked {
}
.icon-lg-tertiary {
  color: var(--tertiary-color);
}
.icon-lg-tertiary > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-tertiary {
}
.icon-lg-tertiary:locked {
}
.icon-lg-light {
  color: var(--light-color);
}
.icon-lg-light > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-light {
}
.icon-lg-light:locked {
}
.icon-lg-dark {
  color: var(--dark-color);
}
.icon-lg-dark > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-dark {
}
.icon-lg-dark:locked {
}
.icon-lg-paragraph {
  color: var(--paragraph-color);
}
.icon-lg-paragraph > svg {
  width: 24px;
  height: 24px;
}
.icon-lg-paragraph {
}
.icon-lg-paragraph:locked {
}
.icon-md-primary {
  color: var(--primary-color);
}
.icon-md-primary > svg {
  width: 20px;
  height: 20px;
}
.icon-md-primary {
}
.icon-md-primary:locked {
}
.icon-md-light {
  color: var(--light-color);
}
.icon-md-light > svg {
  width: 20px;
  height: 20px;
}
.icon-md-light {
}
.icon-md-light:locked {
}
.icon-md-dark {
  color: var(--dark-color);
}
.icon-md-dark > svg {
  width: 20px;
  height: 20px;
}
.icon-md-dark {
}
.icon-md-dark:locked {
}
.icon-md-paragraph {
  color: var(--paragraph-color);
}
.icon-md-paragraph > svg {
  width: 20px;
  height: 20px;
}
.icon-md-paragraph {
}
.icon-md-paragraph:locked {
}
.icon-sm-primary {
  color: var(--primary-color);
}
.icon-sm-primary > svg {
  width: 16px;
  height: 16px;
}
.icon-sm-primary {
}
.icon-sm-primary:locked {
}
.icon-sm-light {
  color: var(--light-color);
}
.icon-sm-light > svg {
  width: 16px;
  height: 16px;
}
.icon-sm-light {
}
.icon-sm-light:locked {
}
.icon-sm-dark {
  color: var(--dark-color);
}
.icon-sm-dark > svg {
  width: 16px;
  height: 16px;
}
.icon-sm-dark {
}
.icon-sm-dark:locked {
}
.icon-sm-paragraph {
  color: var(--paragraph-color);
}
.icon-sm-paragraph > svg {
  width: 16px;
  height: 16px;
}
.icon-sm-paragraph {
}
.icon-sm-paragraph:locked {
}
.icon-solid-lg-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 16px;
  color: var(--light-color);
}
.icon-solid-lg-primary > svg {
  width: 26px;
  height: 26px;
}
.icon-solid-lg-primary {
  icon-padding: 16px;
}
.icon-solid-lg-primary:locked {
}
.icon-solid-lg-secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 16px;
  color: var(--light-color);
}
.icon-solid-lg-secondary > svg {
  width: 26px;
  height: 26px;
}
.icon-solid-lg-secondary {
  icon-padding: 16px;
}
.icon-solid-lg-secondary:locked {
}
.icon-solid-lg-tertiary {
  background-color: var(--tertiary-color);
  border: 1px solid var(--tertiary-color);
  padding: 16px;
  color: var(--light-color);
}
.icon-solid-lg-tertiary > svg {
  width: 26px;
  height: 26px;
}
.icon-solid-lg-tertiary {
  icon-padding: 16px;
}
.icon-solid-lg-tertiary:locked {
}
.icon-solid-lg-light {
  background-color: var(--placeholder-color);
  border: 1px solid var(--placeholder-color);
  padding: 16px;
  color: var(--primary-color);
}
.icon-solid-lg-light > svg {
  width: 26px;
  height: 26px;
}
.icon-solid-lg-light {
  icon-padding: 16px;
}
.icon-solid-lg-light:locked {
}
.icon-solid-md-light {
  background-color: var(--placeholder-color);
  border: 1px solid var(--placeholder-color);
  padding: 14px;
  color: var(--primary-color);
}
.icon-solid-md-light > svg {
  width: 22px;
  height: 22px;
}
.icon-solid-md-light {
  icon-padding: 14px;
}
.icon-solid-md-light:locked {
}
.icon-solid-md-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 14px;
  color: var(--light-color);
}
.icon-solid-md-primary > svg {
  width: 22px;
  height: 22px;
}
.icon-solid-md-primary {
  icon-padding: 14px;
}
.icon-solid-md-primary:locked {
}
.icon-solid-sm-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px;
  color: var(--light-color);
}
.icon-solid-sm-primary > svg {
  width: 16px;
  height: 16px;
}
.icon-solid-sm-primary {
  icon-padding: 10px;
}
.icon-solid-sm-primary:locked {
}
.icon-solid-sm-light {
  background-color: var(--placeholder-color);
  border: 1px solid var(--placeholder-color);
  padding: 10px;
  color: var(--primary-color);
}
.icon-solid-sm-light > svg {
  width: 16px;
  height: 16px;
}
.icon-solid-sm-light {
  icon-padding: 10px;
}
.icon-solid-sm-light:locked {
}
.card-normal {
  width: 100%;
  padding-left: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-right: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-bottom: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-top: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  border-radius: 0.5rem;
}
.card-loose {
  width: 100%;
  padding-top: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-left: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-right: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-bottom: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  border-radius: 0.5rem;
}
.card-tight {
  width: 100%;
  padding-top: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-left: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-right: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-bottom: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  border-radius: 0.5rem;
}
.card-snug {
  width: 100%;
  padding-top: min(
    max(1.682rem, calc(1.682rem + ((1vw - 0.32rem) * 0.8975))),
    2.4rem
  );
  padding-left: min(
    max(1.682rem, calc(1.682rem + ((1vw - 0.32rem) * 0.8975))),
    2.4rem
  );
  padding-right: min(
    max(1.682rem, calc(1.682rem + ((1vw - 0.32rem) * 0.8975))),
    2.4rem
  );
  padding-bottom: min(
    max(1.682rem, calc(1.682rem + ((1vw - 0.32rem) * 0.8975))),
    2.4rem
  );
  border-radius: 0.5rem;
}
.card-relaxed {
  width: 100%;
  padding-top: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-left: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-right: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-bottom: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  border-radius: 0.5rem;
}
.card-none {
  width: 100%;
  border-radius: 0.5rem;
}
.avatar {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.avatar:locked {
}
.avatar-sm {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-sm:locked {
}
.avatar-lg {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 0.8rem;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.avatar-lg:locked {
}
.avatar-xl {
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 0.8rem;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.11);
}
.avatar-xl:locked {
}
.h1 {
  line-height: min(max(4rem, calc(4rem + ((1vw - 0.32rem) * 2.5))), 6rem);
  font-weight: 700;
  font-size: min(max(3.6rem, calc(3.6rem + ((1vw - 0.32rem) * 3))), 6rem);
}
.h2 {
  line-height: min(
    max(3.45rem, calc(3.45rem + ((1vw - 0.32rem) * 1.325))),
    4.68rem
  );
  font-weight: 700;
  font-size: min(max(2.66rem, calc(2.66rem + ((1vw - 0.32rem) * 2.1))), 3.6rem);
  selector-locked: true;
  text-align: left;
}
.h3:locked {
}
.h3 {
  line-height: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 0.95))),
    4.3rem
  );
  font-weight: 400;
  font-size: 12;
  selector-locked: true;
}
.h4:locked {
}
.h4 {
  line-height: min(
    max(2.45rem, calc(2.45rem + ((1vw - 0.32rem) * 1.325))),
    3rem
  );
  font-weight: 400;
  font-size: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 1.4625))), 2.2rem);
  selector-locked: false;
  margin-top: 0px;
}
.h5 {
  font-weight: 700;
  line-height: min(
    max(2.45rem, calc(2.45rem + ((1vw - 0.32rem) * 1.0875))),
    3.32rem
  );
}
.h6:locked {
}
.h6 {
  line-height: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.5))), 2.8rem);
  font-weight: 700;
  font-size: min(max(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.25))), 2rem);
}
.two-buttons-set {
}
.two-buttons-set:not(.ct-section):not(.oxy-easy-posts),
.two-buttons-set.oxy-easy-posts .oxy-posts,
.two-buttons-set.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.two-buttons-set:locked {
}
@media (max-width: 479px) {
  .two-buttons-set {
    width: 100%;
  }
  .two-buttons-set:not(.ct-section):not(.oxy-easy-posts),
  .two-buttons-set.oxy-easy-posts .oxy-posts,
  .two-buttons-set.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}

.img-scroller:hover {
  transition-property: background-position;
  transition-duration: 5s;
  transition-timing-function: linear;
  transition-delay: 0s;
  background-position: bottom center !important;
}
.img-scroller {
  transition-property: background-position;
  transition-duration: 1.5s;
  transition-timing-function: ease-out;
  transition-delay: 0.5s;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  margin-left: auto !important;
  margin-right: auto !important;
  background-position: top center;
  background-size: 100% auto !important;
}
.bg-alt {
  background-color: var(--background-alt-color);
}
.bg-alt:locked {
}
.bg-primary {
  background-color: var(--primary-color);
}
.bg-primary:locked {
}
.bg-tertiary {
  background-color: var(--tertiary-color);
}
.bg-tertiary:locked {
}
.bg-white {
  background-color: var(--white-color);
}
.bg-white:locked {
}
.bg-black {
  background-color: var(--black-color);
}
.bg-black:locked {
}
.bg-placeholder {
  background-color: var(--placeholder-color);
}
.bg-placeholder:locked {
}
.bg-placeholder-alt {
  background-color: var(--placeholder-alt-color);
}
.bg-placeholder-alt:locked {
}
.border-color {
  border-top-color: var(--border-color);
  border-right-color: var(--border-color);
  border-bottom-color: var(--border-color);
  border-left-color: var(--border-color);
}
.border-color:locked {
}
.border-color-alt {
  border-top-color: var(--border-alt-color);
  border-right-color: var(--border-alt-color);
  border-bottom-color: var(--border-alt-color);
  border-left-color: var(--border-alt-color);
}
.border-color-alt:locked {
}
.border-color-primary {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
}
.border-color-primary:locked {
}
.border-color-secondary {
  border-top-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
}
.border-color-secondary:locked {
}
.border-color-tertiary {
  border-top-color: var(--tertiary-color);
  border-right-color: var(--tertiary-color);
  border-bottom-color: var(--tertiary-color);
  border-left-color: var(--tertiary-color);
}
.border-color-tertiary:locked {
}
.space-y-0 {
}
.space-y-0:locked {
}
.space-y-1 {
}
.space-y-1:locked {
}
.space-y-2 {
}
.space-y-2:locked {
}
.space-y-3 {
}
.space-y-3:locked {
}
.space-y-4 {
}
.space-y-4:locked {
}
.space-y-6 {
}
.space-y-6:locked {
}
.space-y-8 {
}
.space-y-8:locked {
}
.space-y-10 {
}
.space-y-10:locked {
}
.space-y-12 {
}
.space-y-12:locked {
}
.space-y-14 {
}
.space-y-14:locked {
}
.space-y-16 {
}
.space-y-16:locked {
}
.space-y-20 {
}
.space-y-20:locked {
}
.rounded {
  border-radius: 0.4rem;
}
.rounded:locked {
}
.rounded-md {
  border-radius: 0.6rem;
}
.rounded-md:locked {
}
.rounded-lg {
  border-radius: 0.8rem;
}
.rounded-lg:locked {
}
.rounded-xl {
  border-radius: 1.6rem;
}
.rounded-xl:locked {
}
.rounded-full {
  border-radius: 999.901rem;
}
.rounded-full:locked {
}
.rounded-r-sm {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.rounded-r-sm:locked {
}
.rounded-l-sm {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.rounded-l-sm:locked {
}
.rounded-b-sm {
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.rounded-b-sm:locked {
}
.rounded-t-sm {
  border-top-right-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.rounded-t-sm:locked {
}
.rounded-r {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.rounded-r:locked {
}
.rounded-l {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.rounded-l:locked {
}
.rounded-b {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.rounded-b:locked {
}
.rounded-t {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.rounded-t:locked {
}
.rounded-r-md {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.rounded-r-md:locked {
}
.rounded-l-md {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.rounded-l-md:locked {
}
.rounded-b-md {
  border-bottom-right-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.rounded-b-md:locked {
}
.rounded-t-md {
  border-top-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.rounded-t-md:locked {
}
.rounded-r-lg {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.rounded-r-lg:locked {
}
.rounded-l-lg {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.rounded-l-lg:locked {
}
.rounded-b-lg {
  border-bottom-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.rounded-b-lg:locked {
}
.rounded-t-lg {
  border-top-right-radius: 0.8rem;
  border-top-left-radius: 0.8rem;
}
.rounded-t-lg:locked {
}
.border-none {
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
}
.border-none:locked {
}
.border-px {
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
}
.border-px:locked {
}
.border-2 {
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
}
.border-2:locked {
}
.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}
.border-t:locked {
}
.border-r {
  border-right-width: 1px;
  border-right-style: solid;
}
.border-r:locked {
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.border-b:locked {
}
.border-l {
  border-left-width: 1px;
  border-left-style: solid;
}
.border-l:locked {
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:locked {
}
.inline-grid {
}
.inline-grid:locked {
}
.gap-px {
}
.gap-px:locked {
}
.gap-2 {
}
.gap-2:locked {
}
.gap-4 {
}
.gap-4:locked {
}
.gap-6 {
}
.gap-6:locked {
}
.gap-12 {
}
.gap-12:locked {
}
.gap-16 {
}
.gap-16:locked {
}
.gap-20 {
}
.gap-20:locked {
}
.gap-24 {
}
.gap-24:locked {
}
.row-gap-0 {
}
.row-gap-0:locked {
}
.row-gap-2 {
}
.row-gap-2:locked {
}
.row-gap-4 {
}
.row-gap-4:locked {
}
.row-gap-6 {
}
.row-gap-6:locked {
}
.row-gap-8 {
}
.row-gap-8:locked {
}
.row-gap-12 {
}
.row-gap-12:locked {
}
.grid-flow-row {
}
.grid-flow-row:locked {
}
.grid-flow-col {
}
.grid-flow-col:locked {
}
.grid-flow-row-dense {
}
.grid-flow-row-dense:locked {
}
.grid-flow-col-dense {
}
.grid-flow-col-dense:locked {
}
.col-end-1 {
}
.col-end-1:locked {
}
.col-end-2 {
}
.col-end-2:locked {
}
.col-end-3 {
}
.col-end-3:locked {
}
.col-end-4 {
}
.col-end-4:locked {
}
.col-end-5 {
}
.col-end-5:locked {
}
.col-end-6 {
}
.col-end-6:locked {
}
.col-end-7 {
}
.col-end-7:locked {
}
.col-end-auto {
}
.col-end-auto:locked {
}
.col-start-1 {
}
.col-start-1:locked {
}
.col-start-2 {
}
.col-start-2:locked {
}
.col-start-3 {
}
.col-start-3:locked {
}
.col-start-4 {
}
.col-start-4:locked {
}
.col-start-5 {
}
.col-start-5:locked {
}
.col-start-6 {
}
.col-start-6:locked {
}
.col-start-7 {
}
.col-start-7:locked {
}
.col-start-auto {
}
.col-start-auto:locked {
}
.col-auto {
}
.col-auto:locked {
}
.col-span-1 {
}
.col-span-1:locked {
}
.col-span-4 {
}
.col-span-4:locked {
}
.col-span-5 {
}
.col-span-5:locked {
}
.col-span-6 {
}
.col-span-6:locked {
}
.row-auto {
}
.row-auto:locked {
}
.row-span-1 {
}
.row-span-1:locked {
}
.row-span-2 {
}
.row-span-2:locked {
}
.row-span-3 {
}
.row-span-3:locked {
}
.row-start-1 {
}
.row-start-1:locked {
}
.row-start-2 {
}
.row-start-2:locked {
}
.row-start-3 {
}
.row-start-3:locked {
}
.row-start-4 {
}
.row-start-4:locked {
}
.row-start-auto {
}
.row-start-auto:locked {
}
.row-end-1 {
}
.row-end-1:locked {
}
.row-end-2 {
}
.row-end-2:locked {
}
.row-end-3 {
}
.row-end-3:locked {
}
.row-end-4 {
}
.row-end-4:locked {
}
.row-end-auto {
}
.row-end-auto:locked {
}
.grid-rows-1 {
}
.grid-rows-1:locked {
}
.grid-rows-2 {
}
.grid-rows-2:locked {
}
.grid-rows-3 {
}
.grid-rows-3:locked {
}
.grid-rows-none {
}
.grid-rows-none:locked {
}
.grid-cols-1 {
}
.grid-cols-1:locked {
}
.grid-60-40 {
}
.grid-60-40:locked {
}
.grid-40-60 {
}
.grid-40-60:locked {
}
.grid-33-66 {
}
.grid-33-66:locked {
}
.grid-66-33 {
}
.grid-66-33:locked {
}
.grid-75-25 {
}
.grid-75-25:locked {
}
.grid-25-75 {
}
.grid-25-75:locked {
}
.grid-cols-none {
}
.grid-cols-none:locked {
}
.font-normal {
  font-weight: 400;
}
.font-normal:locked {
}
.font-bold {
  font-weight: 700;
}
.font-bold:locked {
}
.h-auto {
  height: auto;
}
.h-auto:locked {
}
.h-full {
  height: 100%;
}
.h-full:locked {
}
.h-screen {
  height: 100vh;
}
.h-screen:locked {
}
.text-xs {
  font-size: 1.2rem;
  line-height: 1.6;
}
.text-base {
  font-size: 1.6rem;
  line-height: 1.6;
}
.text-lg {
  font-size: min(max(1.7rem, calc(1.7rem + ((1vw - 0.32rem) * 0.125))), 1.8rem);
  line-height: min(
    max(2.55rem, calc(2.55rem + ((1vw - 0.32rem) * 0.1875))),
    2.7rem
  );
}
.text-xl:locked {
}
.text-xl {
  font-size: min(max(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.25))), 2rem);
  line-height: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.5))), 2.8rem);
}
.text-2xl {
  font-size: min(
    max(2.04rem, calc(2.04rem + ((1vw - 0.32rem) * 0.45))),
    2.4rem
  );
  line-height: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 1))), 3.2rem);
}
.text-3xl {
  font-size: min(max(2.4rem, calc(2.4rem + ((1vw - 0.32rem) * 0.75))), 3rem);
  line-height: min(max(3.2rem, calc(3.2rem + ((1vw - 0.32rem) * 0.5))), 3.6rem);
}
.text-4xl {
  font-size: min(max(2.7rem, calc(2.7rem + ((1vw - 0.32rem) * 1.125))), 3.6rem);
  line-height: min(
    max(3.51rem, calc(3.51rem + ((1vw - 0.32rem) * 0.6125))),
    4rem
  );
}
.text-5xl {
  font-size: min(max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))), 4.8rem);
  line-height: min(
    max(3.8rem, calc(3.8rem + ((1vw - 0.32rem) * 1.25))),
    4.8rem
  );
}
.text-6xl {
  font-size: min(max(3.9rem, calc(3.9rem + ((1vw - 0.32rem) * 2.625))), 6rem);
  line-height: 1;
}
.text-7xl {
  font-size: min(max(4.32rem, calc(4.32rem + ((1vw - 0.32rem) * 3.6))), 7.2rem);
  line-height: 1;
}
.text-8xl {
  font-size: min(max(5.28rem, calc(5.28rem + ((1vw - 0.32rem) * 5.4))), 9.6rem);
  line-height: 1;
}
.text-9xl {
  font-size: min(max(6.4rem, calc(6.4rem + ((1vw - 0.32rem) * 8))), 12.8rem);
  line-height: 1;
}
.ml-auto {
  margin-left: auto;
}
.ml-auto:locked {
}
.mr-auto {
  margin-right: auto;
}
.mr-auto:locked {
}
.mb-auto {
  margin-bottom: auto;
}
.mb-auto:locked {
}
.mt-auto {
  margin-top: auto;
}
.mt-auto:locked {
}
.mr-0 {
  margin-right: 0px;
}
.mr-0:locked {
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0:locked {
}
.mr-1 {
  margin-right: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.mb-1 {
  margin-bottom: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.mr-2 {
  margin-right: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.mr-3 {
  margin-right: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.mr-4 {
  margin-right: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.mr-5 {
  margin-right: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
}
.mb-5 {
  margin-bottom: min(
    max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))),
    2rem
  );
}
.mr-6 {
  margin-right: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.mb-6 {
  margin-bottom: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.mr-16 {
  margin-right: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.mb-16 {
  margin-bottom: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.mr-20 {
  margin-right: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.mb-20 {
  margin-bottom: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.mr-24 {
  margin-right: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.mb-24 {
  margin-bottom: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto:locked {
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-auto:locked {
}
.object-contain {
  object-fit: contain;
}
.object-contain:locked {
}
.object-cover {
  object-fit: cover;
}
.object-cover:locked {
}
.object-bottom {
  object-position: bottom;
}
.object-bottom:locked {
}
.object-left {
  object-position: left;
}
.object-left:locked {
}
.object-right {
  object-position: right;
}
.object-right:locked {
}
.object-top {
  object-position: top;
}
.object-top:locked {
}
.opacity-0 {
  opacity: 0;
}
.opacity-0:locked {
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-25:locked {
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-50:locked {
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-75:locked {
}
.opacity-100 {
  opacity: 1;
}
.opacity-100:locked {
}
.hover-opacity-0:hover {
  opacity: 0;
}
.hover-opacity-0 {
}
.hover-opacity-0:locked {
}
.hover-opacity-25:hover {
  opacity: 0.25;
}
.hover-opacity-25 {
}
.hover-opacity-25:locked {
}
.hover-opacity-50:hover {
  opacity: 0.5;
}
.hover-opacity-50 {
}
.hover-opacity-50:locked {
}
.hover-opacity-75:hover {
  opacity: 0.75;
}
.hover-opacity-75 {
}
.hover-opacity-75:locked {
}
.hover-opacity-100:hover {
  opacity: 1;
}
.hover-opacity-100 {
}
.hover-opacity-100:locked {
}
.font-headings {
  font-family: 'Open Sans';
}
.font-headings:locked {
}
.font-text {
  font-family: 'Open Sans';
}
.font-text:locked {
}
.p-0 {
  padding-top: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0rem;
}
.p-1 {
  padding-top: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
  padding-left: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
  padding-right: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
  padding-bottom: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.p-2 {
  padding-top: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
  padding-left: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
  padding-right: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
  padding-bottom: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.p-3 {
  padding-top: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
  padding-left: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
  padding-right: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
  padding-bottom: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.p-4:locked {
}
.p-4 {
  padding-top: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-left: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-right: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-bottom: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.p-5 {
  padding-top: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
  padding-left: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
  padding-right: min(
    max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))),
    2rem
  );
  padding-bottom: min(
    max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))),
    2rem
  );
}
.p-6:locked {
}
.p-6 {
  padding-top: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
  padding-left: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
  padding-right: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
  padding-bottom: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.p-8:locked {
}
.p-8 {
  padding-top: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-left: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-right: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-bottom: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.p-12 {
  padding-top: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-left: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-right: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-bottom: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.p-16 {
  padding-top: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-left: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-right: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-bottom: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.p-20 {
  padding-top: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
  padding-left: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
  padding-right: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
  padding-bottom: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.p-24 {
  padding-top: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
  padding-left: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
  padding-right: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
  padding-bottom: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.py-1 {
  padding-bottom: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
  padding-top: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.px-1 {
  padding-left: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
  padding-right: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.py-2 {
  padding-top: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
  padding-bottom: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.px-2 {
  padding-left: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
  padding-right: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.py-3 {
  padding-top: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
  padding-bottom: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.px-3 {
  padding-left: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
  padding-right: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.py-4 {
  padding-top: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-bottom: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.px-4 {
  padding-left: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  padding-right: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
  selector-locked: true;
}
.py-5 {
  padding-top: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
  padding-bottom: min(
    max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))),
    2rem
  );
}
.px-5 {
  padding-left: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
  padding-right: min(
    max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))),
    2rem
  );
}
.px-6 {
  padding-left: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
  padding-right: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.py-8 {
  padding-top: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-bottom: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.px-8 {
  padding-left: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
  padding-right: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.py-12 {
  padding-top: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-bottom: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.px-12 {
  padding-left: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  padding-right: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
  width: 41.03px;
}
.py-16 {
  padding-top: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-bottom: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.px-16 {
  padding-left: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
  padding-right: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.py-20 {
  padding-top: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
  padding-bottom: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.px-20 {
  padding-left: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
  padding-right: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.py-24 {
  padding-bottom: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
  selector-locked: true;
}
.px-24 {
  padding-left: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
  padding-right: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.underline {
  text-decoration: underline;
}
.underline:locked {
}
.hover-underline:hover {
  text-decoration: underline;
}
.hover-underline {
}
.hover-underline:locked {
}
.uppercase {
  text-transform: uppercase;
}
.uppercase:locked {
}
.lowercase {
  text-transform: lowercase;
}
.lowercase:locked {
}
.capitalize {
  text-transform: capitalize;
}
.capitalize:locked {
}
.text-right {
  text-align: right;
}
.text-right:locked {
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}
.shadow-inner:locked {
}
.shadow-none {
  box-shadow: 0 0 #0000;
}
.shadow-none:locked {
}
.shadow-xs {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg:locked {
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.centered {
  text-align: center;
}
.centered:not(.ct-section):not(.oxy-easy-posts),
.centered.oxy-easy-posts .oxy-posts,
.centered.ct-section .ct-section-inner-wrap {
  align-items: center;
  align-content: center;
  justify-content: center;
}
.centered:locked {
}
.horizontal-wrap {
}
.horizontal-wrap:not(.ct-section):not(.oxy-easy-posts),
.horizontal-wrap.oxy-easy-posts .oxy-posts,
.horizontal-wrap.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.horizontal-wrap:locked {
}
.items-stretch {
}
.items-stretch:not(.ct-section):not(.oxy-easy-posts),
.items-stretch.oxy-easy-posts .oxy-posts,
.items-stretch.ct-section .ct-section-inner-wrap {
  align-items: stretch;
}
.items-stretch:locked {
}
.content-center {
}
.content-center:not(.ct-section):not(.oxy-easy-posts),
.content-center.oxy-easy-posts .oxy-posts,
.content-center.ct-section .ct-section-inner-wrap {
  align-content: center;
}
.content-center:locked {
}
.content-between {
}
.content-between:not(.ct-section):not(.oxy-easy-posts),
.content-between.oxy-easy-posts .oxy-posts,
.content-between.ct-section .ct-section-inner-wrap {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
}
.content-between:locked {
}
.content-around {
}
.content-around:not(.ct-section):not(.oxy-easy-posts),
.content-around.oxy-easy-posts .oxy-posts,
.content-around.ct-section .ct-section-inner-wrap {
  display: flex;
  justify-content: space-around;
}
.content-around:locked {
}
.hidden {
}
.hidden:not(.ct-section):not(.oxy-easy-posts),
.hidden.oxy-easy-posts .oxy-posts,
.hidden.ct-section .ct-section-inner-wrap {
  display: none;
  flex-direction: unset;
}
.hidden:locked {
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-scroll:locked {
}
.tracking-wide {
  letter-spacing: 0.05rem;
}
.tracking-wider {
  letter-spacing: 0.1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.inline-block {
  display: inline-block;
}
.inline-block:not(.ct-section):not(.oxy-easy-posts),
.inline-block.oxy-easy-posts .oxy-posts,
.inline-block.ct-section .ct-section-inner-wrap {
  display: inline-block;
  flex-direction: unset;
}
.inline-block:locked {
}
.color-primary {
  color: var(--primary-color);
}
.color-primary:locked {
}
.color-secondary {
  color: var(--secondary-color);
}
.color-secondary:locked {
}
.color-tertiary {
  color: var(--tertiary-color);
}
.color-tertiary:locked {
}
.color-dark {
  color: var(--dark-color);
}
.color-dark:locked {
}
.color-paragraph {
  color: var(--paragraph-color);
}
.color-paragraph:locked {
}
@media (max-width: 767px) {
}

.color-black {
  color: var(--black-color);
}
.color-black:locked {
}
.color-white {
  color: var(--white-color);
}
.color-white:locked {
}
.flex {
}
.flex:not(.ct-section):not(.oxy-easy-posts),
.flex.oxy-easy-posts .oxy-posts,
.flex.ct-section .ct-section-inner-wrap {
  display: flex;
}
.flex:locked {
}
.order-1 {
  -webkit-order: 1;
  order: 1;
}
.order-1:locked {
}
.order-2 {
  -webkit-order: 2;
  order: 2;
}
.order-2:locked {
}
.order-3 {
  -webkit-order: 3;
  order: 3;
}
.order-3:locked {
}
.order-4 {
  -webkit-order: 4;
  order: 4;
}
.order-4:locked {
}
.order-5 {
  -webkit-order: 5;
  order: 5;
}
.order-5:locked {
}
.order-6 {
  -webkit-order: 6;
  order: 6;
}
.order-6:locked {
}
.order-first {
  -webkit-order: -9999;
  order: -9999;
}
.order-first:locked {
}
.order-last {
  -webkit-order: 9999;
  order: 9999;
}
.order-last:locked {
}
.order-none {
  -webkit-order: 0;
  order: 0;
}
.order-none:locked {
}
.w-auto {
  width: auto;
}
.w-auto:locked {
}
.w-1by2 {
  width: 50%;
}
.w-1by2:locked {
}
.w-1by3 {
  width: 33.333333%;
}
.w-1by3:locked {
}
.w-2by3 {
  width: 66.666667%;
}
.w-2by3:locked {
}
.w-1by4 {
  width: 25%;
}
.w-1by4:locked {
}
.w-2by4 {
  width: 50%;
}
.w-2by4:locked {
}
.w-3by4 {
}
.w-3by4:locked {
}
.w-1by6 {
  width: 16.666667%;
}
.w-1by6:locked {
}
.w-2by6 {
  width: 33.333333%;
}
.w-2by6:locked {
}
.w-3by6 {
  width: 50%;
}
.w-3by6:locked {
}
.w-4by6 {
  width: 66.666667%;
}
.w-4by6:locked {
}
.w-5by6 {
  font-family: 'Open Sans';
  width: 83.333333%;
  color: #000000;
}
.w-5by6:locked {
}
.w-1by5 {
  width: 20%;
}
.w-1by5:locked {
}
.w-screen {
  width: 100vw;
}
.w-screen:locked {
}
.z-99 {
  z-index: 99;
}
.z-99:locked {
}
.xl-grid-cols-1 {
}
.xl-grid-cols-1:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-1 {
  }
}

.xl-grid-cols-2 {
}
.xl-grid-cols-2:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-2 {
  }
}

.xl-grid-cols-3 {
}
.xl-grid-cols-3:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-3 {
  }
}

.xl-grid-cols-5 {
}
.xl-grid-cols-5:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-5 {
  }
}

.xl-grid-cols-none {
}
.xl-grid-cols-none:locked {
}
@media (max-width: 1275px) {
  .xl-grid-cols-none {
  }
}

.xl-col-end-1 {
}
.xl-col-end-1:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-1 {
  }
}

.xl-col-end-2 {
}
.xl-col-end-2:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-2 {
  }
}

.xl-col-end-3 {
}
.xl-col-end-3:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-3 {
  }
}

.xl-col-end-4 {
}
.xl-col-end-4:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-4 {
  }
}

.xl-col-end-5 {
}
.xl-col-end-5:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-5 {
  }
}

.xl-col-end-6 {
}
.xl-col-end-6:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-6 {
  }
}

.xl-col-end-auto {
}
.xl-col-end-auto:locked {
}
@media (max-width: 1275px) {
  .xl-col-end-auto {
  }
}

.xl-col-start-1 {
}
.xl-col-start-1:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-1 {
  }
}

.xl-col-start-2 {
}
.xl-col-start-2:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-2 {
  }
}

.xl-col-start-3 {
}
.xl-col-start-3:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-3 {
  }
}

.xl-col-start-4 {
}
.xl-col-start-4:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-4 {
  }
}

.xl-col-start-5 {
}
.xl-col-start-5:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-5 {
  }
}

.xl-col-start-6 {
}
.xl-col-start-6:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-6 {
  }
}

.xl-col-start-auto {
}
.xl-col-start-auto:locked {
}
@media (max-width: 1275px) {
  .xl-col-start-auto {
  }
}

.xl-col-auto {
}
.xl-col-auto:locked {
}
@media (max-width: 1275px) {
  .xl-col-auto {
  }
}

.xl-col-span-1 {
}
.xl-col-span-1:locked {
}
@media (max-width: 1275px) {
  .xl-col-span-1 {
  }
}

.xl-col-span-2 {
}
.xl-col-span-2:locked {
}
@media (max-width: 1275px) {
  .xl-col-span-2 {
  }
}

.xl-col-span-3 {
}
.xl-col-span-3:locked {
}
@media (max-width: 1275px) {
  .xl-col-span-3 {
  }
}

.xl-col-span-4 {
}
.xl-col-span-4:locked {
}
@media (max-width: 1275px) {
  .xl-col-span-4 {
  }
}

.xl-col-span-5 {
}
.xl-col-span-5:locked {
}
@media (max-width: 1275px) {
  .xl-col-span-5 {
  }
}

.xl-gap-2 {
}
.xl-gap-2:locked {
}
@media (max-width: 1275px) {
  .xl-gap-2 {
  }
}

.xl-gap-4 {
}
.xl-gap-4:locked {
}
@media (max-width: 1275px) {
  .xl-gap-4 {
  }
}

.xl-gap-6 {
}
.xl-gap-6:locked {
}
@media (max-width: 1275px) {
  .xl-gap-6 {
  }
}

.xl-gap-8 {
}
.xl-gap-8:locked {
}
@media (max-width: 1275px) {
  .xl-gap-8 {
  }
}

.xl-gap-12 {
}
.xl-gap-12:locked {
}
@media (max-width: 1275px) {
  .xl-gap-12 {
  }
}

.xl-gap-16 {
}
.xl-gap-16:locked {
}
@media (max-width: 1275px) {
  .xl-gap-16 {
  }
}

.xl-flex {
}
.xl-flex:locked {
}
@media (max-width: 1275px) {
  .xl-flex {
  }
}

.xl-h-full {
}
.xl-h-full:locked {
}
@media (max-width: 1275px) {
  .xl-h-full {
  }
}

.xl-h-screen {
}
.xl-h-screen:locked {
}
@media (max-width: 1275px) {
  .xl-h-screen {
  }
}

.xl-mx-auto {
}
.xl-mx-auto:locked {
}
@media (max-width: 1275px) {
  .xl-mx-auto {
  }
}

.xl-centered {
}
.xl-centered:locked {
}
@media (max-width: 1275px) {
  .xl-centered {
  }
}

.xl-horizontal {
}
.xl-horizontal:locked {
}
@media (max-width: 1275px) {
  .xl-horizontal {
  }
}

.xl-horizontal-wrap {
}
.xl-horizontal-wrap:locked {
}
@media (max-width: 1275px) {
  .xl-horizontal-wrap {
  }
}

.xl-vertical {
}
.xl-vertical:locked {
}
@media (max-width: 1275px) {
  .xl-vertical {
  }
}

.xl-hidden {
}
.xl-hidden:locked {
}
@media (max-width: 1275px) {
  .xl-hidden {
  }
}

.xl-w-1by2 {
}
.xl-w-1by2:locked {
}
@media (max-width: 1275px) {
  .xl-w-1by2 {
  }
}

.xl-w-1by3 {
}
.xl-w-1by3:locked {
}
@media (max-width: 1275px) {
  .xl-w-1by3 {
  }
}

.xl-w-2by3 {
}
.xl-w-2by3:locked {
}
@media (max-width: 1275px) {
  .xl-w-2by3 {
  }
}

.xl-w-1by4 {
}
.xl-w-1by4:locked {
}
@media (max-width: 1275px) {
  .xl-w-1by4 {
  }
}

.xl-w-2by4 {
}
.xl-w-2by4:locked {
}
@media (max-width: 1275px) {
  .xl-w-2by4 {
  }
}

.xl-w-3by4 {
}
.xl-w-3by4:locked {
}
@media (max-width: 1275px) {
  .xl-w-3by4 {
  }
}

.xl-w-full {
}
.xl-w-full:locked {
}
@media (max-width: 1275px) {
  .xl-w-full {
  }
}

.lg-col-end-1 {
}
.lg-col-end-1:locked {
}
@media (max-width: 991px) {
  .lg-col-end-1 {
  }
}

.lg-col-end-2 {
}
.lg-col-end-2:locked {
}
@media (max-width: 991px) {
  .lg-col-end-2 {
  }
}

.lg-col-end-3 {
}
.lg-col-end-3:locked {
}
@media (max-width: 991px) {
  .lg-col-end-3 {
  }
}

.lg-col-end-4 {
}
.lg-col-end-4:locked {
}
@media (max-width: 991px) {
  .lg-col-end-4 {
  }
}

.lg-col-end-5 {
}
.lg-col-end-5:locked {
}
@media (max-width: 991px) {
  .lg-col-end-5 {
  }
}

.lg-col-end-auto {
}
.lg-col-end-auto:locked {
}
@media (max-width: 991px) {
  .lg-col-end-auto {
  }
}

.lg-col-start-1 {
}
.lg-col-start-1:locked {
}
@media (max-width: 991px) {
  .lg-col-start-1 {
  }
}

.lg-col-start-2 {
}
.lg-col-start-2:locked {
}
@media (max-width: 991px) {
  .lg-col-start-2 {
  }
}

.lg-col-start-3 {
}
.lg-col-start-3:locked {
}
@media (max-width: 991px) {
  .lg-col-start-3 {
  }
}

.lg-col-start-4 {
}
.lg-col-start-4:locked {
}
@media (max-width: 991px) {
  .lg-col-start-4 {
  }
}

.lg-col-start-5 {
}
.lg-col-start-5:locked {
}
@media (max-width: 991px) {
  .lg-col-start-5 {
  }
}

.lg-col-start-auto {
}
.lg-col-start-auto:locked {
}
@media (max-width: 991px) {
  .lg-col-start-auto {
  }
}

.lg-col-auto {
}
.lg-col-auto:locked {
}
@media (max-width: 991px) {
  .lg-col-auto {
    grid-column: auto;
  }
}

.lg-col-span-2 {
}
.lg-col-span-2:locked {
}
@media (max-width: 991px) {
  .lg-col-span-2 {
  }
}

.lg-col-span-3 {
}
.lg-col-span-3:locked {
}
@media (max-width: 991px) {
  .lg-col-span-3 {
  }
}

.lg-col-span-4 {
}
.lg-col-span-4:locked {
}
@media (max-width: 991px) {
  .lg-col-span-4 {
  }
}

.lg-grid-cols-1 {
}
.lg-grid-cols-1:locked {
}
@media (max-width: 991px) {
  .lg-grid-cols-1 {
  }
}

.lg-grid-cols-4 {
}
.lg-grid-cols-4:locked {
}
@media (max-width: 991px) {
  .lg-grid-cols-4 {
  }
}

.lg-grid-cols-none {
}
.lg-grid-cols-none:locked {
}
@media (max-width: 991px) {
  .lg-grid-cols-none {
  }
}

.lg-row-start-1 {
}
.lg-row-start-1:locked {
}
@media (max-width: 991px) {
  .lg-row-start-1 {
  }
}

.lg-gap-2 {
}
.lg-gap-2:locked {
}
@media (max-width: 991px) {
  .lg-gap-2 {
  }
}

.lg-gap-4 {
}
.lg-gap-4:locked {
}
@media (max-width: 991px) {
  .lg-gap-4 {
  }
}

.lg-gap-6 {
}
.lg-gap-6:locked {
}
@media (max-width: 991px) {
  .lg-gap-6 {
  }
}

.lg-gap-8 {
}
.lg-gap-8:locked {
}
@media (max-width: 991px) {
  .lg-gap-8 {
  }
}

.lg-gap-12 {
}
.lg-gap-12:locked {
}
@media (max-width: 991px) {
  .lg-gap-12 {
  }
}

.lg-flex {
}
.lg-flex:locked {
}
@media (max-width: 991px) {
  .lg-flex {
  }
}

.lg-order-1 {
}
.lg-order-1:locked {
}
@media (max-width: 991px) {
  .lg-order-1 {
  }
}

.lg-order-2 {
}
.lg-order-2:locked {
}
@media (max-width: 991px) {
  .lg-order-2 {
  }
}

.lg-order-3 {
}
.lg-order-3:locked {
}
@media (max-width: 991px) {
  .lg-order-3 {
  }
}

.lg-order-4 {
}
.lg-order-4:locked {
}
@media (max-width: 991px) {
  .lg-order-4 {
  }
}

.lg-order-5 {
}
.lg-order-5:locked {
}
@media (max-width: 991px) {
  .lg-order-5 {
  }
}

.lg-order-6 {
}
.lg-order-6:locked {
}
@media (max-width: 991px) {
  .lg-order-6 {
  }
}

.lg-order-first {
}
.lg-order-first:locked {
}
@media (max-width: 991px) {
  .lg-order-first {
  }
}

.lg-order-last {
}
.lg-order-last:locked {
}
@media (max-width: 991px) {
  .lg-order-last {
  }
}

.lg-order-none {
}
.lg-order-none:locked {
}
@media (max-width: 991px) {
  .lg-order-none {
  }
}

.lg-h-full {
}
.lg-h-full:locked {
}
@media (max-width: 991px) {
  .lg-h-full {
  }
}

.lg-h-screen {
}
.lg-h-screen:locked {
}
@media (max-width: 991px) {
  .lg-h-screen {
  }
}

.lg-mr-0 {
}
.lg-mr-0:locked {
}
@media (max-width: 991px) {
  .lg-mr-0 {
  }
}

.lg-mx-auto {
}
.lg-mx-auto:locked {
}
@media (max-width: 991px) {
  .lg-mx-auto {
  }
}

.lg-centered {
}
.lg-centered:locked {
}
@media (max-width: 991px) {
  .lg-centered {
  }
}

.lg-horizontal {
}
.lg-horizontal:locked {
}
@media (max-width: 991px) {
  .lg-horizontal {
  }
}

.lg-horizontal-wrap {
}
.lg-horizontal-wrap:locked {
}
@media (max-width: 991px) {
  .lg-horizontal-wrap {
  }
}

.lg-vertical {
}
.lg-vertical:locked {
}
@media (max-width: 991px) {
  .lg-vertical {
  }
}

.lg-hidden {
}
.lg-hidden:locked {
}
@media (max-width: 991px) {
  .lg-hidden {
  }
}

.lg-w-1by2 {
}
.lg-w-1by2:locked {
}
@media (max-width: 991px) {
  .lg-w-1by2 {
  }
}

.lg-w-1by3 {
}
.lg-w-1by3:locked {
}
@media (max-width: 991px) {
  .lg-w-1by3 {
  }
}

.lg-w-2by3 {
}
.lg-w-2by3:locked {
}
@media (max-width: 991px) {
  .lg-w-2by3 {
  }
}

.lg-w-1by4 {
}
.lg-w-1by4:locked {
}
@media (max-width: 991px) {
  .lg-w-1by4 {
  }
}

.lg-w-2by4 {
}
.lg-w-2by4:locked {
}
@media (max-width: 991px) {
  .lg-w-2by4 {
  }
}

.lg-w-3by4 {
}
.lg-w-3by4:locked {
}
@media (max-width: 991px) {
  .lg-w-3by4 {
  }
}

.lg-w-full {
}
.lg-w-full:locked {
}
@media (max-width: 991px) {
  .lg-w-full {
  }
}

.md-rounded-sm {
}
.md-rounded-sm:locked {
}
@media (max-width: 767px) {
  .md-rounded-sm {
  }
}

.md-rounded {
}
.md-rounded:locked {
}
@media (max-width: 767px) {
  .md-rounded {
  }
}

.md-rounded-md {
}
.md-rounded-md:locked {
}
@media (max-width: 767px) {
  .md-rounded-md {
  }
}

.md-rounded-lg {
}
.md-rounded-lg:locked {
}
@media (max-width: 767px) {
  .md-rounded-lg {
  }
}

.md-col-end-1 {
}
.md-col-end-1:locked {
}
@media (max-width: 767px) {
  .md-col-end-1 {
  }
}

.md-col-end-2 {
}
.md-col-end-2:locked {
}
@media (max-width: 767px) {
  .md-col-end-2 {
  }
}

.md-col-end-3 {
}
.md-col-end-3:locked {
}
@media (max-width: 767px) {
  .md-col-end-3 {
  }
}

.md-col-end-4 {
}
.md-col-end-4:locked {
}
@media (max-width: 767px) {
  .md-col-end-4 {
  }
}

.md-col-end-5 {
}
.md-col-end-5:locked {
}
@media (max-width: 767px) {
  .md-col-end-5 {
  }
}

.md-col-end-auto {
}
.md-col-end-auto:locked {
}
@media (max-width: 767px) {
  .md-col-end-auto {
  }
}

.md-col-start-1 {
}
.md-col-start-1:locked {
}
@media (max-width: 767px) {
  .md-col-start-1 {
  }
}

.md-col-start-2 {
}
.md-col-start-2:locked {
}
@media (max-width: 767px) {
  .md-col-start-2 {
  }
}

.md-col-start-3 {
}
.md-col-start-3:locked {
}
@media (max-width: 767px) {
  .md-col-start-3 {
  }
}

.md-col-start-4 {
}
.md-col-start-4:locked {
}
@media (max-width: 767px) {
  .md-col-start-4 {
  }
}

.md-col-start-5 {
}
.md-col-start-5:locked {
}
@media (max-width: 767px) {
  .md-col-start-5 {
  }
}

.md-col-start-auto {
}
.md-col-start-auto:locked {
}
@media (max-width: 767px) {
  .md-col-start-auto {
  }
}

.md-col-auto {
}
.md-col-auto:locked {
}
@media (max-width: 767px) {
  .md-col-auto {
  }
}

.md-col-span-3 {
}
.md-col-span-3:locked {
}
@media (max-width: 767px) {
  .md-col-span-3 {
  }
}

.md-col-span-4 {
}
.md-col-span-4:locked {
}
@media (max-width: 767px) {
  .md-col-span-4 {
  }
}

.md-grid-cols-3 {
}
.md-grid-cols-3:locked {
}
@media (max-width: 767px) {
  .md-grid-cols-3 {
  }
}

.md-grid-cols-4 {
}
.md-grid-cols-4:locked {
}
@media (max-width: 767px) {
  .md-grid-cols-4 {
  }
}

.md-grid-cols-none {
}
.md-grid-cols-none:locked {
}
@media (max-width: 767px) {
  .md-grid-cols-none {
  }
}

.md-row-start-1 {
}
.md-row-start-1:locked {
}
@media (max-width: 767px) {
  .md-row-start-1 {
  }
}

.md-gap-2 {
}
.md-gap-2:locked {
}
@media (max-width: 767px) {
  .md-gap-2 {
  }
}

.md-gap-4 {
}
.md-gap-4:locked {
}
@media (max-width: 767px) {
  .md-gap-4 {
  }
}

.md-gap-6 {
}
.md-gap-6:locked {
}
@media (max-width: 767px) {
  .md-gap-6 {
  }
}

.md-gap-8 {
}
.md-gap-8:locked {
}
@media (max-width: 767px) {
  .md-gap-8 {
  }
}

.md-flex {
}
.md-flex:locked {
}
@media (max-width: 767px) {
  .md-flex {
  }
}

.md-order-1 {
}
.md-order-1:locked {
}
@media (max-width: 767px) {
  .md-order-1 {
  }
}

.md-order-2 {
}
.md-order-2:locked {
}
@media (max-width: 767px) {
  .md-order-2 {
  }
}

.md-order-3 {
}
.md-order-3:locked {
}
@media (max-width: 767px) {
  .md-order-3 {
  }
}

.md-order-4 {
}
.md-order-4:locked {
}
@media (max-width: 767px) {
  .md-order-4 {
  }
}

.md-order-5 {
}
.md-order-5:locked {
}
@media (max-width: 767px) {
  .md-order-5 {
  }
}

.md-order-6 {
}
.md-order-6:locked {
}
@media (max-width: 767px) {
  .md-order-6 {
  }
}

.md-order-first {
}
.md-order-first:locked {
}
@media (max-width: 767px) {
  .md-order-first {
  }
}

.md-order-last {
}
.md-order-last:locked {
}
@media (max-width: 767px) {
  .md-order-last {
  }
}

.md-order-none {
}
.md-order-none:locked {
}
@media (max-width: 767px) {
  .md-order-none {
  }
}

.md-h-full {
}
.md-h-full:locked {
}
@media (max-width: 767px) {
  .md-h-full {
  }
}

.md-h-screen {
}
.md-h-screen:locked {
}
@media (max-width: 767px) {
  .md-h-screen {
  }
}

.md-ml-auto {
}
.md-ml-auto:locked {
}
@media (max-width: 767px) {
  .md-ml-auto {
    margin-left: auto;
  }
}

.md-mr-auto {
}
.md-mr-auto:locked {
}
@media (max-width: 767px) {
  .md-mr-auto {
  }
}

.md-mb-0 {
}
.md-mb-0:locked {
}
@media (max-width: 767px) {
  .md-mb-0 {
  }
}

.md-mx-auto {
}
.md-mx-auto:locked {
}
@media (max-width: 767px) {
  .md-mx-auto {
  }
}

.md-horizontal {
}
.md-horizontal:locked {
}
@media (max-width: 767px) {
  .md-horizontal {
  }
}

.md-horizontal-wrap {
}
.md-horizontal-wrap:locked {
}
@media (max-width: 767px) {
  .md-horizontal-wrap {
  }
}

.md-hidden {
}
.md-hidden:locked {
}
@media (max-width: 767px) {
  .md-hidden {
  }
}

.md-w-1by2 {
}
.md-w-1by2:locked {
}
@media (max-width: 767px) {
  .md-w-1by2 {
  }
}

.md-w-1by3 {
}
.md-w-1by3:locked {
}
@media (max-width: 767px) {
  .md-w-1by3 {
  }
}

.md-w-2by3 {
}
.md-w-2by3:locked {
}
@media (max-width: 767px) {
  .md-w-2by3 {
  }
}

.sm-col-end-1 {
}
.sm-col-end-1:locked {
}
@media (max-width: 479px) {
  .sm-col-end-1 {
  }
}

.sm-col-end-2 {
}
.sm-col-end-2:locked {
}
@media (max-width: 479px) {
  .sm-col-end-2 {
  }
}

.sm-col-end-3 {
}
.sm-col-end-3:locked {
}
@media (max-width: 479px) {
  .sm-col-end-3 {
  }
}

.sm-col-end-4 {
}
.sm-col-end-4:locked {
}
@media (max-width: 479px) {
  .sm-col-end-4 {
  }
}

.sm-col-end-auto {
}
.sm-col-end-auto:locked {
}
@media (max-width: 479px) {
  .sm-col-end-auto {
  }
}

.sm-col-start-1 {
}
.sm-col-start-1:locked {
}
@media (max-width: 479px) {
  .sm-col-start-1 {
  }
}

.sm-col-start-2 {
}
.sm-col-start-2:locked {
}
@media (max-width: 479px) {
  .sm-col-start-2 {
  }
}

.sm-col-start-3 {
}
.sm-col-start-3:locked {
}
@media (max-width: 479px) {
  .sm-col-start-3 {
  }
}

.sm-col-start-4 {
}
.sm-col-start-4:locked {
}
@media (max-width: 479px) {
  .sm-col-start-4 {
  }
}

.sm-col-start-auto {
}
.sm-col-start-auto:locked {
}
@media (max-width: 479px) {
  .sm-col-start-auto {
  }
}

.sm-col-auto {
}
.sm-col-auto:locked {
}
@media (max-width: 479px) {
  .sm-col-auto {
  }
}

.sm-col-span-1 {
}
.sm-col-span-1:locked {
}
@media (max-width: 479px) {
  .sm-col-span-1 {
  }
}

.sm-col-span-2 {
}
.sm-col-span-2:locked {
}
@media (max-width: 479px) {
  .sm-col-span-2 {
  }
}

.sm-col-span-3 {
}
.sm-col-span-3:locked {
}
@media (max-width: 479px) {
  .sm-col-span-3 {
  }
}

.sm-grid-cols-2 {
}
.sm-grid-cols-2:locked {
}
@media (max-width: 479px) {
  .sm-grid-cols-2 {
  }
}

.sm-grid-cols-3 {
}
.sm-grid-cols-3:locked {
}
@media (max-width: 479px) {
  .sm-grid-cols-3 {
  }
}

.sm-grid-cols-none {
}
.sm-grid-cols-none:locked {
}
@media (max-width: 479px) {
  .sm-grid-cols-none {
  }
}

.sm-gap-2 {
}
.sm-gap-2:locked {
}
@media (max-width: 479px) {
  .sm-gap-2 {
  }
}

.sm-gap-4 {
}
.sm-gap-4:locked {
}
@media (max-width: 479px) {
  .sm-gap-4 {
  }
}

.sm-gap-6 {
}
.sm-gap-6:locked {
}
@media (max-width: 479px) {
  .sm-gap-6 {
  }
}

.sm-flex {
}
.sm-flex:locked {
}
@media (max-width: 479px) {
  .sm-flex {
  }
}

.sm-order-1 {
}
.sm-order-1:locked {
}
@media (max-width: 479px) {
  .sm-order-1 {
  }
}

.sm-order-2 {
}
.sm-order-2:locked {
}
@media (max-width: 479px) {
  .sm-order-2 {
  }
}

.sm-order-3 {
}
.sm-order-3:locked {
}
@media (max-width: 479px) {
  .sm-order-3 {
  }
}

.sm-order-4 {
}
.sm-order-4:locked {
}
@media (max-width: 479px) {
  .sm-order-4 {
  }
}

.sm-order-5 {
}
.sm-order-5:locked {
}
@media (max-width: 479px) {
  .sm-order-5 {
  }
}

.sm-order-6 {
}
.sm-order-6:locked {
}
@media (max-width: 479px) {
  .sm-order-6 {
  }
}

.sm-order-first {
}
.sm-order-first:locked {
}
@media (max-width: 479px) {
  .sm-order-first {
  }
}

.sm-order-last {
}
.sm-order-last:locked {
}
@media (max-width: 479px) {
  .sm-order-last {
  }
}

.sm-order-none {
}
.sm-order-none:locked {
}
@media (max-width: 479px) {
  .sm-order-none {
  }
}

.sm-h-full {
}
.sm-h-full:locked {
}
@media (max-width: 479px) {
  .sm-h-full {
  }
}

.sm-h-screen {
}
.sm-h-screen:locked {
}
@media (max-width: 479px) {
  .sm-h-screen {
  }
}

.sm-mt-0 {
}
.sm-mt-0:locked {
}
@media (max-width: 479px) {
  .sm-mt-0 {
  }
}

.sm-mr-0 {
}
.sm-mr-0:locked {
}
@media (max-width: 479px) {
  .sm-mr-0 {
  }
}

.sm-mr-auto {
}
.sm-mr-auto:locked {
}
@media (max-width: 479px) {
  .sm-mr-auto {
  }
}

.sm-ml-auto {
}
.sm-ml-auto:locked {
}
@media (max-width: 479px) {
  .sm-ml-auto {
  }
}

.sm-mx-auto {
}
.sm-mx-auto:locked {
}
@media (max-width: 479px) {
  .sm-mx-auto {
  }
}

.sm-centered {
}
.sm-centered:locked {
}
@media (max-width: 479px) {
  .sm-centered {
  }
}

.sm-horizontal {
}
.sm-horizontal:locked {
}
@media (max-width: 479px) {
  .sm-horizontal {
  }
}

.sm-horizontal-wrap {
}
.sm-horizontal-wrap:locked {
}
@media (max-width: 479px) {
  .sm-horizontal-wrap {
  }
}

.sm-vertical {
}
.sm-vertical:locked {
}
@media (max-width: 479px) {
  .sm-vertical {
  }
}

.sm-hidden {
}
.sm-hidden:locked {
}
@media (max-width: 479px) {
  .sm-hidden {
  }
}

.sm-w-1by2 {
}
.sm-w-1by2:locked {
}
@media (max-width: 479px) {
  .sm-w-1by2 {
  }
}

.sm-w-full {
}
.sm-w-full:locked {
}
@media (max-width: 479px) {
  .sm-w-full {
  }
}

.hover-bg-primary {
}
.hover-bg-primary:locked {
}
.hover-bg-secondary {
}
.hover-bg-secondary:locked {
}
.hover-bg {
}
.hover-bg:locked {
}
.hover-bg-dark {
}
.hover-bg-dark:locked {
}
.hover-bg-light {
}
.hover-bg-light:locked {
}
.hover-bg-alt {
}
.hover-bg-alt:locked {
}
.hover-bg-white {
}
.hover-bg-white:locked {
}
.hover-bg-black {
}
.hover-bg-black:locked {
}
.hover-bg-placeholder {
}
.hover-bg-placeholder:locked {
}
.hover-bg-placeholder-alt {
}
.hover-bg-placeholder-alt:locked {
}
.hover-color-dark {
}
.hover-color-dark:locked {
}
.hover-color-light {
}
.hover-color-light:locked {
}
.hover-color-primary {
}
.hover-color-primary:locked {
}
.hover-color-paragraph {
}
.hover-color-paragraph:locked {
}
.hover-color-paragraph-alt {
}
.hover-color-paragraph-alt:locked {
}
.hover-border-primary {
}
.hover-border-primary:locked {
}
.hover-border-secondary {
}
.hover-border-secondary:locked {
}
.hover-border-dark {
}
.hover-border-dark:locked {
}
.hover-border-light {
}
.hover-border-light:locked {
}
.hover-border {
}
.hover-border:locked {
}
.hover-border-alt {
}
.hover-border-alt:locked {
}
.footer {
  selector-locked: true;
}
.social-icon:hover {
  color: var(--primary-color);
}
.social-icon {
  color: var(--light-color);
  selector-locked: true;
}
.social-icons {
  selector-locked: true;
}
.w-20p {
  selector-locked: true;
}
.social-icon--icon:hover {
  color: var(--primary-color);
}
.social-icon--icon:hover {
}
.social-icon--icon {
  color: var(--white-color);
}
.social-icon--icon > svg {
  width: 28px;
  height: 28px;
}
.social-icon--icon {
  selector-locked: true;
}
.btn-cta:hover {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}
.btn-cta:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
}
.btn-cta {
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: #ffffff;
  padding: 20px 32px;
}
.btn-cta {
  button-hover_color: var(--white-color);
  text-transform: uppercase;
  border-radius: 100px;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  font-size: 1.8rem;
  font-weight: 700;
  selector-locked: true;
}
.cta-bg-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  selector-locked: true;
}
.splash-overlay {
  selector-locked: true;
}
.icon-box-01 {
  selector-locked: true;
}
.brd-icon-box-01:locked {
}
.brd-icon-box-01 {
  selector-locked: true;
}
.brd-anim-slide-left {
  aos-enable: true;
  selector-locked: true;
}
.brd-anim-slide-right {
  aos-enable: true;
  selector-locked: true;
}
.brd-anim-fade-right {
  aos-enable: true;
  overflow: hidden;
  selector-locked: true;
}
.brd-anim-fade-left {
  aos-enable: true;
  overflow: hidden;
  selector-locked: true;
}
.brd-anim-zoom-in:locked {
}
.brd-anim-zoom-in {
  aos-enable: true;
  selector-locked: true;
}
.btn {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  padding: 10px 16px;
}
.btn {
  selector-locked: true;
}
.tabs-3808-tab {
}
.tabs-3808-tab-active:locked {
}
.tabs-3808-tab-active {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  border-bottom-style: solid;
  border-bottom-width: 4px;
}
.tabs-contents-3808-tab {
}
.brd-tabs-tab-active {
  selector-locked: true;
}
.brd-tabs--contents {
  margin-top: 0px;
  selector-locked: true;
}
.brd-section:locked {
}
.brd-section {
  selector-locked: true;
}
.brd-reference-logos {
  text-align: justify;
  selector-locked: true;
}
.brd-reference-logos:not(.ct-section):not(.oxy-easy-posts),
.brd-reference-logos.oxy-easy-posts .oxy-posts,
.brd-reference-logos.ct-section .ct-section-inner-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}
.brd-reference-logo-wrapper {
  selector-locked: true;
}
.brd-reference-logo {
  selector-locked: true;
}
.brd-reference-logos--logo:hover {
  filter: grayscale(0%);
}
.brd-reference-logos--logo {
  max-height: 80px;
  max-width: 100%;
  filter: grayscale(100%);
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  selector-locked: false;
  width: auto;
}
.brd-reference-logos--logo-wrapper:locked {
}
.brd-reference-logos--logo-wrapper {
  height: 115px;
  selector-locked: true;
}
.brd-testimonial-box {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  selector-locked: true;
  hyphens: none;
}
.brd-testimonial-box--logo {
  max-height: 90px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  selector-locked: true;
}
.brd-testimonial-box--logo:not(.ct-section):not(.oxy-easy-posts),
.brd-testimonial-box--logo.oxy-easy-posts .oxy-posts,
.brd-testimonial-box--logo.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.brd-testimonial-box--text {
  font-style: italic;
  font-weight: 400;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  selector-locked: true;
}
.brd-testimonial-box--name {
  font-weight: 700;
  text-align: center;
  selector-locked: true;
}
.brd-bg--green {
  background-image: linear-gradient(90deg, #63bfb2, #62bbb7 100%);
  selector-locked: true;
}
.brd-section--bg-green {
  selector-locked: true;
}
.brd-icon-box-01--icon:locked {
}
.brd-icon-box-01--icon {
  color: var(--primary-color);
}
.brd-icon-box-01--icon > svg {
  width: 75px;
  height: 75px;
}
.brd-icon-box-01--icon {
  selector-locked: true;
}
.brd-icon-box-01--headline:locked {
}
.brd-icon-box-01--headline {
  selector-locked: true;
}
.brd-icon-box-01--text:locked {
}
.brd-icon-box-01--text {
  selector-locked: true;
}
.brd-icon--l:locked {
}
.brd-icon--l {
  color: #333333;
}
.brd-icon--l > svg {
  width: 100px;
  height: 100px;
}
.brd-icon--l {
  selector-locked: true;
}
.brd-btn-primary-l:locked {
}
.brd-btn-primary-l:hover {
  transform: translateY(-5px);
  background-color: var(--primary-hover-color);
  box-shadow: 0 8px 9px rgb(var(--primary-rgb-vals), 25%);
}
.brd-btn-primary-l {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  padding: 10px 16px;
}
.brd-btn-primary-l {
  background-color: var(--primary-color);
  transition-duration: 0.4s;
  transition-property: all;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: 50px;
  selector-locked: true;
  box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
}
.brd-btn-primary-l:not(.ct-section):not(.oxy-easy-posts),
.brd-btn-primary-l.oxy-easy-posts .oxy-posts,
.brd-btn-primary-l.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1275px) {
  .brd-btn-primary-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
  }
}

@media (max-width: 991px) {
  .brd-btn-primary-l {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }
}

@media (max-width: 767px) {
  .brd-btn-primary-l {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 6.4rem;
    padding-right: 6.4rem;
  }
}

@media (max-width: 479px) {
  .brd-btn-primary-l {
    padding-left: 5.4rem;
    padding-right: 5.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
}

.brd-btn-cta-primary:locked {
}
.brd-btn-cta-primary:hover {
  background-color: var(--primary-hover-color);
  border: 1px solid var(--primary-hover-color);
}
.brd-btn-cta-primary:hover {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--primary-hover-color);
  border-right-color: var(--primary-hover-color);
  border-bottom-color: var(--primary-hover-color);
  border-left-color: var(--primary-hover-color);
}
.brd-btn-cta-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
  padding: 20px 32px;
}
.brd-btn-cta-primary {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-color: var(--primvar(--primary-color) ary-color);
  border-right-color: var(--primvar(--primary-color) ary-color);
  border-bottom-color: var(--primvar(--primary-color) ary-color);
  border-left-color: var(--primvar(--primary-color) ary-color);
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  button-hover_color: var(--extra-color-1);
  selector-locked: true;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.brd-section--bg-blue:locked {
}
.brd-section--bg-blue {
  selector-locked: true;
}
.brd-logo-grid-image {
  max-height: 50px;
  max-width: 120px;
  selector-locked: true;
  width: auto;
}
@media (max-width: 767px) {
}

@media (max-width: 479px) {
  .brd-logo-grid-image {
    max-width: 60%;
  }
}

.brd-grayscale {
  filter: grayscale(100%);
  opacity: 0.7;
  selector-locked: true;
}
.brd-brighten-10 {
  filter: brightness(115%);
  selector-locked: true;
}
.brd-icon-box-02:locked {
}
.brd-icon-box-02 {
  background-color: var(--background-color);
  selector-locked: true;
}
.brd-icon-box-02--icon:locked {
}
.brd-icon-box-02--icon {
  color: #333333;
}
.brd-icon-box-02--icon > svg {
  width: 75px;
  height: 75px;
}
.brd-icon-box-02--icon {
  selector-locked: true;
}
.brd-icon-box-02--headline:locked {
}
.brd-icon-box-02--headline {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
  selector-locked: true;
}
.brd-icon-box-02--text:locked {
}
.brd-icon-box-02--text {
  font-size: 1.4rem;
  selector-locked: true;
}
.md-grid-cols-5 {
}
.brd-btn-cta-secondary:locked {
}
.brd-btn-cta-secondary:hover {
  background-color: #252c3a;
  border: 1px solid #252c3a;
}
.brd-btn-cta-secondary:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.brd-btn-cta-secondary {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #ffffff;
  padding: 20px 32px;
}
.brd-btn-cta-secondary {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  button-hover_color: #252c3a;
  selector-locked: true;
}
.brd-btn-cta-tertiary:locked {
}
.brd-btn-cta-tertiary:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  background-color: var(--white-color);
  color: var(--secondary-color) !important;
}
.brd-btn-cta-tertiary {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--white-color);
  padding: 20px 32px;
}
.brd-btn-cta-tertiary {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  button-hover_color: var(--white-color);
  border-top-color: var(--white-color);
  border-right-color: var(--white-color);
  border-bottom-color: var(--white-color);
  border-left-color: var(--white-color);
  selector-locked: true;
}
.brd-btn-cta-primary-alt1:locked {
}
.brd-btn-cta-primary-alt1:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}
.brd-btn-cta-primary-alt1:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}
.brd-btn-cta-primary-alt1 {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--primary-color);
  padding: 20px 32px;
}
.brd-btn-cta-primary-alt1 {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  button-hover_color: var(--primary-color);
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  border-left-color: var(--primary-color);
  selector-locked: true;
}
@media (max-width: 479px) {
}

.brd-btn-cta-secondary-alt:locked {
}
.brd-btn-cta-secondary-alt:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
}
.brd-btn-cta-secondary-alt:hover {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
}
.brd-btn-cta-secondary-alt {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--secondary-color);
  padding: 20px 32px;
}
.brd-btn-cta-secondary-alt {
  text-transform: uppercase;
  border-radius: 6px;
  border-top-color: var(--secondary-color);
  border-right-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
  border-left-color: var(--secondary-color);
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-size: 1.8rem;
  font-weight: 700;
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 3px;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  selector-locked: true;
}
.brd-icon-box-03:locked {
}
.brd-icon-box-03 {
  selector-locked: true;
}
.brd-icon-box-03:not(.ct-section):not(.oxy-easy-posts),
.brd-icon-box-03.oxy-easy-posts .oxy-posts,
.brd-icon-box-03.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 479px) {
  .brd-icon-box-03 {
  }
  .brd-icon-box-03:not(.ct-section):not(.oxy-easy-posts),
  .brd-icon-box-03.oxy-easy-posts .oxy-posts,
  .brd-icon-box-03.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
}

.brd-icon-box-03--icon:locked {
}
.brd-icon-box-03--icon {
  color: var(--primary-color);
}
.brd-icon-box-03--icon > svg {
  width: 75px;
  height: 75px;
}
.brd-icon-box-03--icon {
  selector-locked: true;
}
.brd-icon-box-03--heading {
  selector-locked: true;
}
.brd-icon-box-03--text {
  text-align: left;
  selector-locked: true;
}
.brd-image-flip {
  selector-locked: true;
}
.brd-section--bg-image {
  selector-locked: true;
}
.brd-bg-image:locked {
}
.brd-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  selector-locked: true;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
}

.brd-list-style-rocket:locked {
}
.brd-list-style-rocket {
  selector-locked: true;
}
.breakout-70 {
  width: 70vw;
  max-width: 70vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: calc(-35vw + 50%);
  margin-right: calc(-35vw + 50%);
}
.breakout-80 {
  width: 80vw;
  max-width: 80vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: calc(-40vw + 50%);
  margin-right: calc(-40vw + 50%);
}
.breakout-90 {
  width: 90vw;
  max-width: 90vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: calc(-45vw + 50%);
  margin-right: calc(-45vw + 50%);
}
.breakout-100 {
  width: 100vw;
  max-width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.bg-primary-hover {
  background-color: var(--primary-hover-color);
}
.bg-primary-hover:locked {
}
.bg-secondary-hover {
  background-color: var(--secondary-hover-color);
}
.bg-secondary-hover:locked {
}
.bg-primary-alt {
  background-color: var(--primary-alt-color);
}
.bg-primary-alt:locked {
}
.bg-secondary-alt {
  background-color: var(--secondary-alt-color);
}
.bg-secondary-alt:locked {
}
.bg-primary-alt-hover {
  background-color: var(--primary-alt-hover-color);
}
.bg-primary-alt-hover:locked {
}
.bg-secondary-alt-hover {
  background-color: var(--secondary-alt-hover-color);
}
.bg-secondary-alt-hover:locked {
}
.auto-grid-2 {
}
.auto-grid-2:locked {
}
.auto-grid-3 {
}
.auto-grid-3:locked {
}
.auto-grid-4 {
}
.auto-grid-4:locked {
}
.ml-0 {
  margin-left: 0px;
}
.ml-0:locked {
}
.mt-0 {
  margin-top: 0px;
}
.mt-0:locked {
}
.ml-1 {
  margin-left: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.mt-1 {
  margin-top: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.ml-2 {
  margin-left: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.mt-2 {
  margin-top: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.ml-3 {
  margin-left: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.mt-3 {
  margin-top: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.ml-4 {
  margin-left: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.mt-4 {
  margin-top: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.ml-5 {
  margin-left: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
}
.mt-5 {
  margin-top: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.75))), 2rem);
}
.ml-6 {
  margin-left: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.mt-6 {
  margin-top: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.ml-8 {
  margin-left: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.mt-8 {
  margin-top: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.ml-12 {
  margin-left: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.mt-12:locked {
}
.mt-12 {
  margin-top: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.ml-16 {
  margin-left: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.mt-16 {
  margin-top: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.ml-20 {
  margin-left: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.mt-20 {
  margin-top: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}
.ml-24 {
  margin-left: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.mt-24 {
  margin-top: min(
    max(6.72rem, calc(6.72rem + ((1vw - 0.32rem) * 3.6))),
    9.6rem
  );
}
.section-pt-0 {
}
.section-pt-sm {
}
.section-pb-0 {
}
.section-pb-sm {
}
.section-py-0 {
}
.section-py-sm {
}
.flex-row {
}
.flex-row:not(.ct-section):not(.oxy-easy-posts),
.flex-row.oxy-easy-posts .oxy-posts,
.flex-row.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}
.flex-col {
}
.flex-col:not(.ct-section):not(.oxy-easy-posts),
.flex-col.oxy-easy-posts .oxy-posts,
.flex-col.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
}
.flex-col:locked {
}
.flex-wrap {
}
.flex-wrap:not(.ct-section):not(.oxy-easy-posts),
.flex-wrap.oxy-easy-posts .oxy-posts,
.flex-wrap.ct-section .ct-section-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-wrap:locked {
}
.justify-start {
}
.justify-start:not(.ct-section):not(.oxy-easy-posts),
.justify-start.oxy-easy-posts .oxy-posts,
.justify-start.ct-section .ct-section-inner-wrap {
  display: flex;
  justify-content: flex-start;
}
.justify-start:locked {
}
.justify-end {
}
.justify-end:not(.ct-section):not(.oxy-easy-posts),
.justify-end.oxy-easy-posts .oxy-posts,
.justify-end.ct-section .ct-section-inner-wrap {
  display: flex;
  justify-content: flex-end;
}
.justify-end:locked {
}
.justify-center {
}
.justify-center:not(.ct-section):not(.oxy-easy-posts),
.justify-center.oxy-easy-posts .oxy-posts,
.justify-center.ct-section .ct-section-inner-wrap {
  display: flex;
  justify-content: center;
}
.justify-center:locked {
}
.justify-between {
}
.justify-between:not(.ct-section):not(.oxy-easy-posts),
.justify-between.oxy-easy-posts .oxy-posts,
.justify-between.ct-section .ct-section-inner-wrap {
  display: flex;
  justify-content: space-between;
}
.justify-between:locked {
}
.items-start {
}
.items-start:not(.ct-section):not(.oxy-easy-posts),
.items-start.oxy-easy-posts .oxy-posts,
.items-start.ct-section .ct-section-inner-wrap {
  display: flex;
  align-items: flex-start;
}
.items-start:locked {
}
.items-end {
}
.items-end:not(.ct-section):not(.oxy-easy-posts),
.items-end.oxy-easy-posts .oxy-posts,
.items-end.ct-section .ct-section-inner-wrap {
  display: flex;
  align-items: flex-end;
}
.items-end:locked {
}
.items-baseline {
  align-items: baseline;
}
.items-baseline:locked {
}
.self-start {
  align-self: flex-start;
}
.self-start:locked {
}
.self-end {
  align-self: flex-end;
}
.self-end:locked {
}
.self-center {
  align-self: center;
}
.self-center:locked {
}
.self-stretch {
  align-self: stretch;
}
.self-stretch:locked {
}
.color-primary-alt {
  color: var(--primary-alt-color);
}
.color-primary-alt:locked {
}
.color-secondary-alt {
  color: var(--secondary-alt-color);
}
.color-secondary-alt:locked {
}
.max-w-0 {
  max-width: 0rem;
}
.max-w-0:locked {
}
.max-w-xs {
  max-width: 31.9rem;
}
.max-w-xs:locked {
}
.max-w-sm {
  max-width: 47.9rem;
}
.max-w-sm:locked {
}
.max-w-md {
  max-width: 76.7rem;
}
.max-w-md:locked {
}
.max-w-lg {
  max-width: 99.1rem;
}
.max-w-lg:locked {
}
.max-w-xl {
  max-width: 111.9rem;
}
.max-w-xl:locked {
}
.max-w-full {
  max-width: 100%;
}
.max-w-full:locked {
}
.max-w-prose {
  max-width: 65chnone;
}
.max-w-prose:locked {
}
.blur-sm {
  filter: blur(4px);
}
.blur-sm:locked {
}
.blur {
  filter: blur(8px);
}
.blur:locked {
}
.blur-md {
  filter: blur(12px);
}
.blur-md:locked {
}
.blur-lg {
  filter: blur(16px);
}
.blur-lg:locked {
}
.blur-xl {
  filter: blur(24px);
}
.blur-xl:locked {
}
.xl-breakout:locked {
}
@media (max-width: 1275px) {
  .xl-breakout {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.lg-breakout:locked {
}
@media (max-width: 991px) {
  .lg-breakout {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.lg-horizontal-reverse {
}
.lg-horizontal-reverse:locked {
}
@media (max-width: 991px) {
  .lg-horizontal-reverse {
  }
}

.lg-vertical-reverse {
}
.lg-vertical-reverse:locked {
}
@media (max-width: 991px) {
  .lg-vertical-reverse {
  }
}

.md-breakout:locked {
}
@media (max-width: 767px) {
  .md-breakout {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.md-horizontal-reverse {
}
.md-horizontal-reverse:locked {
}
@media (max-width: 767px) {
  .md-horizontal-reverse {
  }
}

.md-vertical-reverse {
}
.md-vertical-reverse:locked {
}
@media (max-width: 767px) {
  .md-vertical-reverse {
  }
}

.sm-breakout:locked {
}
@media (max-width: 479px) {
  .sm-breakout {
    width: 100vw;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.sm-horizontal-reverse {
}
.sm-horizontal-reverse:locked {
}
@media (max-width: 479px) {
  .sm-horizontal-reverse {
  }
}

.sm-vertical-reverse {
}
.sm-vertical-reverse:locked {
}
@media (max-width: 479px) {
  .sm-vertical-reverse {
  }
}

.brd-hvr-grow:locked {
}
.brd-hvr-grow:hover {
  transform: scale(1.1, 1.1);
}
.brd-hvr-grow {
  transition-timing-function: ease;
  transition-property: all;
  transition-duration: 0.2s;
  selector-locked: true;
}
.brd-btn-cta-primary--wrapper:locked {
}
.brd-btn-cta-primary--wrapper {
  selector-locked: true;
}
.sup {
  margin-top: -10%;
  selector-locked: true;
}
.teammember--image:hover {
  filter: grayscale(0%);
}
.teammember--image {
  filter: grayscale(100%);
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-property: all;
  selector-locked: true;
}
.teammember--name {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  selector-locked: true;
}
.teammember--position {
  text-transform: uppercase;
  selector-locked: true;
}
.teammember--slogan {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 1.2rem;
  selector-locked: true;
}
.brd-icon-l--solid:locked {
}
.brd-icon-l--solid {
  background-color: #62c2af;
  border: 1px solid #62c2af;
  padding: 25px;
  color: var(--white-color);
}
.brd-icon-l--solid > svg {
  width: 48px;
  height: 48px;
}
.brd-icon-l--solid {
  icon-padding: 25px;
  selector-locked: true;
}
.hyphens-auto:locked {
}
.hyphens-auto {
  selector-locked: true;
  hyphens: auto;
}
.view-more {
  selector-locked: true;
}
.load-more-row {
  selector-locked: true;
}
.post-content {
  selector-locked: true;
}
.ct-inner-content {
  selector-locked: true;
}
.toggle-3355 {
}
.toggle-3355-expanded {
}
.toggle-0090 {
}
.toggle-0090-expanded {
}
.oxy-stock-content-styles {
  selector-locked: true;
}
.view-more-press {
  selector-locked: true;
}
.brd-partner-item {
  selector-locked: true;
}
.brd-partner-item--logo {
  selector-locked: true;
}
.brd-partner-item--title {
  selector-locked: true;
  hyphens: auto;
  -webkit-hypgens: auto;
}
.brd-partner-item--text {
  selector-locked: true;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.brd-partner-item--link {
  selector-locked: true;
}
.brd-partner-item--content-wrapper {
  background-color: var(--extra-color-2);
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  selector-locked: true;
}
.brd-partner-item--logo-link {
  selector-locked: true;
}
.contact-grid-item {
  selector-locked: true;
}
.contact-grid-item--bg:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.contact-grid-item--bg {
  text-align: center;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  selector-locked: true;
  cursor: pointer;
}
.contact-grid-item--bg:not(.ct-section):not(.oxy-easy-posts),
.contact-grid-item--bg.oxy-easy-posts .oxy-posts,
.contact-grid-item--bg.ct-section .ct-section-inner-wrap {
  align-items: center;
  justify-content: center;
}
.content:locked {
}
.content {
  selector-locked: true;
}
.section-p0 {
  selector-locked: true;
}
.brd-lightgbox-content {
  selector-locked: true;
}
.brd-lightbox-content:locked {
}
.brd-lightbox-content {
  background-color: var(--white-color);
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  selector-locked: true;
}
.strike {
  text-decoration: line-through;
  selector-locked: true;
}
.brd-teammember-quote {
  selector-locked: true;
}
.brd-teammember-quote--img {
  selector-locked: true;
}
.brd-teammember-quote-list {
  selector-locked: true;
}
.brd-testimonial-box--logo-img {
  max-height: 85px;
  max-width: 245px;
  selector-locked: true;
  width: auto;
}
.quote {
  selector-locked: true;
}
.brd-quote {
  selector-locked: true;
}
.brd-splash-hero {
  height: 100vh;
  min-height: 700px;
  selector-locked: true;
}
@media (max-width: 991px) {
  .brd-splash-hero {
    height: auto;
  }
}

.brd-splash-hero--content {
  max-width: 1200px;
  selector-locked: true;
}
.brd-splash-hero--overlay {
  selector-locked: false;
}
.brd-splash-hero--headline {
  selector-locked: true;
}
@media (max-width: 479px) {
}

.brd-splash-hero--subheadline {
  selector-locked: true;
}
.logo-reel {
  selector-locked: true;
}
.brd-framed-text {
  selector-locked: true;
}
.brd-framed-text--wrapper {
  selector-locked: true;
}
.animate__fadeInLeft {
}
.animate__animated {
}
.brd-tabs:locked {
}
.brd-tabs {
  selector-locked: true;
}
@media (max-width: 479px) {
  .brd-tabs {
    width: 100%;
  }
  .brd-tabs:not(.ct-section):not(.oxy-easy-posts),
  .brd-tabs.oxy-easy-posts .oxy-posts,
  .brd-tabs.ct-section .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.brd-tabs__tab:locked {
}
.brd-tabs__tab {
  selector-locked: true;
}
@media (max-width: 479px) {
  .brd-tabs__tab {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .brd-tabs__tab:not(.ct-section):not(.oxy-easy-posts),
  .brd-tabs__tab.oxy-easy-posts .oxy-posts,
  .brd-tabs__tab.ct-section .ct-section-inner-wrap {
    display: block;
  }
}

.btn-hidden {
}
.lightbox {
}
.mwe-glightbox {
  selector-locked: true;
}
.brd-testimonial--text {
  font-style: italic;
  text-align: center;
  selector-locked: true;
}
.ct-section-inner-wrap {
  selector-locked: true;
}
.oxy-dynamic-section-list {
}
.brd-dynamic-section-list {
  selector-locked: true;
}
.brd-references-section-list {
  selector-locked: true;
}
.menu-main {
  selector-locked: true;
}
.menu-main .oxy-pro-menu-list .menu-item,
.menu-main .oxy-pro-menu-list .menu-item a {
  font-size: 1.4rem;
}

.menu-main
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .sub-menu
  .menu-item,
.menu-main
  .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(
    .oxy-pro-menu-off-canvas-container
  )
  .sub-menu
  .menu-item
  a {
  font-size: 1.4rem;
}

.menu-main .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item,
.menu-main .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
.menu-main .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item,
.menu-main .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  font-size: 1.8rem;
}

.brd-splash-hero--columns {
  color: var(--white-color);
  background-color: var(--secondary-color);
  selector-locked: false;
  position: relative;
}
@media (max-width: 991px) {
  .brd-splash-hero--columns {
    max-height: auto;
    min-height: auto;
    height: auto;
  }
  .brd-splash-hero--columns:not(.ct-section):not(.oxy-easy-posts),
  .brd-splash-hero--columns.oxy-easy-posts .oxy-posts,
  .brd-splash-hero--columns.ct-section .ct-section-inner-wrap {
    display: block;
  }
}

.brd-splash-hero--columns__col1 {
  padding-top: 192px;
  padding-left: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
  padding-right: 0px;
  padding-bottom: 80px;
  selector-locked: false;
  width: 50%;
}
@media (max-width: 991px) {
  .brd-splash-hero--columns__col1 {
    padding-right: min(max(2rem, calc(2rem + ((1vw - 0.32rem) * 5))), 4rem);
    padding-top: 132px;
    width: 100%;
  }
}

.brd-splash-hero--columns__col2 {
  position: relative;
}
.brd-splash-hero--columns__image {
  selector-locked: false;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  margin-left: auto;
  object-fit: cover;
  object-position: 0 100%;
  justify-content: end;
}
@media (max-width: 991px) {
  .brd-splash-hero--columns__image {
    order: -1;
    position: relative;
    width: 100%;
    height: auto;
  }
}

.brd-splash-hero--columns__headline {
  text-transform: uppercase;
  selector-locked: true;
}
.brd-splash-hero--columns__subheadline {
  selector-locked: false;
  margin-top: 20px;
}
.brd-splash-hero--columns__text {
  font-size: 20px;
  selector-locked: true;
  margin-top: 20px;
}
.brd-splash-hero-buttons {
}
.brd-splash-hero--columns__buttons {
  selector-locked: true;
}
.brd-splash-hero--columns__background-color {
  selector-locked: false;
  position: absolute;
  width: 100%;
  height: 100%;
}
.request {
}
.tabs-5370-tab {
}
.tabs-5370-tab-active {
}
.tabs-contents-5370-tab {
}
.tourvirtuale {
}
body,
html {
  background-color: var(--extra-color-2) !important;
}
.widget_nav_menu .widgettitle {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}
.brd-dynamic-section-list > * + *,
body > .ct-inner-content > * + *,
#inner_content-29-93 > * + * {
  margin-top: 32px;
}
body > .ct-inner-content {
  padding: calc(10 * 8px) 0;
}
.brd-section > .ct-section-inner-wrap {
  background-color: var(--white-color);
}
.brd-section--bg-image > .ct-section-inner-wrap {
  position: relative;
}
.brd-section--bg-image > .ct-section-inner-wrap :not(.brd-bg-image) {
  z-index: 2 !important;
}
.brd-section--bg-image > .ct-section-inner-wrap .brd-bg-image {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1 !important;
}
.brd-bg-image > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.oxy-rich-text.color-white > * {
  color: var(--color-white) !important;
}
.brd-splash-hero--overlay > div,
.brd-splash-hero--columns__background-color > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.brd-splash-hero--headline,
.brd-splash-hero--subheadline {
  text-shadow: -2px 2px 4px #0000004d;
}
@media only screen and (max-width: 768px) {
  .brd-splash-hero--headline,
  .brd-splash-hero--subheadline {
    hyphens: auto !important;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto !important;
  }
}
sup,
.sup {
  vertical-align: super;
  font-size: 50%;
}
.del {
  text-decoration: line-through;
}
.del::before,
.del::after,
del::before,
del::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.del::before,
del::before {
  content: ' [deletion start] ';
}
.del::after,
del::after {
  content: ' [deletion end] ';
}
.brd-partner-item--content-wrapper > * + * {
  margin-top: 16px;
}
.brd-teammember-quote-list
  .brd-teammember-quote:nth-child(2n + 1)
  > div:first-child {
  padding: 0 32px 0 0;
}
.brd-teammember-quote-list
  .brd-teammember-quote:nth-child(2n + 0)
  > div:first-child {
  order: 2;
  padding: 0 0 0 32px;
}
.brd-teammember-quote {
  display: flex;
  flex-direction: row;
}
.brd-teammember-quote--img {
  width: 100px !important;
  height: auto;
  max-width: unset;
}
.brd-testimonial-box--text p {
  margin-top: 0;
  margin-bottom: 0;
}
.brd-testimonial-box > * + * {
  margin-top: 32px;
}

.logo-reel {
  background-color: var(--white-color);
  --move-time: 60s;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 24px 0;
}
.logo-reel--canvas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  overflow: visible;
  max-width: 1275px;
  margin: 0 auto;
}
.logo-reel--item {
  display: flex;
  transform: translateX(-50%);
  animation: logoticker var(--move-time) linear infinite;
}
.logo-reel--item > img {
  flex-shrink: 0;
  box-sizing: border-box;
  height: fit-content;
  width: auto;
  max-width: 200px;
  max-height: 50px;
  margin: 0 64px;
  filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .logo-reel--item > img {
    max-width: 100px;
    max-height: 32px;
    margin: 0 32px;
  }
}
@keyframes logoticker {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-150%);
  }
}
[id*='-pro-menu'] .oxy-pro-menu-list .menu-item.current-menu-ancestor > a {
  color: var(--primary-color) !important;
}
#ct-builder [data-aos] {
  opacity: 1;
  transform: translate(0) scale(1);
}
#-pro-menu-8-70
  .oxy-pro-menu-list
  .menu-item.current-menu-item.current-menu-item
  .sub-menu
  a {
  color: var(--white-color) !important;
}
.oxy-lightbox .fancybox-inner {
  position: absolute;
}
.brd-testimonial--text > span {
  quotes: '“' '”' '‘' '’';
}
.brd-testimonial--text > span::before {
  content: open-quote;
}
.brd-testimonial--text > span::after {
  content: close-quote;
}
.brd-references-section-list > section:nth-child(even) .grid > div:first-child {
  order: 2;
}
.snp-pop-undefined-wrap,
.snp-pop-undefined-overlay {
  display: none !important;
} /* Don't add any custom css to this file. This file may change in future as we extend the framework */
/* The framework will overwrite any CSS you write here when we make an update. */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.btn-l .ct-fancy-icon svg {
  height: 18px;
  width: 18px;
}

.btn-m .ct-fancy-icon svg {
  height: 16px;
  width: 16px;
}

.btn-s .ct-fancy-icon svg {
  height: 14px;
  width: 14px;
}

.grid {
  display: grid;
}
.gap-2 {
  gap: 0.8rem;
}
.gap-4 {
  gap: 1.6rem;
}
.gap-6 {
  gap: 2.4rem;
}
.gap-8 {
  gap: 3.2rem;
}
.gap-12 {
  gap: 4.8rem;
}
.gap-16 {
  gap: 6.4rem;
}
.gap-20 {
  gap: 8rem;
}
.gap-24 {
  gap: 9.6rem;
}
.gap-px {
  gap: 1px;
}
.row-gap-2 {
  row-gap: 0.8rem;
}
.row-gap-4 {
  row-gap: 1.6rem;
}
.row-gap-6 {
  row-gap: 2.4rem;
}
.row-gap-8 {
  row-gap: 3.2rem;
}
.row-gap-12 {
  row-gap: 4.8rem;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.col-auto {
  grid-column: auto;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-auto {
  grid-column-start: auto;
}
.col-end-1 {
  grid-column-end: 1;
}
.col-end-2 {
  grid-column-end: 2;
}
.col-end-3 {
  grid-column-end: 3;
}
.col-end-4 {
  grid-column-end: 4;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-6 {
  grid-column-end: 6;
}
.col-end-7 {
  grid-column-end: 7;
}
.col-end-auto {
  grid-column-end: auto;
}
.row-auto {
  grid-row: auto;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.row-start-auto {
  grid-row-start: auto;
}
.row-end-1 {
  grid-row-end: 1;
}
.row-end-2 {
  grid-row-end: 2;
}
.row-end-3 {
  grid-row-end: 3;
}
.row-end-4 {
  grid-row-end: 4;
}
.row-end-auto {
  grid-row-end: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-none {
  grid-template-columns: none;
}

.grid-60-40 {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
.grid-40-60 {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.grid-33-66 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.grid-66-33 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.grid-75-25 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.grid-25-75 {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

/* grid power utilities */
/* 2-cols */
.auto-grid-2 {
  display: grid;
  --auto-grid-min-size: calc(56rem - var(--gutter-size));
  --gutter-size: 16px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(35.2rem, min(45.6rem, var(--auto-grid-min-size))), 1fr)
  );
}

/* 3-cols */
.auto-grid-3 {
  display: grid;
  --auto-grid-min-size: calc(37.3rem - var(--gutter-size));
  --gutter-size: 21.4px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(28.8rem, min(29.4rem, var(--auto-grid-min-size))), 1fr)
  );
}

/* 4-cols */
.auto-grid-4 {
  display: grid;
  --auto-grid-min-size: calc(28rem - var(--gutter-size));
  --gutter-size: 24px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(20.8rem, min(21.2rem, var(--auto-grid-min-size))), 1fr)
  );
}

/* if we want to override the magic grid gap size */
.auto-grid-2.gap-0,
.auto-grid-3.gap-0,
.auto-grid-4.gap-0 {
  grid-gap: 0px;
  --gutter-size: 0px;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-none {
  grid-template-rows: none;
}

.ct-section.space-y-0 .ct-section-inner-wrap > * + *,
.space-y-0:not(.ct-section) > * + * {
  margin-top: 0;
}
.ct-section.space-y-1 .ct-section-inner-wrap > * + *,
.space-y-1:not(.ct-section) > * + * {
  margin-top: min(
    max(0.28rem, calc(0.28rem + ((1vw - 0.32rem) * 0.15))),
    0.4rem
  );
}
.ct-section.space-y-2 .ct-section-inner-wrap > * + *,
.space-y-2:not(.ct-section) > * + * {
  margin-top: min(
    max(0.56rem, calc(0.56rem + ((1vw - 0.32rem) * 0.3))),
    0.8rem
  );
}
.ct-section.space-y-3 .ct-section-inner-wrap > * + *,
.space-y-3:not(.ct-section) > * + * {
  margin-top: min(
    max(0.84rem, calc(0.84rem + ((1vw - 0.32rem) * 0.45))),
    1.2rem
  );
}
.ct-section.space-y-4 .ct-section-inner-wrap > * + *,
.space-y-4:not(.ct-section) > * + * {
  margin-top: min(
    max(1.12rem, calc(1.12rem + ((1vw - 0.32rem) * 0.6))),
    1.6rem
  );
}
.ct-section.space-y-6 .ct-section-inner-wrap > * + *,
.space-y-6:not(.ct-section) > * + * {
  margin-top: min(
    max(1.68rem, calc(1.68rem + ((1vw - 0.32rem) * 0.9))),
    2.4rem
  );
}
.ct-section.space-y-8 .ct-section-inner-wrap > * + *,
.space-y-8:not(.ct-section) > * + * {
  margin-top: min(
    max(2.24rem, calc(2.24rem + ((1vw - 0.32rem) * 1.2))),
    3.2rem
  );
}
.ct-section.space-y-10 .ct-section-inner-wrap > * + *,
.space-y-10:not(.ct-section) > * + * {
  margin-top: min(max(2.8rem, calc(2.8rem + ((1vw - 0.32rem) * 1.5))), 4rem);
}
.ct-section.space-y-12 .ct-section-inner-wrap > * + *,
.space-y-12:not(.ct-section) > * + * {
  margin-top: min(
    max(3.36rem, calc(3.36rem + ((1vw - 0.32rem) * 1.8))),
    4.8rem
  );
}
.ct-section.space-y-14 .ct-section-inner-wrap > * + *,
.space-y-14:not(.ct-section) > * + * {
  margin-top: min(
    max(3.92rem, calc(3.92rem + ((1vw - 0.32rem) * 2.1))),
    5.6rem
  );
}
.ct-section.space-y-16 .ct-section-inner-wrap > * + *,
.space-y-16:not(.ct-section) > * + * {
  margin-top: min(
    max(4.48rem, calc(4.48rem + ((1vw - 0.32rem) * 2.4))),
    6.4rem
  );
}
.ct-section.space-y-20 .ct-section-inner-wrap > * + *,
.space-y-20:not(.ct-section) > * + * {
  margin-top: min(max(5.6rem, calc(5.6rem + ((1vw - 0.32rem) * 3))), 8rem);
}

.ct-video > .oxygen-vsb-responsive-video-wrapper > iframe {
  border-radius: 6px;
}

.section-pt-0 > .ct-section-inner-wrap {
  padding-top: 0px;
}
.section-pt-sm > .ct-section-inner-wrap {
  padding-top: min(max(4rem, calc(4rem + ((1vw - 0.32rem) * 2.5))), 6rem);
}
.section-pb-0 > .ct-section-inner-wrap {
  padding-bottom: 0px;
}
.section-pb-sm > .ct-section-inner-wrap {
  padding-bottom: min(max(4rem, calc(4rem + ((1vw - 0.32rem) * 2.5))), 6rem);
}
.section-py-0 > .ct-section-inner-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-py-sm > .ct-section-inner-wrap {
  padding-top: min(max(4rem, calc(4rem + ((1vw - 0.32rem) * 2.5))), 6rem);
  padding-bottom: min(max(4rem, calc(4rem + ((1vw - 0.32rem) * 2.5))), 6rem);
}

@media screen and (max-width: 1167px) {
  .breakout-70,
  .breakout-80,
  .breakout-90,
  .breakout-100 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .xl-col-auto {
    grid-column: auto;
  }
  .xl-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl-col-start-1 {
    grid-column-start: 1;
  }
  .xl-col-start-2 {
    grid-column-start: 2;
  }
  .xl-col-start-3 {
    grid-column-start: 3;
  }
  .xl-col-start-4 {
    grid-column-start: 4;
  }
  .xl-col-start-5 {
    grid-column-start: 5;
  }
  .xl-col-start-6 {
    grid-column-start: 6;
  }
  .xl-col-start-auto {
    grid-column-start: auto;
  }
  .xl-col-end-1 {
    grid-column-end: 1;
  }
  .xl-col-end-2 {
    grid-column-end: 2;
  }
  .xl-col-end-3 {
    grid-column-end: 3;
  }
  .xl-col-end-4 {
    grid-column-end: 4;
  }
  .xl-col-end-5 {
    grid-column-end: 5;
  }
  .xl-col-end-6 {
    grid-column-end: 6;
  }
  .xl-col-end-auto {
    grid-column-end: auto;
  }
  .xl-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl-grid-cols-none {
    grid-template-columns: none;
  }
  .xl-gap-2 {
    gap: 0.8rem;
  }
  .xl-gap-4 {
    gap: 1.6rem;
  }
  .xl-gap-6 {
    gap: 2.4rem;
  }
  .xl-gap-8 {
    gap: 3.2rem;
  }
  .xl-gap-12 {
    gap: 4.8rem;
  }
  .xl-row-gap-2 {
    gap: 0.8rem;
  }
  .xl-row-gap-4 {
    gap: 1.6rem;
  }
  .xl-row-gap-6 {
    gap: 2.4rem;
  }
  .xl-row-gap-8 {
    gap: 3.2rem;
  }
  .xl-flex {
    display: flex !important;
  }
  .xl-h-full {
    height: 100%;
  }
  .xl-h-screen {
    height: 100vh;
  }
  .xl-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl-centered {
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  .xl-horizontal {
    display: flex !important;
    flex-direction: row !important;
  }
  .xl-horizontal-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .xl-vertical {
    display: flex !important;
    flex-direction: column !important;
  }
  .xl-hidden {
    display: none !important;
  }
  .xl-w-1by2 {
    width: 50%;
  }
  .xl-w-1by3 {
    width: 33.333333%;
  }
  .xl-w-2by3 {
    width: 66.666667%;
  }
  .xl-w-1by4 {
    width: 25%;
  }
  .xl-w-2by4 {
    width: 50%;
  }
  .xl-w-3by4 {
    width: 75%;
  }
  .xl-w-full {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .lg-col-auto {
    grid-column: auto;
  }
  .lg-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg-col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg-col-start-1 {
    grid-column-start: 1;
  }
  .lg-col-start-2 {
    grid-column-start: 2;
  }
  .lg-col-start-3 {
    grid-column-start: 3;
  }
  .lg-col-start-4 {
    grid-column-start: 4;
  }
  .lg-col-start-5 {
    grid-column-start: 5;
  }
  .lg-col-start-auto {
    grid-column-start: auto;
  }
  .lg-col-end-1 {
    grid-column-end: 1;
  }
  .lg-col-end-2 {
    grid-column-end: 2;
  }
  .lg-col-end-3 {
    grid-column-end: 3;
  }
  .lg-col-end-4 {
    grid-column-end: 4;
  }
  .lg-col-end-5 {
    grid-column-end: 5;
  }
  .lg-col-end-auto {
    grid-column-end: auto;
  }
  .lg-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg-grid-cols-none {
    grid-template-columns: none;
  }
  .lg-gap-2 {
    gap: 0.8rem;
  }
  .lg-gap-4 {
    gap: 1.6rem;
  }
  .lg-gap-6 {
    gap: 2.4rem;
  }
  .lg-gap-8 {
    gap: 3.2rem;
  }
  .lg-gap-12 {
    gap: 4.8rem;
  }
  .lg-row-gap-2 {
    gap: 0.8rem;
  }
  .lg-row-gap-4 {
    gap: 1.6rem;
  }
  .lg-row-gap-6 {
    gap: 2.4rem;
  }
  .lg-row-gap-8 {
    gap: 3.2rem;
  }
  .lg-row-start-1 {
    grid-row-start: 1;
  }
  .lg-flex {
    display: flex !important;
  }
  .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;
  }
  .lg-order-first {
    order: -9999;
  }
  .lg-order-last {
    order: 9999;
  }
  .lg-order-none {
    order: 0;
  }
  .lg-h-full {
    height: 100%;
  }
  .lg-h-screen {
    height: 100vh;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg-centered {
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  .lg-horizontal {
    display: flex !important;
    flex-direction: row !important;
  }
  .lg-horizontal-reverse {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .lg-horizontal-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .lg-vertical {
    display: flex !important;
    flex-direction: column !important;
  }
  .lg-vertical-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .lg-hidden {
    display: none !important;
  }
  .lg-w-1by2 {
    width: 50%;
  }
  .lg-w-1by3 {
    width: 33.333333%;
  }
  .lg-w-2by3 {
    width: 66.666667%;
  }
  .lg-w-1by4 {
    width: 25%;
  }
  .lg-w-2by4 {
    width: 50%;
  }
  .lg-w-3by4 {
    width: 75%;
  }
  .lg-w-full {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .md-col-auto {
    grid-column: auto;
  }
  .md-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md-col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md-col-start-1 {
    grid-column-start: 1;
  }
  .md-col-start-2 {
    grid-column-start: 2;
  }
  .md-col-start-3 {
    grid-column-start: 3;
  }
  .md-col-start-4 {
    grid-column-start: 4;
  }
  .md-col-start-auto {
    grid-column-start: auto;
  }
  .md-col-end-1 {
    grid-column-end: 1;
  }
  .md-col-end-2 {
    grid-column-end: 2;
  }
  .md-col-end-3 {
    grid-column-end: 3;
  }
  .md-col-end-4 {
    grid-column-end: 4;
  }
  .md-col-end-auto {
    grid-column-end: auto;
  }
  .md-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md-grid-cols-none {
    grid-template-columns: none;
  }
  .md-gap-2 {
    gap: 0.8rem;
  }
  .md-gap-4 {
    gap: 1.6rem;
  }
  .md-gap-6 {
    gap: 2.4rem;
  }
  .md-gap-8 {
    gap: 3.2rem;
  }
  .md-row-gap-2 {
    gap: 0.8rem;
  }
  .md-row-gap-4 {
    gap: 1.6rem;
  }
  .md-row-gap-6 {
    gap: 2.4rem;
  }
  .md-rounded-sm {
    border-radius: 0.2rem;
  }
  .md-rounded {
    border-radius: 0.4rem;
  }
  .md-rounded-md {
    border-radius: 0.6rem;
  }
  .md-rounded-lg {
    border-radius: 0.8rem;
  }
  .md-row-start-1 {
    grid-row-start: 1;
  }
  .md-flex {
    display: flex !important;
  }
  .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;
  }
  .md-order-first {
    order: -9999;
  }
  .md-order-last {
    order: 9999;
  }
  .md-order-none {
    order: 0;
  }
  .md-h-full {
    height: 100%;
  }
  .md-h-screen {
    height: 100vh;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mr-auto {
    margin-right: auto;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md-centered {
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  .md-horizontal {
    display: flex !important;
    flex-direction: row !important;
  }
  .md-horizontal-reverse {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .md-horizontal-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .md-vertical {
    display: flex !important;
    flex-direction: column !important;
  }
  .md-vertical-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .md-hidden {
    display: none !important;
  }
  .md-w-1by2 {
    width: 50%;
  }
  .md-w-1by3 {
    width: 33.333333%;
  }
  .md-w-2by3 {
    width: 66.666667%;
  }
  .md-w-full {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .sm-col-auto {
    grid-column: auto;
  }
  .sm-col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm-col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm-col-start-1 {
    grid-column-start: 1;
  }
  .sm-col-start-2 {
    grid-column-start: 2;
  }
  .sm-col-start-3 {
    grid-column-start: 3;
  }
  .sm-col-start-auto {
    grid-column-start: auto;
  }
  .sm-col-end-1 {
    grid-column-end: 1;
  }
  .sm-col-end-2 {
    grid-column-end: 2;
  }
  .sm-col-end-3 {
    grid-column-end: 3;
  }
  .sm-col-end-auto {
    grid-column-end: auto;
  }
  .sm-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm-grid-cols-none {
    grid-template-columns: none;
  }
  .sm-gap-2 {
    gap: 0.8rem;
  }
  .sm-gap-4 {
    gap: 1.6rem;
  }
  .sm-gap-6 {
    gap: 2.4rem;
  }
  .sm-row-gap-2 {
    gap: 0.8rem;
  }
  .sm-row-gap-4 {
    gap: 1.6rem;
  }
  .sm-flex {
    display: flex !important;
  }
  .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;
  }
  .sm-order-first {
    order: -9999;
  }
  .sm-order-last {
    order: 9999;
  }
  .sm-order-none {
    order: 0;
  }
  .sm-h-full {
    height: 100%;
  }
  .sm-h-screen {
    height: 100vh;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-mr-auto {
    margin-right: auto;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm-centered {
    align-items: center !important;
    justify-content: center !important;
    align-content: center !important;
    text-align: center !important;
  }
  .sm-horizontal {
    display: flex !important;
    flex-direction: row !important;
  }
  .sm-horizontal-reverse {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .sm-horizontal-wrap {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  .sm-vertical {
    display: flex !important;
    flex-direction: column !important;
  }
  .sm-vertical-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .sm-hidden {
    display: none !important;
  }
  .sm-w-1by2 {
    width: 50%;
  }
  .sm-w-full {
    width: 100%;
  }
}

/* Don't add any custom css to this file. This file may change in future as we extend the framework */
/* The framework will overwrite any CSS you write here when we make an update. */
.footer .widget_nav_menu .menu {
  padding-left: 0px;
  selector-locked: true;
}
.footer .menu-item a:hover {
  color: var(--primary-color);
}
.footer .menu-item a {
  color: var(--light-color);
  line-height: 1.4;
  selector-locked: true;
}
.footer .widget_nav_menu .menu-item {
  text-align: right;
  color: var(--light-color);
  padding-top: 2px;
  padding-bottom: 2px;
  selector-locked: true;
  list-style-type: none;
}
.oxy-stock-content-styles img {
  height: auto;
}
.two-buttons-set > .btn-s:first-child {
  margin-right: 1rem;
}
.two-buttons-set > .btn-m:first-child {
  margin-right: 1rem;
}
.two-buttons-set > .btn-l:first-child {
  margin-right: 1rem;
}
@media (max-width: 479px) {
  .two-buttons-set > .btn-l:first-child {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 479px) {
  .two-buttons-set > .btn-m:first-child {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 479px) {
  .two-buttons-set > .btn-s:first-child {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}

.hero-section {
  padding-top: 60px;
}

.hero-content {
  padding-top: 20px;
  max-width: 641px;
  width: 100%;
}
.hero-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.hero-content h1:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: -41px;
  width: calc(100% + 41px);
  height: 78px;
  z-index: -1;
  background-image: url('../img/line.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-content p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
}

.hero-content .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 48px;
}

.accent-btn {
  padding: 14px 40px;
  background-color: #62c2af;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 155%;
  border: none !important;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;

  height: 100% !important;
}
.accent-btn img {
  margin-right: 10px;
}

.form-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 196px;
  grid-column-gap: 8px;
  background: #ffffff;
  border-radius: 57px;
  overflow: hidden;
  max-width: 520px;
}
.form-row .btn {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-row input {
  display: block;
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  height: 56px;
}
.form-row input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #ababab;
}
.form-row input::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #ababab;
}
.form-row input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #ababab;
}
.form-row input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #ababab;
}
.form-row input::placeholder {
  font-weight: 400;
  font-size: 18px;
  font-size: 18px;
  color: #ababab;
}

.check-row {
  margin-top: 24px;
}

.check-row label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.check-row label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}

.checkbox {
  width: 20px;
  min-width: 20px;
  height: 20px;
  padding-left: 0 !important;
  margin-right: 14px;
  position: relative;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.checkbox input:checked ~ .mask {
  background-color: #62c2af;
}
.checkbox input:checked ~ .mask svg {
  opacity: 1;
}
.checkbox .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #62c2af;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.checkbox .mask svg {
  opacity: 0;
}

.form {
  margin-top: 40px;
}

.hero-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inc-list {
  margin-left: 50px;
  max-width: 550px;
  background: #62c2af;

  border-radius: 24px;
  padding: 40px;
}
.inc-list h2 {
  padding: 0;
  color: #fff;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 120%;
}
.inc-list .item + .item {
  margin-top: 24px;
}
.inc-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inc-list .item .ic {
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 20px;
  text-align: center;
}
.inc-list .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content h1:after {
    display: none;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-content .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-row {
    width: 100%;
    max-width: 100%;
  }
  .form-row {
    margin-top: 40px;
    grid-template-columns: 100%;
    row-gap: 15px;
    background: none;
    border-radius: 0;
  }

  .form-row .btn {
    min-height: 56px;
  }

  .inc-list .item .ic {
    margin-bottom: 15px;
  }

  .inc-list {
    padding: 20px;
  }

  .inc-list {
    margin-top: 40px;
  }

  .scf-banner h2 {
    margin-top: 0;
  }

  .inc-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 980px) {
  .hero-section .wrapper {
    flex-direction: column;
  }

  .inc-list {
    margin-top: 40px;
    margin-left: 0;
  }

  .hero-content {
    padding-top: 0;
  }
}

.cookie-policy {
  display: none !important;
}

.lgo {
  display: flex;
  align-items: center;
}

.lgo span {
  font-size: 22px;
  font-weight: bold;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .lgo span {
    font-size: 15px;
  }
}

.mfooter {
  background: #e4f2ff
    url(https://images.clevguard.com/en/assets/index/clevguard_bg.png) no-repeat
    center/cover;
  padding-top: 55px;
  padding-bottom: 60px;

  -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%),
    0 0 0 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 20%), 0 0 0 0 rgb(0 0 0 / 14%),
    0 0 0 0 rgb(0 0 0 / 12%);
}

.mfooter-content {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.smenus {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.smenu:not(:last-child) {
  margin-right: 32px;
}

.smenu ul,
.v-inputs-row {
  grid-template-columns: repeat(2, 1fr);
}

.smenu ul {
  display: grid;
  column-gap: 50px;
}

.smenu ul li {
  margin-top: 16px;
}

.smenu ul li a,
.smenu > a {
  color: #000;
}

.copy,
.copy a,
.text--white,
.topic-row .loc,
.topic-row .tel {
  color: #000;
}

.copy,
.text-left h3 {
  margin-top: 30px;
}

.copy,
.text-left h3 {
  margin-top: 30px;
}

.logo img {
  max-width: 50px;
  max-height: 50px;
}

.logo span,
footer .logo span {
  padding-left: 10px;
  font-weight: 700;
  font-size: 21px;
}
.hero-bnr,
.prime-btn,
footer .logo span {
  color: #000;
}

@media (max-width: 590px) {
  .mfooter-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .smenus {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
  }
}

@media (max-width: 980px) {
  .smenu ul {
    display: block;
  }
}

body,
body * {
  font-family: 'Open Sans', sans-serif !important;
}

.base-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
}
.base-header .base-maxwidth {
  width: 100%;
}

.hd {
  display: none !important;
}

.mfooter-content .logobl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.copy {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .mfooter-content .logobl {
    display: grid;
    row-gap: 30px;
  }
}

.article {
  padding: 60px 0;
}

.article h2,
.article h3 {
  margin: 20px 0;
}

.article h1 {
  margin-bottom: 40px;
}

.article p + p {
  margin-top: 15px;
}

.article p img {
  display: block;
  margin: 30px 0;
  margin-left: auto;
  margin-right: auto;
}

.prd-row {
  display: flex;
}

.prd-row .L {
  width: 305px;
  margin-right: 30px;
}

.prd-row .R {
  flex: 1;
}

.swiper {
  overflow: hidden;
}

.i_main_desc_i_img img {
  margin-right: 0px;
  height: auto;
  /* max-width: 30px; */
  height: 24px;
}

.i_main_desc_el {
  margin-bottom: 10px;
  line-height: 30px;
  height: 30px;
}

.i_main_desc_i_txt {
  font-weight: bold;
  line-height: 30px;
  float: left;
  display: block;
}

.i_main_desc_el {
  margin-top: 15px;
  line-height: 30px;
  height: 30px;
}

.i_main_desc_i_img {
  float: left;
}

.prd .actions {
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}

.prd .oldprice {
  font-size: 13px;
  font-style: italic;
  color: #4e4e4e;
  text-decoration: line-through;
  text-align: center;
}

html .prd .oldprice {
  font-size: 15px;
  font-style: italic;
  color: #4e4e4e;
}

.prd .price {
  font-weight: bold;
  /* font-size: 18px; */
}

.prd .price span {
  font-size: 21px;
  color: #f12e19;
  font-weight: bold;
}

.button {
  padding: 8px 15px;
  background: url(../images/shadow.png) repeat-x;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}

.button.red,
.button.red2,
.button.red3,
.oPager i {
  background-color: #4a78e8;
  color: #ffffff;
}

.prd .button.red.action-button {
  max-width: 160px;
  margin: 0 auto;
}

.home_bottom_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}

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

.home_el_5 img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.text.basement img {
  clear: both;
  max-width: 100%;
}

.home_el_5 span {
  font-weight: bold;
  color: #3498db;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 12px;
}

.home_el_5 span {
  color: #000;
}

.text ul {
  padding: 0 0 1em 0;
  list-style-position: inside;
  margin: 0;
}

.text ul li {
  list-style-type: disc;
  padding: 3px 0;
}

.blog-article-page__wrapper {
  padding-top: 40px;
}

.swiper img {
  max-width: 100%;
  display: block;
}

@media (max-width: 980px) {
  .home_bottom_container {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .prd-row {
    flex-direction: column;
  }

  .prd-row .L {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .mySwiper2 {
    max-height: auto !important;
    margin-bottom: 20px;
  }

  .home_bottom_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-section {
    padding-top: 0;
  }
  #div_block-2-93 {
    padding-top: 85px;
    padding-bottom: 51px;
  }
  .check-row label span {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #fff;
  }
  .inc-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
  }
  .inc-list .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff;
    text-align: center;
    margin: 5px 0;
 }
 .inc-list .item .ic {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 0;
    text-align: center;
  }
  .inc-list h2 {
    padding: 0;
    color: #fff;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 120%;
  }
  .hero-content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
  }
  .hero-content h1 {
    font-size: 29px;
  }
  .inc-list .item + .item {
    margin-top: 10px;
  }
  .inc-list {
    margin-top: 30px;
    margin-left: 0;
  }
  .inc-list {
    padding: 10px;
  }
  .form {
    margin-top: 20px;
  }
  .inc-list .item .ic {
    margin-bottom: 0;
  }
}

@media (max-width: 380px) {
  .home_bottom_container {
    grid-template-columns: 100%;
  }

  .text.basement img {
    clear: both;
    max-width: 30%;
  }
}

.mySwiper .swiper-slide {
  cursor: pointer;
}

.banner-content {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

@media (max-width: 980px) {
  .banner-content {
    flex-direction: column;
    margin-top: 0;
  }

  .inc-list {
    max-width: 100%;
  }
}
