/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* CSS Transition
	Usage: @include transition(width,0.3s,ease-out);
 */
/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback  
	Usage: @include font-size(1, large);
*/
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    $GLOBAL ELEMENTS
\*------------------------------------*/
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-MediumItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-BlackItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-SemiBold.woff2") format("woff2"), url("../fonts/Campton/Campton-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-LightItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-BookItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Black.woff2") format("woff2"), url("../fonts/Campton/Campton-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-ExtraLight.woff2") format("woff2"), url("../fonts/Campton/Campton-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Book.woff2") format("woff2"), url("../fonts/Campton/Campton-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Thin.woff2") format("woff2"), url("../fonts/Campton/Campton-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-ExtraBold.woff2") format("woff2"), url("../fonts/Campton/Campton-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Light.woff2") format("woff2"), url("../fonts/Campton/Campton-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-ThinItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-BoldItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Bold.woff2") format("woff2"), url("../fonts/Campton/Campton-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Campton/Campton-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Campton";
  src: url("../fonts/Campton/Campton-Medium.woff2") format("woff2"), url("../fonts/Campton/Campton-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  background: #fff;
  font: 100%/1.5 "Albert Sans", Helvetica, serif;
  -webkit-text-size-adjust: 100%;
  color: #000;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
@media all and (min-width: 1025px) {
  body {
    box-shadow: inset 20px 0 0 0 #fff;
  }
}
body.has-no-scroll {
  overflow: hidden;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
@media print {
  body {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    page-break-after: auto;
  }
}

/* Headings */
/*Further Reading: http:/csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/ */
.heading {
  font-family: "Campton";
  font-weight: normal;
  font-weight: 600;
  margin: initial;
}
.heading--1 {
  font-size: 35px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.heading--2 {
  font-size: 30px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.heading--3 {
  font-size: 25px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.heading--4 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--4 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.heading--5 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--5 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.heading--6 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .heading--6 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.heading--center {
  text-align: center;
}
.heading--purple {
  color: #221b43;
}
.heading--red {
  color: #d72641;
}
.heading--purple-light {
  color: #c8c6d0;
}
.heading--space {
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .heading--space {
    margin-bottom: 30px;
  }
}
@media print {
  .heading {
    display: none;
  }
}

/* Subheadings */
.subheading {
  font-family: "Campton", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Campton";
  font-weight: normal;
  font-weight: 600;
  margin: initial;
}

h1,
.alpha {
  line-height: 1.2;
}

h1 {
  font-size: 70px;
  line-height: 1.14;
}
@media print {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.12;
}
@media all and (min-width: 769px) {
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media print {
  h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.25;
}
@media all and (min-width: 769px) {
  h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media print {
  h3 {
    font-size: 14px;
    line-height: 1;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.25;
}
@media print {
  h4 {
    font-size: 12px;
    line-height: 1;
  }
}

h5 {
  font-size: 25px;
  line-height: 1.25;
}
@media print {
  h5 {
    font-size: 11px;
    line-height: 1;
  }
}

h6 {
  font-size: 20px;
  line-height: 1.25;
}
@media print {
  h6 {
    font-size: 11px;
    line-height: 1;
  }
}

/*------------------------------------*\
    $MEDIA ELEMENTS
\*------------------------------------*/
/* Flexible Media */
img, video, object {
  max-width: 100%;
  height: auto;
}

iframe {
  margin-bottom: 20px;
}

figure {
  margin-bottom: 20px;
}
figure img {
  margin-bottom: 10px;
}

figcaption {
  font-style: italic;
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/*  Rest address styles */
address {
  all: inherit;
}

/*------------------------------------*\
    $Table
\*------------------------------------*/
.text .table {
  overflow-x: auto;
  max-width: 100%;
  margin: 20px 0;
}
@media print {
  .text .table {
    max-width: 100%;
    overflow-x: hidden;
    border-collapse: collapse;
    padding: 0;
  }
}

@media print {
  tbody {
    font-size: 12px;
    border-collapse: 10px;
    padding: 10px;
  }
}

@media print {
  thead,
  tfoot {
    font-size: 14px;
    border-collapse: 10px;
    padding: 10px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

th {
  background-color: #e1e8eb;
  padding: 30px;
  text-align: left;
}
@media print {
  th {
    font-size: 14px;
    padding: 10px;
    border-collapse: 10px;
  }
}

tr:nth-child(even) {
  background-color: #f0f4f5;
}

td {
  padding: 30px;
  vertical-align: top;
  font-size: 18px;
}
@media print {
  td {
    font-size: 12px;
    padding: 10px;
    border-collapse: 10px;
  }
}

.animate-fade {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.animate-fade:hover {
  opacity: 0;
}

.animate-move > .demo-shape {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/*------------------------------------*\
    $drupal
\*------------------------------------*/
.layout-builder-form {
  padding: 1.5em 1.5em 0.5em;
}
.layout-builder-form .button {
  margin: 0 10px 10px 0;
  max-height: 30px;
  padding: 5px 20px;
  font-size: 16px;
}
.layout-builder-form .button:hover {
  transform: scale(1.08);
}

/* Drupal tabs styles */
.drupal-tabs {
  padding: 1.5em 1.5em 0.5em;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  max-width: 1180px;
  margin: 0 auto;
}
.layout-builder-frontend .drupal-tabs {
  position: fixed;
  flex-direction: column;
  left: -15px;
  top: 200px;
  z-index: 999;
}
.drupal-tabs li a {
  display: inline-block;
  border: none;
  background-color: #908da1;
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  margin: 0 8px 8px 0;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.drupal-tabs li a:hover, .drupal-tabs li a.is-active {
  background-color: #221b43;
}

#block-pco-theme-content {
  max-width: 1180px;
  margin: 10px auto 10px;
}
#block-pco-theme-content p, #block-pco-theme-content div {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  font-family: "Campton";
}
#block-pco-theme-content > a:not(.button),
#block-pco-theme-content p a:not(.button),
#block-pco-theme-content ul a:not(.button),
#block-pco-theme-content ol a:not(.button) {
  color: #d72641;
  text-decoration: none;
  background-color: none;
}
#block-pco-theme-content > a:not(.button):hover,
#block-pco-theme-content p a:not(.button):hover,
#block-pco-theme-content ul a:not(.button):hover,
#block-pco-theme-content ol a:not(.button):hover {
  text-decoration: underline;
}

.views-exposed-form {
  margin-bottom: 10px;
}
.views-exposed-form input[type=text],
.views-exposed-form input[type=tel],
.views-exposed-form input[type=email],
.views-exposed-form input[type=password] {
  width: 100%;
  color: #000;
  background: #f0f4f5;
  height: 50px;
  padding: 20px 70px 20px 30px;
  line-height: 1;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}
.views-exposed-form select {
  display: block;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/select-arrow-dark.svg");
  background-position: 95% 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  color: #484465;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
}
.views-exposed-form > label {
  display: block;
  font-family: "Campton", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #d72641;
  margin: 20px 0 10px;
}
.views-exposed-form .form-actions {
  margin: 20px 0;
}

.employee {
  background-color: #e1e8eb;
}

#search-results-wrapper .views-row {
  max-width: 1180px;
  margin: 0 auto;
}
#search-results-wrapper .views-row:nth-child(odd) {
  background-color: #f0f4f5;
}
#search-results-wrapper .views-row:nth-child(even) {
  background-color: #fff;
}
#search-results-wrapper .no-pager {
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  #search-results-wrapper .no-pager {
    margin-bottom: 80px;
  }
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/* Layout Container */
.layout {
  opacity: 1;
  transition: opacity 800ms ease-in-out;
}
.layout.is-faded {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
.layout__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 20px;
}

/*------------------------------------*\
    $PAGE STRUCTURE
\*------------------------------------*/
.header {
  position: relative;
  z-index: 99;
}
.header__wrapper {
  position: relative;
  background-color: #f1efee;
}
@media all and (min-width: 1441px) {
  .header__wrapper {
    border-top: 20px solid #fff;
    box-shadow: inset 20px 0 0 0 #fff;
  }
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px;
}
@media all and (min-width: 1025px) {
  .header__inner {
    padding: 37px 20px 0;
    align-items: normal;
  }
}
.header__logo {
  width: 50px;
  aspect-ratio: 1/1;
}
@media all and (min-width: 1025px) {
  .header__logo {
    width: 120px;
  }
}
.header__logo .logo {
  position: absolute;
  left: 20px;
  transform: translateX(0);
  flex-grow: 1;
}
.header__logo .logo__image {
  width: 50px;
}
@media all and (min-width: 1025px) {
  .header__logo .logo__image {
    width: 120px;
  }
}
.header__logo .logo.is-animating {
  transition: left 600ms ease-in-out, transform 600ms ease-in-out;
}
.header__logo .logo.is-center {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
@media all and (min-width: 1025px) {
  .header__menus {
    display: flex;
    flex-direction: column;
  }
}
.header__menu-toggle {
  font-size: 24px;
}
.header__menu-toggle:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e900";
  font-size: 22px;
}
@media all and (min-width: 1025px) {
  .header__menu-toggle {
    display: none;
  }
}
.header__mobile-menu-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.header__mobile-menu-logo .logo img {
  width: 50px;
}
.header__service-menu {
  margin-top: 20px;
  order: 1;
  background-color: #c2d2d8;
}
.header__primary-menu {
  margin-top: 20px;
  flex-grow: 1;
}
@media all and (min-width: 1025px) {
  .header__primary-menu {
    display: flex;
    align-items: flex-start;
  }
}
.header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #d72641;
  color: #fff;
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 500;
  min-height: 40px;
  padding: 10px 20px;
  line-height: 20px;
  border: 0;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 5px;
  transition: all 200ms ease-in-out;
}
.header__mobile-menu .header__button {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}
.header__mobile-menu .header__button:hover, .header__mobile-menu .header__button:focus {
  transform: none;
}
@media (min-width: 1025px) and (max-width: 1441px) {
  .header__button {
    font-size: 18px;
  }
}
@media all and (min-width: 1025px) {
  .header__button {
    padding: 10px 30px;
  }
}
.header__button:hover, .header__button:focus {
  transform: scale(1.1);
}
.header__search-toggle {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  border-radius: 50%;
  border: none;
  background-color: #221b43;
  color: #fff;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.header__search-toggle:hover {
  transform: scale(1.2);
}
.header__search-toggle:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e907";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.header__search-toggle.is-open::after {
  content: "\e909";
  font-size: 12px;
}
@media all and (min-width: 1025px) {
  .header__search-toggle {
    display: block;
  }
}
.header__desktop-menu {
  display: none;
}
@media all and (min-width: 1025px) {
  .header__desktop-menu {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.header__mobile-menu {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f1efee;
  z-index: 9;
  -webkit-transition: -webkit-transform 200ms;
  -webkit-transition: transform 200ms;
  transition: transform 200ms ease-in-out;
}
.header__mobile-menu.is-open {
  transform: translateX(0);
}
@media all and (min-width: 1025px) {
  .header__mobile-menu {
    display: none;
  }
  .header__mobile-menu.is-open {
    display: none;
  }
}
.header__search {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f1efee;
  padding: 50px 20px 80px 20px;
  box-sizing: border-box;
  width: 100%;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
@media all and (min-width: 1025px) {
  .header__search {
    display: block;
  }
}
@media all and (min-width: 1441px) {
  .header__search {
    left: 20px;
    width: calc(100% - 20px);
    padding: 50px 20px 80px 0;
  }
}
.header__search.is-open {
  transform: translateY(100%);
}
.header__search-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}
.header__mega-menu {
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #f1efee;
  padding: 50px 20px 80px 20px;
  box-sizing: border-box;
  width: 100%;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}
@media all and (min-width: 1441px) {
  .header__mega-menu {
    left: 20px;
    width: calc(100% - 20px);
    padding: 50px 20px 80px 0;
  }
}
.header__mega-menu.is-open {
  transform: translateY(100%);
}
.header__mega-menu.is-open:after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-image: url("../../../images/ornaments/header-bottom-right-1.svg");
  background-size: 300px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
  min-height: 400px;
}
.header__mega-menu-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}
.header__mega-menu-item {
  display: none;
}
.header__mega-menu-item.is-active {
  display: block;
}
.header__mega-menu-title {
  font-family: "Campton", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  color: #221b43;
  margin-bottom: 4px;
}
.header__mega-menu-text {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px;
}
.header__mega-menu-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.header__mega-menu-link {
  background-color: #484465;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 200ms ease-in-out;
}
.header__mega-menu-link:hover {
  background-color: #221b43;
}
.header__mega-menu-link:hover:after {
  transform: translateX(5px);
}
.header__mega-menu-link:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 34px;
  height: 34px;
  font-size: 20px;
  margin-left: 20px;
  transition: all 200ms ease-in-out;
}
.header__mega-menu-secondary-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #221b43;
  margin-right: 2px;
}
.header__mega-menu-secondary-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #484465;
  text-decoration: underline;
  margin-right: 10px;
  transition: all 200ms ease-in-out;
}
.header__mega-menu-secondary-link:hover {
  color: #221b43;
}
@media print {
  .header {
    display: none;
  }
}

/*------------------------------------*\
    $PRIMARY NAV
\*------------------------------------*/
.primary-nav {
  display: none;
}
@media all and (min-width: 1025px) {
  .primary-nav {
    display: block;
  }
}
.primary-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1025px) {
  .primary-nav__list {
    display: flex;
    justify-content: end;
  }
}
.primary-nav__link {
  margin-bottom: 39px;
  display: inline-block;
  position: relative;
  font-family: "Campton";
  color: #221b43;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1025px) and (max-width: 1441px) {
  .primary-nav__link {
    font-size: 18px;
  }
}
.primary-nav__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 0;
  background-color: #d72641;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.primary-nav__link:hover::after, .primary-nav__link.is-active::after {
  height: 3px;
  opacity: 1;
}

/*------------------------------------*\
    $MOBILE NAV
\*------------------------------------*/
.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-bottom: 40px;
}
.mobile-nav__logo .logo img {
  width: 50px;
}
.mobile-nav__toggle {
  font-size: 24px;
  margin-left: auto;
}
.mobile-nav__toggle:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e909";
}
@media all and (min-width: 1025px) {
  .mobile-nav__toggle {
    display: none;
  }
}
.mobile-nav__search {
  margin-bottom: 20px;
}
.mobile-nav__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav__menu-lead {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.mobile-nav__menu-link {
  position: relative;
  font-family: "Campton";
  color: #221b43;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.mobile-nav__open-level {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #221b43;
}
.mobile-nav__open-level:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #221b43;
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.mobile-nav__level-two {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9;
  transform: translateX(100%);
  background-color: #f1efee;
  width: 100%;
  height: calc(100% - 167px);
  padding: 30px;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 200ms;
  -webkit-transition: transform 200ms;
  transition: transform 200ms ease-in-out;
}
.mobile-nav__level-two.is-open {
  transform: translateX(0);
}
.mobile-nav__back-button {
  display: flex;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: #221b43;
  font-weight: 500;
  font-family: "Campton", sans-serif;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.mobile-nav__back-button:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90c";
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  transform: rotate(180deg);
}
.mobile-nav__level-head-link {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #221b43;
  font-family: "Campton", sans-serif;
  text-decoration: none;
}
.mobile-nav__level-head-link:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #221b43;
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.mobile-nav__sub {
  padding: 20px;
  overflow: auto;
  max-height: calc(100% - 90px);
  list-style: none;
}
.mobile-nav__sub-link {
  font-size: 16px;
  line-height: 26px;
  color: #221b43;
  font-weight: 500;
  font-family: "Campton", sans-serif;
  display: block;
  padding: 10px 0;
}
.mobile-nav__sub-link--small {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  padding: 5px 0;
}
.mobile-nav__service {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #c2d2d8;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
}
.mobile-nav__service-link {
  color: #595472;
  font-size: 14px;
  line-height: 26px;
  font-family: "Campton", sans-serif;
  font-weight: 400;
  padding: 10px;
}
@media all and (max-width: 375px) {
  .mobile-nav__service-link {
    font-size: 12px;
  }
}

/*------------------------------------*\
    $SERVICE MENU
\*------------------------------------*/
.service-menu {
  display: flex;
}
.service-menu__list {
  display: flex;
  justify-content: end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-menu__link {
  position: relative;
  font-family: "Campton";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #908da1;
  margin-left: 30px;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.service-menu__link--lock:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e901";
  margin-left: 6px;
  font-size: 14px;
}
.service-menu__link--shop:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e911";
  margin-left: 6px;
}
.service-menu__link--arrow-right:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  margin-left: 6px;
  font-size: 14px;
}
.service-menu__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 0;
  background-color: #d72641;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.service-menu__link:hover::before, .service-menu__link.is-active::before {
  height: 3px;
  opacity: 1;
}
.service-menu.active {
  max-height: 40em;
}
/*------------------------------------*\
    $MAIN CONTENT AREA
\*------------------------------------*/
[role=main] {
  overflow: hidden;
}

/*------------------------------------*\
    $FOOTER 
\*------------------------------------*/
.footer {
  display: flex;
  background: #c2d2d8;
  color: #221b43;
  line-height: 1.2;
  border-bottom: 20px solid #221b43;
  padding: 0 30px;
}
.footer__section__title {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.footer__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}
.footer__wrapper {
  color: #221b43;
  padding: 30px 0;
  font-weight: 500;
}
@media all and (min-width: 769px) {
  .footer__wrapper {
    display: flex;
    justify-content: space-around;
  }
}
@media all and (min-width: 1025px) {
  .footer__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 15px;
  }
}
.footer__left, .footer__right {
  flex: 0 0 47%;
}
@media all and (min-width: 1025px) {
  .footer__left, .footer__right {
    flex: 0 0 38%;
  }
}
.footer__logo {
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media all and (min-width: 769px) {
  .footer__logo {
    width: 120px;
    height: 120px;
    margin: 0 0 25px;
  }
}
.footer__resume p:first-of-type {
  margin-top: 0;
}
.footer__social {
  margin: 40px 0 20px;
  display: block;
}
@media all and (min-width: 1150px) {
  .footer__social {
    display: flex;
    margin: 50px 0;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__social-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 10px 0;
}
.footer__sharing {
  font-size: 0;
  display: flex;
  margin: 0 -3px;
}
.footer__sharing__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  box-sizing: content-box;
  color: #c2d2d8;
  text-decoration: none;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #221b43;
}
.footer__sharing__icon:hover {
  background-color: #000;
}
.footer__sharing__icon--facebook:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90d";
}
.footer__sharing__icon--linkedin:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90e";
}
.footer__sharing__icon--instagram:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e910";
}
.footer__sharing__icon--youtube:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90f";
}
.footer__links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__address, .footer__links {
  line-height: 28px;
}
@media all and (min-width: 769px) {
  .footer__address, .footer__links {
    max-width: 270px;
  }
}
.footer__address {
  margin-bottom: 20px;
}
.footer__address a[href^="mailto:"] {
  text-decoration: underline;
  color: #221b43;
}
.footer__address a[href^="mailto:"]:hover {
  color: #000;
}
.footer__address p {
  margin: 0;
}
.footer__link-small, .footer__links__list__item {
  color: #221b43;
  text-decoration: none;
}
.footer__link-small:hover, .footer__links__list__item:hover {
  color: #000;
}
@media all and (min-width: 1024px) {
  .footer__info {
    display: flex;
    justify-content: space-between;
  }
}
.footer__copyright {
  font-size: 12px;
  line-height: 22px;
  margin: 35px 0 0;
}
@media print {
  .footer {
    display: none;
  }
}

/*------------------------------------*\
    $global search
\*------------------------------------*/
.global-search {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #f1efee;
  box-shadow: inset 10px 10px 0 0 #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 130px 30px;
  box-sizing: border-box;
  background-image: url(../../../images/ornaments/global-search-left-top.svg), url(../../../images/ornaments/global-search-right-bottom.svg);
  background-position: 10px 10px, right 10px;
  background-repeat: no-repeat;
  background-size: 140px, 280px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease-in, visibility 600ms ease-in;
}
@media all and (min-width: 1025px) {
  .global-search {
    padding: 200px 55px;
    background-size: auto;
    background-position: 20px 20px, right bottom;
    box-shadow: inset 20px 20px 0 0 #fff;
  }
}
.global-search.is-open {
  visibility: visible;
  opacity: 1;
}
.global-search__logo {
  width: 50px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 20px;
  left: calc(50% - 25px);
}
@media all and (min-width: 1025px) {
  .global-search__logo {
    width: 120px;
    top: 55px;
    left: calc(50% - 60px);
  }
}
.global-search__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.global-search__form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 980px;
}
.global-search__buttons {
  display: grid;
  grid-gap: 20px;
  width: 100%;
  max-width: 980px;
  margin-top: 90px;
}
@media all and (min-width: 1025px) {
  .global-search__buttons {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
  }
}
.global-search__button {
  position: relative;
  display: block;
  border-radius: 8px;
  background-color: #d3dbde;
  color: #221b43;
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 55px 18px 30px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.global-search__button:after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}
.global-search__button:hover, .global-search__button:focus {
  transform: scale(1.05);
}
.global-search__button--lock:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e901";
}
.global-search__button--shop:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e911";
}
.global-search__close {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #221b43;
  font-family: "Campton";
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.global-search__close:hover::before {
  transform: scale(1.1);
}
@media all and (min-width: 1025px) {
  .global-search__close {
    bottom: 55px;
  }
}
.global-search__close:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e909";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background-color: #221b43;
  border-radius: 50%;
  margin: auto auto 10px;
  color: #fff;
  transition: all 200ms ease-in-out;
}

/*------------------------------------*\
    $FOOTER BLOCK
\*------------------------------------*/
.footer-contact {
  display: flex;
  background: #fff;
  line-height: 1.2;
}
.footer-contact__title {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
}
.footer-contact__subtitle {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Albert Sans", Helvetica, serif;
  margin-bottom: 30px;
}
.footer-contact__container {
  margin: 0 auto;
  max-width: 1180px;
}
.footer-contact__wrapper {
  color: #000;
  padding: 30px 30px 10px;
  font-weight: 500;
  text-align: center;
  max-width: 950px;
}
.footer-contact__text {
  font-family: "Albert Sans", Helvetica, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  margin-top: 30px;
}
.footer-contact__text br {
  margin-bottom: 20px;
  display: block;
  content: "";
}
@media all and (min-width: 769px) {
  .footer-contact br {
    margin-bottom: 0px;
  }
  .footer-contact__wrapper {
    padding: 60px 30px 80px;
  }
}
@media print {
  .footer-contact {
    display: none;
  }
}

/*------------------------------------*\
    $TEXT Styles
\*------------------------------------*/
.intro {
  font-size: 22px;
  font-weight: bold;
}

.pullquote {
  font-family: "Campton", sans-serif;
  font-size: 25px;
}

.caption {
  font-style: italic;
}

.text {
  max-width: 980px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.text::after {
  display: block;
  content: "";
  clear: both;
}
.text > :first-child {
  margin-top: 0;
}
.text--full-width {
  max-width: 100%;
}
.text > a:not(.button),
.text p a:not(.button),
.text ul a:not(.button),
.text ol a:not(.button) {
  color: #d72641;
  text-decoration: none;
  background-color: none;
}
.text > a:not(.button):hover,
.text p a:not(.button):hover,
.text ul a:not(.button):hover,
.text ol a:not(.button):hover {
  text-decoration: underline;
}
.text > ul {
  list-style: disc;
  margin: 0 0 20px 1.2em;
}
.text > ul ul {
  margin-bottom: 0;
}
.text > ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em;
}
.text > ol ol {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-family: "Campton";
  font-weight: 600;
  margin: 30px 0;
}
.text h1 {
  font-size: 35px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.text h2 {
  font-size: 30px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.text h3 {
  font-size: 25px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
.text h4 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h4 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.text h5 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h5 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.text h6 {
  font-size: 22px;
  line-height: 1.2;
}
@media all and (min-width: 769px) {
  .text h6 {
    font-size: 25px;
    line-height: 1.2;
  }
}
.text > p {
  margin: 30px 0;
}
.text figure {
  margin: 70px 0;
}
@media all and (min-width: 1025px) {
  .text figure {
    display: flex;
    flex-direction: column;
  }
}
.text figure img {
  margin-bottom: 0;
}
.text figure figcaption {
  margin-top: 20px;
  border-left: 2px solid #d72641;
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
}
@media all and (min-width: 1025px) {
  .text figure figcaption {
    max-width: 480px;
    align-self: flex-end;
  }
}
.text blockquote {
  position: relative;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin: 70px 0;
  box-sizing: border-box;
  font-family: "Campton", sans-serif;
  padding: 0;
  background-color: none;
}
@media all and (min-width: 1025px) {
  .text blockquote {
    max-width: 980px;
    padding-left: 180px;
    font-size: 40px;
    line-height: 45px;
  }
}
.text blockquote::before {
  content: "";
  display: block;
  width: 101px;
  height: 70px;
  background-image: url("../../../images/quote.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .text blockquote::before {
    width: 135px;
    height: 93px;
    position: absolute;
    left: 0;
  }
}
.text blockquote > p {
  margin-bottom: 0;
}
.text blockquote cite {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-style: normal;
}
@media print {
  .text {
    page-break-after: avoid;
  }
  .text > a,
  .text p a,
  .text p,
  .text ul a,
  .text > ul, .text > ol,
  .text ol a,
  .text > h1,
  .text > h2,
  .text > h3,
  .text > h4,
  .text > h5,
  .text > h6,
  .text blockquote,
  .text cite {
    background-color: none;
    color: #000000;
    max-width: 100%;
    overflow: hidden;
    box-shadow: none;
    box-sizing: border-box;
  }
  .text > a,
  .text > p a,
  .text p a,
  .text > p,
  .text ul a,
  .text > ul, .text > ol,
  .text ol a,
  .text blockquote,
  .text cite {
    font-size: 14px;
    line-height: 1.2;
  }
  .text > h1 {
    font-size: 30px;
  }
  .text > h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .text > h3 {
    font-size: 14px;
  }
  .text > h4 {
    font-size: 12px;
  }
  .text > h1, .text > h2, .text > h3, .text > h4, .text > h5, .text > h6, .text p, .text > p {
    margin: 10px 0;
  }
  .text figure {
    display: none;
  }
  .text blockquote {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
  }
  .text blockquote::before {
    display: none;
  }
}

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/* Icon Font */
@font-face {
  font-family: "dk-hostmaster";
  src: url("../fonts/dk-hostmaster-v5.0/fonts/dk-hostmaster.eot");
  src: url("../fonts/dk-hostmaster-v5.0/fonts/dk-hostmaster.eot?#iefix") format("embedded-opentype"), url("../fonts/dk-hostmaster-v5.0/fonts/dk-hostmaster.woff") format("woff"), url("../fonts/dk-hostmaster-v5.0/fonts/dk-hostmaster.ttf") format("truetype"), url("../fonts/dk-hostmaster-v5.0/fonts/dk-hostmaster.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #d72641;
  color: #fff;
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 600;
  min-height: 50px;
  padding: 10px 40px;
  line-height: 24px;
  border: 0;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.button--purple {
  background-color: #221b43;
}
.button--external {
  position: relative;
  padding-right: 60px;
}
.button--external:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e917";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.button--external:after {
  top: calc(50% - 2px);
}
.button:hover, .button:focus {
  transform: scale(1.1);
}
.button.disabled {
  background: #c9bfba;
  color: #000;
}
.button--purple {
  background-color: #221b43;
  color: #fff;
}
.button--purple-light {
  background-color: #908da1;
  color: #fff;
}
.button--purple-light:hover {
  background-color: #221b43;
}
.button--biege {
  background-color: #c9bfba;
  color: #fff;
}
.button--white {
  background-color: #fff;
  color: #d72641;
}

.logo__image {
  display: block;
  width: 120px;
}
.logo--global {
  opacity: 0;
  position: absolute;
  z-index: 999;
  transition: all 600ms ease-in-out, opacity 200ms ease-in-out;
}
.logo--global .logo__image {
  width: 50px;
}
@media all and (min-width: 1025px) {
  .logo--global .logo__image {
    width: 120px;
  }
}
@media print {
  .logo {
    top: 0% !important;
    left: 90% !important;
  }
}

.accordion__item {
  border-radius: 8px;
  background-color: #fff;
}
.accordion__item:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .accordion__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.accordion__head {
  position: relative;
}
.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 25px 70px 25px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  color: #000;
}
.is-open .accordion__button {
  font-weight: 600;
}
@media all and (min-width: 1025px) {
  .accordion__button {
    padding: 25px 90px 25px 30px;
    font-size: 22px;
    line-height: 30px;
  }
}
.accordion__button-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid #221b43;
  pointer-events: none;
}
@media all and (min-width: 1025px) {
  .accordion__button-icon {
    right: 30px;
  }
}
.accordion__button-icon::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion__button-icon::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.accordion__button-icon::before, .accordion__button-icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 16px;
  background-color: #221b43;
  transition: transform 200ms ease-in-out;
}
.is-open .accordion__button-icon::before, .is-open .accordion__button-icon::after {
  transform: translate(-50%, -50%);
}
.accordion__body {
  display: none;
}
.accordion__content {
  padding: 0 20px 20px;
}
@media all and (max-width: 1024px) {
  .accordion__content .text {
    font-size: 18px;
  }
}
@media all and (min-width: 1025px) {
  .accordion__content {
    padding: 0 30px 30px;
  }
}
.accordion__content > p:first-child {
  margin-top: 0;
}
@media print {
  .accordion__button {
    padding: 0 0 20px;
    font-weight: 700;
    font-size: 30px;
  }
  .accordion__head {
    display: none;
  }
  .accordion__head.is-open {
    display: block;
  }
  .accordion__button-icon {
    display: none;
  }
  .accordion__content {
    padding: 0;
  }
}

.section {
  overflow: hidden;
  position: relative;
}
.section--spacing, .section--spacing-small {
  margin: 40px 0;
}
.section--spacing-bottom {
  margin-bottom: 40px;
}
.section--padding-small, .section--padding-large {
  padding: 40px 0;
}
.section--ornament-left-top-1:before, .section--ornament-left-top-2:before, .section--ornament-left-top-3:before, .section--ornament-left-top-4:before {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.section--ornament-right-top-1:after, .section--ornament-right-top-2:after, .section--ornament-right-top-3:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.section--ornament-right-bottom-1:after, .section--ornament-right-bottom-2:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
}
.section--ornament-right-top-1:after {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-right-top-1.svg");
  background-size: 100%;
  width: 150px;
  height: 100%;
  background-position: top right;
}
.section--ornament-right-top-2:after {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-right-top-2.svg");
  background-size: 100%;
  width: 100px;
  height: 100%;
  background-position: top right;
}
.section--ornament-right-top-3:after {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-right-top-3.svg");
  background-size: 100%;
  width: 290px;
  height: 100%;
  background-position: top right;
}
.section--ornament-right-bottom-1:after {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-right-bottom-1.svg");
  background-size: 100%;
  width: 200px;
  height: 100%;
  background-position: bottom right;
}
.section--ornament-right-bottom-2:after {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-right-bottom-2.svg");
  background-size: 100%;
  width: 200px;
  height: 100%;
  background-position: bottom right;
}
.section--ornament-left-top-1:before {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-left-top-1.svg");
  background-size: 100%;
  width: 100px;
  height: 100%;
}
.section--ornament-left-top-2:before {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-left-top-2.svg");
  background-size: 100%;
  width: 280px;
  height: 430px;
}
.section--ornament-left-top-3:before {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-left-top-3.svg");
  background-size: 100%;
  width: 215px;
  height: 100%;
}
.section--ornament-left-top-4:before {
  content: "";
  background-image: url("./../../../images/ornaments/ornament-left-top-4.svg");
  background-size: 100%;
  width: 100px;
  height: 100%;
}
@media all and (min-width: 1441px) {
  .section--indented {
    box-shadow: inset 20px 0 0 0 #fff;
  }
  .section--indented::before {
    left: 20px;
  }
}
.section--white {
  background-color: #fff;
}
.section--red {
  background-color: #d72641;
}
.section--purple {
  background-color: #221b43;
}
.section--purple-light {
  background-color: #908da1;
}
.section--blue {
  background-color: #c2d2d8;
}
.section--blue-2 {
  background-color: #e1e8eb;
}
.section--blue-3 {
  background-color: #f0f4f5;
}
.section--green {
  background-color: #c0d77c;
}
.section--beige {
  background-color: #c9bfba;
}
.section--beige-2 {
  background-color: #d6cfcb;
}
.section--beige-3 {
  background-color: #ddd7d4;
}
.section--grey {
  background-color: #f1efee;
}
.section--yellow {
  background-color: #ecd276;
}
.section--yellow-2 {
  background-color: #fece62;
}
.section--violet {
  background-color: #8a82b1;
}
.section--orange {
  background-color: #f38067;
}
.section__full-width > h1,
.section__full-width > h2,
.section__full-width > h3 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1180px;
  margin-bottom: 20px;
}
.section__max-width {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
.section__small-width {
  max-width: 980px;
  position: relative;
  z-index: 2;
}
.section--center .section__small-width {
  margin: 0 auto;
}
@media all and (min-width: 1025px) {
  .section--spacing {
    margin: 80px 0;
  }
  .section--spacing-bottom {
    margin-bottom: 80px;
  }
  .section--padding-small {
    padding: 80px 0;
  }
  .section--padding-large {
    padding: 100px 0;
  }
  .section--ornament-left-top-1:before {
    background-size: 60%;
    width: 150px;
    height: 300px;
  }
  .section--ornament-left-top-2:before {
    background-size: 60%;
    width: 600px;
    height: 750px;
  }
  .section--ornament-left-top-3:before {
    background-size: 100%;
    width: 450px;
    height: 750px;
  }
  .section--ornament-right-top-1:after {
    background-size: 100%;
    width: 300px;
    height: 750px;
  }
  .section--ornament-right-top-2:after {
    background-size: 60%;
    width: 150px;
    background-position: top right;
  }
  .section--ornament-right-top-3:after {
    background-size: 85%;
    width: 686px;
    background-position: top right;
  }
  .section--ornament-right-bottom-1:after {
    background-size: 60%;
    width: 590px;
    background-position: bottom right;
  }
  .section--ornament-right-bottom-2:after {
    background-size: 60%;
    width: 590px;
    background-position: bottom right;
  }
  .section--ornament-left-top-4:before {
    background-size: 60%;
    width: 150px;
  }
}
@media print {
  .section {
    background-color: #fff;
  }
  .section--spacing-small, .section--spacing {
    margin: 20px 0;
  }
  .section--ornament-left-top-1::before, .section--ornament-left-top-1::after, .section--ornament-left-top-2::before, .section--ornament-left-top-2::after, .section--ornament-left-top-3::before, .section--ornament-left-top-3::after, .section--ornament-left-top-4::before, .section--ornament-left-top-4::after, .section--ornament-right-top-1::before, .section--ornament-right-top-1::after, .section--ornament-right-top-2::before, .section--ornament-right-top-2::after, .section--ornament-right-top-3::before, .section--ornament-right-top-3::after, .section--ornament-right-bottom-1::before, .section--ornament-right-bottom-1::after, .section--ornament-right-bottom-2::before, .section--ornament-right-bottom-2::after {
    content: "";
    background-image: none;
  }
}

.article {
  background-color: #fff;
  margin-bottom: 40px;
}
@media all and (min-width: 1025px) {
  .article {
    margin-bottom: 80px;
  }
}
.article__body {
  max-width: 1180px;
  margin: auto;
  padding: 0 30px;
}
.article__body .feedback {
  margin: 30px 0;
}

.alert {
  display: block;
  background-color: #221b43;
  color: #c8c6d0;
  cursor: pointer;
  text-decoration: none;
}
.alert:hover {
  text-decoration: underline;
}
.alert--yellow {
  background-color: #ecd276;
  color: #221b43;
}
.alert--orange {
  background-color: #f38067;
  color: #221b43;
}
.alert--red {
  background-color: #d72641;
  color: #fff;
}
.alert--green {
  background-color: #17a671;
  color: #fff;
}
.alert__container {
  min-height: 48px;
  margin: 0 auto;
  padding: 14px 20px;
  max-width: 1180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  box-sizing: border-box;
}

.form-step {
  margin-bottom: 60px;
}
.form-step__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

.single-teaser {
  position: relative;
  overflow: hidden;
  background-color: #ddd7d4;
  height: 685px;
  padding: 30px;
  box-sizing: border-box;
}
@media all and (min-width: 1025px) {
  .single-teaser--content-right .single-teaser__container {
    display: flex;
    justify-content: end;
  }
}
@media all and (min-width: 1025px) {
  .single-teaser {
    height: 630px;
    padding: 140px 30px;
  }
}
.single-teaser__background-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.single-teaser__container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .single-teaser__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.single-teaser__content {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
@media all and (min-width: 1025px) {
  .single-teaser__content {
    padding: 60px 40px 50px 40px;
  }
}
.single-teaser__content .button {
  margin: 30px auto 0 0;
}
.single-teaser__title {
  color: #221b43;
  font-weight: 600;
  font-family: "Campton", sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 13px;
}
@media all and (min-width: 1025px) {
  .single-teaser__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.single-teaser__text {
  color: #221b43;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
@media all and (min-width: 1025px) {
  .single-teaser__text {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
  }
}
@media print {
  .single-teaser {
    display: none;
  }
}

.multi-teaser {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .multi-teaser {
    flex-direction: row;
    height: 550px;
  }
}
@media all and (min-width: 1025px) {
  .multi-teaser {
    height: 460px;
  }
}
@media all and (min-width: 769px) {
  .multi-teaser--content-right .multi-teaser__content {
    order: 2;
  }
}
.multi-teaser--white {
  background-color: #fff;
}
.multi-teaser--red {
  background-color: #d72641;
}
.multi-teaser--purple {
  background-color: #221b43;
}
.multi-teaser--purple .multi-teaser__title,
.multi-teaser--purple .multi-teaser__text {
  color: #fff;
}
.multi-teaser--purple-light {
  background-color: #908da1;
}
.multi-teaser--blue {
  background-color: #c2d2d8;
}
.multi-teaser--blue-2 {
  background-color: #e1e8eb;
}
.multi-teaser--blue-3 {
  background-color: #f0f4f5;
}
.multi-teaser--green {
  background-color: #c0d77c;
}
.multi-teaser--beige {
  background-color: #c9bfba;
}
.multi-teaser--beige-2 {
  background-color: #d6cfcb;
}
.multi-teaser--beige-3 {
  background-color: #ddd7d4;
}
.multi-teaser--grey {
  background-color: #f1efee;
}
.multi-teaser--yellow {
  background-color: #ecd276;
}
.multi-teaser--yellow-2 {
  background-color: #fece62;
}
.multi-teaser--violet {
  background-color: #8a82b1;
}
.multi-teaser--orange {
  background-color: #f38067;
}
.multi-teaser--quote .multi-teaser__content {
  background-image: url("./../../../images/quote.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 205px;
}
.multi-teaser__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  order: 1;
}
.multi-teaser__media--video {
  position: relative;
  cursor: pointer;
}
.multi-teaser__media--video:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90a";
  font-size: 50px;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
}
.multi-teaser__media--video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}
@media all and (min-width: 769px) {
  .multi-teaser__media {
    order: unset;
    width: 60%;
    aspect-ratio: auto;
  }
}
.multi-teaser__media img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 769px) {
  .multi-teaser__media img {
    max-width: none;
  }
}
.multi-teaser__file-type {
  background-image: url("./../../../images/dummies/originals/chat.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 60%;
  margin: 0 auto;
  background-color: #c8c6d0;
  background-size: 35%;
  order: 2;
}
@media all and (min-width: 769px) {
  .multi-teaser__file-type {
    order: 1;
    background-size: 45%;
  }
}
.multi-teaser__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  order: 2;
}
@media all and (min-width: 769px) {
  .multi-teaser__content {
    order: unset;
    width: 40%;
    padding: 50px;
  }
}
.multi-teaser__title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Campton", sans-serif;
  line-height: 40px;
  text-align: center;
  margin: 0;
  color: #221b43;
}
@media all and (min-width: 1025px) {
  .multi-teaser__title {
    font-size: 40px;
    line-height: 50px;
  }
}
.multi-teaser__text {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #221b43;
  margin: 20px 0 0;
}
@media all and (min-width: 1025px) {
  .multi-teaser__text {
    font-size: 25px;
    line-height: 35px;
  }
}
.multi-teaser__text--small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.multi-teaser__button {
  text-align: center;
  margin-top: 20px;
}
@media print {
  .multi-teaser {
    display: none;
  }
}

/*------------------------------------*\
    $Search button
\*------------------------------------*/
.search-button {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  width: 90px;
  height: 90px;
  background-color: #d72641;
  border-radius: 100%;
  border: none;
  color: #fff;
  font-family: "Campton";
  font-size: 15px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.search-button:hover {
  transform: scale(1.1);
}
.search-button.push-up {
  transform: translateY(-90px);
}
@media all and (min-width: 1025px) {
  .search-button {
    right: 40px;
    bottom: 40px;
    width: 140px;
    height: 140px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero__background-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.hero__video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.hero__inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 430px;
  padding: 60px 30px;
  box-sizing: border-box;
}
@media all and (min-width: 1025px) {
  .hero__inner {
    min-height: 600px;
  }
}
.hero__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./../../../images/ornaments/main-hero.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  pointer-events: none;
}
@media all and (min-width: 1025px) {
  .hero__inner::after {
    background-size: unset;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
}
.hero__title {
  color: #fff;
  font-weight: 600;
  font-family: "Campton", sans-serif;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 10px;
}
@media all and (min-width: 1025px) {
  .hero__title {
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 20px;
  }
}
.hero__text {
  max-width: 460px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
@media all and (min-width: 1025px) {
  .hero__text {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media print {
  .hero {
    display: none;
  }
}

@keyframes timer {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hero-slider {
  position: relative;
}
.hero-slider__wrapper {
  transform: translate3d(0px, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.hero-slider__slide {
  width: 100%;
  height: 430px;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #c8c6d0;
}
@media all and (min-width: 1025px) {
  .hero-slider__slide {
    height: 600px;
  }
}
.hero-slider__inner {
  max-width: 1180px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
}
.hero-slider__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("./../../../images/ornaments/main-hero.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  pointer-events: none;
}
@media all and (min-width: 1025px) {
  .hero-slider__inner::after {
    background-size: none;
  }
}
.hero-slider__content {
  position: relative;
  z-index: 2;
}
.hero-slider__pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
  padding: 0 30px;
  box-sizing: border-box;
}
.hero-slider__pagination.swiper-pagination-lock {
  display: none;
}
.hero-slider__pagination-bullet {
  position: relative;
  display: block;
  width: 200px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
}
.hero-slider__pagination-bullet::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider__pagination-bullet.hero-slider__pagination-bullet--animate::after {
  animation: timer linear 15000ms;
}
.hero-slider__title {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 10px;
}
@media all and (min-width: 1025px) {
  .hero-slider__title {
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 20px;
  }
}
.hero-slider__text {
  max-width: 460px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 20px;
}
@media all and (min-width: 1025px) {
  .hero-slider__text {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media print {
  .hero-slider {
    display: none;
  }
}

@keyframes timer {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animated-title__title-animation {
  display: inline-block;
}
.animated-title__title-animation-item:not(:first-child) {
  display: none;
}
.animated-title__logo-placeholder {
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
@media all and (min-width: 1025px) {
  .animated-title__logo-placeholder {
    width: 100px;
    height: 100px;
  }
}
.animated-title__logo {
  position: absolute;
  opacity: 0;
  transition: all 600ms ease-in-out;
  width: 40px;
  height: 40px;
}
@media all and (min-width: 1025px) {
  .animated-title__logo {
    width: auto;
    height: auto;
  }
}
@media print {
  .animated-title {
    display: none;
  }
}

.event-calendar {
  background-color: #f1efee;
  max-width: 1180px;
  margin: 0 auto;
}
.event-calendar .heading {
  padding: 0 30px;
}
.event-calendar__main-title {
  font-family: "Albert Sans", Helvetica, serif;
  font-size: 30px;
  line-height: 1.16;
  margin-top: 10px;
  font-weight: 700;
}
.event-calendar__tabs {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 30px 30px;
}
.event-calendar__tabs__tab {
  display: inline-block;
  background: #fff;
  color: #221b43;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  border-radius: 8px;
}
.event-calendar__tabs__tab:hover, .event-calendar__tabs__tab:active, .event-calendar__tabs__tab:focus, .event-calendar__tabs__tab.is-visible {
  background: #221b43;
  color: #fff;
}
.event-calendar__tab-events {
  display: none;
  overflow: hidden;
}
.event-calendar__tab-events.is-visible {
  display: block;
}
.event-calendar__container {
  overflow: hidden;
  padding: 10px 0;
}
.event-calendar__tag-description {
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.event-calendar__event {
  padding: 30px;
  color: #221b43;
}
@media all and (min-width: 1025px) {
  .event-calendar__event {
    padding: 30px 40px;
  }
}
.event-calendar__event:nth-child(odd) {
  background-color: #f1efee;
}
.event-calendar__event:nth-child(even) {
  background-color: #fff;
}
.event-calendar__link {
  color: #d72641;
  text-decoration: none;
  font-weight: bold;
}
.event-calendar__title {
  font-family: "Albert Sans", Helvetica, serif;
  font-size: 22px;
  line-height: 1.36;
  margin-top: 10px;
  font-weight: 700;
}
.event-calendar__link, .event-calendar__description, .event-calendar__short-description, .event-calendar__short-title, .event-calendar__date {
  font-size: 18px;
  line-height: 1.1;
}
.event-calendar__date, .event-calendar__short-title {
  font-weight: 700;
}
.event-calendar__button {
  max-width: 1180px;
  margin: 20px auto 10px;
  text-align: center;
}
@media all and (min-width: 769px) {
  .event-calendar__button {
    margin: 40px auto 0;
  }
}
@media all and (min-width: 769px) {
  .event-calendar__main-title {
    font-size: 40px;
    line-height: 1.125;
  }
  .event-calendar__tabs {
    margin: 30px 0;
    display: flex;
    justify-content: center;
  }
  .event-calendar__tabs__tab {
    margin: 0 10px;
  }
  .event-calendar__container {
    padding: 60px 40px 40px;
  }
  .event-calendar__tag-description {
    margin-bottom: 60px;
    font-size: 22px;
    line-height: 1.36;
  }
  .event-calendar__event {
    padding: 30px 60px;
    display: flex;
  }
  .event-calendar__left-side {
    flex: 0 0 40%;
    padding-right: 20px;
  }
  .event-calendar__right-side {
    margin-top: 20px;
  }
}
@media print {
  .event-calendar__main-title {
    display: block;
    color: #000;
    margin-top: 20px;
  }
  .event-calendar__event {
    color: #000;
  }
  .event-calendar__container {
    padding: 0 0;
  }
  .event-calendar__button, .event-calendar__tabs {
    display: none;
  }
  .event-calendar__link {
    color: #000;
  }
}

@media all and (min-width: 1441px) {
  .header-block {
    box-shadow: inset 20px 0 0 0 #fff;
  }
}
.header-block + .article__body {
  margin-top: 40px;
}
.header-block--white {
  background-color: #fff;
}
.header-block--white .header-block__container::after {
  top: 0;
}
.header-block--white .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--white .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--white .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--white .header-block__illustration {
    top: 50%;
  }
}
.header-block--white .header-block__illustration--circle::before {
  background-color: whitesmoke;
}
.header-block--red {
  background-color: #d72641;
}
.header-block--red .header-block__container::after {
  top: 0;
}
.header-block--red .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--red .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--red .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--red .header-block__illustration {
    top: 50%;
  }
}
.header-block--red .header-block__title,
.header-block--red .header-block__text,
.header-block--red .breadcrumb__link {
  color: #fff;
}
.header-block--red .header-block__illustration--circle::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.header-block--purple {
  background-color: #221b43;
}
.header-block--purple .header-block__container::after {
  top: 0;
}
.header-block--purple .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--purple .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--purple .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--purple .header-block__illustration {
    top: 50%;
  }
}
.header-block--purple .header-block__title,
.header-block--purple .header-block__text,
.header-block--purple .breadcrumb__link {
  color: #fff;
}
.header-block--purple .header-block__illustration--circle::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.header-block--purple-light {
  background-color: #908da1;
}
.header-block--purple-light .header-block__container::after {
  top: 0;
}
.header-block--purple-light .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--purple-light .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--purple-light .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--purple-light .header-block__illustration {
    top: 50%;
  }
}
.header-block--purple-light .header-block__illustration--circle::before {
  background-color: #858298;
}
.header-block--purple-light .breadcrumb__link {
  color: #000;
}
.header-block--blue {
  background-color: #c2d2d8;
}
.header-block--blue .header-block__container::after {
  top: 0;
}
.header-block--blue .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--blue .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--blue .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--blue .header-block__illustration {
    top: 50%;
  }
}
.header-block--blue .header-block__illustration--circle::before {
  background-color: #b6c9d0;
}
.header-block--blue-2 {
  background-color: #e1e8eb;
}
.header-block--blue-2 .header-block__container::after {
  top: 0;
}
.header-block--blue-2 .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--blue-2 .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--blue-2 .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--blue-2 .header-block__illustration {
    top: 50%;
  }
}
.header-block--blue-2 .header-block__illustration--circle::before {
  background-color: #d5dfe3;
}
.header-block--blue-3 {
  background-color: #f0f4f5;
}
.header-block--blue-3 .header-block__container::after {
  top: 0;
}
.header-block--blue-3 .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--blue-3 .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--blue-3 .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--blue-3 .header-block__illustration {
    top: 50%;
  }
}
.header-block--blue-3 .header-block__illustration--circle::before {
  background-color: #e4ebed;
}
.header-block--green {
  background-color: #c0d77c;
}
.header-block--green .header-block__container::after {
  top: 0;
}
.header-block--green .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--green .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--green .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--green .header-block__illustration {
    top: 50%;
  }
}
.header-block--green .header-block__illustration--circle::before {
  background-color: #b8d26c;
}
.header-block--beige {
  background-color: #c9bfba;
}
.header-block--beige .header-block__container::after {
  top: 0;
}
.header-block--beige .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--beige .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--beige .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--beige .header-block__illustration {
    top: 50%;
  }
}
.header-block--beige .header-block__illustration--circle::before {
  background-color: #c0b4af;
}
.header-block--beige-2 {
  background-color: #d6cfcb;
}
.header-block--beige-2 .header-block__container::after {
  top: 0;
}
.header-block--beige-2 .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--beige-2 .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--beige-2 .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--beige-2 .header-block__illustration {
    top: 50%;
  }
}
.header-block--beige-2 .header-block__illustration--circle::before {
  background-color: #cdc4c0;
}
.header-block--beige-3 {
  background-color: #ddd7d4;
}
.header-block--beige-3 .header-block__container::after {
  top: 0;
}
.header-block--beige-3 .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--beige-3 .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--beige-3 .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--beige-3 .header-block__illustration {
    top: 50%;
  }
}
.header-block--beige-3 .header-block__illustration--circle::before {
  background-color: #d4ccc9;
}
.header-block--grey {
  background-color: #f1efee;
}
.header-block--grey .header-block__container::after {
  top: 0;
}
.header-block--grey .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--grey .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--grey .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--grey .header-block__illustration {
    top: 50%;
  }
}
.header-block--grey .header-block__illustration--circle::before {
  background-color: #e8e4e3;
}
.header-block--yellow {
  background-color: #ecd276;
}
.header-block--yellow .header-block__container::after {
  top: 0;
}
.header-block--yellow .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--yellow .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--yellow .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--yellow .header-block__illustration {
    top: 50%;
  }
}
.header-block--yellow .header-block__illustration--circle::before {
  background-color: #eacc64;
}
.header-block--yellow-2 {
  background-color: #fece62;
}
.header-block--yellow-2 .header-block__container::after {
  top: 0;
}
.header-block--yellow-2 .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--yellow-2 .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--yellow-2 .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--yellow-2 .header-block__illustration {
    top: 50%;
  }
}
.header-block--yellow-2 .header-block__illustration--circle::before {
  background-color: #fec84e;
}
.header-block--violet {
  background-color: #8a82b1;
}
.header-block--violet .header-block__container::after {
  top: 0;
}
.header-block--violet .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--violet .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--violet .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--violet .header-block__illustration {
    top: 50%;
  }
}
.header-block--violet .header-block__title,
.header-block--violet .header-block__text,
.header-block--violet .breadcrumb__link {
  color: #fff;
}
.header-block--violet .header-block__illustration--circle::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.header-block--orange {
  background-color: #f38067;
}
.header-block--orange .header-block__container::after {
  top: 0;
}
.header-block--orange .header-block__inner {
  margin: auto;
  padding: 30px;
}
@media all and (min-width: 1025px) {
  .header-block--orange .header-block__inner {
    padding: 60px 30px;
  }
}
.header-block--orange .header-block__illustration {
  top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block--orange .header-block__illustration {
    top: 50%;
  }
}
.header-block--orange .header-block__title,
.header-block--orange .header-block__text,
.header-block--orange .breadcrumb__link {
  color: #fff;
}
.header-block--orange .header-block__illustration--circle::before {
  background-color: rgba(255, 255, 255, 0.25);
}
@media all and (min-width: 769px) {
  .header-block--logo .header-block__content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100px;
    height: 100px;
    background-image: url("../../../images/logo-blue.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header-block--logo .header-block__title,
  .header-block--logo .header-block__text {
    padding-left: 120px;
  }
}
.header-block__cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 135px;
  background-color: #e1e8eb;
}
@media all and (min-width: 1441px) {
  .header-block__cover {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
@media all and (min-width: 1025px) {
  .header-block__cover {
    height: 300px;
  }
}
.header-block__cover img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.header-block__container {
  position: relative;
  overflow: hidden;
}
.header-block--search .header-block__container::after {
  top: 0;
}
.header-block__container--header-top-right-1:after, .header-block__container--header-top-right-2:after {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  background-image: url("../../../images/ornaments/header-top-right.svg");
  background-size: 150px;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 200px;
}
@media all and (min-width: 1025px) {
  .header-block__container--header-top-right-1:after, .header-block__container--header-top-right-2:after {
    top: 0;
  }
}
.header-block__inner--provider .header-block__container--header-top-right-1:after, .header-block__inner--provider .header-block__container--header-top-right-2:after {
  opacity: 0.5;
}
.header-block__container--header-top-right-1:after {
  content: "";
  background-image: url("../../../images/ornaments/header-top-right-1.svg");
}
@media all and (min-width: 769px) {
  .header-block__container--header-top-right-1:after {
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.header-block__container--header-top-right-2:after {
  content: "";
  background-image: url("../../../images/ornaments/header-top-right-2.svg");
}
@media all and (min-width: 769px) {
  .header-block__container--header-top-right-2:after {
    background-size: 75%;
    background-repeat: no-repeat;
  }
}
.header-block__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: auto auto 30px;
  padding: 30px 30px 0;
}
@media all and (min-width: 1025px) {
  .header-block__inner {
    margin: auto auto 60px;
    padding: 60px 30px 0;
  }
  .article .header-block__inner {
    margin: auto auto 0;
  }
}
.header-block__breadcrumb {
  margin-bottom: 10px;
}
.header-block__wrapper {
  display: flex;
  position: relative;
}
.header-block__content {
  position: relative;
  max-width: 980px;
  flex-grow: 1;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .header-block--illustration .header-block__content {
    padding-right: 200px;
  }
}
@media all and (min-width: 1025px) {
  .header-block__content {
    padding-right: 270px;
  }
}
.header-block__illustration {
  display: none;
}
@media all and (min-width: 769px) {
  .header-block__illustration {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header-block__illustration--circle::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(194, 210, 216, 0.25);
  }
}
@media all and (min-width: 1025px) {
  .header-block__illustration {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-block__illustration--circle::before {
    width: 360px;
    height: 360px;
  }
}
.header-block__illustration-image {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
}
@media all and (min-width: 1025px) {
  .header-block__illustration-image {
    width: 200px;
  }
}
.header-block__icons {
  display: flex;
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .header-block__icons {
    position: absolute;
    right: 110px;
    top: 10px;
    margin-top: 0;
  }
}
.header-block__icon {
  font-size: 9px;
  line-height: 10px;
  padding: 0;
  border: none;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #908da1;
  word-break: break-word;
  width: 30px;
  background-color: transparent;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.header-block__icon:hover {
  color: #221b43;
}
.header-block__icon::before {
  font-size: 20px;
  margin-bottom: 4px;
}
.header-block__icon--copy:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e902";
}
.header-block__icon--print:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e903";
}
.header-block__date {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}
.header-block__back-link {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #d72641;
  margin-top: 20px;
}
.header-block__back-link:hover {
  text-decoration: none;
}
.header-block__title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #221b43;
  font-family: "Campton", sans-serif;
}
@media all and (min-width: 769px) {
  .header-block__title {
    font-size: 50px;
    line-height: 60px;
    margin-right: 30px;
  }
}
.header-block__text {
  font-family: "Campton", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.header-block__buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .header-block__buttons {
    margin-top: 70px;
  }
}
.header-block__button {
  background-color: #221b43;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1025px) {
  .header-block__button {
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 16px 25px;
  }
  .header-block__button:after {
    font-family: "dk-hostmaster";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    font-size: 20px;
    margin-left: 20px;
    transition: all 200ms ease-in-out;
  }
}
.header-block__button:hover::after {
  transform: translateX(5px);
}
.header-block__links-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #221b43;
  margin-right: 2px;
}
.header-block__link {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #484465;
  text-decoration: underline;
  margin-right: 10px;
}
.header-block__link:hover {
  text-decoration: none;
}
@media print {
  .header-block__title {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin: 0 60px 20px 0;
  }
  .header-block__text, .header-block__date {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .header-block__inner {
    margin: auto auto 30px;
  }
  .header-block__back-link {
    font-size: 14px;
    line-height: 1.2;
  }
  .header-block__container--header-top-right-2:after, .header-block__container--header-top-right-1:after {
    content: "";
    background-image: none;
  }
  .header-block__inner {
    padding: 30px 30px 0;
  }
  .header-block__content {
    padding-right: 0;
  }
  .header-block__cover, .header-block__link, .header-block__links, .header-block__icons, .header-block__buttons {
    display: none;
  }
  .header-block + .article__body {
    margin-top: 0;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  margin-bottom: 5px;
}
@media all and (min-width: 1025px) {
  .breadcrumb__item {
    margin-bottom: 0;
  }
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  color: #908da1;
  padding: 0 10px;
}
.breadcrumb__link {
  text-decoration: none;
  color: #908da1;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  transition: all 200ms ease-in-out;
}
.breadcrumb__link:hover {
  text-decoration: underline;
  color: #221b43;
}
@media print {
  .breadcrumb {
    display: none;
  }
}

.domain-search-form {
  width: 100%;
}
.domain-search-form__wrapper {
  position: relative;
}
.domain-search-form__label {
  display: none;
}
.domain-search-form__input {
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #221b43;
  font-size: 30px;
  font-weight: 600;
  font-family: "Campton", sans-serif;
  line-height: 35px;
  padding: 0 34px 10px 0;
  border-bottom: 2px solid #221b43;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}
@media all and (min-width: 1025px) {
  .domain-search-form__input {
    font-size: 70px;
    line-height: 30px;
    padding: 0 86px 10px 0;
    border-bottom-width: 4px;
  }
  .domain-search-form--small .domain-search-form__input {
    font-size: 50px;
    line-height: 60px;
    padding: 0 60px 10px 0;
  }
}
.domain-search-form__input:focus {
  border-bottom-color: #c2d2d8;
}
@media all and (max-width: 1024px) {
  .domain-search-form__input:focus, .domain-search-form__input:active, .domain-search-form__input:hover, .domain-search-form__input:visited {
    border-bottom-color: #c2d2d8;
    outline-style: none;
    border-color: transparent;
    outline: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
  }
}
.domain-search-form__input::placeholder {
  color: #908da1;
  opacity: 1;
}
.domain-search-form__input::-ms-input-placeholder {
  color: #908da1;
  opacity: 1;
}
.domain-search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.domain-search-form__input::-ms-clear {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 0px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.domain-search-form__input:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}
.domain-search-form__input:focus::-ms-clear {
  opacity: 1;
  pointer-events: all;
}
.domain-search-form__submit {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background-color: #d72641;
  color: #fff;
  border: none;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.domain-search-form__submit:hover {
  transform: scale(1.1);
}
.domain-search-form__submit:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e907";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  pointer-events: none;
}
@media all and (min-width: 1025px) {
  .domain-search-form__submit {
    top: 10px;
    height: 66px;
    width: 66px;
  }
  .domain-search-form--small .domain-search-form__submit {
    height: 50px;
    width: 50px;
  }
  .domain-search-form--small .domain-search-form__submit::after {
    font-size: 20px;
  }
  .domain-search-form__submit::after {
    font-size: 30px;
  }
}
.domain-search-form__submit-input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.search-form {
  display: flex;
  width: 100%;
  position: relative;
}
.search-form__input {
  border: none;
  background-color: #fff;
  border-radius: 6px;
  flex-grow: 1;
  margin-right: 20px;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
}
.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.search-form__input::-ms-clear {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.search-form__input:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}
.search-form__input:focus::-ms-clear {
  opacity: 1;
  pointer-events: all;
}
.search-form__button {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #221b43;
  color: #fff;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.search-form__button:hover {
  transform: scale(1.2);
}
.search-form__button:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e907";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.search-form .form-submit, .search-form__submit {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  text-indent: -999px;
  cursor: pointer;
}

.pager {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.pager__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.pager--spacing {
  margin: 40px auto;
}
.pager__item__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pager__item__wrapper {
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  margin: 5px 0 5px 5px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  color: #221b43;
  background: #908da1;
  text-decoration: none;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
}
.pager__item--active, .pager__item.is-active, .pager__item:hover {
  color: #fff;
}
.pager__item .visually-hidden {
  display: none;
}
.pager__item--previous, .pager__item--next, .pager__item--first, .pager__item--last {
  min-width: 110px;
}
@media all and (min-width: 769px) {
  .pager__item--previous, .pager__item--next, .pager__item--first, .pager__item--last {
    margin-left: 10px;
  }
}
.pager__item--dots {
  background: none;
  color: #221b43;
  pointer-events: none;
  cursor: default;
}
.pager__item--prev {
  display: flex;
  margin-right: 20px;
}
.pager__item__wrapper {
  order: 2;
}
.pager__item--nxt {
  order: 3;
  display: flex;
}
.pager__item--item:first-child {
  margin-left: 20px;
}
.pager__item--item:last-child {
  margin-right: 20px;
}

.search-result {
  max-width: 1180px;
  margin: 0 -20px;
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.search-result:hover {
  transform: translate(0px, -5px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease-in-out;
}
.search-result__container {
  overflow: hidden;
  max-width: 980px;
}
.search-result__block {
  padding: 20px 30px 10px;
  color: #221b43;
}
.search-result__wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.search-result__tag {
  height: 43px;
  line-height: 43px;
  border-radius: 8px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  background-color: #595472;
}
.search-result__date {
  font-size: 20px;
  line-height: 1.25;
  color: #131825;
  font-weight: 600;
  font-family: "Campton";
  margin-bottom: 10px;
}
.search-result__title {
  margin: 0;
  color: #221b43;
  font-size: 25px;
  line-height: 30px;
  font-family: "Campton";
  font-weight: 300;
}
.search-result__description {
  font-size: 18px;
  line-height: 20px;
}
.search-result__phrase {
  font-weight: 600;
}
@media all and (min-width: 769px) {
  .search-result {
    margin: 0 auto;
    padding: 0 0;
  }
  .search-result__block {
    padding: 20px 20px 10px;
  }
  .search-result__title {
    font-size: 30px;
    line-height: 35px;
  }
  .search-result__description {
    font-size: 22px;
    line-height: 30px;
  }
}

.tabs {
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}
.tabs--space-bottom {
  margin-bottom: 30px;
}
.tabs__list {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 10px;
  max-width: 980px;
  list-style: none;
  padding: 0;
}
.tabs__item {
  margin: 5px 5px 0;
}
.tabs__link {
  margin: 0 0 5px;
  display: inline-block;
  background: #908da1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .tabs__link {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.tabs__link:hover, .tabs__link:active, .tabs__link:focus, .tabs__link.is-selected {
  background: #221b43;
  color: #fff;
}
.tabs--dark .tabs__link {
  background: #221b43;
  color: #fff;
}
.tabs--dark .tabs__link:hover, .tabs--dark .tabs__link:active, .tabs--dark .tabs__link:focus, .tabs--dark .tabs__link.is-selected {
  background: #908da1;
}
@media all and (min-width: 1025px) {
  .tabs {
    margin-bottom: 0;
  }
  .tabs--space-bottom {
    margin-bottom: 50px;
  }
  .tabs__list {
    margin: 0 -10px 0;
  }
  .tabs__item {
    margin: 10px 0 0;
  }
  .tabs__link {
    margin: 0 10px;
  }
}

.fact-box {
  box-sizing: border-box;
  background: #e1e8eb;
  color: #221b43;
  padding: 30px 30px;
  font-size: 22px;
  line-height: 1.36;
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 20px -30px;
}
.fact-box:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background-image: url("../../../images/ornaments/fact-box-right-bottom.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: bottom right;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.fact-box--left, .fact-box--right {
  float: none;
}
.fact-box__title {
  margin: 0 0 20px;
  word-break: break-word;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  font-family: "Albert Sans", Helvetica, serif;
}
.fact-box__title + .fact-box__links, .fact-box__body + .fact-box__links {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.fact-box__link {
  display: block;
  color: #d72641;
  text-decoration: none;
  background-color: none;
}
.fact-box__link:hover {
  text-decoration: underline;
}
.text .fact-box__link {
  text-decoration: none;
  background-color: none;
}
.text .fact-box__link:hover {
  text-decoration: underline;
}
.fact-box__body {
  position: relative;
  z-index: 2;
}
.fact-box__body > ul:last-child,
.fact-box__body > ol:last-child,
.fact-box__body > p:last-child {
  margin: 0;
}
.fact-box__body > ul,
.fact-box__body > ol {
  margin: 0;
}
.fact-box__body > ul > li,
.fact-box__body > ol > li {
  margin: 7px 0;
}
.fact-box__body > ul > li ul,
.fact-box__body > ul > li ol,
.fact-box__body > ol > li ul,
.fact-box__body > ol > li ol {
  padding-left: 20px;
}
.fact-box__body a {
  color: #d72641;
}
.fact-box__body a:hover {
  text-decoration: underline;
}
.fact-box__table {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  overflow: hidden;
  word-break: inherit;
}
.fact-box__table__row {
  display: flex;
  flex-direction: row;
}
.fact-box__table__title {
  font-weight: 700;
  margin-right: 20px;
  min-width: 60px;
}
.fact-box__table--english-version .fact-box__table__title {
  min-width: 100px;
}
.fact-box__button {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .fact-box {
    padding: 30px 40px;
    width: 480px;
    margin: 0;
  }
  .fact-box--left {
    float: left;
    clear: left;
    margin: 40px 40px 40px 0;
  }
  .fact-box--right {
    float: right;
    clear: right;
    margin: 40px 0 40px 40px;
  }
  .fact-box--no-top-margin {
    margin-top: 0;
  }
  .fact-box:after {
    background-size: 100%;
  }
}
@media print {
  .fact-box {
    page-break-inside: avoid;
    padding: 10px 30px 10px;
    width: 100%;
  }
  .fact-box--left, .fact-box--right {
    float: none;
    margin: 40px 0 40px;
  }
  .fact-box__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
  }
  .fact-box__table__title, .fact-box__table__description {
    font-size: 14px;
    line-height: 1.2;
  }
  .fact-box__body > ul,
  .fact-box__body > ol,
  .fact-box__body > p,
  .fact-box__body a {
    font-size: 12px;
  }
  .fact-box__button,
  .fact-box .button {
    display: none;
  }
}

.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.video__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.video__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video__placeholder picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border: none;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video__body {
  max-width: 500px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.video__icon {
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("../../../images/icon-play-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.video__icon--light {
  background-image: url("../../../images/icon-play.svg");
}
.video:hover .video__icon {
  transform: scale(1.2);
}
.video__button_wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .video__icon {
    width: 105px;
    height: 105px;
  }
  .video__button_wrapper {
    margin-top: 70px;
  }
}
@media print {
  .video {
    display: none;
  }
}

.pdf-download-block {
  display: grid;
  grid-gap: 20px;
}
@media all and (min-width: 1025px) {
  .pdf-download-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print {
  .pdf-download-block {
    display: none;
  }
}

.pdf-download__image_wrapper {
  border-radius: 6px;
  background-color: #c8c6d0;
  padding: 15px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  flex: 0 0 180px;
  z-index: 1;
}
.pdf-download__wrapper {
  margin-top: 20px;
}
.pdf-download__title {
  color: #000;
  font-size: 30px;
  line-height: 1.25;
  font-family: "Campton";
}
.pdf-download__description {
  font-size: 22px;
  line-height: 1.36;
}
.pdf-download__link {
  color: #484465;
  font-size: 18px;
  line-height: 20px;
  display: block;
  font-weight: 700;
}
.pdf-download__link:hover {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .pdf-download {
    display: flex;
  }
  .pdf-download__wrapper {
    margin: 0 20px 0;
  }
  .pdf-download__title {
    font-size: 20px;
  }
  .pdf-download__description {
    font-size: 18px;
    line-height: 20px;
  }
}
@media print {
  .pdf-download {
    display: none;
  }
}

.search-result-text {
  font-family: "Campton";
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #221b43;
  margin: 20px 0 0;
}
@media all and (min-width: 1025px) {
  .search-result-text {
    margin: 60px 0 10px;
  }
}

.search-field {
  display: block;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.search-field--big {
  max-width: 1180px;
}
.search-field--space {
  margin: 20px 0;
}
.search-field__label,
.search-field label {
  display: none;
}
.search-field__input {
  width: 100%;
  color: #000;
  background: #f0f4f5;
  height: 50px;
  padding: 20px 70px 20px 30px;
  line-height: 1;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
}
.search-field__input::placeholder {
  opacity: 1;
  color: #000;
}
.search-field__input:focus {
  border: 1px solid #221b43;
}
.search-field__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.search-field__input::-ms-clear {
  -webkit-appearance: none;
  background-image: url("./../../../images/close-purple.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  margin-left: 30px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.search-field__input:focus::-webkit-search-cancel-button {
  opacity: 1;
  pointer-events: all;
}
.search-field__input:focus::-ms-clear {
  opacity: 1;
  pointer-events: all;
}
.search-field--big .search-field__input {
  background-color: #fff;
}
.search-field .form-submit {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  z-index: 2;
}
.search-field__button {
  font-size: 0;
  position: absolute;
  z-index: 2;
  right: 6px;
  bottom: 5px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  cursor: pointer;
  border: none;
  background: #221b43;
  margin: 0 !important;
}
.search-field__button--red {
  background: #d72641;
}
.search-field__button:hover {
  background: #000;
  color: #fff;
}
.search-field__button:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e907";
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  font-size: 20px;
  color: #fff;
  height: 40px;
  pointer-events: none;
}
@media all and (min-width: 769px) {
  .search-field__button:before {
    height: 50px;
  }
}

@media all and (min-width: 769px) {
  .search-field__input {
    height: 80px;
    font-size: 22px;
  }
  .search-field__button {
    right: 15px;
    bottom: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
  }
  .search-field__button:before {
    font-family: "dk-hostmaster";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e907";
    right: 15px;
  }
}
.search-block .domain-search-form__input {
  font-size: 25px;
  border-bottom-color: #908da1;
}
.search-block .domain-search-form__input:focus {
  border-bottom-color: #484465;
}
@media all and (min-width: 1025px) {
  .search-block .domain-search-form__input {
    font-size: 50px;
  }
}
.search-block .domain-search-form__submit {
  width: 33px;
  height: 33px;
}
.search-block .domain-search-form__submit:after {
  font-size: 16px;
}
@media all and (min-width: 1025px) {
  .search-block .domain-search-form__submit {
    width: 50px;
    height: 50px;
  }
  .search-block .domain-search-form__submit:after {
    font-size: 20px;
  }
}

.figcaption {
  display: flex;
  flex-direction: column;
}
.figcaption figcaption {
  margin-top: 20px;
  border-left: 2px solid #d72641;
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
}
@media all and (min-width: 1025px) {
  .figcaption--right {
    max-width: 480px;
    align-self: flex-end;
  }
  .figcaption--left {
    max-width: 480px;
    align-self: flex-start;
  }
}

.picture {
  display: flex;
  flex-direction: column;
}
.picture img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.feedback {
  margin-top: 30px;
  max-width: 980px;
}
@media all and (min-width: 1025px) {
  .feedback {
    margin-top: 30px;
  }
}
.feedback__inner {
  display: grid;
  grid-gap: 20px;
}
@media all and (min-width: 1025px) {
  .feedback__inner {
    grid-template-columns: 3fr 4fr;
  }
}
.feedback__answer {
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  transition: all 200ms ease-in-out;
}
@media all and (max-width: 768px) {
  .feedback__answer {
    left: 0;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.feedback__thumbs--positive .feedback__answer--positive {
  transform: translateX(0);
}
.feedback__thumbs--negative .feedback__answer--negative {
  transform: translateX(0);
}
.feedback__answer-title {
  margin: 0;
  font-weight: 700;
}
.feedback__answer-text {
  margin: 0;
}
.feedback__thumbs {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #f0f4f5;
}
@media all and (min-width: 769px) {
  .feedback__thumbs {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 1025px) {
  .feedback__thumbs {
    padding: 10px 20px;
  }
}
.feedback__thumbs--positive .feedback__thumbs-text, .feedback__thumbs--negative .feedback__thumbs-text {
  opacity: 0;
}
.feedback__thumbs-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #484465;
  margin: 0;
  flex-grow: 1;
  transition: all 200ms ease-in-out;
}
@media all and (max-width: 768px) {
  .feedback__thumbs-text {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 1025px) {
  .feedback__thumbs-text {
    margin: 0 30px 0 0;
  }
}
.feedback__thumbs-buttons {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .feedback__thumbs-buttons {
    margin-top: 20px;
  }
}
.feedback__thumbs-positive {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #908da1;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  border: none;
}
.feedback__thumbs-positive:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e904";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  color: #f1efee;
  font-size: 25px;
}
.feedback__thumbs-positive:hover, .feedback__thumbs--positive .feedback__thumbs-positive {
  background-color: #221b43;
}
.feedback__thumbs-negative {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #908da1;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  border: none;
  margin-left: 5px;
}
.feedback__thumbs-negative:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e905";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  color: #f1efee;
  font-size: 25px;
}
.feedback__thumbs-negative:hover, .feedback__thumbs--negative .feedback__thumbs-negative {
  background-color: #d72641;
}
.feedback__response {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f0f4f5;
  padding: 20px;
}
@media all and (min-width: 769px) {
  .feedback__response {
    flex-direction: row;
  }
}
.feedback__response-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #484465;
  flex-grow: 1;
  text-align: center;
  margin: 0;
}
@media all and (min-width: 769px) {
  .feedback__response-text {
    margin: 0 30px 0 0;
    text-align: left;
  }
}
.feedback__response-button {
  flex-shrink: 0;
}
.feedback__response-button .button {
  background-color: #908da1;
  margin-top: 20px;
}
.feedback__response-button .button:hover {
  background-color: #d72641;
}
@media all and (min-width: 769px) {
  .feedback__response-button .button {
    margin-top: 0;
  }
}
@media print {
  .feedback {
    display: none;
  }
}

.card-block {
  display: grid;
  grid-gap: 20px;
}
.card-block__item {
  background-color: #e1e8eb;
}
@media all and (min-width: 1025px) {
  .card-block {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  text-decoration: none;
  margin: 0 -30px;
}
@media all and (min-width: 1025px) {
  .card {
    margin: 0;
  }
}
.card__head {
  background-color: #f0f4f5;
}
.card__head picture {
  display: block;
  font-size: 0;
}
.card__head-img {
  display: block;
  width: 100%;
}
.card__body {
  background-color: #e1e8eb;
  padding: 30px;
}
.card__body-title {
  margin: 0;
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000;
}
.card__body-title-suffix {
  margin-top: 4px;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
.card__body-link {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  color: #d72641;
}
.card__body-text {
  font-size: 18px;
  line-height: 20px;
  margin: 25px 0px 0;
  word-break: break-word;
}
.card__body-text > p:last-child {
  margin-bottom: 0;
}
@media print {
  .card {
    margin: 0 auto;
    display: flex;
  }
  .card__body-title {
    font-size: 18px;
    line-height: 1.2;
  }
  .card__body-title-suffix, .card__body-link {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
  }
  .card__body-text {
    font-size: 12px;
    line-height: 1.2;
    margin: 10px 0 0;
  }
}

.read-more {
  display: grid;
  grid-gap: 20px;
}
@media all and (min-width: 1025px) {
  .read-more {
    grid-template-columns: repeat(4, 1fr);
  }
}
.read-more__item {
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.read-more__item:hover {
  transform: translate(0px, -5px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.read-more__item:hover .read-more__head-image {
  transform: scale(1.1);
}
@media all and (min-width: 769px) {
  .read-more__item {
    grid-column: auto/span 1;
  }
}
@media all and (min-width: 769px) {
  .read-more__item:first-child {
    grid-column: auto/span 2;
  }
  .read-more__item:first-child .read-more__body {
    padding: 30px;
  }
  .read-more__item:first-child .read-more__title {
    font-size: 40px;
    line-height: 45px;
  }
  .read-more__item:first-child .read-more__head + .read-more__body .read-more__title {
    font-size: 30px;
    line-height: 35px;
  }
  .read-more__item:first-child .read-more__text {
    font-size: 22px;
    line-height: 30px;
  }
}
.read-more__head {
  overflow: hidden;
}
.read-more__head-image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-position: center center;
  object-fit: cover;
  transition: all 400ms ease-in-out;
}
.read-more__body {
  padding: 20px;
}
.read-more__date {
  font-size: 18px;
  line-height: 20px;
  color: #221b43;
  margin: 0 0 10px;
}
@media all and (min-width: 769px) {
  .read-more__date {
    font-size: 22px;
    line-height: 30px;
  }
}
.read-more__title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #221b43;
  margin: 0 0 10px;
  word-break: break-word;
}
@media all and (min-width: 769px) {
  .read-more__title {
    font-size: 25px;
    line-height: 30px;
  }
}
.read-more__text {
  font-size: 18px;
  line-height: 20px;
  color: #221b43;
}
@media print {
  .read-more {
    display: none;
  }
}

.submenu-block {
  display: grid;
  grid-gap: 20px;
}
@media all and (min-width: 1025px) {
  .submenu-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
.submenu-block__item {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e1e8eb;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border-radius: 8px;
  color: #221b43;
  padding: 20px 30px 20px 30px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.submenu-block__item:hover {
  transform: translate(0px, -5px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}
.submenu-block__item--featured {
  background-color: #221b43;
  color: #fff;
}
.submenu-block__item--icon {
  padding: 20px 30px 20px 110px;
}
.submenu-block__icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 55px;
  max-height: 55px;
}
.submenu-block__icon svg {
  width: 100%;
  display: block;
  fill: #221b43;
}
.submenu-block__item--featured .submenu-block__icon svg {
  fill: #fff;
}
.submenu-block__title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.submenu-block__text {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
@media print {
  .submenu-block {
    display: none;
  }
}

.fact-block {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1025px) {
  .fact-block {
    margin: auto;
    max-width: 860px;
  }
}
.fact-block .button {
  margin-top: 20px;
  align-self: center;
  background-color: #fff;
  color: #d72641;
  transition: all 200ms ease-in-out;
  line-height: 20px;
  font-size: 18px;
  min-height: auto;
}
.fact-block .button:hover {
  transform: scale(1.1);
}
@media all and (min-width: 1025px) {
  .fact-block .button {
    margin-top: 30px;
  }
}
.fact-block__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 255px;
  border-radius: 100%;
  background-color: #d72641;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.fact-block__item:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 769px) {
  .fact-block__item {
    padding: 30px;
    width: 380px;
    height: 380px;
  }
}
.fact-block--position-1 .fact-block__item:first-child {
  align-self: flex-end;
}
.fact-block--position-3 .fact-block__item:first-child {
  align-self: flex-end;
}
.fact-block--position-4 .fact-block__item:first-child {
  align-self: flex-end;
}
.fact-block--position-1 .fact-block__item:nth-child(2) {
  align-self: center;
}
@media all and (min-width: 1025px) {
  .fact-block--position-1 .fact-block__item:nth-child(2) {
    margin-top: -150px;
    align-self: flex-start;
  }
}
.fact-block--position-2 .fact-block__item:nth-child(2) {
  align-self: center;
}
@media all and (min-width: 1025px) {
  .fact-block--position-2 .fact-block__item:nth-child(2) {
    margin-top: -150px;
    align-self: flex-end;
  }
}
@media all and (min-width: 1025px) {
  .fact-block--position-3 .fact-block__item:nth-child(2) {
    margin-top: -200px;
  }
}
@media all and (min-width: 1025px) {
  .fact-block--position-4 .fact-block__item:nth-child(2) {
    margin-top: -200px;
  }
}
.fact-block--position-3 .fact-block__item:nth-child(3) {
  align-self: center;
}
.fact-block--position-3 .fact-block__item:nth-child(3) {
  align-self: center;
}
.fact-block--position-4 .fact-block__item:nth-child(3) {
  align-self: flex-end;
}
@media all and (min-width: 1025px) {
  .fact-block--position-4 .fact-block__item:nth-child(3) {
    margin-top: -100px;
  }
}
.fact-block__item--large {
  width: 306px;
  height: 306px;
}
@media all and (min-width: 769px) {
  .fact-block__item--large {
    width: 460px;
    height: 460px;
  }
}
.fact-block__item--white {
  background-color: #fff;
  color: #221b43;
}
.fact-block__item--white .button {
  background-color: #221b43;
  color: #fff;
}
.fact-block__item--purple {
  background-color: #221b43;
}
.fact-block__item--purple .button {
  color: #221b43;
}
.fact-block__item--sand {
  background-color: #c9bfba;
  color: #221b43;
}
.fact-block__item--sand .button {
  background-color: #221b43;
  color: #fff;
}
.fact-block__item--sand-light {
  background-color: #f1efee;
  color: #221b43;
}
.fact-block__item--sand-light .button {
  background-color: #221b43;
  color: #fff;
}
.fact-block__prefix {
  font-family: "Campton", sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .fact-block__prefix {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.fact-block__title {
  font-family: "Campton", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media all and (min-width: 1025px) {
  .fact-block__title {
    font-size: 90px;
  }
}
.fact-block__text {
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media all and (min-width: 1025px) {
  .fact-block__text {
    margin-top: 20px;
  }
}
.fact-block__item--large .fact-block__text {
  max-width: 360px;
}
@media print {
  .fact-block {
    display: none;
  }
}

.link-box-block__inner {
  display: grid;
  grid-gap: 10px;
}
@media all and (min-width: 1025px) {
  .link-box-block__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.link-box-block__item {
  position: relative;
  display: block;
  width: 100%;
  background-color: #e1e8eb;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border-radius: 8px;
  color: #221b43;
  padding: 30px 50px 30px 20px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .link-box-block__item {
    padding: 20px 80px 20px 30px;
  }
}
.link-box-block__item:hover::after {
  transform: translate(5px, -50%);
}
.link-box-block__item:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  background-color: #fff;
  color: #221b43;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
}
@media all and (min-width: 1025px) {
  .link-box-block__item:after {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }
}
.link-box-block__title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.link-box-block__text {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.link-box-block__button {
  text-align: center;
  margin-top: 30px;
}
@media all and (min-width: 1025px) {
  .link-box-block__button {
    margin-top: 50px;
  }
}
@media print {
  .link-box-block {
    display: none;
  }
}

.search-result-small-text {
  color: #d72641;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  max-width: 100%;
}
@media all and (min-width: 1024px) {
  .search-result-small-text {
    text-decoration: underline;
    max-width: 260px;
    margin: 0 auto;
  }
}
@media all and (min-width: 1250px) {
  .search-result-small-text {
    text-decoration: underline;
    max-width: 550px;
    margin: revert;
  }
}

/*------------------------------------*\
    $REGISTER
\*------------------------------------*/
.register {
  background-color: #f1efee;
  padding: 40px;
  text-align: center;
  margin: 0 -30px;
}
@media all and (min-width: 1025px) {
  .register {
    margin: 0;
  }
}
@media print {
  .register {
    display: none;
  }
}

.list {
  margin: 0 -30px;
}
@media all and (min-width: 1025px) {
  .list {
    margin: 0;
  }
}
.list__head {
  background-color: #e1e8eb;
}
.list__row {
  padding: 20px 30px;
}
.list__row--image {
  align-items: center;
}
@media all and (min-width: 1025px) {
  .list__row {
    display: flex;
    padding: 0;
  }
}
.list__row:nth-child(even) {
  background-color: #f0f4f5;
}
.list__head-title {
  box-sizing: border-box;
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
@media all and (min-width: 1025px) {
  .list__head-title {
    font-size: 30px;
    line-height: 35px;
    padding: 30px;
  }
}
.list__head-title:first-child {
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .list__head-title:first-child {
    margin-bottom: 0;
    min-width: 300px;
  }
}
.list__item {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
}
@media all and (min-width: 1025px) {
  .list__item {
    padding: 30px;
    font-size: 22px;
    line-height: 30px;
    flex-basis: 65%;
  }
}
.list__item:first-child {
  min-width: 300px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .list__item:first-child {
    margin-bottom: 0;
    flex-basis: 25%;
  }
}
.list__row--content .list__item__body {
  margin-bottom: 30px;
}
.list__item__title {
  font-weight: bold;
  margin-bottom: 20px;
}
.list__item__link {
  font-weight: 400;
  margin-bottom: 10px;
  color: #d72641;
  text-decoration: underline;
  display: block;
}
.list__item__link:hover {
  text-decoration: none;
}
@media all and (min-width: 1025px) {
  .list__item__link {
    margin-bottom: 30px;
  }
}
.list__item__video {
  margin: 10px 0 30px;
}
@media print {
  .list__row {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  .list__head-title {
    font-size: 14px;
    line-height: 1;
    page-break-after: avoid;
    padding: 20px 20px 10px;
  }
  .list__item {
    font-size: 12px;
    line-height: 1.2;
    padding: 20px 20px 10px;
    margin: 0;
    flex-basis: 100%;
  }
  .list__item:first-child {
    margin: 0;
    flex-basis: 100%;
    padding: 20px 20px 0;
    min-width: 100%;
  }
  .list__row--content .list__item__body {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 1025px) {
  .audience-block {
    display: flex;
  }
}
.audience-block__content {
  margin-bottom: 60px;
}
@media all and (min-width: 1025px) {
  .audience-block__content {
    padding-right: 120px;
    margin-bottom: 0;
  }
}
.audience-block .pdf-download {
  margin-top: 60px;
}
@media all and (min-width: 1025px) {
  .audience-block .card {
    max-width: 320px;
  }
}
.audience-block .register {
  margin-top: 30px;
}
@media print {
  .audience-block {
    display: block;
  }
  .audience-block__content {
    padding-right: 0;
  }
  .audience-block .card {
    max-width: 100%;
    margin: 20px 0;
  }
}

.modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  visibility: hidden;
}
.modal.is-open {
  visibility: visible;
}
.modal__backdrop {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 239, 238, 0.9);
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.is-open .modal__backdrop {
  opacity: 1;
  backdrop-filter: blur(1px);
}
.modal__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 100%;
}
.modal__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 8px;
  transform: scale(0.8);
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.is-open .modal__content {
  transform: scale(1);
  opacity: 1;
}
.modal__close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: #d72641;
  border-radius: 100%;
  border: none;
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .modal__close {
    width: 50px;
    height: 50px;
    right: -25px;
    top: -25px;
  }
}
.modal__close:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e909";
  font-size: 12px;
}
@media all and (min-width: 1025px) {
  .modal__close:after {
    font-size: 16px;
  }
}
.modal__close:hover {
  transform: scale(1.2);
}
.modal__head {
  padding: 30px;
  background-color: #f0f4f5;
  min-height: 150px;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media all and (min-width: 1025px) {
  .modal__head {
    padding: 50px;
  }
}
.modal__head-sub-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
.modal__head-text {
  margin-top: 20px;
  max-width: 780px;
  font-size: 22px;
  line-height: 30px;
}
.modal__head-event {
  margin-top: 20px;
  max-width: 780px;
  font-size: 22px;
  line-height: 30px;
}
@media all and (min-width: 1025px) {
  .modal__head-event {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1025px) {
  .modal__head-event-col:first-child {
    margin-right: 10px;
  }
}
.modal__head-event-col > p {
  margin: 0;
}
.modal__head-event-title {
  font-weight: 700;
}
.modal__body {
  padding: 20px;
  font-size: 22px;
  line-height: 30px;
}
@media all and (min-width: 769px) {
  .modal__body {
    padding: 30px;
  }
}
@media all and (min-width: 1025px) {
  .modal__body {
    padding: 50px;
  }
}
.modal__body--center-align {
  text-align: center;
}
.modal__buttons {
  display: flex;
  flex-direction: column;
  margin: 60px 0;
}
@media all and (min-width: 769px) {
  .modal__buttons {
    flex-direction: row;
    justify-content: center;
  }
}
.modal__buttons .button {
  flex-grow: 1;
}
.modal__buttons .button:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (min-width: 769px) {
  .modal__buttons .button {
    max-width: 280px;
    margin: 0 15px;
  }
}
.modal__video {
  position: relative;
  aspect-ratio: 16/9;
}
.modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__foot {
  padding: 0 30px 30px;
  font-size: 18px;
  line-height: 20px;
}
.modal__foot a {
  font-weight: 700;
  color: #d72641;
  text-decoration: underline;
}
@media all and (min-width: 1025px) {
  .modal__foot {
    padding: 0 50px 50px;
  }
}
.modal__foot::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #c8c6d0;
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  .modal__foot::before {
    margin-bottom: 50px;
  }
}

.customer-service {
  font-size: 22px;
  line-height: 30px;
}
.customer-service__open {
  display: none;
  grid-gap: 20px;
}
.customer-service__open.is-visible {
  display: grid;
}
@media all and (min-width: 1025px) {
  .customer-service__open {
    grid-template-columns: 4fr 3fr;
  }
}
.customer-service__open + .customer-service__closed {
  margin-top: 20px;
}
.customer-service__opening-days {
  text-align: center;
  background-color: #f1efee;
  padding: 30px;
  border-radius: 8px;
}
@media all and (min-width: 1025px) {
  .customer-service__opening-days {
    padding: 50px;
  }
}
.customer-service__opening-hours {
  margin-bottom: 30px;
}
@media all and (min-width: 769px) {
  .customer-service__opening-hours {
    max-width: 340px;
    margin: auto auto 30px;
  }
}
.customer-service__opening-hours-item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media all and (min-width: 769px) {
  .customer-service__opening-hours-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.customer-service__alternatives {
  background-color: #f1efee;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
}
@media all and (min-width: 1025px) {
  .customer-service__alternatives {
    padding: 50px;
  }
}
.customer-service__alternatives-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
.customer-service__alternatives-buttons .button {
  margin-top: 10px;
}
.customer-service__opening-days-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  .customer-service__opening-days-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.customer-service__icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #17a671;
  border-radius: 100%;
  margin: 0 auto 20px;
}
.customer-service__closed .customer-service__icon {
  border-color: #d72641;
}
@media all and (min-width: 1025px) {
  .customer-service__icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.customer-service__icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #17a671;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.customer-service__closed .customer-service__icon::after {
  background-color: #d72641;
}
.customer-service__text {
  max-width: 630px;
  margin: auto;
  margin-bottom: 30px;
}
.customer-service__text a {
  color: #d72641;
  text-decoration: none;
}
.customer-service__phone {
  text-decoration: none;
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #d72641;
  margin-top: 30px;
}
.customer-service__button {
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .customer-service__button {
    margin-top: 30px;
  }
}
.customer-service__closed {
  display: none;
}
.customer-service__closed.is-visible {
  display: block;
}

.error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error-block__title {
  font-size: 70px;
  line-height: 1.2;
  color: #d72641;
  font-weight: 600;
  font-family: "Campton";
  letter-spacing: -5px;
  margin: 0;
}
.error-block__text {
  color: #221b43;
  font-weight: 600;
  font-family: "Campton";
  font-size: 30px;
  line-height: 1.125;
  margin: 20px 0 20px;
}
.error-block__left {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .error-block {
    flex-direction: row;
  }
  .error-block__title {
    font-size: 90px;
  }
  .error-block__text {
    font-size: 30px;
  }
  .error-block__left {
    flex: 1 0 auto;
    max-width: 50%;
    word-break: break-word;
    position: relative;
  }
  .error-block__right {
    padding-left: 20px;
  }
}
@media all and (min-width: 1025px) {
  .error-block {
    flex-direction: row;
  }
  .error-block__title {
    font-size: 205px;
    line-height: 1;
  }
  .error-block__text {
    font-size: 40px;
  }
  .error-block__right {
    padding-left: 50px;
  }
}

.forms {
  max-width: 980px;
}
.forms fieldset {
  padding: 0;
  border: none;
}
.forms .form-required::after {
  content: "*";
  margin-left: 5px;
}
.forms .registration-availability {
  display: block;
  margin-bottom: 10px;
}
.modal .forms .form-actions {
  text-align: center;
}
.forms .form-item {
  margin-bottom: 40px;
}
.forms .form-item label:not(.error),
.forms .form-item legend span:not(.error) {
  display: block;
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #d72641;
  color: #d72641;
  margin-bottom: 30px;
}
.forms .form-item legend span.fieldset-legend {
  display: inline-block;
}
.forms .form-item .description,
.forms .form-item .error {
  display: inline-block;
  margin-top: 10px;
}
.forms .form-item .form-managed-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 0;
}
.forms .form-item .form-managed-file .form-item {
  display: flex;
  margin-bottom: 0;
}
.forms .form-item .form-managed-file label {
  margin: 0 0 0 7px;
  color: black;
  font-size: 18px;
}
.forms .form-item .form-managed-file label a {
  text-decoration: none;
}
.forms .form-item.form-item-file label {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  background: #d72641;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 20px;
  border: 0;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.modal .forms .form-item > label {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.forms .form-item textarea {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  padding: 15px 30px;
  font-weight: 400;
  color: #484465;
  font-size: 22px;
  line-height: 30px;
  box-sizing: border-box;
}
.forms .form-item textarea:focus {
  outline: 3px solid #e1e8eb;
}
.forms .form-item select {
  display: block;
  appearance: none;
  background-color: #fff;
  background-image: url("../images/select-arrow-dark.svg");
  background-position: 95% 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  border-radius: 6px;
  font-weight: 400;
  color: #484465;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
}
.modal .forms .form-item select {
  background-color: #f1efee;
}
.forms .form-item select:focus {
  outline: 3px solid #e1e8eb;
}
.forms .form-item input[type=text],
.forms .form-item input[type=tel],
.forms .form-item input[type=email] {
  border: none;
  border-radius: 6px;
  background-color: #fff;
  padding: 15px 30px;
  font-weight: 400;
  color: #484465;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  box-sizing: border-box;
}
.modal .forms .form-item input[type=text],
.modal .forms .form-item input[type=tel],
.modal .forms .form-item input[type=email] {
  background-color: #f1efee;
}
.forms .form-item input[type=text]:focus,
.forms .form-item input[type=tel]:focus,
.forms .form-item input[type=email]:focus {
  outline: 3px solid #e1e8eb;
}
.forms .form-item input[type=text].forms-tel-code,
.forms .form-item input[type=tel].forms-tel-code,
.forms .form-item input[type=email].forms-tel-code {
  width: 35%;
  margin-right: 15px;
}
@media all and (min-width: 769px) {
  .forms .form-item input[type=text].forms-tel-code,
  .forms .form-item input[type=tel].forms-tel-code,
  .forms .form-item input[type=email].forms-tel-code {
    width: 13%;
  }
}
.forms .form-item.js-form-type-radio {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 31px;
  margin-bottom: 0;
}
.forms .form-item.js-form-type-radio > label {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  padding-left: 40px;
  cursor: pointer;
  margin-bottom: 0;
}
.forms .form-item.js-form-type-radio > label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-color: #fff;
  border: 3px solid #484465;
  cursor: pointer;
  box-sizing: border-box;
}
.forms .form-item.js-form-type-radio input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.forms .form-item.js-form-type-radio input[type=radio]:checked ~ label::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  width: 15px;
  height: 15px;
  background-color: #908da1;
}
.forms .form-item.js-form-type-radio > label::before {
  border-radius: 100%;
}
.forms .form-item.js-form-type-radio input[type=radio]:checked ~ label::after {
  border-radius: 100%;
}
.forms .form-item-textarea > label {
  display: block;
  font-family: "Campton", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #d72641;
  margin-bottom: 20px;
}
.forms__tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.forms__tabs .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
.forms__tabs .form-item {
  margin: 0 30px 30px 0;
}
.forms__tab-content {
  width: 100%;
}
.forms__info {
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}
.forms__info:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e906";
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  height: 40px;
  border: 3px solid #221b43;
  color: #221b43;
  border-radius: 100%;
  font-size: 18px;
  box-sizing: border-box;
}
.forms__footer {
  border-top: 2px solid #fff;
  margin: 60px 0;
  padding: 60px 0;
  text-align: center;
}
.forms--modal .forms__footer {
  border-top: 2px solid #f1efee;
  padding: 60px 0 0;
}
.forms__text-field {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.forms__text-field a {
  color: #d72641;
}
.forms-tel-wrapper {
  display: flex;
}

.buttons-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.buttons-block--max-width {
  max-width: 980px;
}
.buttons-block__item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.buttons-block__button {
  display: inline-block;
  background: #908da1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .buttons-block__button {
    font-size: 20px;
    padding: 15px 30px;
  }
}
.buttons-block__button:hover, .buttons-block__button:active, .buttons-block__button:focus, .buttons-block__button.is-selected {
  background: #221b43;
  color: #fff;
}

.message {
  background-color: #595472;
}
.message__inner {
  position: relative;
  margin: 0 auto;
  padding: 30px;
  max-width: 1180px;
  color: #fff;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media all and (min-width: 769px) {
  .message__inner {
    padding-left: 120px;
  }
}
@media all and (min-width: 1500px) {
  .message__inner {
    padding-left: 30px;
  }
}
.message__inner:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e906";
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media all and (min-width: 769px) {
  .message__inner:before {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}
@media all and (min-width: 1500px) {
  .message__inner:before {
    left: -80px;
  }
}

.how-to-slider__wrapper {
  position: relative;
}
.how-to-slider__slides {
  transform: translate3d(0px, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.how-to-slider__slide {
  width: 100%;
  flex-shrink: 0;
}
.how-to-slider__slide--white {
  background-color: #fff;
}
.how-to-slider__slide--red {
  background-color: #d72641;
}
.how-to-slider__slide--purple {
  background-color: #221b43;
}
.how-to-slider__slide--purple-light {
  background-color: #908da1;
}
.how-to-slider__slide--blue {
  background-color: #c2d2d8;
}
.how-to-slider__slide--blue-2 {
  background-color: #e1e8eb;
}
.how-to-slider__slide--blue-3 {
  background-color: #f0f4f5;
}
.how-to-slider__slide--green {
  background-color: #c0d77c;
}
.how-to-slider__slide--beige {
  background-color: #c9bfba;
}
.how-to-slider__slide--beige-2 {
  background-color: #d6cfcb;
}
.how-to-slider__slide--beige-3 {
  background-color: #ddd7d4;
}
.how-to-slider__slide--grey {
  background-color: #f1efee;
}
.how-to-slider__slide--yellow {
  background-color: #ecd276;
}
.how-to-slider__slide--yellow-2 {
  background-color: #fece62;
}
.how-to-slider__slide--violet {
  background-color: #8a82b1;
}
.how-to-slider__slide--orange {
  background-color: #f38067;
}
.how-to-slider__slide-inner {
  margin: 0 auto;
  padding: 40px 30px 90px;
  max-width: 1180px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-inner {
    padding: 40px 30px 140px;
  }
}
.how-to-slider__slide-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-title {
    font-family: "Campton", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #221b43;
  }
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-content {
    display: grid;
    grid-gap: 140px;
    grid-template-columns: 3fr 4fr;
  }
}
.how-to-slider__slide-image {
  margin-bottom: 20px;
  text-align: center;
}
.how-to-slider__slide-image > img {
  max-width: 180px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-image {
    position: relative;
    margin-bottom: 0;
  }
  .how-to-slider__slide-image > img {
    max-width: 100%;
    min-width: 100%;
    max-height: 400px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.how-to-slider__slide-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-box {
    padding: 40px;
    border-radius: 30px;
  }
}
.how-to-slider__slide-box-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #221b43;
  margin: 0;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-box-title {
    font-size: 36px;
    line-height: 28px;
    margin: 0 0 20px;
  }
}
.how-to-slider__slide-box-text {
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #221b43;
  margin: 0 0 20px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-box-text {
    font-size: 26px;
    line-height: 28px;
  }
}
.how-to-slider__slide-box-link {
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #d72641;
  text-decoration: underline;
  cursor: pointer;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-box-link {
    font-size: 26px;
    line-height: 28px;
  }
}
.how-to-slider__slide-box-link:hover {
  color: #221b43;
}
.how-to-slider__slide-fraction {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
  color: #c9bfba;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .how-to-slider__slide-fraction {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.how-to-slider__slide-fraction::first-letter {
  color: #d72641;
}
.how-to-slider__navigation {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
@media all and (min-width: 1025px) {
  .how-to-slider__navigation {
    bottom: 40px;
  }
}
.how-to-slider__button-prev, .how-to-slider__button-next {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #221b43;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.how-to-slider__button-prev:hover:not(.swiper-button-disabled), .how-to-slider__button-next:hover:not(.swiper-button-disabled) {
  transform: scale(1.1);
}
.how-to-slider__button-prev.swiper-button-disabled, .how-to-slider__button-next.swiper-button-disabled {
  opacity: 50%;
  cursor: auto;
}
@media all and (min-width: 1025px) {
  .how-to-slider__button-prev, .how-to-slider__button-next {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin: 0 20px;
  }
}
.how-to-slider__button-prev:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: inline-block;
  transform: rotate(180deg);
}
.how-to-slider__button-next:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
}
@media print {
  .how-to-slider {
    display: none;
  }
}

.customer-questions-block {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .customer-questions-block {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 2fr 4fr;
    overflow: unset;
  }
}
.customer-questions-block__aside .button {
  margin-top: 30px;
}
.customer-questions-block__button {
  text-align: center;
}
@media all and (min-width: 1025px) {
  .customer-questions-block__subjects {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
  }
}
.customer-questions-block__subject {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background-color: #c2d2d8;
  padding: 20px 60px 20px 20px;
  border: none;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #221b43;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
}
.customer-questions-block__subject:not(:last-child) {
  margin-bottom: 10px;
}
.customer-questions-block__subject:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  font-size: 18px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d72641;
  transition: all 200ms ease-in-out;
}
@media all and (min-width: 1025px) {
  .customer-questions-block__subject.is-active {
    color: #d72641;
  }
}
.customer-questions-block__subject:hover {
  cursor: pointer;
  color: #d72641;
}
.customer-questions-block__subject:hover::after {
  right: 10px;
}
.customer-questions-block__content {
  height: 100%;
}
.customer-questions-block__back {
  color: #000;
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.customer-questions-block__back:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  display: inline-block;
  transform: rotate(-180deg);
  margin-right: 10px;
  font-size: 18px;
}
@media all and (min-width: 1025px) {
  .customer-questions-block__back {
    display: none;
  }
}
.customer-questions-block__title {
  display: block;
  margin-bottom: 20px;
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #d72641;
}
@media all and (min-width: 1025px) {
  .customer-questions-block__title {
    display: none;
  }
}
.customer-questions-block__subject-questions {
  display: none;
}
.customer-questions-block__subject-questions.is-open {
  display: block;
}
@media all and (max-width: 1024px) {
  .customer-questions-block__subject-questions.is-open {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 1024px) {
  .customer-questions-block__questions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f1efee;
    transform: translateX(100%);
    min-height: 100%;
  }
  .section--white .customer-questions-block__questions {
    background-color: #fff;
  }
  .section--red .customer-questions-block__questions {
    background-color: #d72641;
  }
  .section--purple .customer-questions-block__questions {
    background-color: #221b43;
  }
  .section--purple-light .customer-questions-block__questions {
    background-color: #908da1;
  }
  .section--blue .customer-questions-block__questions {
    background-color: #c2d2d8;
  }
  .section--blue-2 .customer-questions-block__questions {
    background-color: #e1e8eb;
  }
  .section--blue-3 .customer-questions-block__questions {
    background-color: #f0f4f5;
  }
  .section--green .customer-questions-block__questions {
    background-color: #c0d77c;
  }
  .section--beige .customer-questions-block__questions {
    background-color: #c9bfba;
  }
  .section--beige-2 .customer-questions-block__questions {
    background-color: #d6cfcb;
  }
  .section--beige-3 .customer-questions-block__questions {
    background-color: #ddd7d4;
  }
  .section--grey .customer-questions-block__questions {
    background-color: #f1efee;
  }
  .section--yellow .customer-questions-block__questions {
    background-color: #ecd276;
  }
  .section--yellow-2 .customer-questions-block__questions {
    background-color: #fece62;
  }
  .section--violet .customer-questions-block__questions {
    background-color: #8a82b1;
  }
  .section--orange .customer-questions-block__questions {
    background-color: #f38067;
  }
  .customer-questions-block__questions.is-open {
    transform: translateX(0);
  }
}
.customer-questions-block__question {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 45px 30px 30px;
  color: #221b43;
  text-decoration: none;
  font-size: 22px;
  line-height: 30px;
}
.customer-questions-block__question:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  position: absolute;
  right: 20px;
  top: 50%;
  color: #d72641;
  font-size: 18px;
  transform: translateY(-50%);
  transition: all 200ms ease-in-out;
}
.customer-questions-block__question:hover {
  cursor: pointer;
}
.customer-questions-block__question:hover::after {
  right: 15px;
}
.customer-questions-block__question:not(:last-child) {
  margin-bottom: 10px;
}
@media print {
  .customer-questions-block {
    display: none;
  }
}

.provider {
  margin: 0 -30px;
}
@media all and (min-width: 1025px) {
  .provider {
    margin: 0;
  }
}
@media all and (min-width: 1025px) {
  .provider__search {
    margin-bottom: 20px;
  }
}
.provider__search-text {
  font-size: 22px;
  line-height: 30px;
  padding: 0 30px;
  margin-top: 0;
}
@media all and (min-width: 1025px) {
  .provider__search-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin-right: 20px;
    padding: 0;
  }
}
.provider__selected-domain {
  font-weight: 700;
  margin-left: 5px;
  margin-right: 10px;
}
.provider__selected-domain-info {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  border: 3px solid #221b43;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  color: #221b43;
  cursor: pointer;
  margin-right: 10px;
}
.provider__selected-domain-info:after {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e906";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 1025px) {
  .provider__selected-domain-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
}
.provider__selected-domain-remove {
  color: #d72641;
  text-decoration: underline;
}
.provider__search-search {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f1efee;
}
@media all and (min-width: 1025px) {
  .provider__search-search {
    background-color: transparent;
    padding: 0;
  }
}
.provider__search-search .search-field {
  display: flex;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  .provider__search-search .search-field {
    display: block;
  }
}
.provider__search-search .form-item {
  margin-right: 18px;
  flex-grow: 1;
}
@media all and (min-width: 769px) {
  .provider__search-search .form-item {
    margin-right: 0;
  }
}
.provider__search-search .search-field__input {
  background-color: #fff;
  font-weight: 400;
  padding: 20px;
}
@media all and (min-width: 1025px) {
  .provider__search-search .search-field__input {
    background-color: #f1efee;
    padding: 20px 70px 20px 30px;
  }
}
.provider__search-search .search-field__button {
  position: relative;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
}
@media all and (min-width: 769px) {
  .provider__search-search .search-field__button {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.provider__search-search .search-field__button::before {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
}
.provider__search-search .form-submit {
  position: relative;
  padding: 0;
  height: 50px;
  width: 50px;
}
@media all and (min-width: 1025px) {
  .provider__search-search .form-submit {
    position: absolute;
    padding: 10px 40px;
    height: auto;
    width: auto;
  }
}
.provider__filter {
  background-color: #e1e8eb;
  padding: 20px 30px;
}
@media all and (min-width: 1025px) {
  .provider__filter {
    margin-bottom: 0;
    padding: 30px;
  }
}
.provider__filter-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.provider__filter-buttons {
  display: flex;
  flex-wrap: wrap;
}
.provider__filter-buttons .bef-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.provider__filter-buttons .bef-link {
  display: block;
  border: none;
  background-color: #908da1;
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}
.provider__filter-buttons .bef-link:hover, .provider__filter-buttons .bef-link.bef-link--selected {
  background-color: #221b43;
}
.provider__filter-button {
  border: none;
  background-color: #908da1;
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.provider__filter-button:hover, .provider__filter-button.is-active {
  background-color: #221b43;
}
.provider__item {
  background-color: #fff;
}
.provider__item:nth-child(even) {
  background-color: #f0f4f5;
}
.provider__item-head {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 1025px) {
  .provider__item-head {
    width: 100%;
  }
}
.provider__item-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
}
.provider__item-text {
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 30px;
}
.provider__item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.provider__item-link {
  color: #d72641;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.provider__item-link::before {
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: #000;
}
.provider__item-link--website:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e919";
}
.provider__item-link--mail:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e918";
}
.provider__item-link--phone:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e91a";
}
.provider__item-link:hover {
  text-decoration: underline;
}
.provider__item-info {
  padding: 20px 30px;
  flex-grow: 1;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .provider__item-info {
    padding: 30px;
    width: auto;
    max-width: 400px;
  }
}
.provider__price-prefix {
  margin: 0;
  font-weight: 400;
}
.provider__price {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 20px;
  flex-grow: 1;
}
@media all and (min-width: 769px) {
  .provider__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    flex-grow: 0;
    margin-left: auto;
  }
}
.provider__choose-provider {
  padding-right: 30px;
  margin-bottom: 20px;
}
@media all and (min-width: 769px) {
  .provider__choose-provider {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1024px) {
  .provider__choose-provider .button {
    font-size: 18px;
    padding: 10px 35px 10px 10px;
  }
  .provider__choose-provider .button:after {
    right: 10px;
  }
}
.provider__item-more-info {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
  padding-left: 25px;
  cursor: pointer;
}
.is-open .provider__item-more-info {
  font-weight: 600;
}
.provider__item-more-info::after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  bottom: -6px;
  width: calc(100% - 25px);
  height: 0;
  background-color: #d72641;
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.provider__item-more-info:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e90b";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%) rotate(90deg);
  font-size: 14px;
  transition: all 200ms ease-in-out;
}
.is-open .provider__item-more-info:before {
  transform: translateY(-50%) rotate(-90deg);
}
.provider__item-more-info:hover::after, .is-open .provider__item-more-info::after {
  height: 3px;
  opacity: 1;
}
.provider__item-contact-provider {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 20px;
  padding-left: 25px;
  cursor: pointer;
}
.provider__item-contact-provider:before {
  font-family: "dk-hostmaster";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e918";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
  font-size: 14px;
}
.provider__item-body {
  display: none;
  padding: 0 30px 30px 30px;
}
@media all and (min-width: 1025px) {
  .provider__item-body {
    padding: 0 30px 30px 30px;
  }
}
.provider__item-body-wrap {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1025px) {
  .provider__item-body-wrap {
    flex-direction: row;
  }
}
.provider__item-content {
  order: 1;
}
.provider__item-provides {
  display: flex;
  flex-wrap: wrap;
}
.provider__item-body-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
.provider__item-provides {
  margin-bottom: 20px;
}
.provider__item-provides-tag {
  padding: 6px 16px;
  border-radius: 8px;
  background-color: #c2d2d8;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin: 0 8px 8px 0;
}
.provider__item-text {
  font-size: 18px;
  line-height: 20px;
}
.provider__item-logo {
  margin: 30px 0;
  min-width: 180px;
  max-width: 180px;
}
@media all and (min-width: 1025px) {
  .provider__item-logo {
    display: flex;
    align-items: center;
    order: 1;
    margin-left: 170px;
  }
}
.provider .pager {
  margin: 40px;
}
.provider .pager__item {
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
}

.info-text {
  overflow: hidden;
  padding: 30px;
  border-collapse: separate;
  border: none;
  background: #f1efee;
  max-width: 980px;
  border-radius: 6px;
  margin: 0 -30px;
}
.info-text__group:not(:first-child) {
  margin-top: 30px;
}
.info-text__row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.info-text__title {
  width: 100%;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.info-text__label {
  font-weight: 700;
}
.info-text__text {
  display: block;
}
.info-text__value, .info-text__label, .info-text__title {
  word-break: break-word;
  border: none;
  font-size: 22px;
  line-height: 1.36;
}
@media all and (min-width: 1025px) {
  .info-text {
    padding: 30px 40px;
    margin: 0 auto;
  }
  .info-text__row {
    flex-direction: row;
  }
  .info-text__label, .info-text__value {
    vertical-align: baseline;
  }
  .info-text__label {
    width: 30%;
  }
}

.domain-block {
  font-size: 22px;
  line-height: 30px;
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .domain-block {
    margin-top: 40px;
  }
}
.domain-block__alert {
  background-color: #484465;
  color: #fff;
  border-radius: 8px;
  padding: 30px;
  margin: 20px 0;
}
.domain-block__alert > p {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .domain-block__alert {
    padding: 30px 60px;
  }
}
.domain-block__taken {
  display: grid;
  grid-gap: 10px;
  margin: 20px 0;
}
@media all and (min-width: 1025px) {
  .domain-block__taken {
    grid-template-columns: 3fr 3fr;
    grid-gap: 20px;
  }
}
.domain-block__taken-info {
  text-align: center;
  background-color: #f1efee;
  padding: 30px;
  border-radius: 8px;
  font-size: 25px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media all and (min-width: 1025px) {
  .domain-block__taken-info {
    padding: 50px;
  }
}
.domain-block__waiting {
  background-color: #f1efee;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
}
@media all and (min-width: 1025px) {
  .domain-block__waiting {
    padding: 50px;
  }
}
.domain-block__waiting-buttons {
  display: flex;
  flex-direction: column;
}
.domain-block__waiting-buttons .button {
  margin-top: 10px;
}
.domain-block__taken-title {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
}
@media all and (min-width: 1025px) {
  .domain-block__taken-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.domain-block__taken-title::before {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("./../../../images/close.svg");
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
  padding-bottom: 10px;
}
.domain-block__taken-text {
  display: block;
  font-size: 25px;
  line-height: 1.2;
}
.domain-block__available {
  background-color: #f1efee;
  padding: 30px;
  border-radius: 8px;
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .domain-block__available {
    display: flex;
    justify-content: space-between;
    padding: 60px;
  }
}
.domain-block__available-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .domain-block__available-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
}
.domain-block__available-name {
  font-size: 30px;
  line-height: 1.16;
  position: relative;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .domain-block__available-name {
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
}
.domain-block__available-name::before {
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  content: "";
  width: 70px;
  height: 70px;
  background-image: url("./../../../images/check.svg");
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
  padding-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .domain-block__available-name::before {
    margin-right: 20px;
    padding-bottom: 0;
  }
}
.domain-block__available__button {
  text-align: center;
  margin-top: 12px;
}
.domain-block__select {
  appearance: none;
  background-color: #221b43;
  background-image: url("./../../../images/select-arrow.svg");
  background-position: 92% 22px;
  background-repeat: no-repeat;
  border-radius: 40px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  padding: 0 15px;
  font-weight: 600;
  max-width: 300px;
  height: 50px;
  border: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.domain-block__select:hover {
  color: #fff;
  background-color: #000;
}
.domain-block__select::-ms-expand {
  display: none;
}
.domain-block__option {
  background-color: #221b43;
  color: #fff;
}
.domain-block__option:hover {
  font-weight: 700;
}

.content-block--center {
  text-align: center;
}
@media all and (min-width: 769px) {
  .content-block__wrapper .content-block__body {
    width: 100%;
    margin-right: 50px;
  }
  .content-block__wrapper--left .content-block__body {
    width: 70%;
    margin-left: 50px;
    margin-right: 0;
  }
}
.content-block__text {
  font-size: 22px;
  line-height: 1.36;
  margin-bottom: 20px;
  font-weight: 400;
}
.content-block__text p {
  margin-bottom: 20px;
}
.content-block__text a {
  color: #d72641;
  text-decoration: none;
}
.content-block__text a:hover {
  text-decoration: underline;
}
.content-block__wrapper {
  display: block;
}
@media all and (min-width: 769px) {
  .content-block__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .content-block__wrapper--left {
    flex-direction: row-reverse;
  }
}
.content-block__button {
  margin-top: 40px;
}
.content-block__image-big {
  margin: 20px 0;
}

.linktooltips {
  position: absolute;
  width: 100px;
  color: #908da1;
  bottom: -30px;
  left: 0px;
  font-size: 14px;
}
@media all and (min-width: 769px) {
  .linktooltips {
    top: -35px;
    right: 0px;
  }
}

.reach-viewport {
  opacity: 0;
  transform: translateY(150px);
  transition: all 800ms ease-in-out;
  transition-delay: 100ms;
}
.reach-viewport.in-viewport {
  opacity: 1;
  transform: translateY(0);
}

.fileuploader input[type=file] {
  display: none;
}
.fileuploader__file-selected {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px;
}

.customer-service-sign {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: none;
  color: #fff;
  font-family: "Campton";
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.customer-service-sign:hover {
  transform: scale(1.1);
}
@media all and (min-width: 1025px) {
  .customer-service-sign.is-visible {
    display: flex;
  }
}
@media all and (max-width: 1570px) {
  .customer-questions-block .customer-service-sign {
    display: none;
  }
}
@media all and (min-width: 1570px) {
  .customer-service-sign:hover {
    transform: scale(1.1);
  }
  .customer-questions-block .customer-service-sign {
    transform: translateX(-100%);
    position: absolute;
    z-index: 99;
    left: -20px;
    top: 0;
  }
  .customer-questions-block .customer-service-sign:hover {
    transform: translateX(-100%) scale(1.1);
  }
  .customer-service-sign:after {
    font-family: "dk-hostmaster";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e90b";
    display: block;
  }
}
.customer-service-sign--open {
  background-color: #17a671;
}
.customer-service-sign--closed {
  background-color: #d72641;
}

.iframe {
  overflow-x: auto;
}
@media all and (max-width: 768px) {
  .iframe {
    margin-right: -30px;
  }
}
.iframe__inner {
  aspect-ratio: 16/9;
  min-height: 450px;
  overflow: hidden;
}
.iframe__inner > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.course .list {
  margin-bottom: 30px;
}
.course .text {
  margin-top: 40px;
}
@media all and (min-width: 1025px) {
  .course .audience-block {
    margin-bottom: 40px;
  }
}
@media print {
  .course .list {
    margin-bottom: 20px;
  }
  .course .text {
    margin-top: 0px;
  }
}

.customer-service-search .search-field {
  max-width: 100%;
}
.customer-service-search .form-item-search-api-fulltext {
  position: relative;
}
.customer-service-search label {
  font-family: "Campton", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #d72641;
  display: block;
  margin-bottom: 20px;
}
@media all and (min-width: 1025px) {
  .customer-service-search label {
    font-family: "Campton", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #d72641;
    margin-bottom: 10px;
  }
}
.customer-service-search input[type=text] {
  background: #fff;
  border: none;
  padding: 15px 20px;
  display: block;
  width: calc(100% - 70px);
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.customer-service-search input[type=text]::placeholder {
  color: #000;
  opacity: 1;
}
@media all and (min-width: 1025px) {
  .customer-service-search input[type=text] {
    width: 100%;
    padding: 25px 80px 25px 30px;
    font-size: 22px;
    line-height: 30px;
    height: 80px;
  }
}
.customer-service-search .bef-links {
  margin-bottom: 20px;
}
.customer-service-search .bef-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-service-search .bef-links ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media all and (min-width: 1025px) {
  .customer-service-search .bef-links ul li {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.customer-service-search .bef-links .bef-link {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: #908da1;
  color: #fff;
  text-decoration: none;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  min-height: 40px;
  box-sizing: border-box;
  transition: all 200ms ease-in-out;
}
.customer-service-search .bef-links .bef-link--selected {
  background-color: #221b43;
}
@media all and (min-width: 1025px) {
  .customer-service-search .bef-links .bef-link {
    padding: 10px 20px;
    min-height: 60px;
  }
}
.customer-service-search .js-form-type-select {
  margin-top: 30px;
}
.customer-service-search .form-actions:not(.search-field__button) {
  display: none;
}

.infographic {
  color: #221b43;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
@media all and (min-width: 1025px) {
  .infographic {
    font-size: 30px;
    line-height: 35px;
  }
}
.infographic .js-count-animation {
  position: absolute;
  top: 432px;
  left: 50%;
  transform: translateX(-131px);
  text-align: right;
  font-size: 30px;
  color: white;
  font-weight: 600;
  white-space: nowrap;
  background-color: #f0f4f5;
  z-index: 10;
}
@media all and (min-width: 769px) {
  .infographic .js-count-animation {
    top: 441px;
  }
}
@media all and (min-width: 1025px) {
  .infographic .js-count-animation {
    font-size: 50px;
    top: 447px;
    transform: translateX(-411px);
  }
}
.infographic .js-count-animation span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 50px;
  margin-left: 7px;
  text-align: center;
  background-image: url(../../../images/infographic/counter.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -1px;
}
@media all and (min-width: 1025px) {
  .infographic .js-count-animation span {
    width: 44px;
    height: 71px;
  }
}
.infographic__secure {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.infographic__secure img {
  margin-right: 15px;
}
.infographic__tjek {
  height: 40px;
  width: 100%;
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .infographic__tjek {
    margin-top: 0px;
  }
}
.infographic__tjek img {
  display: block;
  max-width: 267px;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .infographic__tjek img {
    max-width: 330px;
  }
}
.infographic__check {
  display: inline-flex;
  align-items: center;
}
.infographic__check img {
  margin-right: 15px;
}
.infographic__stage-1__1 {
  position: relative;
  text-align: center;
  color: #d72641;
}
.infographic__stage-1__1-text {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 250px;
  text-align: center;
  color: #d72641;
  font-size: 22px;
  line-height: 30px;
}
.infographic__stage-1__1-text p {
  margin: 0;
}
.infographic__stage-1__1-image {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__1-image {
    display: inline-block;
  }
}
.infographic__stage-1__1-image-mobile {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__1-image-mobile {
    display: none;
  }
}
.infographic__stage-1__2 {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__2 {
    margin-top: -70px;
  }
}
.infographic__stage-1__2-image {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__2-image {
    display: inline-block;
  }
}
.infographic__stage-1__2-image-mobile {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__2-image-mobile {
    display: none;
  }
}
.infographic__stage-1__2-text {
  position: absolute;
  top: -180px;
  left: 0;
  max-width: 250px;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 376px) {
  .infographic__stage-1__2-text {
    left: 50%;
    transform: translateX(calc(-50% - 30px));
  }
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__2-text {
    top: -30px;
    left: auto;
    right: 60px;
    transform: translateX(0);
    max-width: 375px;
  }
}
.infographic__stage-1__2-text-2 {
  text-align: center;
  max-width: 315px;
  margin: auto;
}
.infographic__stage-1__2-text-2 p {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .infographic__stage-1__2-text-2 {
    margin-left: -30px;
    max-width: 450px;
  }
}
.infographic__stage-2 {
  padding-top: 60px;
}
.infographic__stage-2__1 {
  position: relative;
  text-align: center;
}
.infographic__stage-2__1-text {
  margin-bottom: 30px;
  text-align: center;
  color: #d72641;
  font-size: 22px;
  line-height: 30px;
}
.infographic__stage-2__1-text p {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-text {
    max-width: 340px;
  }
}
.infographic__stage-2__1-text-2 {
  position: absolute;
  top: 30%;
  right: 0;
  text-align: center;
  max-width: 315px;
  padding-left: 23%;
}
.infographic__stage-2__1-text-2 p {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-text-2 {
    top: 400px;
    right: auto;
    left: -30px;
    max-width: 576px;
    transform: translateX(0);
    padding-left: 0;
  }
}
.infographic__stage-2__1-text-3 {
  position: absolute;
  bottom: 370px;
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  max-width: 290px;
  width: 100%;
}
.infographic__stage-2__1-text-3 p {
  margin: 0;
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-text-3 {
    bottom: auto;
    top: 80px;
    right: 80px;
    transform: none;
  }
}
.infographic__stage-2__1-text-4 {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-text-4 {
    width: auto;
    right: 120px;
    left: auto;
    bottom: 130px;
    transform: none;
  }
}
.infographic__stage-2__1-image {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-image {
    display: inline-block;
  }
}
.infographic__stage-2__1-image-mobile {
  display: inline-block;
  max-width: 300px;
}
@media all and (min-width: 1025px) {
  .infographic__stage-2__1-image-mobile {
    display: none;
  }
}
.infographic__stage-3__1 {
  padding-top: 20px;
  position: relative;
  text-align: center;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__1 {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
.infographic__stage-3__1-text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  color: #d72641;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__1-text {
    position: absolute;
    top: 5%;
    left: 75px;
    transform: none;
  }
}
.infographic__stage-3__2-text {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(calc(-50% - 40px));
  width: 175px;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__2-text {
    position: absolute;
    top: 63%;
    right: 75px;
    transform: none;
    max-width: 526px;
    width: 100%;
  }
}
.infographic__stage-3__2-text .button {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__2-text .button {
    display: inline-flex;
  }
}
.infographic__stage-3__3-text {
  width: 315px;
  margin: auto;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__3-text {
    position: absolute;
    left: -30px;
    transform: none;
    top: 67%;
    max-width: 446px;
    width: 100%;
  }
}
.infographic__stage-3__1-image {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__1-image {
    display: inline-block;
  }
}
.infographic__stage-3__1-image-mobile {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .infographic__stage-3__1-image-mobile {
    display: none;
  }
}
.infographic__stage-4__1 {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
}
.infographic__stage-4__1-image {
  display: none;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__1-image {
    display: inline-block;
  }
}
.infographic__stage-4__1-image-mobile {
  display: inline-block;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__1-image-mobile {
    display: none;
  }
}
.infographic__stage-4__1-text {
  text-align: center;
  color: #d72641;
  margin-bottom: 30px;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__1-text {
    width: 190px;
    margin-left: 160px;
    margin-bottom: 0;
  }
}
.infographic__stage-4__2-text {
  position: absolute;
  left: 50%;
  top: 31%;
  transform: translateX(-50%);
  width: 100%;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__2-text {
    left: 27%;
    top: 45%;
  }
}
.infographic__stage-4__3-text {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 295px;
  width: 100%;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__3-text {
    left: 27%;
    max-width: 446px;
    position: relative;
  }
}
.infographic__stage-4__4-text {
  max-width: 290px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infographic__stage-4__4-text a {
  color: #d72641;
  font-weight: 100;
}
@media all and (min-width: 1025px) {
  .infographic__stage-4__4-text {
    max-width: 390px;
    text-align: left;
    position: absolute;
    right: -30px;
    top: 36%;
  }
  .infographic__stage-4__4-text p {
    text-align: center;
  }
  .infographic__stage-4__4-text a {
    margin-bottom: 20px;
  }
}

.faq-more-section {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .faq-more-section {
    flex-direction: row-reverse;
  }
}
.faq-more-section .pager {
  margin: 0;
}
.faq-more-section .pager__item {
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
}
.faq-more-section .button--load-more {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .faq-more-section .button--load-more {
    margin-top: 0;
  }
}
.faq-more-section a {
  margin-top: 0;
}

/*------------------------------------*\
    $THIRD PARTY MODULES
\*------------------------------------*/
.relmon-surveywrapper-rm-b-p-m {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999998;
  display: none;
}

.relmon-surveywrapper-rm-b-p.rm-b-p {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #d72641;
  z-index: 999999;
  padding: 20px;
  display: flex;
  background: #ddd7d4;
  z-index: 999999;
  box-sizing: border-box;
}

.relmon-surveywrapper-rm-b-p-h.rm-b-p-h {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.relmon-surveywrapper-rm-b-p-t.rm-b-p-t {
  text-align: center;
}
.relmon-surveywrapper-rm-b-p-t.rm-b-p-t a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #d72641;
  color: #fff;
  font-family: "Campton", sans-serif;
  font-size: 20px;
  font-weight: 600;
  min-height: 50px;
  padding: 10px 40px;
  line-height: 24px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.relmon-surveywrapper-rm-b-p-t.rm-b-p-t a:hover, .relmon-surveywrapper-rm-b-p-t.rm-b-p-t a:focus {
  transform: scale(1.1);
}

/*# sourceMappingURL=style.css.map */
