/* Fonts */
@font-face {
  font-family: Titillium;
  src: url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Titillium;
  src: url('../fonts/titillium-web-v15-latin-italic.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Titillium;
  src: url('../fonts/titillium-web-v15-latin-700.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-700.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Titillium;
  src: url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Titillium;
  src: url('../fonts/titillium-web-v15-latin-600italic.woff2') format('woff2'), url('../fonts/titillium-web-v15-latin-600italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: TitilliumUpright;
  src: url('../fonts/titillium_bold_upright-webfont.woff2') format('woff2'), url('../fonts/titillium_bold_upright-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* Variables */
/* Mixins */
/* Scaling Fix */
@media (-webkit-device-pixel-ratio: 1.25) {
  body {
    zoom: 0.8;
  }
}
/* General */
* {
  scroll-margin-top: 90px;
}
body {
  color: #3C3C3C;
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
p em {
  font-style: normal;
  font-weight: 600;
}
p strong {
  font-weight: bold;
}
a {
  color: inherit;
  text-decoration: none;
}
main p a {
  color: #E40522;
  filter: brightness(1);
  transition: filter 0.2s;
}
main p a:hover {
  filter: brightness(0.8);
}
h1 {
  color: #E40522;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 80px;
  line-height: 90px;
  background: linear-gradient(90deg, #604e97 0%, #e10026 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
h2 {
  color: inherit;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0.5em;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
h3 {
  color: inherit;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
h4 {
  color: inherit;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0.5em;
  }
}
h5 {
  color: #E40522;
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: -2.2em;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: -1.1em;
  }
}
img {
  vertical-align: top;
}
video {
  width: 100%;
  height: auto;
  max-width: 100%;
}
table {
  width: 100%;
  color: inherit;
  border-collapse: collapse;
}
td {
  padding: 0;
}
.text-center {
  text-align: center;
}
main a.button {
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  background-color: #E40522;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  filter: brightness(1);
  transition: filter 0.2s;
}
main a.contact-phone,
main a.contact-mail {
  margin: 20px 0;
  display: block;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 29px;
  line-height: 27px;
  color: inherit;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  main a.contact-phone,
  main a.contact-mail {
    font-size: 24px;
    line-height: 27px;
  }
}
main a.contact-phone:hover,
main a.contact-mail:hover {
  color: #E40522;
}
main a.contact-phone::before,
main a.contact-mail::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  main a.contact-phone::before,
  main a.contact-mail::before {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
main a.contact-phone {
  margin-top: 50px;
}
main a.contact-phone::before {
  background-image: url(../images/icons/contact_phone.svg);
}
main a.contact-mail::before {
  background-image: url(../images/icons/contact_mail.svg);
}
.ce-gallery[data-ce-images="2"] .ce-row,
.ce-gallery[data-ce-images="3"] .ce-row,
.ce-gallery[data-ce-images="4"] .ce-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.ce-gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
label.control-label {
  padding-left: 10px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}
@media (max-width: 1024px) {
  label.control-label {
    margin-top: 2em;
  }
}
.input.checkbox {
  margin: 1.3em 0 2em;
}
.form-check {
  display: flex;
  flex-direction: column;
  align-items: center;
}
label.form-check-label {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  label.form-check-label {
    font-size: 14px;
  }
}
input[type="text"],
input[type="email"],
textarea {
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  background-color: #F0F0F0;
  border: none;
  padding: 10px;
  color: #3C3C3C;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
}
input[type="submit"],
button[type="submit"] {
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  background-color: #E40522;
  border: none;
  padding: 15px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  filter: brightness(1);
  transition: filter 0.2s;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  filter: brightness(0.8);
}
.frame-space-before-extra-small {
  margin-top: 1.333em;
}
.frame-space-before-small {
  margin-top: 2em;
}
.frame-space-before-medium {
  margin-top: 4em;
}
.frame-space-before-large {
  margin-top: 8em;
}
.frame-space-before-extra-large {
  margin-top: 12em;
}
.frame-space-after-extra-small {
  margin-bottom: 1em;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 4em;
}
.frame-space-after-large {
  margin-bottom: 8em;
}
.frame-space-after-extra-large {
  margin-bottom: 12em;
}
@media (max-width: 1024px) {
  .frame-space-before-extra-small {
    margin-top: 1.333em;
  }
  .frame-space-before-small {
    margin-top: 1.5em;
  }
  .frame-space-before-medium {
    margin-top: 2em;
  }
  .frame-space-before-large {
    margin-top: 3em;
  }
  .frame-space-before-extra-large {
    margin-top: 5em;
  }
  .frame-space-after-extra-small {
    margin-bottom: 1em;
  }
  .frame-space-after-small {
    margin-bottom: 1.5em;
  }
  .frame-space-after-medium {
    margin-bottom: 2em;
  }
  .frame-space-after-large {
    margin-bottom: 3em;
  }
  .frame-space-after-extra-large {
    margin-bottom: 5em;
  }
}
@media (max-width: 1023px) {
  .frame-desktop-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .frame-mobile-only {
    display: none;
  }
}
/* Table */
.ce-table {
  color: inherit;
  border-collapse: collapse;
}
.ce-table th,
.ce-table td {
  border: none;
  padding: 0;
}
/* Text */
.frame-layout-200 {
  font-weight: 600;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .frame-layout-200 {
    line-height: inherit;
  }
}
.frame-layout-201 {
  color: #646464;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
}
.frame-layout-202 {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .frame-layout-202 {
    font-size: 14px;
    line-height: 21px;
  }
}
.frame-layout-202 h5 {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  margin: 1.5em 0 1em;
  letter-spacing: 0;
}
.frame-layout-203 {
  font-size: 14px;
  line-height: 21px;
}
.frame-layout-204 p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  /* width: max-content; */
}
.frame-layout-204 img {
  margin: 0 10px;
}
@media (max-width: 480px) {
  .frame-layout-204 img {
    /*
            width: 0;
            flex-basis: fit-content;
            flex-grow: 1;
            */
    width: auto;
  }
}
.frame-layout-204 img:first-child {
  margin-left: 0;
}
.frame-layout-204 img:last-child {
  margin-right: 0;
}
@supports (flex-basis: fit-content) {
  .frame-layout-204 img {
    flex-grow: 0;
  }
}
.frame-layout-205 p {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  margin: 0 -5px;
}
.frame-layout-205 a {
  margin: 0 5px;
}
.frame-layout-206 {
  color: #007D64;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .frame-layout-206 {
    font-size: 14px;
  }
}
.frame-layout-206 td {
  vertical-align: middle;
}
.frame-layout-206 td:last-child {
  padding-left: 24px;
}
.frame-layout-207 {
  margin-top: 1.2em;
}
.frame-layout-207 table {
  background-color: #ffffff;
  border-radius: 5px;
}
.frame-layout-207 td {
  font-size: 18px;
  line-height: 23px;
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .frame-layout-207 td {
    font-size: 14px;
    line-height: 18px;
  }
}
.frame-layout-207 td:first-child {
  font-weight: 600;
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .frame-layout-207 td:first-child {
    padding-left: 14px;
  }
}
.frame-layout-207 td:last-child {
  font-weight: bold;
  text-align: right;
  padding-right: 24px;
}
@media (max-width: 1024px) {
  .frame-layout-207 td:last-child {
    padding-right: 14px;
  }
}
.frame-layout-207 td p {
  margin: 0;
}
.frame-layout-208 {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .frame-layout-208 {
    font-size: 14px;
    line-height: 21px;
  }
}
.frame-layout-209 {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.frame-layout-210 {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .frame-layout-210 {
    font-size: 12px;
    line-height: 18px;
  }
}
.frame-layout-210 ol li {
  list-style: none;
}
.frame-layout-210 ol li::before {
  position: absolute;
  left: 0;
  width: 20px;
  text-align: right;
}
.frame-layout-210 ol li:first-child::before {
  content: "*";
}
.frame-layout-210 ol li:nth-child(2)::before {
  content: "**";
}
/* Images */
.ce-center .ce-outer {
  float: none;
  right: auto;
}
.ce-center .ce-inner {
  float: none;
  right: auto;
}
.ce-center .ce-gallery figure {
  width: 100%;
}
.ce-left .ce-gallery,
.ce-column {
  float: none;
}
@media (max-width: 768px) {
  .frame-layout-300 {
    margin-left: -23px;
    margin-right: -23px;
  }
}
.frame-layout-300.frame-desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .frame-layout-300.frame-desktop-only {
    display: none;
  }
}
.frame-layout-300.frame-mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .frame-layout-300.frame-mobile-only {
    display: none;
  }
}
.frame-layout-300 .ce-gallery figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.frame-layout-300 .ce-gallery img {
  /*
            width: 100%;
            height: auto;
            min-height: 215px;
            max-width: none;
            width: auto;
            */
}
@media (max-width: 768px) {
  .frame-layout-300 .ce-gallery img {
    /*
                margin-left: calc(~"-29% + 24px");
                width: calc(~"161% - 77px");
                */
    margin-left: calc(-14% + 24px);
    width: calc(123% - 77px);
  }
}
.frame-layout-301 .ce-gallery img {
  margin: 0 auto;
}
.frame-layout-302 .ce-center .ce-gallery figure {
  position: relative;
  padding-bottom: 64%;
}
.frame-layout-302 .ce-gallery img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.frame-layout-303 .ce-image {
  position: relative;
  overflow: visible;
}
.frame-layout-303 .ce-image::before {
  content: "";
  position: absolute;
  right: 18%;
  top: 15%;
  width: 10000px;
  height: 95%;
  border-radius: 0 181px 181px 0;
  background-color: #0094D2;
}
@media (max-width: 1024px) {
  .frame-layout-303 .ce-image::before {
    top: -5%;
    height: 105%;
  }
}
@media (max-width: 1024px) {
  .frame-layout-303 .ce-gallery img {
    max-width: 92%;
  }
}
.frame-layout-304 .ce-image {
  position: relative;
  overflow: visible;
}
.frame-layout-304 .ce-image::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 15%;
  width: 10000px;
  height: 80%;
  border-radius: 103px 0 0 103px;
  background-color: #614697;
}
/* Video */
.frame-layout-400 .ce-image,
.frame-layout-401 .ce-image {
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .frame-layout-400 .ce-image,
  .frame-layout-401 .ce-image {
    border-radius: 10px;
  }
}
.frame-layout-400 .ce-image::after,
.frame-layout-401 .ce-image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/icons/video_play_button.svg) center center no-repeat;
  background-size: contain;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  filter: brightness(1);
  transition: filter 0.2s;
}
.frame-layout-400 .ce-image:hover::after,
.frame-layout-401 .ce-image:hover::after {
  filter: brightness(0.8);
}
.frame-layout-400 .ce-image img,
.frame-layout-401 .ce-image img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .frame-layout-400 .ce-image img,
  .frame-layout-401 .ce-image img {
    border-radius: 10px;
  }
}
.frame-layout-400 .video-video,
.frame-layout-401 .video-video {
  display: none;
}
.frame-layout-400 .video.show .video-image,
.frame-layout-401 .video.show .video-image {
  display: none;
}
.frame-layout-400 .video.show .video-video,
.frame-layout-401 .video.show .video-video {
  display: block;
}
.frame-layout-401 {
  position: relative;
  padding: 12px 0;
}
.frame-layout-401::before {
  content: "Video";
  position: absolute;
  right: 48px;
  top: 0;
  border-radius: 15px;
  background-color: #E40522;
  color: #FFFFFF;
  padding: 4px 13px 6px;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
  z-index: 10;
}
/* Edge */
.edge {
  position: relative;
  height: 60px;
}
@media (max-width: 1024px) {
  .edge {
    height: 24px;
  }
}
.edge::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: calc(50% - 75px);
  height: 100%;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .edge::before {
    width: calc(50% - 30px);
  }
}
.edge::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 75px);
  top: 0;
  width: 150px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .edge::after {
    width: 60px;
    left: calc(50% - 30px);
  }
}
.edge-top-left::before {
  left: 0;
}
.edge-top-left::after {
  background-image: url(../images/icons/edge_white_03.svg);
  background-position: right top;
}
.edge-top-right::before {
  right: 0;
}
.edge-top-right::after {
  background-image: url(../images/icons/edge_white_01.svg);
  background-position: left top;
}
.edge-bottom-left::before {
  left: 0;
}
.edge-bottom-left::after {
  background-image: url(../images/icons/edge_white_03.svg);
  background-position: right top;
  transform: scaleY(-1);
}
.edge-bottom-right::before {
  right: 0;
}
.edge-bottom-right::after {
  background-image: url(../images/icons/edge_white_01.svg);
  background-position: left top;
  transform: scaleY(-1);
}
/* Section */
.section {
  position: relative;
  overflow: hidden;
}
.section-inner {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
}
.section-layout-90 .section-inner,
.section-layout-91 .section-inner,
.section-layout-92 .section-inner {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .section-layout-90 .section-inner,
  .section-layout-91 .section-inner,
  .section-layout-92 .section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.section-layout-90 .section-inner {
  max-width: 1352px;
}
.section-layout-91 .section-inner {
  max-width: 1132px;
}
.section-layout-92 .section-inner {
  max-width: 912px;
}
.section-space-before-extra-small {
  margin-top: 1em;
}
.section-space-before-small {
  margin-top: 2em;
}
.section-space-before-medium {
  margin-top: 4em;
}
.section-space-before-large {
  margin-top: 8em;
}
.section-space-before-extra-large {
  margin-top: 12em;
}
.section-space-after-extra-small {
  margin-bottom: 1em;
}
.section-space-after-small {
  margin-bottom: 2em;
}
.section-space-after-medium {
  margin-bottom: 4em;
}
.section-space-after-large {
  margin-bottom: 8em;
}
.section-space-after-extra-large {
  margin-bottom: 12em;
}
@media (max-width: 1024px) {
  .section-space-before-extra-small {
    margin-top: 1em;
  }
  .section-space-before-small {
    margin-top: 1.5em;
  }
  .section-space-before-medium {
    margin-top: 2em;
  }
  .section-space-before-large {
    margin-top: 3em;
  }
  .section-space-before-extra-large {
    margin-top: 5em;
  }
  .section-space-after-extra-small {
    margin-bottom: 1em;
  }
  .section-space-after-small {
    margin-bottom: 1.5em;
  }
  .section-space-after-medium {
    margin-bottom: 2em;
  }
  .section-space-after-large {
    margin-bottom: 3em;
  }
  .section-space-after-extra-large {
    margin-bottom: 5em;
  }
}
/* Columns */
.cols-2 > .cols,
.cols-3 > .cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
}
.cols-2 > .cols > .col,
.cols-3 > .cols > .col {
  margin-right: 24px;
}
.cols-2 > .cols > .col:last-child,
.cols-3 > .cols > .col:last-child {
  margin-right: 0;
}
.cols-2 > .cols > .col {
  flex-basis: 50%;
}
.cols-3 > .cols > .col {
  flex-basis: 33.333%;
}
.columns-layout-150 > .cols > .col:first-child {
  margin-right: 134px;
}
.columns-layout-151.section-space-before-small {
  margin-top: 0;
}
.columns-layout-151 > .cols > .col:first-child {
  flex-basis: 45.1%;
  margin-right: 158px;
}
@media (max-width: 1280px) {
  .columns-layout-151 > .cols > .col:first-child {
    margin-right: 48px;
  }
}
.columns-layout-151 > .cols > .col:last-child {
  flex-basis: 54.9%;
}
.columns-layout-152 > .cols > .col:first-child {
  flex-basis: 31%;
  margin-left: 110px;
  margin-right: 220px;
}
.columns-layout-152 > .cols > .col:last-child {
  flex-basis: 69%;
}
.columns-layout-153 > .cols {
  align-items: center;
}
.columns-layout-153 > .cols > .col:first-child {
  flex-basis: 61.3%;
  margin-right: 158px;
}
.columns-layout-153 > .cols > .col:last-child {
  flex-basis: 38.7%;
  margin-right: 110px;
}
.columns-layout-155.section-space-before-small {
  margin-top: 0;
}
.columns-layout-155 > .cols > .col:first-child {
  flex-basis: 54.9%;
  margin-right: 158px;
}
@media (max-width: 1280px) {
  .columns-layout-155 > .cols > .col:first-child {
    margin-right: 48px;
  }
}
.columns-layout-155 > .cols > .col:last-child {
  flex-basis: 45.1%;
}
.columns-align-top > .cols {
  align-items: top;
}
.columns-align-center > .cols {
  align-items: center;
}
.columns-align-bottom > .cols {
  align-items: bottom;
}
.columns-align-left-space > .cols > .col:first-child {
  margin-top: 2em;
}
@media (max-width: 1024px) {
  .columns-align-left-space > .cols > .col:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .cols-2 > .cols,
  .cols-3 > .cols {
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .cols-2 > .cols > .col,
  .cols-3 > .cols > .col {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 1024px) {
  .cols-2 > .cols > .col + .col,
  .cols-3 > .cols > .col + .col {
    margin-top: 2em !important;
  }
}
@media (max-width: 1024px) {
  .columns-layout-154 > .cols {
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
  }
}
@media (max-width: 1024px) {
  .columns-layout-154 > .cols > .col {
    margin-right: 24px !important;
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .columns-layout-154 > .cols > .col + .col {
    margin-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .columns-layout-154 > .cols > .col:last-child {
    margin-right: 0 !important;
  }
}
/* Box */
.box h4 {
  margin-top: 0;
}
.frame-layout-100 {
  padding: 28px 36px 20px;
  border-radius: 20px;
  background-color: #F2F2F2;
  /*
    @media (max-width: @breakpoint-tablet-horizontal) {
        padding: 0;
        background-color: transparent;
    }
    */
}
@media (max-width: 1024px) {
  .frame-layout-100 h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.frame-layout-100 h4.map-pin-grey::before {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url(../images/icons/icon_map_pin_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 131%;
  margin-right: 0.85em;
}
.frame-layout-100 h4.icon-downloads-pdf {
  margin-top: 38px !important;
}
.frame-layout-100 h4.icon-downloads-pdf::before {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url(../images/icons/icon_downloads_pdf_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 131%;
  margin-right: 0.85em;
}
.frame-layout-100 h4.icon-downloads-pdf + p {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  .frame-layout-100 h4.icon-downloads-pdf + p {
    flex-direction: column;
    justify-content: stretch;
  }
}
.frame-layout-100 h4.icon-downloads-pdf + p a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  padding: 17px 20px;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #E40522;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  flex-basis: 50%;
}
.frame-layout-100 h4.icon-downloads-pdf + p a + a {
  color: #0094D2;
}
@media (max-width: 1024px) {
  .frame-layout-100 h4.icon-downloads-pdf + p a + a {
    margin-top: 12px;
  }
}
.frame-layout-100 h5 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 0.4em;
  line-height: 30px;
}
.frame-layout-100 a.icon-downloads-plans-blue::after {
  content: "";
  display: block;
  width: 1em;
  height: 1.1em;
  background-image: url(../images/icons/icon_downloads_plans_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 131%;
  margin-left: 0.85em;
}
.frame-layout-100 a.icon-downloads-plans-red::after {
  content: "";
  display: block;
  width: 1em;
  height: 1.1em;
  background-image: url(../images/icons/icon_downloads_plans_red.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 131%;
  margin-left: 0.85em;
}
.frame-layout-100 .col-1 h5 {
  color: #E40522;
}
.frame-layout-100 .col-1 li {
  list-style-image: url(/fileadmin/images/bullet-red.png);
}
.frame-layout-100 .col-2 h5 {
  color: #0094D2;
}
.frame-layout-100 .col-2 li {
  list-style-image: url(/fileadmin/images/bullet-blue.png);
}
.frame-layout-100 ul {
  margin: 0;
  padding-left: 1em;
}
@media (max-width: 1024px) {
  .frame-layout-100 ul {
    line-height: 30px;
  }
}
.frame-layout-100 em {
  color: #646464;
  line-height: 24px;
}
.frame-layout-100 .box {
  scroll-margin-top: 130px;
}
.frame-layout-101 {
  padding: 20px 30px;
  border-radius: 39px;
  background-color: #646464;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .frame-layout-101 {
    padding: 20px 24px 28px;
    border-radius: 10px;
  }
}
.frame-layout-101 h4 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .frame-layout-101 h4 {
    margin-bottom: 0.6em;
  }
}
.frame-layout-101 p:last-child {
  margin-bottom: 0;
}
.frame-layout-102 {
  position: relative;
  margin-left: -36px;
  margin-right: -36px;
  margin-bottom: -20px;
  padding: 28px 36px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(135deg, #0094d3 0%, #e10026 100%);
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .frame-layout-102 {
    padding: 24px 19px;
  }
}
.frame-layout-102::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  width: calc(50% + 30px);
  height: 31px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/Rectangle.svg);
  background-position: left center;
  left: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .frame-layout-102 h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.frame-layout-102 h4.icon-clock-white::before {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url(../images/icons/icon_clock_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 118%;
  margin-right: 0.85em;
}
@media (max-width: 1024px) {
  .frame-layout-102 h4.icon-clock-white::before {
    width: 1.85em;
    height: 1.85em;
    vertical-align: -10px;
  }
}
/* Step */
.step {
  position: relative;
  margin-top: 2em;
}
.step::before {
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  top: 0;
  width: 50px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 37px;
  font-family: TitilliumUpright, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  box-sizing: border-box;
}
.step-inner {
  overflow: hidden;
}
.step h3 {
  margin-top: 0.1em;
}
.frame-layout-120 .step::before {
  content: "1";
  background-image: url(../images/icons/map_pin_red.svg);
}
.frame-layout-121 .step::before {
  content: "2";
  background-image: url(../images/icons/map_pin_blue.svg);
}
.frame-layout-122 .step::before {
  content: "3";
  background-image: url(../images/icons/map_pin_purple.svg);
}
.frame-layout-123 .step::before {
  content: "4";
  background-image: url(../images/icons/map_pin_green.svg);
}
/* Accordion */
.accordion {
  margin-bottom: 2px;
}
.accordion-title {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  overflow: hidden;
}
.accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  width: 25px;
  height: 25px;
  background-image: url(../images/icons/icon_plus_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .accordion-title::after {
    right: 0;
    width: 18px;
    height: 18px;
  }
}
 > .accordion-title {
  transition: color 0.2s;
}
.accordion-title:hover {
  color: #E40522;
}
.accordion.expanded .accordion-title::after {
  background-image: url(../images/icons/icon_minus_grey.svg);
}
.accordion .accordion {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 18px 24px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .accordion .accordion {
    border-radius: 10px;
    padding: 11px 15px;
  }
}
.accordion .accordion .accordion-title {
  filter: brightness(1);
  transition: filter 0.2s;
}
.accordion .accordion .accordion-title:hover {
  filter: brightness(0.8);
}
.accordion .accordion .accordion-title::after {
  right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/icon_plus_blue.svg);
}
@media (max-width: 1024px) {
  .accordion .accordion .accordion-title::after {
    right: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    transform: none;
  }
}
.accordion .accordion.expanded .accordion-title::after {
  background-image: url(../images/icons/icon_minus_blue.svg);
}
.accordion-content {
  display: none;
}
.accordion h4 {
  font-family: Titillium, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.accordion p {
  font-size: 15px;
  line-height: 25px;
}
/* Switch */
.switch-titles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .switch-titles {
    flex-wrap: wrap;
  }
}
.switch-titles p {
  margin: 0;
}
.switch-title {
  padding: 21px 26px 21px 0;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .switch-title {
    flex-basis: 100%;
  }
}
.switch-page-title {
  padding: 21px 26px;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.2s;
}
@media (max-width: 1024px) {
  .switch-page-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.switch-page-title:hover {
  color: #E40522;
}
.switch-page-title.active {
  background-color: #F6F6F6;
  border-radius: 10px 10px 0 0;
  color: #E40522;
}
@media (max-width: 1024px) {
  .switch-pages {
    margin: 0 -10px;
  }
}
.switch-page-content {
  background-color: #F6F6F6;
  display: none;
  padding: 20px 24px;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .switch-page-content {
    padding: 10px 14px;
    border-radius: 10px;
  }
}
.switch-page-content.active {
  display: block;
}
/* Header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  font-size: 18px;
  line-height: 23px;
  color: #3C3C3C;
  z-index: 1000000;
}
#header .header-inner {
  max-width: 1890px;
  margin: 0 auto;
}
#header .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
@media (max-width: 1400px) {
  #header .background {
    bottom: 21px;
  }
}
#header .background::before {
  content: "";
  display: block;
  position: absolute;
  left: -231px;
  bottom: 0;
  width: 231px;
  height: 92px;
  background: url(../images/icons/edge_white_01.svg) left top no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  #header .background::before {
    left: 0;
    bottom: -21px;
    height: 22px;
  }
}
#header .background::after {
  content: "";
  display: block;
  position: absolute;
  right: -231px;
  bottom: 0;
  width: 231px;
  height: 92px;
  background: url(../images/icons/edge_white_03.svg) right top no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  #header .background::after {
    right: 0;
    bottom: -21px;
    height: 22px;
  }
}
#header .content {
  position: relative;
  max-width: 1352px;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1400px) and (max-width: 1900px) {
  #header .content {
    margin-left: 0;
    margin-right: 290px;
  }
}
@media (max-width: 1400px) {
  #header .content {
    max-width: none;
    height: 84px;
    align-items: start;
    padding-top: 22px;
    padding-bottom: 22px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, #ffffff 15% 85%, rgba(255, 255, 255, 0) 85%);
  }
}
@media (max-width: 1024px) {
  #header .content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#header .logo {
  position: relative;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #header .logo {
    order: 2;
  }
}
#header .logo img {
  max-width: none;
}
#header .menu {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  #header .menu {
    order: 1;
    flex-basis: 50%;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  #header .menu label {
    pointer-events: none;
  }
}
#header .menu .toggle {
  position: absolute;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
}
#header .menu .burger {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/icon_menu_grey.svg);
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 1024px) {
  #header .menu .burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header .menu .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF00;
    transition: background-color 0.5s;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  #header .menu .menu-inner {
    position: absolute;
    left: -100%;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #FFFFFF;
    transition: left 0.5s;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  #header .menu .toggle:checked ~ .menu-overlay {
    background-color: #FFFFFF88;
    pointer-events: all;
  }
}
@media (max-width: 1024px) {
  #header .menu .toggle:checked ~ .menu-overlay .menu-inner {
    left: 0;
  }
}
#header .menu .menu-close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 1.25em;
  height: 1.25em;
  transform: rotateZ(45deg);
  cursor: pointer;
  pointer-events: all;
}
@media (min-width: 1024px) {
  #header .menu .menu-close {
    display: none;
  }
}
#header .menu .menu-close::before,
#header .menu .menu-close::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e40522;
}
#header .menu .menu-close::after {
  transform: rotateZ(90deg);
}
#header .menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1024px) {
  #header .menu ul {
    padding: 120px 20px 50px;
    flex-direction: column;
  }
}
#header .menu li {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  #header .menu li {
    margin-left: 0;
    margin-top: 40px;
  }
}
#header .menu li.active a {
  border-bottom-color: #3C3C3C;
}
#header .menu a {
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.5s;
  pointer-events: all;
}
@media (max-width: 1024px) {
  #header .menu a {
    display: block;
  }
}
#header .menu a:hover {
  border-bottom-color: #3C3C3C;
}
#header .links {
  position: relative;
}
@media (max-width: 1024px) {
  #header .links {
    order: 3;
    flex-basis: 50%;
    margin-top: -0.5em;
  }
}
#header .links > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: right;
  margin-right: -11px;
}
#header .links > ul > li {
  margin-left: 40px;
}
@media (max-width: 1024px) {
  #header .links > ul > li {
    margin-left: 7px;
  }
}
#header .links > ul > li > a {
  font-weight: bold;
  min-width: 15px;
  display: inline-block;
}
@media (max-width: 1024px) {
  #header .links > ul > li > a {
    position: relative;
    width: 2.5em;
    height: 2.5em;
  }
}
#header .links > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: sub;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #header .links > ul > li > a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2em;
    height: 1.2em;
    transform: translateX(-50%) translateY(-50%);
  }
}
#header .links > ul > li > a.smartphone-red::before {
  background-image: url(../images/icons/icon_smartphone_red.svg);
}
#header .links > ul > li > a.phone-red::before {
  background-image: url(../images/icons/icon_phone_red.svg);
}
@media (max-width: 1024px) {
  #header .links > ul > li > a > span {
    display: block;
    text-indent: -1000px;
    overflow: hidden;
  }
}
#header .dropdown {
  position: relative;
}
#header .dropdown-content {
  position: absolute;
  left: calc(55%);
  top: calc(100% + 12px);
  display: none;
  background: #fff;
  font-size: 14px;
  color: #3C3C3C;
  padding: 3px 15px;
  border-radius: 5px;
  box-shadow: 0 10px 15px -6px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  white-space: nowrap;
}
#header .dropdown-content::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 6px;
  border: 2px solid #E40522;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
  border-left-width: 1px;
  border-bottom: none;
  border-right-width: 1px;
}
#header .dropdown ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: left;
}
#header .dropdown li {
  padding: 10px 0;
}
#header .dropdown.show .dropdown-content {
  display: block;
}
#header .logo2 {
  position: absolute;
  right: -154px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
@media (max-width: 1440px) {
  #header .logo2 {
    display: none;
  }
}
/* Footer */
#footer {
  position: relative;
  margin-top: 50px;
}
#footer .logos {
  position: relative;
  z-index: 10;
  max-width: calc(832px);
  margin: 92px auto 20px;
}
#footer .logos p {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 -36px;
}
@media (max-width: 1024px) {
  #footer .logos p {
    flex-wrap: wrap;
    justify-content: center;
    margin: -20px 20px;
  }
}
#footer .logos img {
  margin: 0 36px;
}
@media (max-width: 1024px) {
  #footer .logos img {
    flex-basis: calc(50% - 72px);
    max-width: calc(50% - 72px);
    margin: 20px 36px;
  }
}
#footer .logos .ce-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #footer .logos .ce-row {
    flex-wrap: wrap;
  }
}
#footer .logos .ce-row .ce-column {
  float: none;
  margin: 0 47px;
}
@media (max-width: 1024px) {
  #footer .logos .ce-row .ce-column {
    flex-basis: 50%;
    margin: 0 20px;
    max-width: 100px;
  }
}
#footer .logos .ce-row .ce-column:first-child {
  height: 36px;
}
#footer .logos .ce-row .ce-column:nth-child(2) {
  height: 36px;
}
#footer .logos .ce-row .ce-column:nth-child(3) {
  height: 36px;
}
#footer .logos .ce-row .ce-column:last-child {
  height: 98px;
}
#footer .logos figure {
  width: 100%;
}
#footer .background {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  bottom: 0;
  width: 100%;
  background: linear-gradient(135deg, #0094d3 0%, #604e97 51.15%, #e10026 100%);
  overflow: hidden;
}
@media (max-width: 1024px) {
  #footer .background {
    top: 0;
  }
}
#footer .background::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 659px);
  top: -1px;
  width: 660px;
  height: 61px;
  background: url(../images/icons/edge_white_01.svg) left top no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  #footer .background::before {
    left: 0;
    width: 51%;
    height: 25px;
  }
}
#footer .background::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 659px);
  top: -1px;
  width: 660px;
  height: 61px;
  background: url(../images/icons/edge_white_03.svg) right top no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  #footer .background::after {
    right: 0;
    width: 51%;
    height: 25px;
  }
}
#footer .content {
  position: relative;
}
#footer .content-inner {
  position: relative;
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  color: #ffffff;
  padding-top: 57px;
}
@media (max-width: 1024px) {
  #footer .content-inner {
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#footer .content-inner > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
#footer p {
  margin: 0;
}
@media (max-width: 1024px) {
  #footer table,
  #footer tbody,
  #footer tr,
  #footer td {
    display: block;
  }
}
#footer td:last-child {
  padding-left: 36px;
}
@media (max-width: 1024px) {
  #footer td:last-child {
    padding-left: 0;
  }
}
#footer .left {
  padding-top: 7px;
}
#footer .columns {
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  #footer .columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#footer .columns .column {
  /* flex-basis: 25%; */
}
@media (max-width: 1024px) {
  #footer .columns .column {
    margin: 1.5em 0;
  }
}
#footer .columns .column-1 {
  margin-top: 7px;
}
#footer .socket {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  margin-top: 65px;
}
@media (max-width: 1024px) {
  #footer .socket {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #footer .social {
    margin: 1.3em 0;
  }
}
#footer .social a {
  filter: brightness(1);
  transition: filter 0.2s;
}
#footer .social a:hover {
  filter: brightness(0.8);
}
#footer .social a.instagram-white::before {
  content: "";
  display: inline-block;
  width: 1.68em;
  height: 1.68em;
  vertical-align: text-bottom;
  background-image: url(../images/icons/icon_instagram_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.85em;
}
#footer .links {
  margin-left: auto;
  margin-right: 74px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #footer .links {
    margin: 1.5em 0 0;
  }
}
#footer .links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
#footer .links li {
  margin: 0 15px;
}
#footer .links a {
  filter: brightness(1);
  transition: filter 0.2s;
}
#footer .links a:hover {
  filter: brightness(0.8);
}
#footer .copyright {
  justify-content: right;
}
@media (max-width: 1024px) {
  #footer .copyright {
    margin: 1em 0;
  }
}
/* Hero */
.hero-section {
  height: 806px;
}
@media (max-width: 1024px) {
  .hero-section {
    height: auto;
  }
}
.hero-section .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 520px;
  background: linear-gradient(180deg, #0094d2 0%, #614697 51.89%, #e40522 100%);
}
.hero-section .hills {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 220px;
  width: 100%;
  height: 140px;
  background: url(../images/EFI_hills.svg) center bottom repeat-x;
  background-size: 1920px;
}
@media (max-width: 1024px) {
  .hero-section .hills {
    bottom: 140px;
  }
}
.hero-section .village {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 118px;
  width: 100%;
  height: 330px;
  background: url(../images/EFI_village.svg) center bottom no-repeat;
  background-size: 1500px;
}
@media (max-width: 1024px) {
  .hero-section .village {
    background-size: 940px;
  }
}
.hero-section .section-inner {
  position: relative;
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .hero-section .section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hero-section .logo {
  position: absolute;
  left: 50%;
  top: 96px;
  transform: translateX(-50%);
}
@media (min-width: 1440px) {
  .hero-section .logo {
    display: none;
  }
}
.hero-section .content {
  position: absolute;
  left: 65px;
  top: 196px;
  width: 525px;
  height: 627px;
  background: url(../images/header_big_pin.svg) center center no-repeat;
}
@media (max-width: 1024px) {
  .hero-section .content {
    position: relative;
    left: 0;
    top: 0;
    width: 280px;
    height: 371px;
    background-size: 141%;
    background-position: center -38px;
    margin: 141px auto 0;
    font-size: 12px;
    line-height: 18px;
    background-image: url(../images/efi_pin_mobile.svg);
  }
}
.hero-section .content-inner {
  padding: 112px 128px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .hero-section .content-inner {
    padding: 50px 0 0;
  }
}
.hero-section .content .ce-image {
  margin-bottom: 25px;
}
.hero-section .content img {
  display: inline-block;
}
@media (max-width: 1024px) {
  .hero-section .content img {
    max-width: 122px;
  }
}
.hero-section .content strong {
  color: #0094D2;
}
.hero-section .buttons {
  position: absolute;
  left: 112px;
  top: 427px;
  width: 301px;
  height: 75px;
}
@media (max-width: 1024px) {
  .hero-section .buttons {
    left: 29px;
    top: 279px;
    width: 224px;
    height: 56px;
  }
}
.hero-section .buttons .frame,
.hero-section .buttons p {
  height: 100%;
  justify-content: center;
}
.hero-section .buttons img {
  width: auto;
  height: 40px;
}
@media (max-width: 1024px) {
  .hero-section .buttons img {
    height: 36px;
  }
}
.hero-section .car {
  position: absolute;
  right: 140px;
  top: 563px;
}
@media (max-width: 1024px) {
  .hero-section .car {
    position: relative;
    right: 0;
    top: 50px;
    margin-left: -144px;
    width: 426px;
    height: 178px;
    align-self: center;
  }
}
.hero-section.section-layout-500 .car {
  right: 262px;
  top: 547px;
}
@media (max-width: 1024px) {
  .hero-section.section-layout-500 .car {
    right: 10px;
    top: -4px;
  }
}
.hero-section .stoerer {
  /*
        position: absolute;
        right: -52px;
        top: 89px;
        */
  position: fixed;
  right: 52px;
  top: 89px;
  z-index: 5;
}
@media (max-width: 1024px) {
  .hero-section .stoerer {
    position: absolute;
    /* right: -14px; */
    /* top: 80px; */
    right: -19px;
    top: 87px;
  }
}
.hero-section .stoerer img {
  /*
            width: 446px;
            height: 446px;
            */
  width: 261px;
  height: 262px;
}
@media (max-width: 1024px) {
  .hero-section .stoerer img {
    width: 148px;
    height: 148px;
  }
}
/* So easy */
.soeasy-section {
  background: radial-gradient(circle, #f8f8f8 0%, #e7e7e7 100%);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .soeasy-section::before {
    content: "";
    display: block;
    height: 66px;
    background-color: #FFFFFF;
  }
}
.soeasy-section::after {
  content: "";
  display: block;
  height: 30px;
  background-color: #FFFFFF;
}
.soeasy-section .section-inner {
  position: relative;
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .soeasy-section .section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.soeasy-section .image-left {
  position: absolute;
  left: -140px;
  top: 120px;
  width: 500px;
}
@media (max-width: 1024px) {
  .soeasy-section .image-left {
    right: -150px;
    top: -94px;
    width: 300px;
    left: auto;
  }
}
.soeasy-section .image-right {
  position: absolute;
  right: -580px;
  top: 0;
  width: 710px;
  height: 100%;
}
@media (max-width: 1024px) {
  .soeasy-section .image-right {
    display: none;
  }
}
.soeasy-section .top {
  margin-left: 330px;
  margin-top: 80px;
  width: 770px;
}
@media (max-width: 1024px) {
  .soeasy-section .top {
    margin-left: 0;
    margin-top: 30px;
    width: 60%;
  }
}
.soeasy-section .top p {
  font-weight: 600;
}
.soeasy-section h5 {
  color: #E40522;
}
.soeasy-section .steps {
  margin-left: 330px;
  width: 770px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .soeasy-section .steps {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
  }
}
.soeasy-section .steps > div {
  flex-basis: calc(50% - 55px);
}
@media (min-width: 1024px) {
  .soeasy-section .steps > div:first-child {
    order: 1;
  }
  .soeasy-section .steps > div:nth-child(2) {
    order: 3;
  }
  .soeasy-section .steps > div:nth-child(3) {
    order: 2;
  }
  .soeasy-section .steps > div:last-child {
    order: 4;
  }
}
@media (max-width: 1024px) {
  .soeasy-section .steps > div {
    flex-basis: 100%;
    padding-left: 69px;
  }
}
.soeasy-section .steps > div .frame,
.soeasy-section .steps > div .ce-image,
.soeasy-section .steps > div .ce-gallery,
.soeasy-section .steps > div .ce-outer,
.soeasy-section .steps > div .ce-inner,
.soeasy-section .steps > div .ce-row {
  height: 100%;
}
.soeasy-section .steps > div .ce-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.soeasy-section .section-inner > .box {
  position: relative;
  max-width: 1132px;
  margin: 0 auto -30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .soeasy-section .section-inner > .box {
    margin-top: 46px;
  }
}
.soeasy-section .section-inner > .box > .box-inner {
  width: calc(392px);
}
@media (max-width: 1024px) {
  .soeasy-section .section-inner > .box > .box-inner {
    width: 100%;
  }
}
/* So comfortable */
.socomfortable-section {
  background: linear-gradient(134.77deg, #604e97 0%, #0094d3 100%);
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .socomfortable-section {
    margin-top: 5.5em;
  }
}
@media (max-width: 1024px) {
  .socomfortable-section .edge-top-right {
    height: 95px;
    background-color: #ffffff;
  }
  .socomfortable-section .edge-top-right::before,
  .socomfortable-section .edge-top-right::after {
    display: none;
  }
}
.socomfortable-section .section-inner {
  position: relative;
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 122px;
  padding-bottom: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .socomfortable-section .section-inner {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: -95px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .socomfortable-section .cols-2:nth-child(2) .cols {
    flex-direction: column-reverse;
  }
}
.socomfortable-section h5 {
  color: #35C5FF;
}
/* FAQ */
.faq-section {
  background-color: #F2F2F2;
}
.faq-section .section-inner {
  max-width: 1352px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
@media (max-width: 1024px) {
  .faq-section .section-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.faq-section .section-inner::after {
  content: "";
  position: absolute;
  display: block;
  right: 88px;
  top: 54px;
  width: 159px;
  height: 170px;
  background-image: url(../images/icons/icon_fag_grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 134%;
}
@media (max-width: 1024px) {
  .faq-section .section-inner::after {
    display: none;
  }
}
.faq-section .title {
  padding-top: 125px;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .faq-section .title {
    text-align: left;
    padding-top: 55px;
    padding-bottom: 20px;
  }
}
.faq-section .content {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding-bottom: 50px;
}
/* Rates */
.rates.section-space-before-small {
  margin-top: 0;
}
.rates > .cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1280px) {
  .rates > .cols {
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
  }
}
.rates > .cols > .col {
  /*
            &.col-2-1 {
                width: ~"calc(calc(100% - calc(62px + 48px * 2)) * 0.253)";
                margin-top: 2em;
                margin-right: @column-width + @gutter-width * 2;

                @media (max-width: @breakpoint-desktop) {
                    order: 4;
                }
            }

            &.col-2-2 {
                width: ~"calc(calc(100% - calc(62px + 48px * 2)) * 0.747)";
                margin-top: 2em;

                @media (max-width: @breakpoint-desktop) {
                    order: 2;
                    margin-top: 0 !important;
                }
            }
            */
}
@media (max-width: 1280px) {
  .rates > .cols > .col {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col + .col {
    margin-top: 2em !important;
  }
}
.rates > .cols > .col.col-1-1 {
  width: calc(calc(100% - calc(62px + 48px * 2)) * 0.648);
  margin-right: 158px;
  /*
                @media (max-width: @breakpoint-desktop) {
                    order: 1;
                }
                */
}
.rates > .cols > .col.col-1-2 {
  width: calc(calc(100% - calc(62px + 48px * 2)) * 0.352);
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-1-2 {
    margin-top: 2em;
    /* order: 3; */
  }
}
.rates > .cols > .col.col-2-1 {
  width: calc(calc(100% - calc(62px + 48px * 2)) * 0.648);
  margin-right: 158px;
  margin-top: 2em;
}
.rates > .cols > .col.col-2-2 {
  width: calc(calc(100% - calc(62px + 48px * 2)) * 0.352);
}
/* Price Box */
.price-box {
  border-radius: 50px;
}
.price-box .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 24px;
  min-height: 100px;
  border-radius: 35px 35px 0 0;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  /*
        &::before {
            display: flex;
            align-items: center;
            justify-content: center;
            align-self: flex-start;
            background: #fff;
            border-radius: 50%;
            min-width: 50px;
            width: 50px;
            height: 50px;
            color: #3c3c3c;
            margin-right: 20px;
            font-size: 36px;
            font-weight: bold;
            z-index: 1;

            @media (max-width: @breakpoint-tablet-horizontal) {
                min-width: 45px;
                width: 45px;
                height: 45px;
                margin-right: 15px;
                font-size: 30px;
                padding-right: 2px;
                box-sizing: border-box;
                padding-bottom: 1px;
            }
        }

        &::after {
            content: '';
            position: absolute;
            left: 26px;
            top: 27px;
            border-radius: 50%;
            width: 50px;
            height: 50px;

            @media (max-width: @breakpoint-tablet-horizontal) {
                left: 17px;
                top: 17px;
                width: 45px;
                height: 45px;
            }
        }
        */
}
@media (max-width: 1024px) {
  .price-box .title {
    min-height: 75px;
    padding: 15px 15px;
  }
}
.price-box .title p {
  margin: 0;
}
.price-box .content {
  /* padding: 15px 0 40px; */
  padding: 15px 0 5px;
  background: #f6f6f6;
  border-radius: 0 0 35px 35px;
}
.price-box tr:nth-child(odd) {
  background: #ededed;
}
.price-box tr:first-child {
  background: #f6f6f6;
}
.price-box td {
  padding: 0 22px;
  position: relative;
  z-index: 0;
  text-align: center;
  height: 62px;
}
@media (max-width: 1400px) {
  .price-box td {
    padding: 0 15px;
  }
}
@media (max-width: 1280px) {
  .price-box td {
    padding: 0 2px;
    height: 41px;
  }
}
.price-box td:first-child {
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 1280px) {
  .price-box td:first-child {
    padding-left: 13px;
  }
}
.price-box td:last-child {
  padding-right: 40px;
}
@media (max-width: 1280px) {
  .price-box td:last-child {
    padding-right: 13px;
  }
}
.price-box .price-1a,
.price-box .price-2a,
.price-box .price-2b,
.price-box .price-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 46px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .price-box .price-1a,
  .price-box .price-2a,
  .price-box .price-2b,
  .price-box .price-3 {
    width: 38px;
    height: 27px;
  }
}
.price-box .price-1a::before,
.price-box .price-2a::before,
.price-box .price-2b::before,
.price-box .price-3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 100%;
  height: 10px;
  z-index: -1;
  border-radius: 0 0 4px 4px;
}
.price-box .price-1a.footnote-1::after,
.price-box .price-2a.footnote-1::after,
.price-box .price-2b.footnote-1::after,
.price-box .price-3.footnote-1::after,
.price-box .price-1a.footnote-2::after,
.price-box .price-2a.footnote-2::after,
.price-box .price-2b.footnote-2::after,
.price-box .price-3.footnote-2::after {
  display: block;
  position: absolute;
  left: 52px;
  top: 0;
  z-index: 1000;
  color: #000;
}
@media (max-width: 1280px) {
  .price-box .price-1a.footnote-1::after,
  .price-box .price-2a.footnote-1::after,
  .price-box .price-2b.footnote-1::after,
  .price-box .price-3.footnote-1::after,
  .price-box .price-1a.footnote-2::after,
  .price-box .price-2a.footnote-2::after,
  .price-box .price-2b.footnote-2::after,
  .price-box .price-3.footnote-2::after {
    left: 43px;
  }
}
.price-box .price-1a.footnote-1::after,
.price-box .price-2a.footnote-1::after,
.price-box .price-2b.footnote-1::after,
.price-box .price-3.footnote-1::after {
  content: '*';
}
.price-box .price-1a.footnote-2::after,
.price-box .price-2a.footnote-2::after,
.price-box .price-2b.footnote-2::after,
.price-box .price-3.footnote-2::after {
  content: '**';
}
.price-box .price-1a {
  background-color: #e40522;
}
.price-box .price-1a::before {
  background-color: #8a0012;
}
.price-box .price-2a {
  background-color: #0094d2;
}
.price-box .price-2a::before {
  background-color: #005477;
}
.price-box .price-2b {
  background-color: #a7a7a7;
}
.price-box .price-2b::before {
  background-color: #777777;
}
.price-box .price-3 {
  background-color: #614697;
}
.price-box .price-3::before {
  background-color: #21133d;
}
.rates > .cols > .col.col-1-1 .price-box .title {
  background: linear-gradient(to right, #ca2829, #912c5f);
  /*
                        &::before {
                            content: "1";
                        }

                        &::after {
                            background: #8a0012;
                        }
                        */
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-1-1 .price-box tr td:first-child {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-1-1 .price-box tr:first-child td {
    font-size: 16px;
    line-height: 23px;
  }
}
.rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #B4B4B4;
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child {
    font-size: 12px;
    line-height: 18px;
  }
}
.rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child p {
  display: inline-block;
  vertical-align: inherit;
  position: relative;
}
.rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child p:first-child {
  padding-top: 1em;
}
.rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child p:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 37px;
  transform: rotateZ(130deg);
  background-color: #bcbcbc;
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child p:first-child::after {
    height: 27px;
  }
}
.rates > .cols > .col.col-1-1 .price-box tr:first-child td:first-child p:last-child {
  padding-bottom: 1em;
}
.rates > .cols > .col.col-1-1 .price-box tr:not(:first-child) td:not(:first-child) p {
  font-weight: bold;
}
.rates > .cols > .col.col-1-1 .price-box tr:not(:first-child) td:not(:first-child) p:first-child {
  color: #E40522;
  margin-bottom: 0;
}
.rates > .cols > .col.col-1-1 .price-box tr:not(:first-child) td:not(:first-child) p:last-child {
  color: #0094D2;
  margin-top: 0;
}
.rates > .cols > .col.col-1-1 .price-box .content > div:last-child {
  line-height: 1.5;
}
.rates > .cols > .col.col-1-1 .price-box .content > div:last-child p {
  padding-left: 40px;
}
.rates > .cols > .col.col-1-1 .price-box .content > div:last-child p:first-child {
  color: #E40522;
  margin-bottom: 0;
}
.rates > .cols > .col.col-1-1 .price-box .content > div:last-child p:nth-child(2) {
  color: #0094D2;
  margin-top: 0;
}
.rates > .cols > .col.col-1-1 > div:last-child {
  line-height: 1.5;
}
.rates > .cols > .col.col-1-1 > div:last-child table {
  width: auto;
  margin: 1em auto 0;
}
.rates > .cols > .col.col-1-1 > div:last-child td {
  padding: 0 13px;
}
.rates > .cols > .col.col-1-1 > div:last-child p {
  padding-left: 40px;
}
.rates > .cols > .col.col-1-1 > div:last-child p:first-child {
  color: #E40522;
  margin-bottom: 0;
}
.rates > .cols > .col.col-1-1 > div:last-child p:last-child {
  color: #0094D2;
  margin-top: 0;
}
.rates > .cols > .col.col-1-2 h3 {
  color: #E40522;
}
@media (max-width: 1024px) {
  .rates > .cols > .col.col-2-1 .frame-layout-202 h5 {
    font-size: 14px;
    line-height: 17px;
  }
}
.rates > .cols > .col.col-2-2 .price-box .title {
  background: linear-gradient(to right, #58439b, #3986c6);
}
.rates > .cols > .col.col-2-2 .price-box .title::before {
  content: "2";
}
@media (max-width: 1024px) {
  .rates > .cols > .col.col-2-2 .price-box .title::before {
    padding-left: 1px;
    padding-right: 0;
    box-sizing: border-box;
    padding-bottom: 1px;
  }
}
.rates > .cols > .col.col-2-2 .price-box .title::after {
  background: #21133d;
}
.rates > .cols > .col.col-2-2 .price-box .title p:last-child {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box .title p:last-child {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
  }
}
.rates > .cols > .col.col-2-2 .price-box .title p:last-child em {
  display: inline-block;
}
.rates > .cols > .col.col-2-2 .price-box .title p:last-child em::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-image: url(../images/icons/wupsi_smartphone.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.6em 0 0.9em;
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box .title p:last-child em::before {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box tr {
    background: none;
  }
  .rates > .cols > .col.col-2-2 .price-box tr:nth-child(4n + 4),
  .rates > .cols > .col.col-2-2 .price-box tr:nth-child(4n + 5) {
    background: #ededed;
  }
  .rates > .cols > .col.col-2-2 .price-box tr:nth-child(2n + 2) td {
    vertical-align: bottom;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box td {
    width: 17.5%;
  }
}
@media (max-width: 1024px) {
  .rates > .cols > .col.col-2-2 .price-box td {
    width: 25%;
    padding: 0 2px;
  }
}
.rates > .cols > .col.col-2-2 .price-box td:first-child {
  font-weight: 400;
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box td:first-child {
    padding-left: 24px;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box td:first-child .price-1a,
  .rates > .cols > .col.col-2-2 .price-box td:first-child .price-2a,
  .rates > .cols > .col.col-2-2 .price-box td:first-child .price-2b,
  .rates > .cols > .col.col-2-2 .price-box td:first-child .price-3 {
    margin: 0;
  }
}
@media (max-width: 1280px) {
  .rates > .cols > .col.col-2-2 .price-box td:last-child {
    padding-right: 24px;
  }
}
.rates > .cols > .col.col-2-2 .price-box tr:first-child td:first-child {
  font-size: 16px;
  line-height: 24px;
}
.rates .frame-layout-206 strong {
  color: #3c3c3c;
  font-weight: 600;
}
.rates .frame-layout-204 p {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 480px) {
  .rates .frame-layout-204 p {
    flex-wrap: wrap;
  }
}
.rates .frame-layout-204 img {
  margin: 15px 10px 15px 0;
  /* flex-basis: 45%; */
  object-fit: contain;
  object-position: left;
}
@media (max-width: 480px) {
  .rates .frame-layout-204 img {
    flex-basis: 45%;
    width: 0;
    flex-grow: 1;
    /*
            width: 0;
            flex-basis: fit-content;
            flex-grow: 1;
            */
  }
}
.rates .frame-layout-204 img:nth-child(2n) {
  margin-right: 0;
}
/* Misc */
/*
.frame-layout-90 > .section-inner {
    max-width: @boxed-width;
    padding-left: @boxed-padding;
    padding-right: @boxed-padding;
    margin: 0 auto;
    box-sizing: border-box;
}

.frame-layout-91 > .section-inner {
    max-width: @boxed-width-medium;
    padding-left: @boxed-padding;
    padding-right: @boxed-padding;
    margin: 0 auto;
    box-sizing: border-box;
}

.frame-layout-92 > .section-inner {
    max-width: @boxed-width-narrow;
    padding-left: @boxed-padding;
    padding-right: @boxed-padding;
    margin: 0 auto;
    box-sizing: border-box;
}
*/
/* Powermail */
.powermail_form h3 {
  display: none;
}
.powermail_form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.powermail_form legend {
  display: none;
}
.powermail_fieldwrap_type_check > label {
  display: none;
}
.powermail_fieldwrap_type_check .checkbox {
  margin: 1.3em 0 2em;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap > div {
  position: relative;
}
.tx-powermail .powermail_fieldset .powermail-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  position: absolute;
  left: -15px;
  bottom: -60px;
  border-radius: 8px;
  float: none;
  width: auto;
  border: none;
  background-color: #42414d;
  z-index: 10;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li,
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list > li {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}
/* RHD */
.contact-mail::before {
  width: 40px;
  heigth: 40px;
}
