.vc_row {
  padding-top: 60px;
  padding-bottom: 20px;
  background-position: center center;
  background-size: cover;
}

.vc_row.u-vc-margin-bottom-small .vc_column-inner {
  margin-bottom: 30px;
}

body {
  font-size: 16px;
  font-family: open-sans, Arial, sans-serif;
  color: #696969;
  font-weight: 400;
  line-height: 1.66em;
}
@media (min-width: 767px) {
  body {
    font-size: 18px;
  }
}

p {
  line-height: 1.66em;
}

.typography-white, .typography-white p {
  color: rgba(255, 255, 255, 0.8);
}
.typography-white strong {
  color: #fff;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: underline;
  color: #FF5622;
}
.typography-white .wpb_wrapper a:not(.theme-button) {
  color: #FF5622;
}
.typography-white .wpb_wrapper a:not(.theme-button):hover {
  color: #fff;
}

h1, h1.vcex-heading, .h1, .h1.vcex-heading, h2, h2.vcex-heading, .h2, .h2.vcex-heading, h3, h3.vcex-heading, .h3, .h3.vcex-heading, h4, h4.vcex-heading, .h4, .h4.vcex-heading, h5, h5.vcex-heading, .h5, .vc-faq .vcex-toggle__title, .h5.vcex-heading, h6, h6.vcex-heading, .h6, .h6.vcex-heading {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
}

.typography-white .vcex-heading {
  color: #fff;
}

h1, .h1, h1.vcex-heading, .h1.vcex-heading {
  font-size: 10.5vw;
  line-height: 1.2em;
}
@media (min-width: 480px) {
  h1, .h1, h1.vcex-heading, .h1.vcex-heading {
    font-size: 44px;
  }
}
@media (min-width: 767px) {
  h1, .h1, h1.vcex-heading, .h1.vcex-heading {
    font-size: 56px;
  }
}

h2, .h2, h2.vcex-heading, .h2.vcex-heading {
  margin-bottom: 20px;
  font-size: 8.5vw;
  line-height: 1.23em;
  word-break: normal;
}
@media (min-width: 480px) {
  h2, .h2, h2.vcex-heading, .h2.vcex-heading {
    font-size: 36px;
  }
}
@media (min-width: 767px) {
  h2, .h2, h2.vcex-heading, .h2.vcex-heading {
    font-size: 42px;
  }
}

h3, .h3, h3.vcex-heading, .h3.vcex-heading {
  margin-bottom: 15px;
  font-size: 7vw;
  line-height: 1.3em;
  word-break: normal;
}
@media (min-width: 480px) {
  h3, .h3, h3.vcex-heading, .h3.vcex-heading {
    font-size: 26px;
  }
}
@media (min-width: 767px) {
  h3, .h3, h3.vcex-heading, .h3.vcex-heading {
    font-size: 32px;
  }
}

h4, .h4, h4.vcex-heading, .h4.vcex-heading {
  margin-bottom: 15px;
  font-size: 7vw;
  line-height: 1.3em;
  font-weight: 400;
}
@media (min-width: 480px) {
  h4, .h4, h4.vcex-heading, .h4.vcex-heading {
    font-size: 26px;
  }
}
@media (min-width: 767px) {
  h4, .h4, h4.vcex-heading, .h4.vcex-heading {
    font-size: 30px;
  }
}

h5, .h5, .vc-faq .vcex-toggle__title, h5.vcex-heading, .h5.vcex-heading {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}
@media (min-width: 480px) {
  h5, .h5, .vc-faq .vcex-toggle__title, h5.vcex-heading, .h5.vcex-heading {
    font-size: 24px;
  }
}

.orange {
  color: #FF5622;
}

.text-lg {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-lg {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .no-mobile-width {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .no-tablet-width {
    width: auto !important;
  }
}

.label.label,
.c-label.c-label {
  font-size: 17px;
  font-family: "Poppins", Arial, sans-serif;
  color: #FF5622;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.4px;
}

#main .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 65px;
  width: 65px;
  font-size: 42px;
  color: #FF5622;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 800;
  border: 2px solid #fff;
  padding: 20px 10px 10px 10px;
  border-radius: 50%;
  margin-bottom: 25px;
}

#site-header {
  background: linear-gradient(137deg, #353333 15.51%, #1B1B1B 75.99%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#site-header-inner {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 767px) {
  #site-header-inner {
    padding: 30px 0;
    min-height: 106px;
  }
}

#site-header-sticky-wrapper.is-sticky #site-header {
  background: linear-gradient(137deg, #353333 15.51%, #1B1B1B 75.99%);
}
#site-header-sticky-wrapper.is-sticky #site-header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 61px;
}

#site-navigation .main-navigation-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
#site-navigation .main-navigation-ul > .menu-item {
  font-size: 15px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  float: none;
}
@media (max-width: 1080px) {
  #site-navigation .main-navigation-ul > .menu-item {
    font-size: 14px;
  }
}
#site-navigation .main-navigation-ul > .menu-item > a {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}
@media (max-width: 1080px) {
  #site-navigation .main-navigation-ul > .menu-item > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#site-navigation .main-navigation-ul > .menu-item > a > .link-inner {
  border-radius: 0;
  padding: 7px 0 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#site-navigation .main-navigation-ul > .current-menu-item > a > .link-inner,
#site-navigation .main-navigation-ul > .current-menu-parent > a > .link-inner,
#site-navigation .main-navigation-ul > .menu-item:hover > a > .link-inner {
  border-bottom-color: #FF5622;
  color: #fff;
}
#site-navigation .main-navigation-ul .nav-no-link > a {
  text-decoration: none;
  pointer-events: none;
}
#site-navigation .main-navigation-ul .nav-cta > a {
  color: #FF5622;
}
#site-navigation .main-navigation-ul .nav-divider {
  position: relative;
  margin-left: 10px;
}
#site-navigation .main-navigation-ul .nav-divider::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: -5px;
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  margin: auto;
  content: "";
}

.sidr-class-main-navigation-ul a {
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
}
.sidr-class-main-navigation-ul a:hover {
  color: #FF5622;
}

#site-navigation .sub-menu {
  border-radius: 6px;
  padding: 25px 15px;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}
#site-navigation .sub-menu::after, #site-navigation .sub-menu::before {
  display: none;
}
#site-navigation .sub-menu > li a {
  font-size: 14px;
  color: #696969;
  border: 0;
}
#site-navigation .sub-menu > li a:hover {
  background-color: #fff;
  color: #FF5622;
}
#site-navigation .sub-menu li.current_page_item a {
  color: #FF5622;
}

.langner-uc-privacy-settings {
  cursor: pointer;
}

.footer__socials .vcex-image-grid-entry {
  width: auto;
}

.footer__menu.menu--legal a {
  margin-left: 15px;
}

@media (max-width: 766px) {
  .footer__nav-row {
    padding-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .footer__nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 767px) {
  .footer__nav-row .wpb_column {
    width: auto;
  }
  .footer__nav-row .wpb_column:first-of-type {
    margin-left: -15px;
  }
  .footer__nav-row .wpb_column:last-of-type {
    margin-right: -15px;
  }
}
.footer__nav-row::before, .footer__nav-row::after {
  display: none;
}

@media (max-width: 766px) {
  .footer__cta-row {
    text-align: center;
  }
}

@media (max-width: 766px) {
  .footer__legal-row {
    text-align: center;
  }
  .footer__legal-row .vcex-navbar-inner {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__legal-row .vcex-navbar-inner a {
    margin: 5px;
  }
}

.footer-builder {
  background-color: #fff;
}

.c-button {
  position: relative;
  padding: 16px 35px;
  border: 0;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  z-index: 10;
}
.c-button::before, .c-button::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.c-button::before {
  background-color: #FF5622;
  z-index: -1;
}
.c-button::after {
  right: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.c-button:hover::after {
  right: 0;
  opacity: 1;
}
.c-button:hover, .c-button:focus {
  background: none;
  border-color: transparent;
}
.c-button .theme-button-inner,
.c-button .vcex-txt {
  position: relative;
  z-index: 2;
}

.c-button.c-button--white-hover::after {
  background-color: #fff;
}
.c-button.c-button--white-hover:hover {
  color: #FF5622;
}

.c-button.c-button--hollow {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
.c-button.c-button--hollow::before {
  background: transparent;
}
.c-button.c-button--hollow::after {
  background: #fff;
}
.c-button.c-button--hollow:hover {
  color: #FF5622;
}

.c-button.c-button--hollow-light {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 2px #000;
}
.c-button.c-button--hollow-light::before {
  background: transparent;
}
.c-button.c-button--hollow-light::after {
  background: #000;
}
.c-button.c-button--hollow-light:hover {
  color: #fff;
}

#main .c-text-button {
  background: transparent;
  color: #000;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid transparent;
}
#main .c-text-button .theme-button-inner {
  position: relative;
  padding-right: 25px;
}
#main .c-text-button .theme-button-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url("/wp-content/themes/otbase-2025/img/arrow-right.svg");
  background-repeat: no-repeat;
  margin: auto;
  content: "";
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
#main .c-text-button:hover {
  background: transparent;
  color: #FF5622;
  border-color: #FF5622;
}
#main .c-text-button:hover .theme-button-inner::after {
  right: -3px;
}

#main .c-text-button.c-text-button--white {
  color: #fff;
}

#main .hbspt-form form fieldset {
  max-width: none;
}
#main .hbspt-form form .hs-form-field {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #main .hbspt-form form .hs-form-field {
    margin-bottom: 40px;
  }
}
#main .hbspt-form form .hs-error-msgs {
  margin: 0;
}
#main .hbspt-form form .hs-error-msgs li {
  list-style-type: none;
}
#main .hbspt-form form .hs-error-msg {
  color: #FF5622;
  font-size: 13px;
}
#main .hbspt-form form .hs-button {
  background-color: #FF5622;
}
#main .hbspt-form form .hs-button:hover {
  background-color: #ee3800;
}
#main .hbspt-form form .inputs-list {
  list-style-type: none;
  margin-left: 0;
}
#main .hbspt-form form .inputs-list label {
  position: relative !important;
}
#main .hbspt-form form .inputs-list input[type=checkbox] {
  margin-top: 5px;
}
#main .hbspt-form form .hs-richtext, #main .hbspt-form form .hs-dependent-field {
  font-size: 14px;
}

#main .c-form input[type=text],
#main .c-form input[type=email],
#main .c-form input[type=tel],
#main .c-form input[type=number],
#main .c-form textarea {
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  padding: 14px 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}
#main .c-form label:not(.hs-error-msg, .hs-form-booleancheckbox-display) {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

#main .c-form--on-dark input[type=text],
#main .c-form--on-dark input[type=email],
#main .c-form--on-dark input[type=tel],
#main .c-form--on-dark input[type=number],
#main .c-form--on-dark textarea {
  border-bottom-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
#main .c-form--on-dark label {
  padding: 14px 0;
}
#main .c-form--on-dark label:not(.hs-error-msg) {
  color: #fff;
}

#main .c-form--hanging-labels input[type=text],
#main .c-form--hanging-labels input[type=email],
#main .c-form--hanging-labels input[type=tel],
#main .c-form--hanging-labels input[type=number],
#main .c-form--hanging-labels textarea {
  padding: 22px 0 6px;
}
#main .c-form--hanging-labels .hs-form-field:not(.hs-fieldtype-radio) {
  position: relative;
}
#main .c-form--hanging-labels .hs-form-field:not(.hs-fieldtype-radio) label:not(.hs-error-msg, .hs-form-booleancheckbox-display) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 14px 0 14px;
}
#main .c-form--hanging-labels .hs-form-field:not(.hs-fieldtype-radio).focused label:not(.hs-error-msg, .hs-form-booleancheckbox-display) {
  font-size: 10px;
  padding-top: 0;
  opacity: 0.75;
  top: -3px;
  pointer-events: none;
}
#main .c-form--hanging-labels .hs-form-field:not(.hs-fieldtype-radio).hs-fieldtype-select .input {
  padding: 30px 0 22px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
#main .c-form--hanging-labels .hs-form-field:not(.hs-fieldtype-radio).hs-fieldtype-select select {
  border: initial;
  width: 100%;
}

#main .c-form--request-demo form .hs-form-field {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #main .c-form--request-demo form .hs-form-field {
    margin-bottom: 20px;
  }
}
#main .c-form--request-demo form .hs-form-field label:not(.hs-error-msg, .hs-form-booleancheckbox-display) {
  font-size: 14px;
  line-height: 1em;
}
#main .c-form--request-demo form input[type=text],
#main .c-form--request-demo form input[type=email],
#main .c-form--request-demo form input[type=tel],
#main .c-form--request-demo form input[type=number],
#main .c-form--request-demo form textarea {
  padding: 10px 0;
  border: 1px solid #ccc;
}

#main .c-form--landing .hs-button {
  width: 100%;
}

#main .c-form--smaller-fonts .hs-form-field {
  position: relative;
}
#main .c-form--smaller-fonts .hs-form-field label:not(.hs-error-msg, .hs-form-booleancheckbox-display) {
  font-size: 14px;
  line-height: 1.25;
}

.c-form-box .vc_column-inner > .wpb_wrapper {
  width: 100%;
  max-width: 580px;
  padding: 30px 20px;
  border-radius: 6px;
  background: var(--OT-White, #FFF);
  /* Shadow */
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 993px) {
  .c-form-box .vc_column-inner > .wpb_wrapper {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  .c-form-box .vc_column-inner > .wpb_wrapper {
    padding: 54px 40px;
  }
}

.c-form-box-hero {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-form-box-hero {
    margin-bottom: 77px;
  }
}
.c-form-box-hero__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-form-box-hero__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 220px;
  }
}
.c-form-box-hero__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .c-form-box-hero__image {
    position: absolute;
    right: -70px;
    top: -57px;
    width: 338px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-filter input, .c-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  border-bottom: 2px solid #000;
  padding: 8px 32px 8px 8px;
  min-height: 47px;
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.c-filter input {
  padding: 14px 32px 8px 8px;
}
.c-filter input::-webkit-input-placeholder {
  opacity: 1;
}
.c-filter input::-moz-placeholder {
  opacity: 1;
}
.c-filter input:-ms-input-placeholder {
  opacity: 1;
}
.c-filter input::-ms-input-placeholder {
  opacity: 1;
}
.c-filter input::placeholder {
  opacity: 1;
}
@media (max-width: 480px) {
  .c-filter .wpex-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-filter__search-wrap {
  width: 50%;
  max-width: 380px;
  position: relative;
}
@media (max-width: 767px) {
  .c-filter__search-wrap {
    width: 100%;
  }
}
.c-filter__search-wrap::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 14px;
  width: 14px;
  background: url("/wp-content/themes/otbase-2025/img/icon-search.svg") no-repeat center center;
  margin: auto;
  content: "";
}
.c-filter__search-wrap .c-filter__search {
  width: 100%;
}

.c-filter__select-wrapper {
  position: relative;
  display: inline-block;
  width: 50%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .c-filter__select-wrapper {
    width: 100%;
  }
}
.c-filter__select-wrapper select {
  width: 100%;
  outline: none;
  cursor: pointer;
}
.c-filter__select-wrapper::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  pointer-events: none;
  border-bottom: 2px solid #FF5622;
  border-right: 2px solid #FF5622;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.c-filter__select-wrapper select:focus::after {
  border-top: none;
  border-bottom: 8px solid orange;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-navbar-simple .vcex-navbar-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
@media (max-width: 766px) {
  .c-navbar-simple .vcex-navbar-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-navbar-simple a {
  display: block;
  position: relative;
  margin: 0;
  padding: 25px;
  color: rgba(105, 105, 105, 0.5);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 766px) {
  .c-navbar-simple a {
    padding: 15px;
  }
}
.c-navbar-simple a.active {
  color: dimgray;
}
.c-navbar-simple a.active .vcex-navbar-link-text:before {
  opacity: 1;
}
.c-navbar-simple a:hover {
  color: dimgray;
}
.c-navbar-simple a:hover .vcex-navbar-link-text:before {
  opacity: 1;
}
.c-navbar-simple a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #696969;
  content: "";
}
@media (min-width: 767px) {
  .c-navbar-simple a:first-child {
    padding-left: 0;
  }
}
.c-navbar-simple a:last-child::after {
  display: none;
}
.c-navbar-simple .vcex-navbar-link-text {
  display: inline-block;
  position: relative;
}
.c-navbar-simple .vcex-navbar-link-text:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FF5622;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  content: "";
}

.wpex-pagination .page-numbers li {
  border: 0;
}
.wpex-pagination .page-numbers li > span, .wpex-pagination .page-numbers li a {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.wpex-pagination .page-numbers li span.current {
  background: #000;
  color: #fff;
}
.wpex-pagination .page-numbers li a {
  text-decoration: none;
}

.c-table th {
  background-color: #000;
  color: #fff;
  border: 0;
  padding: 20px;
}
.c-table th h5 {
  margin: 0;
  color: inherit;
}
@media (min-width: 767px) {
  .c-table th {
    padding: 20px 50px;
  }
}
.c-table th:first-of-type {
  border-top-left-radius: 6px;
}
.c-table th:last-of-type {
  border-top-right-radius: 6px;
}
.c-table td {
  padding: 10px;
  background-color: #f6f6f6;
  border-color: #ccc;
}
@media (min-width: 767px) {
  .c-table td {
    padding: 20px 50px;
  }
}
.c-table .check {
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.c-card {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.c-card .c-card__media {
  border-bottom: 1px solid #ccc;
}
.c-card .c-card__media img {
  display: block;
}
.c-card .c-card__content {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 641px) {
  .c-card .c-card__content {
    padding: 30px;
  }
}
.c-card .c-card__title {
  margin-top: 0;
}
.c-card .c-card__title a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.c-card .c-card__title:hover a {
  color: #FF5622;
}
.c-card .c-card__meta {
  width: 100%;
  font-family: "Poppins", Arial, sans-serif;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
.c-card .c-card__meta .date {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.c-card .c-card__meta .date::after {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  height: 16px;
  margin: auto;
  content: "";
}
.c-card .c-card__excerpt {
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-card .c-card__cta {
  justify-self: flex-start;
}

.c-card--related-post .c-card__content {
  border-top: 0;
}
.c-card--related-post .c-card__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-card--related-post .c-card__meta {
  border: 0;
  padding-top: 0;
}
.c-card--related-post .c-card__meta .date::after {
  display: none;
}

.c-card--news .c-card__media {
  position: relative;
  padding-top: 226px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 641px) {
  .c-card--news .c-card__media {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-card--news .c-card__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-card--news .c-card__meta .date, .c-card--news .c-card__meta .location {
  font-size: 14px;
}
.c-card--news .c-card__content {
  padding-top: 0;
  border-top: initial;
}
.c-card--news .c-card__excerpt {
  margin-bottom: 22px;
}
.c-card--news .c-label {
  margin-top: 16px;
}

.type-press_release .date::after,
.type-news .date::after {
  visibility: hidden;
}

.c-card--partner.authorized-reseller {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 84px;
  padding: 64px 40px;
}
@media (min-width: 992px) {
  .c-card--partner.authorized-reseller {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 64px;
  }
}
@media (max-width: 991px) {
  .c-card--partner.authorized-reseller {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 34px;
  }
}
.c-card--partner.authorized-reseller .c-card__media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: initial;
}
@media (min-width: 992px) {
  .c-card--partner.authorized-reseller .c-card__media {
    width: calc(40% - 84px);
  }
}
.c-card--partner.authorized-reseller .c-card__media::after {
  position: absolute;
  background-color: #ccc;
  content: "";
}
@media (min-width: 992px) {
  .c-card--partner.authorized-reseller .c-card__media::after {
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .c-card--partner.authorized-reseller .c-card__media::after {
    left: 50%;
    bottom: -42px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 1px;
  }
}
.c-card--partner.authorized-reseller .c-card__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .c-card--partner.authorized-reseller .c-card__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.c-card--partner .c-card__meta {
  border: initial;
}
.c-card--partner .c-card__title {
  margin-bottom: 12px;
}
.c-card--partner .c-card__address {
  margin-bottom: 12px;
  color: #000;
}
.c-card--partner .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .c-card--partner .links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .c-card--partner .links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 12px;
  }
}
.c-card--partner .links li {
  display: block;
  position: relative;
}
.c-card--partner .links li:last-child::after {
  display: none;
}
@media (min-width: 992px) {
  .c-card--partner .links li::after {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #ccc;
    content: "";
  }
}

.c-card--partner.technology-partner {
  height: 233px;
}
.c-card--partner.technology-partner .c-card__content {
  display: none;
}
.c-card--partner.technology-partner .c-card__media {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: initial;
}
.c-card--partner.technology-partner .c-card__media img {
  max-width: 275px;
  width: 100%;
}

@media (min-width: 1200px) {
  .wpex-post-cards-resource-carousel-card .wpex-carousel__nav:not(.disabled) {
    margin-top: -45px;
  }
}
@media (max-width: 1199px) {
  .wpex-post-cards-resource-carousel-card .wpex-carousel__nav:not(.disabled) {
    margin-top: -20px;
  }
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop {
  position: initial;
  width: 100%;
  max-width: 780px;
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align items to the left */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Make all items equal height */
  gap: 20px; /* Adjust the gap size as needed */
  height: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__media {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(52.5% - 10px);
          flex: 1 0 calc(52.5% - 10px);
}
@media (max-width: 766px) {
  .wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__media {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; /* Full-width items on smaller screens */
  }
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__content {
  padding: 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(43.5% - 10px);
          flex: 1 0 calc(43.5% - 10px);
}
@media (max-width: 766px) {
  .wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; /* Full-width items on smaller screens */
  }
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__resource-type {
  display: block;
  margin-bottom: 11px;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 200% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop .c-rc-card__title {
  color: #000;
}
.wpex-post-cards-resource-carousel-card .wpex-post-cards-loop img {
  display: block;
  width: 100%;
  max-height: 300px;
}

.c-card--resource .c-card__media {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.c-card--resource .c-card__title {
  margin-bottom: 0;
}
.c-card--resource .c-card__content {
  margin-bottom: 60px;
}
.c-card--resource .c-card__excerpt {
  display: none;
}
.c-card--resource .c-card__cta {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (min-width: 1200px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-carousel__nav:not(.disabled) {
    margin-top: -45px;
  }
}
@media (max-width: 1199px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-carousel__nav:not(.disabled) {
    margin-top: -20px;
  }
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop {
  position: initial;
  width: 100%;
  max-width: 980px;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Align items to the left */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Make all items equal height */
  gap: 20px; /* Adjust the gap size as needed */
  height: 100%;
  padding: 50px 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(22% - 10px);
          flex: 0 0 calc(22% - 10px);
}
@media (min-width: 767px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__media {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media (max-width: 766px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__media {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; /* Full-width items on smaller screens */
  }
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 10px);
          flex: 0 0 calc(70% - 10px);
}
@media (max-width: 766px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; /* Full-width items on smaller screens */
  }
}
@media (min-width: 767px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__quote {
    padding: 0 45px;
  }
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__quote-inner {
  border-bottom: 1px solid #ccc;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__title {
  margin-bottom: 0;
  color: #000;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop .c-rc-card__bio {
  font-size: 16px;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop blockquote {
  margin: 0;
  padding-bottom: 30px;
  -webkit-padding-start: initial;
          padding-inline-start: initial;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop blockquote p {
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  color: #000;
}
@media (min-width: 767px) {
  .wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop blockquote p {
    font-size: 42px;
  }
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop blockquote::before {
  display: none;
}
.wpex-post-cards-testimonial-carousel-card .wpex-post-cards-loop img {
  display: block;
  width: 100%;
  max-height: 300px;
}

.vc-list-bullets.vcex-bullets-check li {
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 166.667%;
  background-image: url("/wp-content/themes/otbase-2025/img/orange-check-icon.svg");
  background-size: 20px 20px;
  background-position: top 6px left 0px;
}

.vc-hero.vc-hero--screenshot {
  margin-bottom: 30%;
}
.vc-hero.vc-hero--screenshot .vc-hero__screenshot {
  margin-top: 60px;
  margin-bottom: -35%;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .vc-hero.vc-hero--screenshot .vc-hero__screenshot {
    padding: 20px;
  }
}
.vc-hero.vc-hero--screenshot .vc-hero__screenshot .vcex-image-caption {
  text-align: center;
  color: #696969;
  font-size: 15px;
}
@media (min-width: 1321px) {
  .vc-hero.vc-hero--screenshot .vc-hero__screenshot.screenshot-breakout {
    margin-left: -60px;
    margin-right: -60px;
  }
  .vc-hero.vc-hero--screenshot .vc-hero__screenshot.screenshot-breakout img, .vc-hero.vc-hero--screenshot .vc-hero__screenshot.screenshot-breakout .vcex-image-inner {
    width: 100%;
  }
}

.vc-image {
  text-align: center;
}
.vc-image .wpex-inline-block {
  overflow: hidden;
  border-radius: 6px;
}
.vc-image a.wpex-lightbox {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}
.vc-image .overlay-icon-video {
  width: 115px;
  height: 115px;
  -webkit-margin-before: initial;
          margin-block-start: initial;
  -webkit-margin-start: initial;
          margin-inline-start: initial;
  inset-block-start: initial;
  inset-inline-start: initial;
  background-color: rgba(0, 0, 0, 0.25);
}
.vc-image .overlay-icon-video .wpex-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.vc-image .overlay-icon-video svg {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 66px;
  height: 66px;
}
.vc-image.play-btn--white .overlay-icon-video {
  background-color: rgba(255, 255, 255, 0.25);
}

@media (min-width: 767px) {
  #main .vc-tabs .vc_tta-tabs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
#main .vc-tabs .vc_tta-tabs-container > h4 {
  font-size: 17px;
  margin: 0 20px 0 5px;
  font-weight: 600;
}
#main .vc-tabs .vc_tta-tabs-list .vc_tta-tab {
  z-index: 10;
}
#main .vc-tabs .vc_tta-tabs-list .vc_tta-tab > a {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  opacity: 0.5;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#main .vc-tabs .vc_tta-tabs-list .vc_tta-tab > a::before {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 1px;
  margin: auto;
  content: "";
}
#main .vc-tabs .vc_tta-tabs-list .vc_tta-tab > a:hover {
  opacity: 1;
}
#main .vc-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  opacity: 1;
  border-bottom-color: #FF5622;
}
#main .vc-tabs .vc_tta-panel-body {
  padding: 40px 0;
}
@media (max-width: 767px) {
  #main .vc-tabs .vc_tta-panel-body {
    padding: 20px 5px;
  }
}
#main .vc-tabs .vc_tta-panel-heading {
  border-radius: 0;
  border: 0;
}
#main .vc-tabs .vc_tta-panel-title {
  border: 0;
  border-bottom: 2px solid #ccc;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#main .vc-tabs .vc_tta-panel-title a {
  padding: 15px 5px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #000;
}
#main .vc-tabs .vc_tta-panel-title:hover {
  border-bottom-color: #FF5622;
}
#main .vc-tabs .vc_tta-panel-title:hover a {
  color: #FF5622;
}
#main .vc-tabs .vc_active .vc_tta-panel-title {
  border-bottom-color: #FF5622;
}
#main .vc-tabs .vc_active .vc_tta-panel-title a {
  color: #FF5622;
}

#main .vc-tabs--role .vc_tta-panel-body {
  overflow: visible;
  position: relative;
  z-index: 5;
  min-height: 470px;
  border: 0;
}

@media (min-width: 1101px) {
  .vc-role-tabs {
    width: 1210px;
  }
}
.vc-role-tabs .vc-role-tabs__image {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
  display: none;
}
.vc-role-tabs .vc-role-tabs__image img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (min-width: 870px) {
  .vc-role-tabs .vc-role-tabs__image {
    display: block;
  }
}
@media (min-width: 1060px) {
  .vc-role-tabs .vc-role-tabs__image {
    right: -100px;
  }
  .vc-role-tabs .vc-role-tabs__image img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media (min-width: 1101px) {
  .vc-role-tabs .vc-role-tabs__image {
    position: absolute;
    right: -120px;
    bottom: 0;
    max-width: 700px;
  }
  .vc-role-tabs .vc-role-tabs__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#main .vc-tabs--download .vc_tta-panel-body {
  overflow: visible;
}
#main .vc-tabs--download .vc_tta-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#main .vc-tabs--download .vc_tta-tabs-list .vc_tta-tab:first-of-type a {
  padding-left: 0;
}
#main .vc-tabs--download .vc_tta-tabs-list .vc_tta-tab a {
  padding: 15px 40px;
  font-weight: 600;
}

.vc-tabs__form {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 530px;
  margin: 0 0 0 auto;
}

.vc-tabs__screen-pull {
  margin-right: -250px;
}
@media (min-width: 1600px) {
  .vc-tabs__screen-pull {
    margin-right: -300px;
  }
}

#main .vc-tabs--dark .vc_tta-panel-body {
  padding: 0;
}
#main .vc-tabs--dark .vc_tta-tabs-container {
  border-bottom: 0;
}
#main .vc-tabs--dark .vc_tta-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#main .vc-tabs--dark .vc_tta-tabs-list .vc_tta-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#main .vc-tabs--dark .vc_tta-tabs-list .vc_tta-tab:first-of-type a {
  padding-left: 0;
}
#main .vc-tabs--dark .vc_tta-tabs-list .vc_tta-tab:last-of-type a {
  margin-right: 0;
}
#main .vc-tabs--dark .vc_tta-tabs-list .vc_tta-tab a {
  max-width: 420px;
  color: #fff;
  padding: 0;
  margin-right: 40px;
  font-weight: 600;
  font-size: 32px;
}
#main .vc-tabs--dark .vc_tta-tabs-list .vc_tta-tab a::before {
  display: none;
}
#main .vc-tabs--dark .vc_tta-panel-title a {
  color: #fff;
}

#main .vc-tabs--products .vc_tta-tabs-container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
}
#main .vc-tabs--products .vc_tta-tabs-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: visible;
}
#main .vc-tabs--products .vc_tta-tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#main .vc-tabs--products .vc_tta-tab a {
  margin-bottom: -2px;
  padding-bottom: 20px !important;
  max-width: none !important;
}
#main .vc-tabs--products .vc_tta-tab a .vc_tta-title-text {
  display: block;
}
#main .vc-tabs--products .vc_tta-tab a .vcex-heading-inner {
  display: block;
  margin-top: -3px;
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
}
#main .vc-tabs--products .vc-tabs__supported-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .vc-tabs--products .vc-tabs__supported-logos .vcex-image-grid-entry {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

#main .vc-tabs--modules .vc_tta-tabs-container {
  border-bottom: 0;
}
#main .vc-tabs--modules .vc_tta-tab a {
  padding-bottom: 3px !important;
  font-size: 30px;
}
#main .vc-tabs--modules .vc_tta-tab:first-of-type a {
  padding-left: 0;
}

.vc-split__screenshot {
  display: inline-block;
  padding: 10px;
  width: auto;
  background: #fff;
}
@media (min-width: 992px) {
  .vc-split__screenshot {
    padding: 25px;
  }
}
.vc-split__screenshot img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.vc-split__screenshot.front {
  margin-top: -75px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 766px) {
  .vc-split__screenshot.front {
    max-width: 80%;
  }
}
@media (min-width: 767px) {
  .vc-split__screenshot.front {
    margin-top: -200px;
    margin-left: 40px;
  }
}
@media (min-width: 767px) {
  .vc-split__screenshot.back {
    margin-right: -200px;
    margin-bottom: -100px;
    position: relative;
    right: -130px;
  }
}
@media (min-width: 993px) {
  .vc-split__screenshot.vertical-center {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.vc-split__screenshot.no-padding {
  padding: 0;
}

.vc-split__video {
  padding: 20px;
  width: auto;
  background: #fff;
  border-radius: 6px;
  margin-right: -200px;
}
.vc-split__video video {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .vc-split--reverse .vc-split__screenshot.front {
    margin-top: -200px;
    margin-left: 230px;
  }
}
@media (min-width: 767px) {
  .vc-split--reverse .vc-split__screenshot.back {
    margin-right: auto;
    margin-left: -200px;
    right: 50px;
  }
}
@media (min-width: 767px) {
  .vc-split--reverse .vc-split__video {
    margin-left: -250px;
    margin-right: 50px;
  }
}

@media (max-width: 766px) {
  .vc-split__media-col {
    text-align: center;
  }
}

@media (min-width: 993px) {
  .vc-split__media {
    margin-top: auto;
    margin-right: -200px;
    margin-bottom: auto;
    position: relative;
    display: inline-block;
    padding: 25px;
    width: auto;
    background: #fff;
  }
}
@media (min-width: 1201px) {
  .vc-split__media {
    right: -60px;
  }
}
.vc-split__media img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.vc-split__media.no-padding {
  padding: 0;
}

@media (min-width: 767px) {
  .vc-split__media--back {
    margin-bottom: -150px;
    left: 150px;
  }
}

@media (min-width: 767px) {
  .vc-split__media--front {
    margin-top: -150px;
    left: 20px;
  }
}

@media (min-width: 993px) {
  .vc-split--reverse .vc-split__media {
    margin-right: auto;
    margin-left: -200px;
    right: 50px;
  }
}
@media (min-width: 767px) {
  .vc-split--reverse .vc-split__media--back {
    margin-bottom: -150px;
    left: -150px;
  }
}
@media (min-width: 767px) {
  .vc-split--reverse .vc-split__media--front {
    margin-top: -150px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .vc-card__media img {
    width: 100%;
  }
}

.vc-scroll-list {
  display: block !important;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  gap: initial;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  max-height: 400px; /* Set your desired height */
  scroll-behavior: auto;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1025px) {
  .vc-scroll-list {
    max-height: 700px; /* Set your desired height */
  }
}
.vc-scroll-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}
.vc-scroll-list__item {
  padding: 25px 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .vc-scroll-list__item {
    padding: 50px 0;
  }
}
.vc-scroll-list__item.js-active .vcex-list-item-text {
  color: #FF5622;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.vc-scroll-list__item.js-active .vcex-list-item-icon {
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.vc-scroll-list .vcex-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
@media (min-width: 1025px) {
  .vc-scroll-list .vcex-list-item-inner {
    gap: 76px;
  }
}
.vc-scroll-list .vcex-list-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 38px);
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  opacity: 1;
}
@media (min-width: 1025px) {
  .vc-scroll-list .vcex-list-item-text {
    font-size: 40px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .vc-scroll-list .vcex-list-item-text {
    font-size: 24px;
  }
}
.vc-scroll-list .vcex-list-item-icon {
  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;
  visibility: hidden;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.vc-scroll-list .vcex-list-item-icon-inner {
  border-radius: 6px;
  border: 1px solid var(--OT-Line-Work, #CCC);
  background: #FFF;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  width: calc(100% - 38px);
  width: 69px;
  height: 69px;
}
@media (min-width: 1025px) {
  .vc-scroll-list .vcex-list-item-icon-inner {
    width: 138px;
    height: 138px;
  }
}
.vc-scroll-list .vcex-list-item-icon-inner .wpex-icon {
  width: 33px;
  height: 33px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 1025px) {
  .vc-scroll-list .vcex-list-item-icon-inner .wpex-icon {
    width: 66px;
    height: 66px;
  }
}
.vc-scroll-list .vcex-list-item-icon-inner .wpex-icon svg {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .vc-scroll-list--lines {
    padding-left: 64px;
  }
}
.vc-scroll-list--lines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  z-index: -1;
}
@media (min-width: 1025px) {
  .vc-scroll-list--lines::before {
    left: 148px;
  }
}
.vc-scroll-list--lines .vc_column-inner {
  margin-bottom: 0;
}
.vc-scroll-list--lines .vc_column-inner::before, .vc-scroll-list--lines .vc_column-inner::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ccc;
  z-index: -1;
  left: 47px;
}
@media (min-width: 1025px) {
  .vc-scroll-list--lines .vc_column-inner::before, .vc-scroll-list--lines .vc_column-inner::after {
    left: 145px;
  }
}
.vc-scroll-list--lines .vc_column-inner::before {
  top: 0;
}
.vc-scroll-list--lines .vc_column-inner::after {
  bottom: 0;
}

.vc-scroll-list__checkmark {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid var(--OT-Line-Work, #CCC);
  background: #FFF;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  width: calc(100% - 38px);
  width: 66px;
  height: 66px;
}
@media (min-width: 1025px) {
  .vc-scroll-list__checkmark {
    left: 80px;
    width: 138px;
    height: 138px;
  }
}
@media (max-width: 1024px) {
  .vc-scroll-list__checkmark svg {
    width: 33px;
    height: 33px;
  }
}
.vc-scroll-list__checkmark svg path {
  fill: rgba(0, 0, 0, 0.2);
}
.vc-scroll-list__checkmark.js-init svg path {
  fill: #ff5622;
}
.vc-scroll-list__checkmark.js-active svg path {
  fill: #ff5622;
}

.vc-image-carousel {
  position: relative;
}
.vc-image-carousel .wpex-carousel__stage-outer {
  overflow: visible;
}
.vc-image-carousel .wpex-carousel__item {
  opacity: 0.2;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.35s ease-in, -webkit-transform 0.35s ease-in;
  transition: opacity 0.35s ease-in, -webkit-transform 0.35s ease-in;
  transition: transform 0.35s ease-in, opacity 0.35s ease-in;
  transition: transform 0.35s ease-in, opacity 0.35s ease-in, -webkit-transform 0.35s ease-in;
}
.vc-image-carousel .wpex-carousel__item.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.vc-image-carousel .wpex-carousel-entry-media {
  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;
  width: 100%;
  height: 100%;
}
.vc-image-carousel .wpex-carousel-entry-details {
  border: initial;
  background-color: transparent;
}
.vc-image-carousel .wpex-carousel-entry-title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%; /* 141.667% */
  text-align: center;
}
.typography-white .vc-image-carousel .wpex-carousel-entry-title {
  color: #fff;
}
.vc-image-carousel .wpex-carousel__nav {
  gap: 16px !important;
}
.vc-image-carousel .wpex-carousel__nav button svg {
  height: 13px;
  width: auto;
}
.vc-image-carousel .wpex-carousel__arrow:where(:not(.theme-button)) {
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.vc-image-carousel .wpex-carousel__nav,
.wpex-post-cards-resource-carousel-card .wpex-carousel__nav,
.wpex-post-cards-testimonial-carousel-card .wpex-carousel__nav {
  gap: 16px !important;
}
.vc-image-carousel .wpex-carousel__nav button svg,
.wpex-post-cards-resource-carousel-card .wpex-carousel__nav button svg,
.wpex-post-cards-testimonial-carousel-card .wpex-carousel__nav button svg {
  height: 13px;
  width: auto;
}
.vc-image-carousel .wpex-carousel__arrow:where(:not(.theme-button)),
.wpex-post-cards-resource-carousel-card .wpex-carousel__arrow:where(:not(.theme-button)),
.wpex-post-cards-testimonial-carousel-card .wpex-carousel__arrow:where(:not(.theme-button)) {
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.vc-logo-block .vcex-image-grid-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc-logo-block .vcex-image-grid-entry-figure {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 100%;
  min-height: 100px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}
@media (min-width: 767px) {
  .vc-logo-block .vcex-image-grid-entry-figure {
    min-height: 185px;
  }
}

.vc-program-cta__person-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .vc-program-cta__person-col {
    display: none !important;
  }
}
.vc-program-cta__person-col::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -1000px;
  bottom: 0;
  left: 50%;
  background-color: #FF5622;
}
.vc-program-cta__person-col .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vc-program-cta__person {
  margin: -170px -300px 0 -60px;
}

.vc-program-cta__content-col .wpb_text_column,
.vc-program-cta__content-col .vcex-bullets {
  max-width: 590px;
}

.vc-faq .vcex-toggle {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .vc-faq .vcex-toggle {
    padding: 0 40px;
  }
}
.vc-faq .vcex-toggle__trigger {
  padding: 10px 0 5px;
}
.vc-faq .vcex-toggle__title {
  padding: 10px 0;
  color: #000;
  margin-bottom: 0;
  width: 100%;
}
.vc-faq .vcex-toggle--active .vcex-toggle__trigger {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.vc-featured-resource {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .vc-featured-resource {
    padding-left: 80px;
  }
}
.vc-featured-resource.resource-index-offset {
  margin-top: -60px;
}

@media (min-width: 767px) {
  .vc-featured-resource__media.profile-pull {
    margin-left: -80px;
  }
}

.vc-product-module .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 30px 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 100%;
}
.vc-product-module .vcex-multi-buttons a {
  position: relative;
  text-decoration: none;
}
.vc-product-module .vcex-multi-buttons a::after {
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  content: "";
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #ccc;
}
.vc-product-module .vcex-multi-buttons a:last-child::after {
  display: none;
}
.vc-product-module .vcex-button {
  text-decoration: none;
}

@media (min-width: 767px) {
  .vc-landing__form {
    max-width: 500px;
    float: right;
  }
}

@media (min-width: 767px) {
  .vc-landing-footer__contact-col .vc_column-inner {
    padding-left: 65px;
    border-left: 1px solid #ccc;
  }
}

.home-asset__overflow-media {
  margin-top: -30px;
  margin-right: -350px;
  margin-bottom: -120px;
}

@media (min-width: 767px) {
  .home-asset__heading .orange {
    display: block;
    font-size: 70px;
    margin-top: 15px;
  }
}

@media (min-width: 767px) {
  .blog__sub {
    float: right;
  }
}

.blog-post .vc_row {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}

.blog-post__breadcrumbs a {
  color: #696969;
}
.blog-post__breadcrumbs > .vcex-post-terms::before {
  content: "/";
  margin: 0 5px;
  opacity: 0.5;
}

.blog-post__info-col .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blog-post__meta .meta-icon {
  display: none;
}
.blog-post__meta .meta-date {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}

#main .blog-post__social .wpex-social-share__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background-color: #000;
  padding: 5px;
}
#main .blog-post__social .wpex-social-share__label {
  display: none;
}
#main .blog-post__social .wpex-social-share__icon {
  margin-top: 2px;
}

body.archive .blog-grid {
  padding: 80px 0 60px;
}

.why-inventories {
  position: relative;
}
.why-inventories .wpb_column {
  position: initial;
}

.why-inventories__back {
  position: absolute;
  right: -10%;
  bottom: 0;
  max-width: 80%;
}
@media (min-width: 992px) {
  .why-inventories__back {
    max-width: 1050px;
  }
}
@media (min-width: 1500px) {
  .why-inventories__back {
    right: 0;
    max-width: 1250px;
  }
}

.why-inventories__front {
  max-width: 300px;
}
@media (min-width: 767px) {
  .why-inventories__front {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .why-inventories__front {
    max-width: 500px;
  }
}
@media (min-width: 1100px) {
  .why-inventories__front {
    max-width: none;
  }
}

.why-inventories__media-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.why-inventories__media-col > .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.snapshot-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.snapshot-screen .vcex-image-caption {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 20px;
  margin: 0 0 7px 0;
  font-weight: 600;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snapshot-screen:hover .vcex-image-caption {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.u-bg-gradient {
  background: linear-gradient(137deg, #353333 15.51%, #1B1B1B 75.99%);
}

.u-bg-gradient--alt {
  background: linear-gradient(236deg, #353333 44.27%, #1B1B1B 70.25%);
}

body .u-bg-position--top {
  background-position: top !important;
}

body .u-bg-position--bottom {
  background-position: bottom !important;
}

body .u-bg-position--left {
  background-position: left !important;
}

body .u-bg-position--right {
  background-position: right !important;
}

body .u-bg-position--center {
  background-position: 50% 0 !important;
}

.u-header-offset {
  padding-top: 120px;
}
@media (min-width: 767px) {
  .u-header-offset {
    padding-top: 170px;
  }
}

.u-align-content--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-align-content--bottom .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-align-content--bottom .wpb_wrapper {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 0;
}

.u-align-content--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-align-content--center .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-align-content--center .wpb_wrapper {
  margin-bottom: 0;
}

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

@media (max-width: 767px) {
  .u-center-at-mobile {
    text-align: center !important;
  }
}

.u-align-row-content--center .vc_column-inner .wpex-vc-column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-margin--0 {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .u-margin--0 {
    margin: 0 !important;
  }
}

.u-padding--0 {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .u-padding--0 {
    padding: 0 !important;
  }
}

.u-margin--xxs {
  margin: 5px !important;
}
@media (min-width: 992px) {
  .u-margin--xxs {
    margin: 10px !important;
  }
}

.u-padding--xxs {
  padding: 5px !important;
}
@media (min-width: 992px) {
  .u-padding--xxs {
    padding: 10px !important;
  }
}

.u-margin--xs {
  margin: 10px !important;
}
@media (min-width: 992px) {
  .u-margin--xs {
    margin: 20px !important;
  }
}

.u-padding--xs {
  padding: 10px !important;
}
@media (min-width: 992px) {
  .u-padding--xs {
    padding: 20px !important;
  }
}

.u-margin--sm {
  margin: 15px !important;
}
@media (min-width: 992px) {
  .u-margin--sm {
    margin: 30px !important;
  }
}

.u-padding--sm {
  padding: 15px !important;
}
@media (min-width: 992px) {
  .u-padding--sm {
    padding: 30px !important;
  }
}

.u-margin--md {
  margin: 20px !important;
}
@media (min-width: 992px) {
  .u-margin--md {
    margin: 40px !important;
  }
}

.u-padding--md {
  padding: 20px !important;
}
@media (min-width: 992px) {
  .u-padding--md {
    padding: 40px !important;
  }
}

.u-margin--lg {
  margin: 30px !important;
}
@media (min-width: 992px) {
  .u-margin--lg {
    margin: 60px !important;
  }
}

.u-padding--lg {
  padding: 30px !important;
}
@media (min-width: 992px) {
  .u-padding--lg {
    padding: 60px !important;
  }
}

.u-margin--xl {
  margin: 40px !important;
}
@media (min-width: 992px) {
  .u-margin--xl {
    margin: 80px !important;
  }
}

.u-padding--xl {
  padding: 40px !important;
}
@media (min-width: 992px) {
  .u-padding--xl {
    padding: 80px !important;
  }
}

.u-margin--xxl {
  margin: 60px !important;
}
@media (min-width: 992px) {
  .u-margin--xxl {
    margin: 120px !important;
  }
}

.u-padding--xxl {
  padding: 60px !important;
}
@media (min-width: 992px) {
  .u-padding--xxl {
    padding: 120px !important;
  }
}

.u-margin--3xl {
  margin: 80px !important;
}
@media (min-width: 992px) {
  .u-margin--3xl {
    margin: 160px !important;
  }
}

.u-padding--3xl {
  padding: 80px !important;
}
@media (min-width: 992px) {
  .u-padding--3xl {
    padding: 160px !important;
  }
}

.u-margin-top--0 {
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .u-margin-top--0 {
    margin-top: 0 !important;
  }
}

.u-margin-top--0-const {
  margin-top: 0 !important;
}

.u-padding-top--0 {
  padding-top: 0 !important;
}
@media (min-width: 992px) {
  .u-padding-top--0 {
    padding-top: 0 !important;
  }
}

.u-padding-top--0-const {
  padding-top: 0 !important;
}

.u-margin-right--0 {
  margin-right: 0 !important;
}
@media (min-width: 992px) {
  .u-margin-right--0 {
    margin-right: 0 !important;
  }
}

.u-margin-right--0-const {
  margin-right: 0 !important;
}

.u-padding-right--0 {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .u-padding-right--0 {
    padding-right: 0 !important;
  }
}

.u-padding-right--0-const {
  padding-right: 0 !important;
}

.u-margin-bottom--0 {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--0 {
    margin-bottom: 0 !important;
  }
}

.u-margin-bottom--0-const {
  margin-bottom: 0 !important;
}

.u-padding-bottom--0 {
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--0 {
    padding-bottom: 0 !important;
  }
}

.u-padding-bottom--0-const {
  padding-bottom: 0 !important;
}

.u-margin-left--0 {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .u-margin-left--0 {
    margin-left: 0 !important;
  }
}

.u-margin-left--0-const {
  margin-left: 0 !important;
}

.u-padding-left--0 {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .u-padding-left--0 {
    padding-left: 0 !important;
  }
}

.u-padding-left--0-const {
  padding-left: 0 !important;
}

.u-margin-top--xxs {
  margin-top: 5px !important;
}
@media (min-width: 992px) {
  .u-margin-top--xxs {
    margin-top: 10px !important;
  }
}

.u-margin-top--xxs-const {
  margin-top: 10px !important;
}

.u-padding-top--xxs {
  padding-top: 5px !important;
}
@media (min-width: 992px) {
  .u-padding-top--xxs {
    padding-top: 10px !important;
  }
}

.u-padding-top--xxs-const {
  padding-top: 10px !important;
}

.u-margin-right--xxs {
  margin-right: 5px !important;
}
@media (min-width: 992px) {
  .u-margin-right--xxs {
    margin-right: 10px !important;
  }
}

.u-margin-right--xxs-const {
  margin-right: 10px !important;
}

.u-padding-right--xxs {
  padding-right: 5px !important;
}
@media (min-width: 992px) {
  .u-padding-right--xxs {
    padding-right: 10px !important;
  }
}

.u-padding-right--xxs-const {
  padding-right: 10px !important;
}

.u-margin-bottom--xxs {
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--xxs {
    margin-bottom: 10px !important;
  }
}

.u-margin-bottom--xxs-const {
  margin-bottom: 10px !important;
}

.u-padding-bottom--xxs {
  padding-bottom: 5px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--xxs {
    padding-bottom: 10px !important;
  }
}

.u-padding-bottom--xxs-const {
  padding-bottom: 10px !important;
}

.u-margin-left--xxs {
  margin-left: 5px !important;
}
@media (min-width: 992px) {
  .u-margin-left--xxs {
    margin-left: 10px !important;
  }
}

.u-margin-left--xxs-const {
  margin-left: 10px !important;
}

.u-padding-left--xxs {
  padding-left: 5px !important;
}
@media (min-width: 992px) {
  .u-padding-left--xxs {
    padding-left: 10px !important;
  }
}

.u-padding-left--xxs-const {
  padding-left: 10px !important;
}

.u-margin-top--xs {
  margin-top: 10px !important;
}
@media (min-width: 992px) {
  .u-margin-top--xs {
    margin-top: 20px !important;
  }
}

.u-margin-top--xs-const {
  margin-top: 20px !important;
}

.u-padding-top--xs {
  padding-top: 10px !important;
}
@media (min-width: 992px) {
  .u-padding-top--xs {
    padding-top: 20px !important;
  }
}

.u-padding-top--xs-const {
  padding-top: 20px !important;
}

.u-margin-right--xs {
  margin-right: 10px !important;
}
@media (min-width: 992px) {
  .u-margin-right--xs {
    margin-right: 20px !important;
  }
}

.u-margin-right--xs-const {
  margin-right: 20px !important;
}

.u-padding-right--xs {
  padding-right: 10px !important;
}
@media (min-width: 992px) {
  .u-padding-right--xs {
    padding-right: 20px !important;
  }
}

.u-padding-right--xs-const {
  padding-right: 20px !important;
}

.u-margin-bottom--xs {
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--xs {
    margin-bottom: 20px !important;
  }
}

.u-margin-bottom--xs-const {
  margin-bottom: 20px !important;
}

.u-padding-bottom--xs {
  padding-bottom: 10px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--xs {
    padding-bottom: 20px !important;
  }
}

.u-padding-bottom--xs-const {
  padding-bottom: 20px !important;
}

.u-margin-left--xs {
  margin-left: 10px !important;
}
@media (min-width: 992px) {
  .u-margin-left--xs {
    margin-left: 20px !important;
  }
}

.u-margin-left--xs-const {
  margin-left: 20px !important;
}

.u-padding-left--xs {
  padding-left: 10px !important;
}
@media (min-width: 992px) {
  .u-padding-left--xs {
    padding-left: 20px !important;
  }
}

.u-padding-left--xs-const {
  padding-left: 20px !important;
}

.u-margin-top--sm {
  margin-top: 15px !important;
}
@media (min-width: 992px) {
  .u-margin-top--sm {
    margin-top: 30px !important;
  }
}

.u-margin-top--sm-const {
  margin-top: 30px !important;
}

.u-padding-top--sm {
  padding-top: 15px !important;
}
@media (min-width: 992px) {
  .u-padding-top--sm {
    padding-top: 30px !important;
  }
}

.u-padding-top--sm-const {
  padding-top: 30px !important;
}

.u-margin-right--sm {
  margin-right: 15px !important;
}
@media (min-width: 992px) {
  .u-margin-right--sm {
    margin-right: 30px !important;
  }
}

.u-margin-right--sm-const {
  margin-right: 30px !important;
}

.u-padding-right--sm {
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .u-padding-right--sm {
    padding-right: 30px !important;
  }
}

.u-padding-right--sm-const {
  padding-right: 30px !important;
}

.u-margin-bottom--sm {
  margin-bottom: 15px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--sm {
    margin-bottom: 30px !important;
  }
}

.u-margin-bottom--sm-const {
  margin-bottom: 30px !important;
}

.u-padding-bottom--sm {
  padding-bottom: 15px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--sm {
    padding-bottom: 30px !important;
  }
}

.u-padding-bottom--sm-const {
  padding-bottom: 30px !important;
}

.u-margin-left--sm {
  margin-left: 15px !important;
}
@media (min-width: 992px) {
  .u-margin-left--sm {
    margin-left: 30px !important;
  }
}

.u-margin-left--sm-const {
  margin-left: 30px !important;
}

.u-padding-left--sm {
  padding-left: 15px !important;
}
@media (min-width: 992px) {
  .u-padding-left--sm {
    padding-left: 30px !important;
  }
}

.u-padding-left--sm-const {
  padding-left: 30px !important;
}

.u-margin-top--md {
  margin-top: 20px !important;
}
@media (min-width: 992px) {
  .u-margin-top--md {
    margin-top: 40px !important;
  }
}

.u-margin-top--md-const {
  margin-top: 40px !important;
}

.u-padding-top--md {
  padding-top: 20px !important;
}
@media (min-width: 992px) {
  .u-padding-top--md {
    padding-top: 40px !important;
  }
}

.u-padding-top--md-const {
  padding-top: 40px !important;
}

.u-margin-right--md {
  margin-right: 20px !important;
}
@media (min-width: 992px) {
  .u-margin-right--md {
    margin-right: 40px !important;
  }
}

.u-margin-right--md-const {
  margin-right: 40px !important;
}

.u-padding-right--md {
  padding-right: 20px !important;
}
@media (min-width: 992px) {
  .u-padding-right--md {
    padding-right: 40px !important;
  }
}

.u-padding-right--md-const {
  padding-right: 40px !important;
}

.u-margin-bottom--md {
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--md {
    margin-bottom: 40px !important;
  }
}

.u-margin-bottom--md-const {
  margin-bottom: 40px !important;
}

.u-padding-bottom--md {
  padding-bottom: 20px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--md {
    padding-bottom: 40px !important;
  }
}

.u-padding-bottom--md-const {
  padding-bottom: 40px !important;
}

.u-margin-left--md {
  margin-left: 20px !important;
}
@media (min-width: 992px) {
  .u-margin-left--md {
    margin-left: 40px !important;
  }
}

.u-margin-left--md-const {
  margin-left: 40px !important;
}

.u-padding-left--md {
  padding-left: 20px !important;
}
@media (min-width: 992px) {
  .u-padding-left--md {
    padding-left: 40px !important;
  }
}

.u-padding-left--md-const {
  padding-left: 40px !important;
}

.u-margin-top--lg {
  margin-top: 30px !important;
}
@media (min-width: 992px) {
  .u-margin-top--lg {
    margin-top: 60px !important;
  }
}

.u-margin-top--lg-const {
  margin-top: 60px !important;
}

.u-padding-top--lg {
  padding-top: 30px !important;
}
@media (min-width: 992px) {
  .u-padding-top--lg {
    padding-top: 60px !important;
  }
}

.u-padding-top--lg-const {
  padding-top: 60px !important;
}

.u-margin-right--lg {
  margin-right: 30px !important;
}
@media (min-width: 992px) {
  .u-margin-right--lg {
    margin-right: 60px !important;
  }
}

.u-margin-right--lg-const {
  margin-right: 60px !important;
}

.u-padding-right--lg {
  padding-right: 30px !important;
}
@media (min-width: 992px) {
  .u-padding-right--lg {
    padding-right: 60px !important;
  }
}

.u-padding-right--lg-const {
  padding-right: 60px !important;
}

.u-margin-bottom--lg {
  margin-bottom: 30px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--lg {
    margin-bottom: 60px !important;
  }
}

.u-margin-bottom--lg-const {
  margin-bottom: 60px !important;
}

.u-padding-bottom--lg {
  padding-bottom: 30px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--lg {
    padding-bottom: 60px !important;
  }
}

.u-padding-bottom--lg-const {
  padding-bottom: 60px !important;
}

.u-margin-left--lg {
  margin-left: 30px !important;
}
@media (min-width: 992px) {
  .u-margin-left--lg {
    margin-left: 60px !important;
  }
}

.u-margin-left--lg-const {
  margin-left: 60px !important;
}

.u-padding-left--lg {
  padding-left: 30px !important;
}
@media (min-width: 992px) {
  .u-padding-left--lg {
    padding-left: 60px !important;
  }
}

.u-padding-left--lg-const {
  padding-left: 60px !important;
}

.u-margin-top--xl {
  margin-top: 40px !important;
}
@media (min-width: 992px) {
  .u-margin-top--xl {
    margin-top: 80px !important;
  }
}

.u-margin-top--xl-const {
  margin-top: 80px !important;
}

.u-padding-top--xl {
  padding-top: 40px !important;
}
@media (min-width: 992px) {
  .u-padding-top--xl {
    padding-top: 80px !important;
  }
}

.u-padding-top--xl-const {
  padding-top: 80px !important;
}

.u-margin-right--xl {
  margin-right: 40px !important;
}
@media (min-width: 992px) {
  .u-margin-right--xl {
    margin-right: 80px !important;
  }
}

.u-margin-right--xl-const {
  margin-right: 80px !important;
}

.u-padding-right--xl {
  padding-right: 40px !important;
}
@media (min-width: 992px) {
  .u-padding-right--xl {
    padding-right: 80px !important;
  }
}

.u-padding-right--xl-const {
  padding-right: 80px !important;
}

.u-margin-bottom--xl {
  margin-bottom: 40px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--xl {
    margin-bottom: 80px !important;
  }
}

.u-margin-bottom--xl-const {
  margin-bottom: 80px !important;
}

.u-padding-bottom--xl {
  padding-bottom: 40px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--xl {
    padding-bottom: 80px !important;
  }
}

.u-padding-bottom--xl-const {
  padding-bottom: 80px !important;
}

.u-margin-left--xl {
  margin-left: 40px !important;
}
@media (min-width: 992px) {
  .u-margin-left--xl {
    margin-left: 80px !important;
  }
}

.u-margin-left--xl-const {
  margin-left: 80px !important;
}

.u-padding-left--xl {
  padding-left: 40px !important;
}
@media (min-width: 992px) {
  .u-padding-left--xl {
    padding-left: 80px !important;
  }
}

.u-padding-left--xl-const {
  padding-left: 80px !important;
}

.u-margin-top--xxl {
  margin-top: 60px !important;
}
@media (min-width: 992px) {
  .u-margin-top--xxl {
    margin-top: 120px !important;
  }
}

.u-margin-top--xxl-const {
  margin-top: 120px !important;
}

.u-padding-top--xxl {
  padding-top: 60px !important;
}
@media (min-width: 992px) {
  .u-padding-top--xxl {
    padding-top: 120px !important;
  }
}

.u-padding-top--xxl-const {
  padding-top: 120px !important;
}

.u-margin-right--xxl {
  margin-right: 60px !important;
}
@media (min-width: 992px) {
  .u-margin-right--xxl {
    margin-right: 120px !important;
  }
}

.u-margin-right--xxl-const {
  margin-right: 120px !important;
}

.u-padding-right--xxl {
  padding-right: 60px !important;
}
@media (min-width: 992px) {
  .u-padding-right--xxl {
    padding-right: 120px !important;
  }
}

.u-padding-right--xxl-const {
  padding-right: 120px !important;
}

.u-margin-bottom--xxl {
  margin-bottom: 60px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--xxl {
    margin-bottom: 120px !important;
  }
}

.u-margin-bottom--xxl-const {
  margin-bottom: 120px !important;
}

.u-padding-bottom--xxl {
  padding-bottom: 60px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--xxl {
    padding-bottom: 120px !important;
  }
}

.u-padding-bottom--xxl-const {
  padding-bottom: 120px !important;
}

.u-margin-left--xxl {
  margin-left: 60px !important;
}
@media (min-width: 992px) {
  .u-margin-left--xxl {
    margin-left: 120px !important;
  }
}

.u-margin-left--xxl-const {
  margin-left: 120px !important;
}

.u-padding-left--xxl {
  padding-left: 60px !important;
}
@media (min-width: 992px) {
  .u-padding-left--xxl {
    padding-left: 120px !important;
  }
}

.u-padding-left--xxl-const {
  padding-left: 120px !important;
}

.u-margin-top--3xl {
  margin-top: 80px !important;
}
@media (min-width: 992px) {
  .u-margin-top--3xl {
    margin-top: 160px !important;
  }
}

.u-margin-top--3xl-const {
  margin-top: 160px !important;
}

.u-padding-top--3xl {
  padding-top: 80px !important;
}
@media (min-width: 992px) {
  .u-padding-top--3xl {
    padding-top: 160px !important;
  }
}

.u-padding-top--3xl-const {
  padding-top: 160px !important;
}

.u-margin-right--3xl {
  margin-right: 80px !important;
}
@media (min-width: 992px) {
  .u-margin-right--3xl {
    margin-right: 160px !important;
  }
}

.u-margin-right--3xl-const {
  margin-right: 160px !important;
}

.u-padding-right--3xl {
  padding-right: 80px !important;
}
@media (min-width: 992px) {
  .u-padding-right--3xl {
    padding-right: 160px !important;
  }
}

.u-padding-right--3xl-const {
  padding-right: 160px !important;
}

.u-margin-bottom--3xl {
  margin-bottom: 80px !important;
}
@media (min-width: 992px) {
  .u-margin-bottom--3xl {
    margin-bottom: 160px !important;
  }
}

.u-margin-bottom--3xl-const {
  margin-bottom: 160px !important;
}

.u-padding-bottom--3xl {
  padding-bottom: 80px !important;
}
@media (min-width: 992px) {
  .u-padding-bottom--3xl {
    padding-bottom: 160px !important;
  }
}

.u-padding-bottom--3xl-const {
  padding-bottom: 160px !important;
}

.u-margin-left--3xl {
  margin-left: 80px !important;
}
@media (min-width: 992px) {
  .u-margin-left--3xl {
    margin-left: 160px !important;
  }
}

.u-margin-left--3xl-const {
  margin-left: 160px !important;
}

.u-padding-left--3xl {
  padding-left: 80px !important;
}
@media (min-width: 992px) {
  .u-padding-left--3xl {
    padding-left: 160px !important;
  }
}

.u-padding-left--3xl-const {
  padding-left: 160px !important;
}

@media (max-width: 1199px) {
  .u-margin-top--0-if-md {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--0-if-md {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--0-if-md {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--0-if-md {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--0-if-md {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--0-if-md {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--0-if-md {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--0-if-md {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xxs-if-md {
    margin-top: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xxs-if-md {
    padding-top: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xxs-if-md {
    margin-right: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xxs-if-md {
    padding-right: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xxs-if-md {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xxs-if-md {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xxs-if-md {
    margin-left: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xxs-if-md {
    padding-left: 10px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xs-if-md {
    margin-top: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xs-if-md {
    padding-top: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xs-if-md {
    margin-right: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xs-if-md {
    padding-right: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xs-if-md {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xs-if-md {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xs-if-md {
    margin-left: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xs-if-md {
    padding-left: 20px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--sm-if-md {
    margin-top: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--sm-if-md {
    padding-top: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--sm-if-md {
    margin-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--sm-if-md {
    padding-right: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--sm-if-md {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--sm-if-md {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--sm-if-md {
    margin-left: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--sm-if-md {
    padding-left: 30px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--md-if-md {
    margin-top: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--md-if-md {
    padding-top: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--md-if-md {
    margin-right: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--md-if-md {
    padding-right: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--md-if-md {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--md-if-md {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--md-if-md {
    margin-left: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--md-if-md {
    padding-left: 40px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--lg-if-md {
    margin-top: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--lg-if-md {
    padding-top: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--lg-if-md {
    margin-right: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--lg-if-md {
    padding-right: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--lg-if-md {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--lg-if-md {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--lg-if-md {
    margin-left: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--lg-if-md {
    padding-left: 60px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xl-if-md {
    margin-top: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xl-if-md {
    padding-top: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xl-if-md {
    margin-right: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xl-if-md {
    padding-right: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xl-if-md {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xl-if-md {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xl-if-md {
    margin-left: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xl-if-md {
    padding-left: 80px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--xxl-if-md {
    margin-top: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--xxl-if-md {
    padding-top: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--xxl-if-md {
    margin-right: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--xxl-if-md {
    padding-right: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--xxl-if-md {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--xxl-if-md {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--xxl-if-md {
    margin-left: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--xxl-if-md {
    padding-left: 120px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-top--3xl-if-md {
    margin-top: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-top--3xl-if-md {
    padding-top: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-right--3xl-if-md {
    margin-right: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-right--3xl-if-md {
    padding-right: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-bottom--3xl-if-md {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-bottom--3xl-if-md {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-margin-left--3xl-if-md {
    margin-left: 160px !important;
  }
}

@media (max-width: 1199px) {
  .u-padding-left--3xl-if-md {
    padding-left: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--0-if-sm {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--0-if-sm {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--0-if-sm {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--0-if-sm {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--0-if-sm {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--0-if-sm {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--0-if-sm {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--0-if-sm {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xxs-if-sm {
    margin-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xxs-if-sm {
    padding-top: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xxs-if-sm {
    margin-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xxs-if-sm {
    padding-right: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xxs-if-sm {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xxs-if-sm {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xxs-if-sm {
    margin-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xxs-if-sm {
    padding-left: 10px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xs-if-sm {
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xs-if-sm {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xs-if-sm {
    margin-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xs-if-sm {
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xs-if-sm {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xs-if-sm {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xs-if-sm {
    margin-left: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xs-if-sm {
    padding-left: 20px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--sm-if-sm {
    margin-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--sm-if-sm {
    padding-top: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--sm-if-sm {
    margin-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--sm-if-sm {
    padding-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--sm-if-sm {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--sm-if-sm {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--sm-if-sm {
    margin-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--sm-if-sm {
    padding-left: 30px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--md-if-sm {
    margin-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--md-if-sm {
    padding-top: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--md-if-sm {
    margin-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--md-if-sm {
    padding-right: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--md-if-sm {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--md-if-sm {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--md-if-sm {
    margin-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--md-if-sm {
    padding-left: 40px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--lg-if-sm {
    margin-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--lg-if-sm {
    padding-top: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--lg-if-sm {
    margin-right: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--lg-if-sm {
    padding-right: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--lg-if-sm {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--lg-if-sm {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--lg-if-sm {
    margin-left: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--lg-if-sm {
    padding-left: 60px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xl-if-sm {
    margin-top: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xl-if-sm {
    padding-top: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xl-if-sm {
    margin-right: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xl-if-sm {
    padding-right: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xl-if-sm {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xl-if-sm {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xl-if-sm {
    margin-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xl-if-sm {
    padding-left: 80px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--xxl-if-sm {
    margin-top: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--xxl-if-sm {
    padding-top: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--xxl-if-sm {
    margin-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--xxl-if-sm {
    padding-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--xxl-if-sm {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--xxl-if-sm {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--xxl-if-sm {
    margin-left: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--xxl-if-sm {
    padding-left: 120px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-top--3xl-if-sm {
    margin-top: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-top--3xl-if-sm {
    padding-top: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-right--3xl-if-sm {
    margin-right: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-right--3xl-if-sm {
    padding-right: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom--3xl-if-sm {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom--3xl-if-sm {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-margin-left--3xl-if-sm {
    margin-left: 160px !important;
  }
}

@media (max-width: 991px) {
  .u-padding-left--3xl-if-sm {
    padding-left: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--0-if-xs {
    margin-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--0-if-xs {
    padding-top: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--0-if-xs {
    margin-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--0-if-xs {
    padding-right: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--0-if-xs {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--0-if-xs {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--0-if-xs {
    margin-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--0-if-xs {
    padding-left: 0 !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xxs-if-xs {
    margin-top: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xxs-if-xs {
    padding-top: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xxs-if-xs {
    margin-right: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xxs-if-xs {
    padding-right: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xxs-if-xs {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xxs-if-xs {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xxs-if-xs {
    margin-left: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xxs-if-xs {
    padding-left: 10px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xs-if-xs {
    margin-top: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xs-if-xs {
    padding-top: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xs-if-xs {
    margin-right: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xs-if-xs {
    padding-right: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xs-if-xs {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xs-if-xs {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xs-if-xs {
    margin-left: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xs-if-xs {
    padding-left: 20px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--sm-if-xs {
    margin-top: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--sm-if-xs {
    padding-top: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--sm-if-xs {
    margin-right: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--sm-if-xs {
    padding-right: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--sm-if-xs {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--sm-if-xs {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--sm-if-xs {
    margin-left: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--sm-if-xs {
    padding-left: 30px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--md-if-xs {
    margin-top: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--md-if-xs {
    padding-top: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--md-if-xs {
    margin-right: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--md-if-xs {
    padding-right: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--md-if-xs {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--md-if-xs {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--md-if-xs {
    margin-left: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--md-if-xs {
    padding-left: 40px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--lg-if-xs {
    margin-top: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--lg-if-xs {
    padding-top: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--lg-if-xs {
    margin-right: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--lg-if-xs {
    padding-right: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--lg-if-xs {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--lg-if-xs {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--lg-if-xs {
    margin-left: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--lg-if-xs {
    padding-left: 60px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xl-if-xs {
    margin-top: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xl-if-xs {
    padding-top: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xl-if-xs {
    margin-right: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xl-if-xs {
    padding-right: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xl-if-xs {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xl-if-xs {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xl-if-xs {
    margin-left: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xl-if-xs {
    padding-left: 80px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--xxl-if-xs {
    margin-top: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--xxl-if-xs {
    padding-top: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--xxl-if-xs {
    margin-right: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--xxl-if-xs {
    padding-right: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--xxl-if-xs {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--xxl-if-xs {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--xxl-if-xs {
    margin-left: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--xxl-if-xs {
    padding-left: 120px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-top--3xl-if-xs {
    margin-top: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-top--3xl-if-xs {
    padding-top: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-right--3xl-if-xs {
    margin-right: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-right--3xl-if-xs {
    padding-right: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-bottom--3xl-if-xs {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-bottom--3xl-if-xs {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-margin-left--3xl-if-xs {
    margin-left: 160px !important;
  }
}

@media (max-width: 766px) {
  .u-padding-left--3xl-if-xs {
    padding-left: 160px !important;
  }
}

a.u-stretched-link::before,
.u-stretched-link a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 20;
}

@media (min-width: 767px) {
  .u-pull--up {
    margin-top: -100px;
  }
}

@media (min-width: 767px) {
  .u-pull--down {
    margin-bottom: -100px;
  }
}

@media (min-width: 767px) {
  .u-pull--left {
    margin-left: -100px;
  }
}

@media (min-width: 767px) {
  .u-pull--right {
    margin-right: -100px;
  }
}

#main .u-screenshot-border {
  border: 10px solid #fff;
  border-radius: 6px;
}

.u-rounded--tr {
  border-top-right-radius: 100px;
}
@media (min-width: 767px) {
  .u-rounded--tr {
    border-top-right-radius: 250px;
  }
}

.u-rounded--br {
  border-bottom-right-radius: 100px;
}
@media (min-width: 767px) {
  .u-rounded--br {
    border-bottom-right-radius: 250px;
  }
}

.u-rounded--bl {
  border-bottom-left-radius: 100px;
}
@media (min-width: 767px) {
  .u-rounded--bl {
    border-bottom-left-radius: 250px;
  }
}

.u-rounded--tl {
  border-top-left-radius: 100px;
}
@media (min-width: 767px) {
  .u-rounded--tl {
    border-top-left-radius: 250px;
  }
}

.u-border-radius {
  border-radius: 6px;
}

.u-border-radius--sm {
  border-radius: 4px;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-drop-shadow {
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}

.u-drop-shadow--soft {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.12);
}

.u-img-drop-shadow img {
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
}

.u-img-drop-shadow--soft img {
  -webkit-box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.12);
}

.u-img-drop-shadow--hard img {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.18);
}

/*# sourceMappingURL=main.dev.css.map*/