@font-face {
  font-family: Codec Pro;
  src: url('../fonts/CodecProBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Codec Pro;
  src: url('../fonts/CodecProNews.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-SemiBoldItalic.woff2') format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway Custom;
  src: url('../fonts/Raleway-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #373737;
  --royal-redo: #c21b10;
  --white: white;
}

body {
  color: var(--dark-slate-grey);
  font-family: Raleway Custom, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 1.32em;
  line-height: 1.67;
}

a {
  color: var(--royal-redo);
  text-decoration: none;
}

ul {
  border-top: 1px solid var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.32em;
  line-height: 1.67;
}

li {
  border-bottom: 1px solid var(--white);
  padding-top: 10px;
  padding-bottom: 8px;
}

.body.body--blue {
  background-color: var(--royal-redo);
  color: var(--white);
}

.page-wrapper {
  padding: 4.98em 8.27em;
  display: flex;
}

.page-wrapper.fade-in.fade-out.page-wrapper--red {
  background-color: var(--royal-redo);
}

.container {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 38.2% 61.8%;
  grid-auto-columns: 1fr;
  align-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.head {
  flex: 0 38.2%;
  margin-bottom: 2.93em;
}

.service {
  flex: 0 61.8%;
  order: 1;
  align-self: flex-end;
  margin-left: auto;
}

.content {
  flex: 0 61.8%;
  margin-bottom: 2.93em;
}

.content.content-downloads {
  flex-basis: 100%;
}

.content.content--legal {
  flex: 0 auto;
}

.footer {
  flex-direction: column;
  flex: 0 38.2%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-end;
  min-height: 17.86em;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer.footer--downloads {
  flex: 0 auto;
  justify-content: flex-end;
}

.footer.footer--legal {
  flex: 0 auto;
  min-height: auto;
  position: static;
}

.footer__image {
  object-fit: cover;
  object-position: 50% 9%;
  border-radius: 50%;
  width: 7.61em;
  height: 7.61em;
  margin-bottom: 16px;
  overflow: hidden;
}

.logo {
  text-decoration: none;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9em;
  line-height: 1.23;
}

.heading.heading--name {
  color: var(--royal-redo);
}

.heading.heading--downlaods {
  color: var(--white);
  margin-bottom: 40px;
}

.link {
  text-transform: uppercase;
  font-size: 1.17em;
  font-weight: 600;
  text-decoration: none;
}

.link.link--language {
  color: var(--royal-redo);
  margin-left: 8px;
  display: inline-block;
}

.link.link--language.limk--active {
  color: var(--dark-slate-grey);
  cursor: default;
}

.link.link--unimportant {
  color: var(--dark-slate-grey);
}

.link.link--unimportant.link--unimportant--white {
  color: var(--white);
}

.link.link--downloads {
  color: var(--royal-redo);
  display: inline-block;
}

.link-icon {
  display: none;
}

.link-wrapper--language {
  float: right;
  display: inline-block;
}

.link-wrapper--downloads {
  cursor: pointer;
  text-decoration: none;
}

.rich-text h2 {
  font-size: 1.9em;
  line-height: 1.23;
}

.rich-text h3 {
  font-size: 18px;
  line-height: 28px;
}

.rich-text.rich-text--downloads a {
  color: var(--white);
  text-decoration: none;
}

.transition-trigger {
  z-index: 20;
  padding: 0;
  display: none;
}

.transition {
  z-index: 2000;
  background-color: var(--royal-redo);
  width: 100%;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.close {
  z-index: 1000;
  color: var(--white);
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, 2px);
}

.close.close--red {
  color: var(--royal-redo);
}

.descriptive-text {
  display: none;
}

.smiley {
  font-size: 1.17em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.global-classes {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--royal-redo);
  font-size: 14px;
}

.swiper {
  width: 280px;
  height: 64px;
}

.swiper-slide {
  background-color: #fff;
  height: 64px;
}

@media screen and (max-width: 991px) {
  p, ul {
    font-size: 18px;
    line-height: 30px;
  }

  .container {
    flex-flow: column wrap;
    justify-content: space-between;
    display: flex;
  }

  .head {
    flex: 0 auto;
    min-height: 160px;
    margin-bottom: 40px;
  }

  .service {
    flex: 0 auto;
    order: 0;
  }

  .content {
    flex: 0 auto;
    margin-bottom: 28px;
  }

  .content.content-downloads {
    flex: 0 auto;
  }

  .footer {
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
    min-height: 272px;
    padding-top: 28px;
    position: static;
  }

  .footer.footer--downloads {
    border-top-style: none;
    min-height: auto;
    padding-top: 0;
  }

  .footer__image {
    width: 104px;
    height: 104px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .link {
    font-size: 15px;
    line-height: 20px;
  }

  .link-wrapper--language {
    position: absolute;
    inset: 8px 0% auto auto;
  }

  .link-wrapper--downloads {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .rich-text h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .smiley {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    border-top: 1px dotted var(--dark-slate-grey);
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }

  ul {
    font-size: 16px;
    line-height: 27px;
  }

  .page-wrapper {
    padding-left: 4.135em;
    padding-right: 4.135em;
  }

  .head {
    flex: 0 auto;
  }

  .service {
    flex: 0 auto;
    order: 9998;
    align-self: flex-start;
    margin-bottom: 28px;
    margin-left: 0;
  }

  .content {
    flex: 0 auto;
  }

  .footer {
    border-top: 1px dotted var(--dark-slate-grey);
    flex: 0 auto;
    order: 9999;
    align-self: auto;
  }

  .footer__image {
    width: 80px;
    height: 80px;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .link-icon {
    margin-right: 8px;
  }

  .link-wrapper--language {
    top: 7px;
  }

  .link-wrapper--downloads {
    align-items: center;
    display: flex;
    position: relative;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

#w-node-_66ce8728-b76b-e054-c875-e208de2d48b5-d3a95c2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93debf4f-0f36-73e3-efa6-0d667cd6cd78-d3a95c2d {
  justify-self: end;
}

#w-node-cf706761-82c7-0d81-871a-f4519246a357-9246a357 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93debf4f-0f36-73e3-efa6-0d667cd6cd78-d3a95c2e {
  justify-self: end;
}

#w-node-_8331bc32-9839-2d77-aba3-798590ae113b-d3a95c31 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_66ce8728-b76b-e054-c875-e208de2d48b5-d3a95c32, #w-node-_66ce8728-b76b-e054-c875-e208de2d48b5-d3a95c33, #w-node-_66ce8728-b76b-e054-c875-e208de2d48b5-d3a95c34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Codec Pro';
  src: url('../fonts/CodecProBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codec Pro';
  src: url('../fonts/CodecProNews.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Custom';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}