@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,100;0,400;0,500;0,700;1,400;1,500;1,700&display=swap";
body.idosell, main.idosell {
  --withTheme-primary-color: #1fd18e;
  --withTheme-button-primary-color-hover: #1aad76;
  --withTheme-button-primary-outline-color-hover: #1fd18e1a;
  --withTheme-submenu-button-active-color: #dcfaee;
  --withTheme-submenu-link-hover-color: #aff3da;
  --withTheme-iconFilter: brightness(0) saturate(100%) invert(68%) sepia(90%) saturate(393%) hue-rotate(99deg) brightness(85%) contrast(95%);
  --withTheme-colors: ("primary-color" #1fd18e, );
  --withTheme-homer-hero-img: "../images/idosell/home/idosellHomepageTopSection.png";
}

body.idopay {
  --withTheme-primary-color: #ff5757;
  --withTheme-button-primary-color-hover: #ff2e2e;
  --withTheme-button-primary-outline-color-hover: #ff57571a;
  --withTheme-submenu-button-active-color: #fff0f0;
  --withTheme-submenu-link-hover-color: #ffa4a4;
  --withTheme-iconFilter: brightness(0) saturate(100%) invert(45%) sepia(95%) saturate(1534%) hue-rotate(329deg) brightness(109%) contrast(106%);
  --withTheme-colors--primary-color: #ff5757;
  --withTheme-homer-hero-img: "../images/home/idoPayHomepageTopSection.png";
}

body.idobooking {
  --withTheme-primary-color: #ffb82a;
  --withTheme-button-primary-color-hover: #ffaa01;
  --withTheme-button-primary-outline-color-hover: #ffb82a1a;
  --withTheme-submenu-button-active-color: #ffe3aa;
  --withTheme-submenu-link-hover-color: #ffd277;
  --withTheme-iconFilter: brightness(0) saturate(100%) invert(85%) sepia(10%) saturate(7132%) hue-rotate(336deg) brightness(105%) contrast(101%);
  --withTheme-colors--primary-color: #ffb82a;
  --withTheme-homer-hero-img: "../images/home/idoPayHomepageTopSection.png";
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, button, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

footer, header, nav, article, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

:root {
  font-size: 17px;
}

@media (max-width: 1440px) {
  :root {
    font-size: 16px;
  }
}

@media (max-width: 345px) {
  :root {
    font-size: 15px;
  }
}

h1 {
  font-size: 43px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 37px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 33px;
  }
}

@media (max-width: 345px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 36px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 29px;
  }
}

@media (max-width: 345px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 27px;
}

@media (max-width: 992px) {
  h3 {
    font-size: 25px;
  }
}

@media (max-width: 576px) {
  h3 {
    font-size: 23px;
  }
}

h4 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  h4 {
    font-size: 19px;
  }
}

@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  h4 {
    font-size: 18px;
  }
}

h6 {
  margin-top: .405rem;
  margin-bottom: .27rem;
  line-height: 1.1;
}

h5 {
  margin-top: .81rem;
  margin-bottom: .54rem;
  line-height: 1.1;
}

h4 {
  margin-top: 1.215rem;
  margin-bottom: .81rem;
  line-height: 1.1;
}

h3 {
  margin-top: 1.62rem;
  margin-bottom: 1.08rem;
  line-height: 1.1;
}

h2 {
  margin-top: 2.025rem;
  margin-bottom: 1.35rem;
  line-height: 1.1;
}

h1 {
  margin-top: 2.43rem;
  margin-bottom: 1.62rem;
  line-height: 1.1;
}

.sectionHeader {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
  display: flex;
}

.sectionHeader h1, .sectionHeader h2, .sectionHeader h3, .sectionHeader h4, .sectionHeader h5, .sectionHeader h6 {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.sectionHeader span:nth-of-type(2n) {
  font-weight: 400;
}

.sectionHeader--firstLine-PrimaryColor span:first-of-type {
  color: var(--withTheme-primary-color);
}

.sectionHeader--light {
  font-weight: 400;
}

.sectionHeader--bold, .sectionHeader--bold span:nth-of-type(2n) {
  font-weight: 600;
}

.sectionHeader--spaced {
  margin-bottom: 3rem;
}

.sectionHeader__logotype.imgContainer {
  justify-content: flex-start;
  margin-bottom: .5rem;
}

.sectionHeader__logotype.imgContainer img {
  width: auto;
  max-height: 40px;
}

.text, ol li, p, h5 {
  margin: .5rem 0;
  font-size: 1rem;
  line-height: 1.35;
  display: block;
}

.text-sm, p-sm, h5-sm {
  font-size: .9rem;
}

.text-lg, p-lg, h5-lg {
  font-size: 1.25rem;
}

.text-xl, p-xl, h5-xl {
  font-size: 1.7rem;
}

.text--bold, p--bold, h5--bold {
  font-weight: 600;
}

.text--primaryColor, p--primaryColor, h5--primaryColor {
  color: var(--withTheme-primary-color);
}

.text--gray, p--gray, h5--gray {
  color: #8e8e8e;
}

.text--withBigMargin, p--withBigMargin, h5--withBigMargin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

b, strong {
  font-weight: 500;
}

.sectionWithRightColumnElements__statistics h5 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .pt-lg-1 {
    padding-top: 1rem;
  }

  .pt-lg-2 {
    padding-top: 2rem;
  }

  .pt-lg-3 {
    padding-top: 3rem;
  }

  .pt-lg-4 {
    padding-top: 4rem;
  }

  .pt-lg-5 {
    padding-top: 5rem;
  }

  .pr-lg-1 {
    padding-right: 1rem;
  }

  .pr-lg-2 {
    padding-right: 2rem;
  }

  .pr-lg-3 {
    padding-right: 3rem;
  }

  .pr-lg-4 {
    padding-right: 4rem;
  }

  .pr-lg-5 {
    padding-right: 5rem;
  }

  .pb-lg-1 {
    padding-bottom: 1rem;
  }

  .pb-lg-2 {
    padding-bottom: 2rem;
  }

  .pb-lg-3 {
    padding-bottom: 3rem;
  }

  .pb-lg-4 {
    padding-bottom: 4rem;
  }

  .pb-lg-5 {
    padding-bottom: 5rem;
  }

  .pl-lg-1 {
    padding-left: 1rem;
  }

  .pl-lg-2 {
    padding-left: 2rem;
  }

  .pl-lg-3 {
    padding-left: 3rem;
  }

  .pl-lg-4 {
    padding-left: 4rem;
  }

  .pl-lg-5 {
    padding-left: 5rem;
  }
}

:root {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.3rem;
}

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-right: var(--bs-gutter-x, 1.2rem);
  padding-left: var(--bs-gutter-x, 1.2rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 757px) {
  .container {
    max-width: 749px;
  }
}

@media (min-width: 979px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.row {
  margin-top: calc(-1 * var(--bs-gutter-y) );
  margin-right: calc(-.5 * var(--bs-gutter-x) );
  margin-left: calc(-.5 * var(--bs-gutter-x) );
  flex-wrap: wrap;
  display: flex;
}

.row > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex-shrink: 0;
}

.col {
  flex: 1 0;
}

.row-cols-auto > * {
  width: auto;
  flex: none;
}

.row-cols-1 > * {
  width: 100%;
  flex: none;
}

.row-cols-2 > * {
  width: 50%;
  flex: none;
}

.row-cols-3 > * {
  width: 33.3333%;
  flex: none;
}

.row-cols-4 > * {
  width: 25%;
  flex: none;
}

.row-cols-5 > * {
  width: 20%;
  flex: none;
}

.row-cols-6 > * {
  width: 16.6667%;
  flex: none;
}

.col-auto {
  width: auto;
  flex: none;
}

.col-1 {
  width: 8.33333%;
  flex: none;
}

.col-2 {
  width: 16.6667%;
  flex: none;
}

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

.col-4 {
  width: 33.3333%;
  flex: none;
}

.col-5 {
  width: 41.6667%;
  flex: none;
}

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

.col-7 {
  width: 58.3333%;
  flex: none;
}

.col-8 {
  width: 66.6667%;
  flex: none;
}

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

.col-10 {
  width: 83.3333%;
  flex: none;
}

.col-11 {
  width: 91.6667%;
  flex: none;
}

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

.offset-1 {
  margin-left: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .5rem;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0;
  }

  .row-cols-sm-auto > * {
    width: auto;
    flex: none;
  }

  .row-cols-sm-1 > * {
    width: 100%;
    flex: none;
  }

  .row-cols-sm-2 > * {
    width: 50%;
    flex: none;
  }

  .row-cols-sm-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .row-cols-sm-4 > * {
    width: 25%;
    flex: none;
  }

  .row-cols-sm-5 > * {
    width: 20%;
    flex: none;
  }

  .row-cols-sm-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .col-sm-auto {
    width: auto;
    flex: none;
  }

  .col-sm-1 {
    width: 8.33333%;
    flex: none;
  }

  .col-sm-2 {
    width: 16.6667%;
    flex: none;
  }

  .col-sm-3 {
    width: 25%;
    flex: none;
  }

  .col-sm-4 {
    width: 33.3333%;
    flex: none;
  }

  .col-sm-5 {
    width: 41.6667%;
    flex: none;
  }

  .col-sm-6 {
    width: 50%;
    flex: none;
  }

  .col-sm-7 {
    width: 58.3333%;
    flex: none;
  }

  .col-sm-8 {
    width: 66.6667%;
    flex: none;
  }

  .col-sm-9 {
    width: 75%;
    flex: none;
  }

  .col-sm-10 {
    width: 83.3333%;
    flex: none;
  }

  .col-sm-11 {
    width: 91.6667%;
    flex: none;
  }

  .col-sm-12 {
    width: 100%;
    flex: none;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0;
  }

  .row-cols-md-auto > * {
    width: auto;
    flex: none;
  }

  .row-cols-md-1 > * {
    width: 100%;
    flex: none;
  }

  .row-cols-md-2 > * {
    width: 50%;
    flex: none;
  }

  .row-cols-md-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .row-cols-md-4 > * {
    width: 25%;
    flex: none;
  }

  .row-cols-md-5 > * {
    width: 20%;
    flex: none;
  }

  .row-cols-md-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .col-md-auto {
    width: auto;
    flex: none;
  }

  .col-md-1 {
    width: 8.33333%;
    flex: none;
  }

  .col-md-2 {
    width: 16.6667%;
    flex: none;
  }

  .col-md-3 {
    width: 25%;
    flex: none;
  }

  .col-md-4 {
    width: 33.3333%;
    flex: none;
  }

  .col-md-5 {
    width: 41.6667%;
    flex: none;
  }

  .col-md-6 {
    width: 50%;
    flex: none;
  }

  .col-md-7 {
    width: 58.3333%;
    flex: none;
  }

  .col-md-8 {
    width: 66.6667%;
    flex: none;
  }

  .col-md-9 {
    width: 75%;
    flex: none;
  }

  .col-md-10 {
    width: 83.3333%;
    flex: none;
  }

  .col-md-11 {
    width: 91.6667%;
    flex: none;
  }

  .col-md-12 {
    width: 100%;
    flex: none;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1, .gx-md-1 {
    --bs-gutter-x: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0;
  }

  .row-cols-lg-auto > * {
    width: auto;
    flex: none;
  }

  .row-cols-lg-1 > * {
    width: 100%;
    flex: none;
  }

  .row-cols-lg-2 > * {
    width: 50%;
    flex: none;
  }

  .row-cols-lg-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .row-cols-lg-4 > * {
    width: 25%;
    flex: none;
  }

  .row-cols-lg-5 > * {
    width: 20%;
    flex: none;
  }

  .row-cols-lg-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .col-lg-auto {
    width: auto;
    flex: none;
  }

  .col-lg-1 {
    width: 8.33333%;
    flex: none;
  }

  .col-lg-2 {
    width: 16.6667%;
    flex: none;
  }

  .col-lg-3 {
    width: 25%;
    flex: none;
  }

  .col-lg-4 {
    width: 33.3333%;
    flex: none;
  }

  .col-lg-5 {
    width: 41.6667%;
    flex: none;
  }

  .col-lg-6 {
    width: 50%;
    flex: none;
  }

  .col-lg-7 {
    width: 58.3333%;
    flex: none;
  }

  .col-lg-8 {
    width: 66.6667%;
    flex: none;
  }

  .col-lg-9 {
    width: 75%;
    flex: none;
  }

  .col-lg-10 {
    width: 83.3333%;
    flex: none;
  }

  .col-lg-11 {
    width: 91.6667%;
    flex: none;
  }

  .col-lg-12 {
    width: 100%;
    flex: none;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0;
  }

  .row-cols-xl-auto > * {
    width: auto;
    flex: none;
  }

  .row-cols-xl-1 > * {
    width: 100%;
    flex: none;
  }

  .row-cols-xl-2 > * {
    width: 50%;
    flex: none;
  }

  .row-cols-xl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .row-cols-xl-4 > * {
    width: 25%;
    flex: none;
  }

  .row-cols-xl-5 > * {
    width: 20%;
    flex: none;
  }

  .row-cols-xl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .col-xl-auto {
    width: auto;
    flex: none;
  }

  .col-xl-1 {
    width: 8.33333%;
    flex: none;
  }

  .col-xl-2 {
    width: 16.6667%;
    flex: none;
  }

  .col-xl-3 {
    width: 25%;
    flex: none;
  }

  .col-xl-4 {
    width: 33.3333%;
    flex: none;
  }

  .col-xl-5 {
    width: 41.6667%;
    flex: none;
  }

  .col-xl-6 {
    width: 50%;
    flex: none;
  }

  .col-xl-7 {
    width: 58.3333%;
    flex: none;
  }

  .col-xl-8 {
    width: 66.6667%;
    flex: none;
  }

  .col-xl-9 {
    width: 75%;
    flex: none;
  }

  .col-xl-10 {
    width: 83.3333%;
    flex: none;
  }

  .col-xl-11 {
    width: 91.6667%;
    flex: none;
  }

  .col-xl-12 {
    width: 100%;
    flex: none;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0;
  }

  .row-cols-xxl-auto > * {
    width: auto;
    flex: none;
  }

  .row-cols-xxl-1 > * {
    width: 100%;
    flex: none;
  }

  .row-cols-xxl-2 > * {
    width: 50%;
    flex: none;
  }

  .row-cols-xxl-3 > * {
    width: 33.3333%;
    flex: none;
  }

  .row-cols-xxl-4 > * {
    width: 25%;
    flex: none;
  }

  .row-cols-xxl-5 > * {
    width: 20%;
    flex: none;
  }

  .row-cols-xxl-6 > * {
    width: 16.6667%;
    flex: none;
  }

  .col-xxl-auto {
    width: auto;
    flex: none;
  }

  .col-xxl-1 {
    width: 8.33333%;
    flex: none;
  }

  .col-xxl-2 {
    width: 16.6667%;
    flex: none;
  }

  .col-xxl-3 {
    width: 25%;
    flex: none;
  }

  .col-xxl-4 {
    width: 33.3333%;
    flex: none;
  }

  .col-xxl-5 {
    width: 41.6667%;
    flex: none;
  }

  .col-xxl-6 {
    width: 50%;
    flex: none;
  }

  .col-xxl-7 {
    width: 58.3333%;
    flex: none;
  }

  .col-xxl-8 {
    width: 66.6667%;
    flex: none;
  }

  .col-xxl-9 {
    width: 75%;
    flex: none;
  }

  .col-xxl-10 {
    width: 83.3333%;
    flex: none;
  }

  .col-xxl-11 {
    width: 91.6667%;
    flex: none;
  }

  .col-xxl-12 {
    width: 100%;
    flex: none;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex-center {
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
}

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

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

.flex-fill {
  flex: auto !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: .25rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: .25rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-2 {
  padding-right: .5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-sm-fill {
    flex: auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-md-fill {
    flex: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-lg-fill {
    flex: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xl-fill {
    flex: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

  .flex-xxl-fill {
    flex: auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

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

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

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

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

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

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

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

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

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

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

ul.mainNav__navigation {
  flex-basis: 100%;
  display: flex;
}

ul.mainNav__navigation .mainNav__navigation-element {
  cursor: default;
  justify-content: center;
  display: flex;
  position: relative;
}

ul.mainNav__navigation .mainNav__navigation-element:last-of-type {
  color: var(--withTheme-primary-color);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

ul.mainNav__navigation .mainNav__navigation-element:last-of-type a span {
  color: var(--withTheme-primary-color);
}

@media (max-width: 768px) {
  ul.mainNav__navigation .mainNav__navigation-element:last-of-type {
    flex: auto;
    justify-content: flex-start;
  }

  ul.mainNav__navigation .mainNav__navigation-element:last-of-type a span {
    color: inherit;
  }
}

ul.mainNav__navigation .mainNav__navigation-element > a {
  text-decoration: none;
}

ul.mainNav__navigation .mainNav__navigation-element:focus {
  outline: none;
}

ul.mainNav__navigation .mainNav__navigation-element:hover .menuElement-title {
  color: var(--withTheme-primary-color);
}

ul.mainNav__navigation .mainNav__navigation-element .menuElement-title {
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem .8rem;
  transition: color .21s;
  display: flex;
}

ul.mainNav__navigation .mainNav__navigation-element .menuElement-title img.accordion-arrow {
  display: none;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(1) .dropdown {
  left: -6.3rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(2) .dropdown {
  left: -8.6rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(3) .dropdown {
  left: -10.9rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(4) .dropdown {
  left: -13.2rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(5) .dropdown {
  left: -15.5rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(6) .dropdown {
  left: -17.8rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(7) .dropdown {
  left: -20.1rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(8) .dropdown {
  left: -22.4rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(9) .dropdown {
  left: -24.7rem;
}

ul.mainNav__navigation .mainNav__navigation-element:nth-child(10) .dropdown {
  left: -27rem;
}

ul.mainNav__navigation .mainNav__navigation-element .dropdown {
  opacity: 0;
  will-change: opacity;
  color: #222;
  width: 42rem;
  border: 1px solid #ededed;
  border-top: 0;
  border-radius: 2px;
  padding: 1.3rem 0 1.3rem 1.3rem;
  transition: opacity .21s .105s, background-color .105s .21s;
  display: none;
  position: absolute;
  top: -1.6rem;
  left: 0;
  transform: translateY(100px);
}

@media (max-width: 768px) {
  ul.mainNav__navigation .mainNav__navigation-element .dropdown {
    border: 0;
  }
}

ul.mainNav__navigation .mainNav__navigation-element--withoutDynamiContent .dropdown {
  width: 22.26rem;
}

@media (min-width: 768px) {
  ul.mainNav__navigation .mainNav__navigation-element--withoutDynamiContent .dropdown {
    padding: 2rem 0;
  }
}

ul.mainNav__navigation .mainNav__navigation-element--withoutDynamiContent .dropdown .dynamic-content {
  display: none;
}

ul.mainNav__navigation .mainNav__navigation-element.trigger-enter .dropdown {
  display: block;
}

ul.mainNav__navigation .mainNav__navigation-element.trigger-enter--active .dropdown {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  ul.mainNav__navigation {
    opacity: 0;
    color: #000;
    z-index: -1;
    width: 100%;
    height: 100%;
    color: #000;
    visibility: hidden;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 5rem 0 1rem;
    transition: opacity .21s ease-in-out;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile {
    visibility: visible;
    opacity: 1;
    transition: opacity .21s ease-in-out;
    overflow-y: scroll;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .mainNav__navigation-element {
    width: 100%;
    flex-direction: column;
    order: 1;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .mainNav__navigation-element .menuElement-title {
    cursor: pointer;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 1rem;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .mainNav__navigation-element .menuElement-title img.accordion-arrow {
    height: .5rem;
    transition: transform .21s ease-in-out;
    display: flex;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .mainNav__navigation-element .dropdown {
    position: initial;
    transform: initial;
    max-width: 100%;
    width: auto;
    visibility: hidden;
    opacity: 0;
    display: initial;
    height: 0;
    padding: 0;
    transition: visibility, opacity .5s linear;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .trigger-enter-active .dropdown {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .trigger-enter-active .menuElement-title {
    color: var(--withTheme-primary-color);
  }

  ul.mainNav__navigation.mainNav__navigation--openOnMobile .trigger-enter-active .menuElement-title img.accordion-arrow {
    transform: rotate(-180deg);
  }
}

.navigation-listItemContent {
  display: flex;
}

.navigation-listItemContent .dynamic-content, .navigation-listItemContent .links {
  width: 50%;
}

.navigation-listItemContent .links {
  border-left: 1px solid #f6f6f6;
}

.navigation-listItemContent .links .links__link, .navigation-listItemContent .links .sub-menu__links li a {
  text-decoration: none;
  transition: background-color .21s;
  display: block;
}

.navigation-listItemContent .links .links__link:hover, .navigation-listItemContent .links .sub-menu__links li a:hover, .navigation-listItemContent .links .links__link:focus, .navigation-listItemContent .links .sub-menu__links li a:focus {
  background-color: var(--withTheme-submenu-link-hover-color);
}

@media (max-width: 768px) {
  .navigation-listItemContent .links {
    width: 100%;
  }
}

.navigation-listItemContent .links .sub-menu {
  transition: background-color .21s ease-in-out;
  position: relative;
}

.navigation-listItemContent .links .sub-menu--active {
  background-color: var(--withTheme-submenu-button-active-color);
}

.navigation-listItemContent .links .sub-menu--active > button.sub-menu__button:after {
  right: 3%;
  transform: rotate(180deg);
}

.navigation-listItemContent .links .sub-menu--active > button.sub-menu__button:hover:after {
  right: 5%;
}

.navigation-listItemContent .links .sub-menu__button {
  width: 100%;
  cursor: pointer;
  will-change: transform;
  background: 0;
  border: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.1rem 2.4rem 1.1rem 1.1rem;
  text-decoration: none;
  transition: background-color .21s ease-in-out;
  display: flex;
  position: relative;
}

.navigation-listItemContent .links .sub-menu__button:before, .navigation-listItemContent .links .sub-menu__button:after {
  font-family: Material Icons;
  font-size: 1.1rem;
  position: absolute;
  top: 1rem;
}

.navigation-listItemContent .links .sub-menu__button:after {
  content: "east";
  transition: transform .21s, right .21s;
  right: 13%;
}

.navigation-listItemContent .links .sub-menu__button:hover {
  background-color: var(--withTheme-submenu-button-active-color);
}

.navigation-listItemContent .links .sub-menu__button:hover:after {
  right: 12%;
}

.navigation-listItemContent .links .sub-menu__button-title {
  max-width: 90%;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.navigation-listItemContent .links .sub-menu__button-desc {
  text-align: left;
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .85rem;
  line-height: 1.2rem;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .navigation-listItemContent .links .sub-menu__button-desc {
    max-width: 80%;
  }
}

.navigation-listItemContent .links .sub-menu__links {
  max-height: 0;
  transition: max-height .21s linear;
  overflow: hidden;
}

.navigation-listItemContent .links .sub-menu__links li a {
  height: 100%;
  width: 100%;
  padding: 1.1rem;
}

.navigation-listItemContent .links__link {
  padding: 1.1rem;
}

.navigation-listItemContent .dynamic-content {
  flex-direction: column;
  padding-right: .5rem;
  display: flex;
}

@media (max-width: 768px) {
  .navigation-listItemContent .dynamic-content {
    display: none;
  }
}

.mainNav__navigation-element--withoutDynamiContent .links {
  width: 100%;
}

.btn, .inputBox .inputRadioBox--asButton label {
  cursor: pointer;
  min-width: 100px;
  text-align: center;
  margin: initial;
  background: 0;
  border: 0;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: .75rem 2.8rem;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.btn:disabled, .inputBox .inputRadioBox--asButton label:disabled {
  opacity: .7;
  cursor: not-allowed;
  transition: opacity .21s;
}

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

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

@media (min-width: 992px) {
  .buttonsContainer {
    flex-direction: row;
  }
}

.buttonsContainer .btn, .buttonsContainer .inputBox .inputRadioBox--asButton label, .inputBox .inputRadioBox--asButton .buttonsContainer label, .buttonsContainer .link {
  margin-right: 10px;
}

.buttonsContainer .btn:last-of-type, .buttonsContainer .inputBox .inputRadioBox--asButton label:last-of-type, .inputBox .inputRadioBox--asButton .buttonsContainer label:last-of-type, .buttonsContainer .link:last-of-type {
  margin-right: 0;
}

@media (max-width: 992px) {
  .buttonsContainer .btn, .buttonsContainer .inputBox .inputRadioBox--asButton label, .inputBox .inputRadioBox--asButton .buttonsContainer label, .buttonsContainer .link, .buttonsContainer .btn:last-of-type, .buttonsContainer .inputBox .inputRadioBox--asButton label:last-of-type, .inputBox .inputRadioBox--asButton .buttonsContainer label:last-of-type, .buttonsContainer .link:last-of-type {
    margin: 8px auto;
  }
}

@media (max-width: 992px) {
  .buttonsContainer .btn, .buttonsContainer .inputBox .inputRadioBox--asButton label, .inputBox .inputRadioBox--asButton .buttonsContainer label {
    width: 100%;
  }
}

.link, a, .btn, .inputBox .inputRadioBox--asButton label {
  color: #222;
}

.btn-primary, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-primary {
  color: #fff;
  background: #222;
  background-color: var(--withTheme-primary-color);
  border: 0;
}

.btn-primary:hover, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-primary:hover, .btn-primary:focus, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-primary:focus, .btn-primary:active, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-primary:active {
  color: #fff;
  background: #0e0e0e;
  background-color: var(--withTheme-button-primary-color-hover);
  transition: background-color .21s;
}

.btn-secondary, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-white {
  color: #fff;
  background: #222;
  border: 0;
}

.btn-secondary:hover, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-white:hover, .btn-secondary:focus, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-white:focus, .btn-secondary:active, .hero-home.hero-home-secondVersion .buttonsContainer .btn-outline-white:active {
  color: #fff;
  background: #0e0e0e;
  transition: background-color .21s;
}

.btn-outline-primary {
  color: #222;
  border: 2px solid #222;
  border: 2px solid var(--withTheme-primary-color);
  color: var(--withTheme-primary-color);
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #222;
  background: #2222221a;
  background-color: var(--withTheme-button-primary-outline-color-hover);
  color: var(--withTheme-primary-color);
  transition: background-color .21s;
}

.btn-outline-secondary {
  color: #222;
  border: 2px solid #222;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  color: #222;
  background: #2222221a;
  transition: background-color .21s;
}

.btn-outline-white {
  color: #fff;
  border: 2px solid #fff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
  color: #fff;
  background: #ffffff1a;
  transition: background-color .21s;
}

.btn-outline-black {
  color: #000;
  border: 2px solid #000;
}

.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active {
  color: #000;
  background: #0000001a;
  transition: background-color .21s;
}

.mainNav__cta {
  flex: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .mainNav__cta {
    flex: initial;
    display: contents;
  }
}

.mainNav__cta.mainNav__navigation--openOnMobile .search.inputBox button span {
  color: #222;
}

.mainNav__cta .search.inputBox {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 768px) {
  .mainNav__cta .search.inputBox {
    order: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.mainNav__cta .search.inputBox input {
  width: 100%;
  background: 0;
  border: 1px solid #ccc;
  padding: .75rem;
}

.mainNav__cta .search.inputBox input:focus {
  border-color: var(--withTheme-primary-color);
}

.mainNav__cta .search.inputBox button {
  cursor: pointer;
  background: 0;
  border: 0;
  position: absolute;
  right: 0;
}

.mainNav__cta .search.inputBox button span {
  padding: .5rem;
  font-size: 1rem;
  transition: color .21s;
}

.mainNav__cta .search.inputBox button:hover span, .mainNav__cta .search.inputBox button:focus span {
  color: var(--withTheme-primary-color);
}

.mainNav__cta .btn {
  white-space: nowrap;
  font-weight: normal;
  font-size: inherit;
  color: var(--withTheme-primary-color);
  text-decoration: none;
}

@media (max-width: 768px) {
  .mainNav__cta .btn {
    color: #000;
    border: 2px solid #000;
    order: 2;
    margin-left: auto;
    margin-right: auto;
  }

  .mainNav__cta .btn:hover, .mainNav__cta .btn:focus, .mainNav__cta .btn:active {
    color: #000;
    background: #0000001a;
    transition: background-color .21s;
  }
}

.hamburger-btn {
  z-index: 3;
  cursor: pointer;
  height: 45px;
  width: 45px;
  color: #fff;
  background: 0;
  border: 0;
  border-radius: 100%;
  padding: 1rem;
  display: none;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hamburger-btn {
    display: flex;
  }
}

.hamburger-btn img {
  height: 20px;
}

.hamburger-btn span {
  height: 2px;
  opacity: 1;
  width: 60%;
  background: #222;
  border-radius: 9px;
  transition: all .21s ease-in-out, background-color .105s ease-in-out;
  display: block;
  position: absolute;
  left: 20%;
  transform: rotate(0deg);
}

.hamburger-btn span:nth-child(1) {
  top: 11px;
}

.hamburger-btn span:nth-child(1).hamburger-btn--open {
  width: 0%;
  top: 18px;
  left: 50%;
}

.hamburger-btn span:nth-child(2), .hamburger-btn span:nth-child(3) {
  top: 19px;
}

.hamburger-btn span:nth-child(4) {
  top: 27px;
}

.siteHeader--withWhiteTexts button.hamburger-btn--open span {
  background: #222;
}

.hamburger-btn--open span:nth-child(1) {
  width: 0%;
  top: 18px;
  left: 50%;
}

.hamburger-btn--open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-btn--open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-btn--open span:nth-child(4) {
  width: 0%;
  top: 18px;
  left: 50%;
}

.siteHeader__mainNav {
  width: 100%;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .siteHeader__mainNav {
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.siteHeader__mainNav .mainNav__logo {
  height: 1.6rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .5rem;
}

@media (min-width: 768px) {
  .siteHeader__mainNav .mainNav__logo {
    padding-right: 1rem;
  }

  .siteHeader__mainNav .mainNav__logo img {
    width: initial;
  }
}

.siteHeader__mainNav .mainNav__dropdownBackground {
  transform-origin: 50% 0;
  opacity: 0;
  will-change: transform, width, height, opacity;
  width: 50%;
  width: 45%;
  height: auto;
  visibility: hidden;
  height: 150px;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  justify-content: center;
  transition: transform .273s ease-in-out, height .315s ease-in-out, width .315s ease-in-out, opacity .42s ease-in-out;
  display: flex;
  position: absolute;
  top: 100px;
  left: 100px;
}

@media (max-width: 768px) {
  .siteHeader__mainNav .mainNav__dropdownBackground {
    display: none;
  }
}

.siteHeader__mainNav .mainNav__dropdownBackground.open {
  visibility: visible;
  opacity: 1;
}

.siteHeader__mainNav .mainNav__dropdownBackground.open .arrow {
  visibility: visible;
  border: 0;
}

.siteHeader__mainNav .mainNav__dropdownBackground .arrow {
  height: 20px;
  width: 20px;
  z-index: -1;
  will-change: transform;
  visibility: hidden;
  background: #fff;
  border: 0;
  transition: transform .63s;
  display: block;
  position: absolute;
  left: 2rem;
  transform: translateY(-10px)rotate(45deg);
}

.siteHeader__mainNav .mainNav__dropdownBackground .arrow:before, .siteHeader__mainNav .mainNav__dropdownBackground .arrow:after {
  content: "";
  background-color: #ededed;
  position: absolute;
}

.siteHeader__mainNav .mainNav__dropdownBackground .arrow:before {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}

.siteHeader__mainNav .mainNav__dropdownBackground .arrow:after {
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
}

.siteHeader {
  z-index: 100;
  width: 100%;
  color: #222;
  justify-content: space-between;
  transition: background-color .21s, box-shadow .42s, color .105s;
  position: fixed;
  top: 0;
}

.siteHeader--withWhiteTexts .menuElement-title {
  color: #fff;
}

.siteHeader--withWhiteTexts .search.inputBox input {
  color: #fff;
  border-color: #fff;
}

.siteHeader--withWhiteTexts .search.inputBox button span.material-icons {
  color: #fff;
}

.siteHeader--withWhiteTexts .hamburger-btn span {
  background: #fff;
}

.siteHeader--fixed {
  max-width: 100%;
  background-color: #fff;
  transition: box-shadow .42s, background-color .21s, color .105s;
  position: fixed;
  top: 0;
  box-shadow: 0 10px 23px -19px #0006;
}

.siteHeader--fixed .menuElement-title {
  color: #222;
}

.siteHeader--fixed .search.inputBox input {
  color: #222;
  border-color: #ccc;
}

.siteHeader--fixed .search.inputBox button span.material-icons {
  color: #222;
}

.siteHeader--fixed .hamburger-btn span {
  background: #222;
}

.siteHeader--whiteOnMobileWhenOpenMenu .siteHeader__containerWrapper {
  background-color: #fff;
  border-bottom: 1px solid #8080801b;
  transition: background-color .21s;
}

.siteHeader--whiteOnMobileWhenOpenMenu .siteHeader__containerWrapper .menuElement-title {
  color: #222;
}

.siteHeader .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

footer.footer {
  color: #aaa;
}

@media (min-width: 576px) {
  footer.footer {
    padding-bottom: 0;
  }
}

footer.footer button {
  color: #fff;
}

footer.footer .footer__list .accordion {
  border: 0;
}

footer.footer .footer__list .accordion p {
  line-height: 2rem;
}

footer.footer .footer__list a {
  color: #aaa;
  text-decoration: none;
}

footer.footer .footer__list a:hover {
  text-decoration: underline;
}

footer.footer .footer__bottom {
  color: #aaa;
  border-top: 1px solid #aaa;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  footer.footer .footer__bottom {
    flex-direction: row;
  }
}

footer.footer .footer__bottom .footer__socials {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

footer.footer .footer__bottom .footer__socials a {
  margin-right: 1rem;
}

footer.footer .footer__bottom .footer__socials a:last-of-type {
  margin-right: 0;
}

footer.footer .footer__bottom .footer__copyright {
  align-items: center;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  footer.footer .footer__bottom .footer__copyright {
    justify-content: center;
    padding: 4rem 0;
  }
}

footer.footer .footer__bottom .footer__account {
  border-bottom: 1px solid #aaa;
  flex-direction: column;
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media (max-width: 768px) {
  footer.footer .footer__bottom .footer__account {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  footer.footer .footer__bottom .footer__account {
    border-bottom: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

footer.footer .footer__bottom .footer__account a {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  footer.footer .footer__bottom .footer__account a {
    border-left: 1px solid #aaa;
    margin-bottom: 0;
    margin-right: .5rem;
    padding-left: .5rem;
  }

  footer.footer .footer__bottom .footer__account a:first-of-type {
    border-left: 0;
    padding-left: 0;
  }
}

.inputBox {
  width: 100%;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: .5rem;
  display: flex;
}

.inputBox label {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

@media (max-width: 768px) {
  .inputBox label {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inputBox input, .inputBox textarea, .inputBox select {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 1rem;
  transition: border-color .21s;
  display: flex;
}

@media (max-width: 768px) {
  .inputBox input, .inputBox textarea, .inputBox select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inputBox input:focus, .inputBox textarea:focus, .inputBox select:focus {
  border-color: var(--withTheme-primary-color);
  outline: none;
}

.inputBox input:invalid:not(:focus):not(:placeholder-shown), .inputBox input.--invalid, .inputBox textarea:invalid:not(:focus):not(:placeholder-shown), .inputBox textarea.--invalid, .inputBox select:invalid:not(:focus):not(:placeholder-shown), .inputBox select.--invalid {
  border-color: #da2727b3;
}

.inputBox input:not(:focus):not(:placeholder-shown):invalid ~ .inputBox__error-message, .inputBox input.--invalid ~ .inputBox__error-message, .inputBox textarea:not(:focus):not(:placeholder-shown):invalid ~ .inputBox__error-message, .inputBox textarea.--invalid ~ .inputBox__error-message, .inputBox select:not(:focus):not(:placeholder-shown):invalid ~ .inputBox__error-message, .inputBox select.--invalid ~ .inputBox__error-message {
  visibility: visible;
  opacity: 1;
  transition: visibility .21s linear, opacity .21s linear;
}

.inputBox__error-message {
  visibility: hidden;
  min-height: 1rem;
  color: #da2727;
  opacity: 0;
  padding-top: 5px;
  padding-left: .5rem;
}

.inputBox__error-message--active {
  visibility: visible;
  opacity: 1;
  transition: visibility .21s linear, opacity .21s linear;
}

.inputBox textarea {
  resize: none;
  min-height: 100px;
  padding: 1.5rem;
}

.inputBox select {
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("https://typo3.iai-system.com/fileadmin/user_upload/Media/Icons/inputSelectArrow.svg");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 25px;
  position: relative;
}

.inputBox .inputRadioBox--asButton {
  float: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.inputBox .inputRadioBox--asButton input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inputBox .inputRadioBox--asButton input[type="radio"] {
  opacity: 0;
}

.inputBox .inputRadioBox--asButton input[type="radio"]:checked + label {
  background-color: var(--withTheme-button-primary-color-hover);
  transition: background-color .21s;
}

.inputBox .inputRadioBox--asButton input[type="radio"]:focus + label, .inputBox .inputRadioBox--asButton input[type="radio"]:hover + label {
  background-color: var(--withTheme-primary-color);
  transition: background-color .21s;
}

.inputBox .inputRadioBox--asButton label {
  color: #fff;
  background: #222;
  margin: 0;
}

.contentAndAside {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.contentAndAside .contentAndAside__aside {
  width: 25%;
  position: sticky;
  top: 7rem;
}

@media (min-width: 768px) {
  .contentAndAside .contentAndAside__aside--right {
    order: 1;
  }
}

.contentAndAside .contentAndAside__aside > div {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .contentAndAside .contentAndAside__aside {
    width: 100%;
    margin-top: 1rem;
  }
}

.contentAndAside .contentAndAside__aside__checkSimilar span {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .contentAndAside .contentAndAside__aside__checkSimilar {
    order: 3;
  }
}

.contentAndAside .contentAndAside__aside__checkSimilar a {
  margin: 3px auto 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.contentAndAside .contentAndAside__aside__checkSimilar a:before {
  content: "";
  width: 15px;
  max-width: 25%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: -10px;
}

.contentAndAside .contentAndAside__aside__checkSimilar a:last-of-type {
  margin-bottom: 0;
}

.contentAndAside .contentAndAside__aside__checkSimilar a:last-of-type:before {
  height: 0;
  width: 0;
}

.contentAndAside .contentAndAside__aside nav ul li {
  margin-bottom: 1.5rem;
}

.contentAndAside .contentAndAside__aside nav ul li a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.contentAndAside .contentAndAside__aside nav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contentAndAside .contentAndAside__aside nav {
    border-top: 1px solid #f6f6f6;
    order: 1;
    padding-top: 1rem;
  }
}

.contentAndAside .contentAndAside__content {
  width: 73%;
}

.contentAndAside .contentAndAside__content .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .contentAndAside .contentAndAside__content {
    width: 100%;
  }
}

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

@media (max-width: 768px) {
  .contentAndAside.contentAndAside--onBlog .contentAndAside__aside {
    display: contents;
  }
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__author {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__author img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 3%;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__author p {
  flex-direction: column;
  display: flex;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__author p span {
  display: block;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__author .author-name {
  font-weight: 600;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__tags {
  flex-wrap: wrap;
  display: flex;
}

@media (max-width: 768px) {
  .contentAndAside.contentAndAside--onBlog .contentAndAside__aside__tags {
    order: 1;
  }
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__tags a {
  color: #999;
  margin-right: .5rem;
  padding: 3px 0;
  text-decoration: none;
  transition: color .21s;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__tags a:hover {
  color: #222;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__relatedServices span {
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

.contentAndAside.contentAndAside--onBlog .contentAndAside__aside__relatedServices a {
  margin: 3px auto;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .contentAndAside.contentAndAside--onBlog .contentAndAside__aside__relatedServices {
    order: 2;
  }
}

.layoutContent {
  flex-flow: column wrap;
  justify-content: space-between;
  margin: 1.5rem -.6rem;
  display: flex;
}

@media (min-width: 992px) {
  .layoutContent--contentAlignedToTop {
    align-items: flex-start;
  }
}

.layoutContent > div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
}

.layoutContent > div.imgContainer {
  flex-direction: initial;
}

@media (min-width: 992px) {
  .layoutContent > div {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .layoutContent.doubledColumn > div:first-of-type {
    padding-right: 6rem;
  }
}

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

@media (min-width: 992px) {
  .layoutContent {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .layoutContent[data-columns="1,1"] > div {
    width: 48%;
    flex: none;
  }
}

.layoutContent[data-columns="1,2"] > div:nth-child(2), .layoutContent[data-columns="2,1"] > div:nth-child(1) {
  flex: 2;
}

.layoutContent[data-columns="1,1,1"] {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .layoutContent[data-columns="1,1,1"] > div {
    width: 33.3333%;
    flex: initial;
  }
}

.layoutContent[data-columns="1,1,1,1"] {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .layoutContent[data-columns="1,1,1,1"] > div {
    width: 50%;
    flex: initial;
  }
}

@media (min-width: 1440px) {
  .layoutContent[data-columns="1,1,1,1"] > div {
    width: 25%;
    flex: initial;
  }
}

.link {
  color: var(--withTheme-primary-color);
}

.link:before {
  border-color: var(--withTheme-primary-color);
}

.link:after {
  background: var(--withTheme-primary-color);
}

.link:hover, .link:focus {
  text-decoration: underline;
}

.link--black, .hero-home.hero-home-secondVersion .hero__bottomLink a {
  color: #222;
}

.link--black:before, .hero-home.hero-home-secondVersion .hero__bottomLink a:before {
  border-color: #222;
}

.link--black:after, .hero-home.hero-home-secondVersion .hero__bottomLink a:after {
  background: #222;
}

.link--arrow-right {
  width: auto;
  margin-right: auto;
  padding-right: 20px;
  position: relative;
}

.link--arrow-right:before {
  content: "east";
  font-family: Material Icons;
  transition: right .21s;
  position: absolute;
  right: 0;
}

.link--arrow-right:hover:before, .link--arrow-right:hover:after, .link--arrow-right:focus:before, .link--arrow-right:focus:after {
  right: -2px;
}

.link--arrow-bottom {
  padding-left: 15px;
  position: relative;
}

.link--arrow-bottom:before {
  content: "south";
  font-family: Material Icons;
  transition: bottom .21s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link--arrow-bottom:hover:before, .link--arrow-bottom:hover:after, .link--arrow-bottom:focus:before, .link--arrow-bottom:focus:after {
  bottom: -2px;
}

.idosell .link--arrow-bottom {
  color: #fff;
}

.idosell .link--arrow-bottom:hover, .idosell .link--arrow-bottom:focus, .idosell .link--arrow-bottom:hover:before, .idosell .link--arrow-bottom:hover:after, .idosell .link--arrow-bottom:focus:before, .idosell .link--arrow-bottom:focus:after {
  color: #fff !important;
}

.accordion {
  border-bottom: 1px solid #f6f6f6;
}

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

.accordion-btn {
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem 2px;
  display: flex;
}

.accordion-btn img {
  height: 7px;
  width: 10px;
  margin-left: 3px;
  margin-right: 5px;
  transition: all .21s ease-in-out;
}

.accordion-btn img.accordion-btn-img--rotate {
  transform: rotate(-180deg);
}

.accordion-btn:hover, .accordion-btn--active {
  background-color: #f6f6f6;
}

.accordion-content {
  max-height: 0;
  transition: max-height .21s ease-out;
  overflow: hidden;
}

.accordion-content .row a.imgContainer {
  height: 90px;
  margin-top: 1px;
}

.accordion-content .row a.imgContainer img {
  max-height: 100px;
}

.accordion-content > div {
  padding-top: 1rem;
  padding-bottom: .3rem;
}

@media (min-width: 768px) {
  .accordion--expandedOnDesktop .accordion-btn, .accordion--expandedOnMobile .accordion-btn {
    pointer-events: none;
    text-align: center;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .accordion--expandedOnDesktop .accordion-btn img, .accordion--expandedOnMobile .accordion-btn img {
    display: none;
  }
}

@media (min-width: 768px) {
  .accordion--expandedOnDesktop .accordion-content, .accordion--expandedOnMobile .accordion-content {
    max-height: none;
  }
}

.section--darkBg .accordion-btn {
  color: #fff;
}

.section--darkBg .accordion-btn:hover, .section--darkBg .accordion-btn--active {
  background: #1f1f1f;
}

.section--darkBg .accordion-btn .accordion-btn-img {
  filter: brightness(0) saturate() invert() sepia() saturate(1%) hue-rotate(245deg) brightness(108%) contrast(101%);
}

.breadcrumb {
  background-color: none;
  border-radius: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .5rem;
  padding: .5rem 0;
  list-style: none;
  display: flex;
}

.breadcrumb-item {
  align-items: center;
  font-weight: bold;
  display: flex;
  position: relative;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item:before {
  content: "chevron_right";
  font-family: Material Icons;
}

.breadcrumb-item:first-of-type:before {
  display: none;
}

.breadcrumb-item:last-of-type {
  font-weight: normal;
}

.copyBlock {
  flex-direction: column;
  justify-content: space-between;
  padding: .5rem 0;
  display: flex;
}

@media (min-width: 768px) {
  .copyBlock {
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .copyBlock {
    margin-top: 1rem;
  }

  .copyBlock:first-of-type {
    margin-top: 0;
  }
}

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

@media (max-width: 768px) {
  .copyBlock__icon.imgContainer {
    padding-left: initial;
  }
}

@media (min-width: 768px) {
  .copyBlock__icon {
    margin-bottom: 1.5rem;
  }
}

.copyBlock__icon .icon {
  height: 4rem;
  width: 4rem;
}

.copyBlock__body {
  flex: 1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .copyBlock__body {
    max-width: 93%;
  }
}

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

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

.productCta > :first-child {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .productCta > :first-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .productCta .buttonsContainer {
    width: 100%;
    margin-right: 0;
  }
}

header.page-hero .productCta {
  margin-bottom: 1rem;
}

.crossBorder {
  width: 100%;
}

.crossBorder .container {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.crossBorder .container section {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 768px) {
  .crossBorder .container section {
    flex-direction: column-reverse;
  }
}

.crossBorder-countryInfo {
  width: 40%;
  justify-content: center;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .crossBorder-countryInfo {
    width: 100%;
  }
}

.crossBorder-countryInfo .crossBorder__closeBtn {
  width: 45px;
  height: 45px;
  z-index: 4;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.crossBorder-countryInfo-country {
  width: 100%;
  z-index: 1;
  background-color: #fefefe;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 40px;
  animation: fadeInAnimation 1s forwards;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

@media (max-width: 768px) {
  .crossBorder-countryInfo-country {
    padding: 20px;
  }
}

.crossBorder-countryInfo-country img {
  height: 60px;
}

.crossBorder-countryInfo-country__cta {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.crossBorder-countryInfo-country span {
  display: block;
}

.crossBorder-countryInfo-country span strong {
  font-size: 1.9rem;
  font-weight: bold;
}

.crossBorder-countryInfo-country ul {
  padding-left: 15px;
  list-style: disc;
}

.crossBorder-countryInfo-country ul li {
  margin-top: 7px;
}

.crossBorder-countryInfo-country span {
  margin-top: 12px;
}

.crossBorder-countryInfo-country span:first-of-type {
  margin-top: 5px;
}

.crossBorder-countryInfo-country b {
  font-weight: bold;
}

.crossBorder-countryInfo-country a {
  width: 100%;
}

.crossBorder-countryInfo-default {
  flex-direction: column;
  justify-content: center;
  animation: fadeInAnimation 1s forwards;
  display: flex;
}

.crossBorder-map {
  width: 60%;
  justify-content: center;
  align-items: center;
  animation: fadeInAnimation 1s forwards;
  display: flex;
  position: relative;
}

.crossBorder-map img {
  max-width: 70%;
  margin: auto;
  padding: 3rem;
}

@media (max-width: 768px) {
  .crossBorder-map {
    width: 100%;
  }
}

.crossBorder-map svg {
  z-index: 5;
  width: 100%;
}

.crossBorder-map svg > g > g > g {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.crossBorder-map svg > g > g > g:hover path {
  fill: #1fd18e;
}

.crossBorder-map svg .country--active {
  position: relative;
}

.crossBorder-map svg .country--active:before {
  content: "";
  width: 150vw;
  height: 100%;
  height: 100%;
  opacity: .45;
  background-color: #000;
  position: absolute;
  top: 0;
  left: -50vw;
}

.crossBorder-map svg .country--active path {
  fill: #1fd18e;
}

.crossBorder-map svg .country--dimmed {
  opacity: .75;
}

.crossBorder-list {
  flex-flow: wrap;
  animation: fadeInAnimation 1s forwards;
  display: flex;
}

.crossBorder-list button {
  width: calc(50%-6px);
  cursor: pointer;
  background-color: #efefef;
  border-radius: 5px;
  margin: 5px 3px;
  padding: 16px;
  transition: background-color .2s, color .2s;
}

@media (max-width: 370px) {
  .crossBorder-list button {
    padding: 10px;
  }
}

.crossBorder-list button:hover, .crossBorder-list button.active {
  color: #fff;
  background-color: #1fd18e;
}

.crossBorder-integrations {
  flex-wrap: wrap;
  display: flex;
}

.crossBorder-integrations > div {
  width: 33%;
  flex-flow: wrap;
  align-content: flex-start;
  margin-top: 25px;
  animation: fadeInAnimation 1s forwards;
  display: flex;
}

@media (max-width: 576px) {
  .crossBorder-integrations > div {
    width: 100%;
  }
}

.crossBorder-integrations > div .integrations-item {
  width: 100%;
  width: 50%;
  border-bottom: 1px solid #f8f8ff;
  justify-content: center;
  display: flex;
}

.crossBorder-integrations > div .integrations-item:last-of-type {
  border-bottom: 0;
}

.crossBorder-integrations > div .integrations-item a {
  height: 85px;
  min-width: 50%;
  max-width: 100%;
  margin-top: 1px;
  padding: 27px;
  animation: fadeInAnimation 1s forwards;
}

@media (max-width: 576px) {
  .crossBorder-integrations > div .integrations-item a {
    height: 65px;
    padding: 20px;
  }
}

.crossBorder-integrations > div .categoryTitle {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
  font-size: 21px;
}

.crossBorder .off {
  display: none;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.integrationsCountryInfo {
  font-weight: bold;
}

.switchViewMode {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media (min-width: 768px) {
  .switchViewMode {
    display: none;
  }
}

.switchViewMode label {
  width: 60px;
  height: 34px;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}

.switchViewMode input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  transition: background-color .35s, transform .4s;
  position: absolute;
  inset: 0;
}

.slider:before {
  content: "";
  height: 26px;
  width: 26px;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color .35s, transform .4s;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

input:checked + .slider {
  background-color: #1fd18e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1fd18e;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.dynamic-container-div {
  display: none;
}

.dynamic-container-div--active {
  animation: fadeInAnimation 1s;
  display: block;
}

table.contenttable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

table.contenttable tr:nth-child(2n) {
  background-color: #f6f6f6;
}

table.contenttable tr td, table.contenttable tr th {
  text-align: left;
  align-items: center;
  padding: .7rem;
}

@media (max-width: 345px) {
  table.contenttable.colCount-3 thead, table.contenttable.colCount-2 thead {
    clip: rect(0 0 0 0);
    border: none;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  table.contenttable.colCount-3 tr, table.contenttable.colCount-2 tr {
    margin-bottom: 1rem;
    display: block;
  }

  table.contenttable.colCount-3 td, table.contenttable.colCount-2 td {
    justify-content: space-between;
    margin: .5rem 0;
    display: flex;
  }

  table.contenttable.colCount-3 td:before, table.contenttable.colCount-2 td:before {
    content: attr(data-label);
    width: 60%;
    display: flex;
  }
}

@media (max-width: 576px) {
  table.contenttable.colCount-4 thead, table.contenttable.colCount-5 thead {
    clip: rect(0 0 0 0);
    border: none;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  table.contenttable.colCount-4 tr, table.contenttable.colCount-5 tr {
    margin-bottom: 1rem;
    display: block;
  }

  table.contenttable.colCount-4 td, table.contenttable.colCount-5 td {
    justify-content: space-between;
    margin: .5rem 0;
    display: flex;
  }

  table.contenttable.colCount-4 td:before, table.contenttable.colCount-5 td:before {
    content: attr(data-label);
    width: 60%;
    display: flex;
  }
}

@media (max-width: 768px) {
  table.contenttable.colCount-6 thead, table.contenttable.colCount-7 thead, table.contenttable.colCount-8 thead, table.contenttable.colCount-9 thead, table.contenttable.colCount-10 thead {
    clip: rect(0 0 0 0);
    border: none;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  table.contenttable.colCount-6 tr, table.contenttable.colCount-7 tr, table.contenttable.colCount-8 tr, table.contenttable.colCount-9 tr, table.contenttable.colCount-10 tr {
    margin-bottom: 1rem;
    display: block;
  }

  table.contenttable.colCount-6 td, table.contenttable.colCount-7 td, table.contenttable.colCount-8 td, table.contenttable.colCount-9 td, table.contenttable.colCount-10 td {
    justify-content: space-between;
    margin: .5rem 0;
    display: flex;
  }

  table.contenttable.colCount-6 td:before, table.contenttable.colCount-7 td:before, table.contenttable.colCount-8 td:before, table.contenttable.colCount-9 td:before, table.contenttable.colCount-10 td:before {
    content: attr(data-label);
    width: 60%;
    display: flex;
  }
}

@media (max-width: 992px) {
  table.contenttable.colCount-11 thead, table.contenttable.colCount-12 thead, table.contenttable.colCount-13 thead, table.contenttable.colCount-14 thead, table.contenttable.colCount-15 thead {
    clip: rect(0 0 0 0);
    border: none;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  table.contenttable.colCount-11 tr, table.contenttable.colCount-12 tr, table.contenttable.colCount-13 tr, table.contenttable.colCount-14 tr, table.contenttable.colCount-15 tr {
    margin-bottom: 1rem;
    display: block;
  }

  table.contenttable.colCount-11 td, table.contenttable.colCount-12 td, table.contenttable.colCount-13 td, table.contenttable.colCount-14 td, table.contenttable.colCount-15 td {
    justify-content: space-between;
    margin: .5rem 0;
    display: flex;
  }

  table.contenttable.colCount-11 td:before, table.contenttable.colCount-12 td:before, table.contenttable.colCount-13 td:before, table.contenttable.colCount-14 td:before, table.contenttable.colCount-15 td:before {
    content: attr(data-label);
    width: 60%;
    display: flex;
  }
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--withTheme-primary-color);
  color: #fff;
}

body {
  color: #222;
  min-height: 100vh;
  flex-direction: column;
  font-family: DM Sans, sans-serif;
  line-height: 1.3;
  display: flex;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body.noScrolling {
    overflow: hidden;
  }
}

main {
  flex-grow: 1;
  padding-top: 75px;
  overflow-x: hidden;
}

.section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section .container {
  position: inherit;
}

.section--tight {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.section--withoutPadding {
  padding-top: 0;
  padding-bottom: 0;
}

.section--withoutTopPadding {
  padding-top: 0;
}

.section--withoutBottomPadding {
  padding-bottom: 0;
}

.section--darkBg {
  color: #fff;
  background-color: #222;
}

.section--darkBg a {
  color: #fff;
}

.section--circleBg {
  padding-bottom: 18rem;
  position: relative;
}

@media (min-width: 768px) {
  .section--circleBg {
    padding-bottom: 4.5rem;
  }
}

.section--circleBg:before {
  content: "";
  width: 100%;
  height: 100%;
  filter: var(--withTheme-iconFilter);
  background-image: url("https://www.iai-system.com/panel/file-gate.php?id=189112&ext=.svg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .section--circleBg:before {
    background-image: url("https://www.iai-system.com/panel/file-gate.php?id=189113&ext=.svg");
    background-position: center;
  }
}

@media (min-width: 992px) {
  .section--circleBg:before {
    background-image: url("https://www.iai-system.com/panel/file-gate.php?id=189114&ext=.svg");
    background-position: center;
  }
}

.section--grayBg {
  background-color: #f6f6f6;
}

.section--imgAtTheBottom {
  padding-bottom: 0;
}

.section--imgAtTheBottom .imgContainer {
  justify-content: flex-end;
  align-items: center;
  flex-direction: column !important;
}

.section--imgAtTheBottom .container .layoutContent > div:first-of-type {
  margin-bottom: 2rem;
}

.section--lineBg {
  position: relative;
}

.section--lineBg:before {
  content: "";
  width: 50%;
  height: 100%;
  filter: var(--withTheme-iconFilter);
  background-image: url("https://typo3.iai-system.com/fileadmin/user_upload/Media/Backgrounds/lineidopay.svg");
  background-position: 100% 92%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .section--lineBg:before {
    width: 50%;
    background-position: 100% 95%;
  }
}

.section--roundLineBg {
  position: relative;
}

.section--roundLineBg:before {
  content: "";
  width: 1440px;
  width: 1170px;
  height: 100%;
  max-width: 92%;
  max-width: 95%;
  filter: var(--withTheme-iconFilter);
  opacity: .95;
  background-image: url("https://www.iai-system.com/panel/file-gate.php?id=194862&ext=.svg");
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1440px) {
  .section--roundLineBg:before {
    background-size: contain;
  }
}

@media (max-width: 1200px) {
  .section--roundLineBg:before {
    width: 70%;
    margin-left: 5px;
  }
}

@media (max-width: 992px) {
  .section--roundLineBg:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .section--roundLineBg:before {
    display: none;
  }
}

@-moz-document url-prefix() {
  .section--roundLineBg:before {
    background-image: url("https://www.iai-system.com/panel/file-gate.php?id=194866&ext=.svg");
  }
}

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

.text-secondary {
  color: #222;
}

.text-gray {
  color: #8e8e8e;
}

.imgContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.imgContainer img {
  max-width: 100%;
}

.imgContainer--imgContain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .imgContainer--imgContain img {
    width: auto;
    max-width: 100%;
  }
}

.imgContainer--imgCover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .section--imgAtTheBottom .imgContainer img {
    max-width: 90%;
    min-width: 75%;
  }
}

.material-icons {
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  font-family: Material Icons;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
}

ol {
  counter-reset: list-counter;
}

ol li {
  counter-increment: list-counter;
  padding-left: 2rem;
  position: relative;
}

ol li:before {
  content: counters(list-counter, ".") "";
  content: counters(list-counter, ".") ".";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.icon {
  filter: var(--withTheme-iconFilter);
}

.off {
  display: none !important;
}

.fadeIn {
  animation: fadeInAnimation 1s forwards;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  height: 20px;
  width: 20px;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  margin: auto;
  animation: splide-loading 1s linear infinite;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  height: 2em;
  opacity: .7;
  width: 2em;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  height: 8px;
  opacity: .7;
  width: 8px;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible, .splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}

@media (max-width: 576px) {
  .splide.splideWithMargin .splide__track {
    padding-left: var(--bs-gutter-x, 1.2rem) !important;
    padding-right: 2rem !important;
  }
}

.splide.splideWithMargin .splide__slide:first-of-type {
  padding-left: var(--bs-gutter-x, 1.2rem);
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 757px) {
  .splide.splideWithMargin .splide__slide:first-of-type {
    margin-left: calc(50% - 374.5px) !important;
  }
}

@media (min-width: 979px) {
  .splide.splideWithMargin .splide__slide:first-of-type {
    margin-left: calc(50% - 485px) !important;
  }
}

@media (min-width: 1200px) {
  .splide.splideWithMargin .splide__slide:first-of-type {
    margin-left: calc(50% - 585px) !important;
  }
}

@media (max-width: 576px) {
  .splide.splideWithMargin .splide__slide:first-of-type {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  opacity: .7;
  border: 3px solid #0000;
  border-radius: 4px;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}

.splide__arrow {
  cursor: pointer;
  height: 2.5em;
  width: 2.5em;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  background: none;
  border: 1px solid #1fd18e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity 1s ease-out 1s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 576px) {
  .splide__arrow {
    display: none;
  }
}

.splide__arrow svg {
  fill: #1fd18e;
  height: 2em;
  width: 2em;
  padding: .6rem;
  transition: fill .4s;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #1cbb7f;
  transition: fill .4s;
}

.splide__arrow:disabled {
  opacity: 0 !important;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #20b2aa;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #20b2aa;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  height: 5px;
  width: 20px;
  background: #ccc;
  border: 0;
  border-radius: 2.5px;
  margin: 3px;
  padding: 0;
  transition: background-color .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #20b2aa;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
  background: #57e1d9;
}

.splide__pagination__page:focus-visible, .splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #20b2aa;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
  border-radius: 4px;
}

.splide__slide:focus {
  outline: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
  padding: 0 !important;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide:hover .splide__arrow {
  opacity: 1;
  transition: opacity 1s ease-out;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  height: auto img;
  height-vertical-align: bottom;
  flex-shrink: 0;
  margin: 0;
  padding-top: 1rem;
  position: relative;
  list-style-type: none !important;
}

.splide__spinner {
  contain: strict;
  height: 20px;
  width: 20px;
  border: 2px solid #20b2aa;
  border-left-color: #0000;
  border-radius: 50%;
  margin: auto;
  animation: splide-loading 1s linear infinite;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  background-color: #9acd32;
  position: absolute;
  top: 0;
  left: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  height: 3px;
  background: #ccc;
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #20b2aa;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__slider > .splide__arrows .splide__arrow--prev {
  left: -2.5em;
}

.splide__slider > .splide__arrows .splide__arrow--next {
  right: -2.5em;
}

.splide {
  padding: 3em;
}

.our_speakers {
  flex-direction: column;
  padding: 30px 0 50px;
  position: relative;
}

@media (min-width: 979px) {
  .our_speakers {
    flex-direction: row;
    padding: 70px 0 90px;
  }
}

.slider__wrapper {
  width: 100vw;
  position: relative;
  overflow-x: visible;
}

.partners__photo {
  max-width: calc(50% - 35px);
  flex: 0 0 calc(50% - 35px);
}

.our_speakers__body::-webkit-scrollbar {
  display: none;
}

.logo__container {
  max-width: 150px;
  max-height: 50px;
  align-items: center;
  display: flex;
}

.logo_photo {
  height: 50px;
  max-width: 150px;
  margin-right: 35px;
  display: block;
}

.button-container {
  display: none;
}

#slider__body {
  max-width: 100vw;
  margin: 0;
  padding: 0;
  overflow-x: visible;
}

.our_speakers__body {
  flex-wrap: nowrap;
  padding: 10px;
  transition: all .5s linear;
  display: flex;
  position: relative;
  left: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 757px) {
  .our_speakers__body {
    background: none;
    padding: 10px 0 10px calc(50vw - 374.5px);
    display: flex;
    overflow-x: scroll;
  }
}

@media (min-width: 979px) {
  .our_speakers__body {
    padding: 10px 0 0 calc(50vw - 469px);
    overflow-x: visible;
  }
}

@media (min-width: 1200px) {
  .our_speakers__body {
    padding: 10px 0 0 calc(50vw - 569px);
  }
}

.speakers__item {
  min-width: 90%;
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  padding: 30px;
  display: flex;
  box-shadow: 0 3px 6px #0003;
}

@media (min-width: 757px) {
  .speakers__item {
    min-width: 340px;
    min-height: 360px;
  }
}

@media (min-width: 979px) {
  .speakers__item {
    border-radius: 20px 20px 0 0;
  }
}

.speaker__description {
  flex-grow: 1;
  margin-bottom: 30px;
}

.speakers__item img.speaker__photo {
  width: auto;
  max-height: 40px;
}

.schedule__item__body {
  flex-grow: 1;
}

.speakers__item .speaker__name, .speakers__item .speaker__function {
  font-size: 22px;
}

.speakers__item .speaker__name {
  font-weight: 700;
}

.speakers__item .speaker__function {
  min-height: 60px;
  margin-bottom: 20px;
}

.logo__container {
  max-width: 150px;
  max-height: 50px;
  align-items: center;
  display: flex;
}

@media (min-width: 979px) {
  .our_speakers {
    min-height: 717px;
  }

  .partners__photo {
    width: 12.5%;
    max-width: 12.5% !important;
    flex: 0 0 12.5% !important;
  }

  .button-container {
    width: 8%;
    z-index: 8;
    display: flex;
    position: absolute;
    top: -30px;
    right: 0;
    transform: translate(-50%, -50%);
  }

  .button-container .button-left, .button-container .button-right {
    content: "";
    width: 40px;
    height: 40px;
    transition: opacity .5s ease-in-out;
    position: relative;
  }

  .button-container .button-left:hover, .button-container .button-right:hover {
    transform: scale(1.15);
  }

  .button-left {
    margin-right: auto;
  }

  .button-right {
    margin-left: auto;
  }

  .button-container .button-left i.icon-left {
    content: url("https://www.idosell.com/panel/file-gate.php?id=191533&ext=.svg");
  }

  .button-container .button-right i.icon-right {
    content: url("https://www.idosell.com/panel/file-gate.php?id=191534&ext=.svg");
  }
}

.modalNew {
  display: none;
}

.modalNew.is-open {
  display: block;
}

.modalNew {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  z-index: 500;
  background: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal__container {
  border: 6px solid var(--withTheme-primary-color);
  max-width: 75%;
  max-height: 100vh;
  max-height: 82vh;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 5rem;
  padding: .2rem 100px 0;
  overflow-y: auto;
}

@media (max-width: 1200px) {
  .modal__container {
    max-width: 90%;
    max-height: 80vh;
  }
}

@media (max-width: 600px) {
  .modal__container {
    max-width: 100%;
    max-height: 75vh;
    margin-top: 0;
    padding: .8rem .8rem 1rem;
  }
}

.modal__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal__title {
  color: var(--withTheme-primary-color);
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.modal__close {
  cursor: pointer;
  color: var(--withTheme-primary-color);
  z-index: 600;
  background: none;
  border: 0;
  padding: 1rem;
  font-size: 1.8rem;
}

@media (min-width: 600px) {
  .modal__close {
    transform: translateX(100px);
  }
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  color: #000c;
  margin-top: .2rem;
  margin-bottom: .2rem;
  line-height: 1.5;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal__header {
  border-bottom: 0 !important;
}

@media (min-width: 768px) {
  .blogNews .row {
    height: 100%;
  }
}

.blogNews__img {
  height: 150px;
}

@media (min-width: 768px) {
  .blogNews__img {
    height: 100%;
  }
}

.blogNews--title {
  color: #222;
  text-decoration: none;
}

main header.page-hero .hero-img {
  max-width: 100%;
  margin: auto;
  display: flex;
}

.sectionWithRightColumnElements .container {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.sectionWithRightColumnElements .container .left {
  width: 60%;
  margin-right: 13%;
}

@media (max-width: 992px) {
  .sectionWithRightColumnElements .container .left {
    width: 100%;
    margin-right: 0;
    display: contents;
  }
}

.sectionWithRightColumnElements .container .right {
  width: 22%;
}

@media (max-width: 1440px) {
  .sectionWithRightColumnElements .container .right {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .sectionWithRightColumnElements .container .right {
    width: 100%;
    display: contents;
  }
}

@media (max-width: 992px) {
  .sectionWithRightColumnElements__info {
    order: 1;
  }
}

.sectionWithRightColumnElements__statistics div {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 0;
}

@media (min-width: 992px) {
  .sectionWithRightColumnElements__statistics div:first-of-type, .sectionWithRightColumnElements__statistics div:first-of-type span {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .sectionWithRightColumnElements__statistics div {
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .sectionWithRightColumnElements__statistics div {
    margin-right: 0;
  }
}

body.idopay .left {
  width: 65% !important;
  margin-right: 5% !important;
}

@media (max-width: 992px) {
  body.idopay .left {
    width: 100%;
  }
}

body.idopay .right {
  width: 30% !important;
}

@media (max-width: 992px) {
  body.idopay .right {
    width: 100% !important;
  }
}

.idosell .sectionWithRightColumnElements__statistics div:first-of-type {
  color: var(--withTheme-primary-color);
}

.news {
  margin-bottom: 3rem;
}

.news .article {
  margin: 3rem 0;
}

.news .article .header .news-list-date {
  color: #999;
}

.news .article .header h3 {
  margin-top: .5rem;
}

.news .article .header h3 a {
  text-decoration: none;
}

.news .news-contentInList {
  flex-direction: column;
  display: flex;
}

.news .news-contentInList h1, .news .news-contentInList h2, .news .news-contentInList h3 {
  font-size: 1.4rem;
}

.news .news-contentInList__readMore, .news .news-contentInList__showLess {
  cursor: pointer;
  text-decoration: underline;
}

.news .f3-widget-paginator {
  justify-content: center;
  display: flex;
}

.news .f3-widget-paginator li {
  margin: 1rem;
}

.news .f3-widget-paginator li a {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.news .f3-widget-paginator li.current {
  font-weight: bold;
}

.news .f3-widget-paginator li.previous {
  margin-left: 0;
  position: relative;
}

.news .f3-widget-paginator li.previous:before, .news .f3-widget-paginator li.previous:after {
  font-family: Material Icons;
  font-size: 1.1rem;
  position: absolute;
  top: 1rem;
}

.news .f3-widget-paginator li.next {
  margin-right: 0;
}

.cookie-banner {
  width: 600px;
  max-width: 90%;
  z-index: 10;
  max-height: 88%;
  background-color: #fff;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -45%);
}

.cookie-banner .cookie-banner-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.cookie-banner-title--mainTitle {
  font-size: 1.4rem;
}

.cookie-banner .cookie-banner-description {
  margin: 15px 0;
}

.cookie-banner__settingsDiv {
  flex-direction: column;
  margin: 15px 0;
  display: flex;
}

.checkboxElement {
  margin: 10px 0;
  display: flex;
}

.checkboxElement label, .checkboxElement input {
  cursor: pointer;
}

.checkboxElement input {
  margin: 10px;
}

.checkboxElement label span {
  font-weight: bold;
}

.checkboxElement label p {
  color: gray;
}

.cookie-banner__buttonsDiv {
  display: flex;
}

.off {
  display: none;
}

@media (max-width: 756px) {
  .cookie-banner__buttonsDiv {
    flex-direction: column;
  }

  .cookie-banner__buttonsDiv button {
    margin: 5px auto;
  }
}

.half {
  width: 50%;
}

.hero-home {
  min-height: 65vh;
  color: #fff;
  z-index: 1;
  align-items: center;
  padding: 50px 0;
  display: flex;
  position: relative;
}

.hero-home:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0000;
  background-image: url("https://www.iai-system.com/panel/file-gate.php?id=193139&ext=.webp"), url("https://www.iai-system.com/panel/file-gate.php?id=187776&ext=.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-home:after {
  content: "";
  width: 100%;
  height: 100%;
  height: 100%;
  opacity: .35;
  background: linear-gradient(to right, #000000f2, #000000ba, #0000);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 992px) {
  .hero-home:after {
    background-color: #000000de;
  }
}

.hero-home .container {
  z-index: 2;
}

.hero-home .container > div {
  height: 61.75vh;
}

.hero-home .container > div > div {
  flex-direction: column;
  flex: 2 2;
  justify-content: center;
  display: flex;
}

@media (min-width: 992px) {
  .hero-home .container > div > div {
    width: 65%;
  }
}

.hero-home .container > div .hero__bottomLink {
  flex: 0;
}

.hero-home .container > div .hero__bottomLink img {
  height: 10px;
  width: auto;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .hero-home.hero-home-secondVersion .container > .row {
    width: 60%;
    color: #000;
  }
}

.hero-home.hero-home-secondVersion:before {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .hero-home.hero-home-secondVersion:before {
    width: 50%;
    left: 50%;
  }
}

.hero-home.hero-home-secondVersion:after {
  width: 0;
  height: 0;
}

@media (min-width: 768px) {
  .ourPartners .col-lg-1 {
    width: 10%;
  }

  .ourPartners .accordion {
    padding: 1rem 0;
    display: flex;
  }

  .ourPartners .accordion:last-of-type {
    border-bottom: 0;
  }

  .ourPartners .accordion .accordion-btn, .ourPartners .accordion .accordion-btn span, .ourPartners .accordion .accordion-content, .ourPartners .accordion .accordion-content span {
    margin: 0;
    padding: 0;
  }

  .ourPartners .accordion .accordion-content {
    flex: auto;
  }

  .ourPartners .accordion .accordion-btn {
    width: initial;
    text-align: left;
    flex: 0 0 190px;
    padding-right: 2rem;
  }

  .ourPartners .accordion .accordion-btn span {
    font-size: 1rem;
    font-weight: 100;
  }
}

.ourPartners .accordion-content .row .logotype img {
  width: fit-content;
}

.sliderSolutions .card {
  width: 25rem;
  width: auto;
  width: 30rem;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: auto auto auto 0;
  box-shadow: 0 0 10px -3px #00000040;
}

@media (max-width: 576px) {
  .sliderSolutions .card {
    width: auto;
  }
}

.sliderSolutions .card-body {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.5rem 2.4rem;
  display: flex;
}

@media (max-width: 1440px) {
  .sliderSolutions .card-body {
    padding: 4.2rem 2.2rem;
  }
}

@media (max-width: 992px) {
  .sliderSolutions .card-body {
    padding: 3.5rem 1.6rem;
  }
}

.sliderSolutions .card-body-content {
  flex-direction: column;
  display: flex;
}

.sliderSolutions .card-body__text {
  margin: 1rem 0 1.5rem;
}

.post__header .post__meta {
  margin: 1.5rem auto;
}

body > .layout > .container.mb-5 {
  all: revert;
}

body.px-3.px-md-0.bg {
  padding: 0 !important;
}

body.px-3.px-md-0.bg a.oldcmsc:hover, body.px-3.px-md-0.bg button.oldcms:hover {
  color: #222 !important;
}

body.px-3.px-md-0.bg footer, body.px-3.px-md-0.bg .layout.d-flex > header.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.px-3.px-md-0.bg .layout.d-flex > header.container .menu__item > .menu__link {
  font-weight: normal;
  font-size: initial;
}

body.px-3.px-md-0.bg .section {
  margin-bottom: 0 !important;
}

body.px-3.px-md-0.bg .btn.col-6 {
  max-width: 100%;
}

body.px-3.px-md-0.bg .buttonsContainer .btn {
  text-transform: none;
  min-height: auto;
  display: flex;
}

body.px-3.px-md-0.bg .cookie-banner .cookie-banner__buttonsDiv {
  justify-content: space-between;
}

body.px-3.px-md-0.bg .cookie-banner .cookie-banner__buttonsDiv button {
  width: auto;
}

#callpageWrapper #callpage.cp-callpage [data-brand-color~="background"] {
  background-color: #1fd18e !important;
}

#callpage.cp-callpage [data-brand-color="stroke-color"], #callpage.cp-callpage [data-brand-color^="stroke-color |"], #callpage.cp-callpage [data-brand-color$="| stroke-color"], #callpage.cp-callpage [data-brand-color~="stroke-color"] {
  stroke: #1fd18e !important;
}

.px-3.px-md-0 .cookie-banner ::selection, .px-3.px-md-0 .modalNew ::selection {
  color: #fff;
  background-color: #1fd18e;
}

@media (min-width: 1100px) and (max-width: 1460px) {
  body > div.layout.d-flex.flex-column > header > div.header_content.d-flex.mx-md-n3.justify-content-between.align-items-center.align-items-md-stretch > nav > div > ul.d-md-flex.pt-0.order-3.order-md-0 > li.menu__item {
    font-size: 14px;
  }
}

@media (min-width: 950px) and (max-width: 1100px) {
  body > div.layout.d-flex.flex-column > header > div.header_content.d-flex.mx-md-n3.justify-content-between.align-items-center.align-items-md-stretch > nav > div > ul.d-md-flex.pt-0.order-3.order-md-0 > li.menu__item {
    font-size: 13px;
  }
}

body > div.layout.d-flex.flex-column > div {
  margin-bottom: 0 !important;
}

@media (max-width: 979px) {
  .menu__toggler {
    display: block !important;
  }
}

@media (max-width: 979px) {
  .menu__collapse {
    flex-direction: column !important;
  }
}

@media (max-width: 979px) {
  .menu__collapse > ul {
    flex-direction: column !important;
  }
}

@media (max-width: 979px) {
  .menu__collapse .main_menu_mobile span.d-md-none {
    display: block !important;
  }
}

nav.mainNav__cta {
  display: none;
}

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