@charset "UTF-8";
/*! 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.
 */
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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

.list-disc {
  float: left;
  list-style: disc;
  margin: 0 0 0 30px;
}
.list-disc__element {
  margin-bottom: 10px;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html, body {
  color: #333;
  background-color: #eeeeee;
  font-size: 15px;
  line-height: 22px;
  font-family: Roboto, "Segoe UI", Calibri, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

em, cite {
  font-style: italic;
}

strong {
  font-weight: 900;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.p0 {
  padding: 0;
}

.p1 {
  padding: 0.5%;
}

.p2 {
  padding: 1%;
}

.p3 {
  padding: 1.5%;
}

.p4 {
  padding: 2%;
}

.p5 {
  padding: 3%;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.px1 {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.px2 {
  padding-left: 1%;
  padding-right: 1%;
}

.px3 {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.px4 {
  padding-left: 2%;
  padding-right: 2%;
}

.px5 {
  padding-left: 3%;
  padding-right: 3%;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py1 {
  padding-top: 0.5%;
  padding-bottom: 0.5%;
}

.py2 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.py3 {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.py4 {
  padding-top: 2%;
  padding-bottom: 2%;
}

.py5 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 0.5%;
}

.pt2 {
  padding-top: 1%;
}

.pt3 {
  padding-top: 1.5%;
}

.pt4 {
  padding-top: 2%;
}

.pt5 {
  padding-top: 3%;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 0.5%;
}

.pr2 {
  padding-right: 1%;
}

.pr3 {
  padding-right: 1.5%;
}

.pr4 {
  padding-right: 2%;
}

.pr5 {
  padding-right: 3%;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 0.5%;
}

.pb2 {
  padding-bottom: 1%;
}

.pb3 {
  padding-bottom: 1.5%;
}

.pb4 {
  padding-bottom: 2%;
}

.pb5 {
  padding-bottom: 3%;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 0.5%;
}

.pl2 {
  padding-left: 1%;
}

.pl3 {
  padding-left: 1.5%;
}

.pl4 {
  padding-left: 2%;
}

.pl5 {
  padding-left: 3%;
}

.pp0 {
  padding: 0;
}

.pp1 {
  padding: 5px;
}

.pp2 {
  padding: 10px;
}

.pp3 {
  padding: 15px;
}

.pp4 {
  padding: 20px;
}

.pp5 {
  padding: 30px;
}

.ppx0 {
  padding-left: 0;
  padding-right: 0;
}

.ppx1 {
  padding-left: 5px;
  padding-right: 5px;
}

.ppx2 {
  padding-left: 10px;
  padding-right: 10px;
}

.ppx3 {
  padding-left: 15px;
  padding-right: 15px;
}

.ppx4 {
  padding-left: 20px;
  padding-right: 20px;
}

.ppx5 {
  padding-left: 30px;
  padding-right: 30px;
}

.ppy0 {
  padding-top: 0;
  padding-bottom: 0;
}

.ppy1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ppy2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ppy3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ppy4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ppy5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ppt0 {
  padding-top: 0;
}

.ppt1 {
  padding-top: 5px;
}

.ppt2 {
  padding-top: 10px;
}

.ppt3 {
  padding-top: 15px;
}

.ppt4 {
  padding-top: 20px;
}

.ppt5 {
  padding-top: 30px;
}

.ppr0 {
  padding-right: 0;
}

.ppr1 {
  padding-right: 5px;
}

.ppr2 {
  padding-right: 10px;
}

.ppr3 {
  padding-right: 15px;
}

.ppr4 {
  padding-right: 20px;
}

.ppr5 {
  padding-right: 30px;
}

.ppb0 {
  padding-bottom: 0;
}

.ppb1 {
  padding-bottom: 5px;
}

.ppb2 {
  padding-bottom: 10px;
}

.ppb3 {
  padding-bottom: 15px;
}

.ppb4 {
  padding-bottom: 20px;
}

.ppb5 {
  padding-bottom: 30px;
}

.ppl0 {
  padding-left: 0;
}

.ppl1 {
  padding-left: 5px;
}

.ppl2 {
  padding-left: 10px;
}

.ppl3 {
  padding-left: 15px;
}

.ppl4 {
  padding-left: 20px;
}

.ppl5 {
  padding-left: 30px;
}

.m0 {
  margin: 0;
}

.m1 {
  margin: 0.5%;
}

.m2 {
  margin: 1%;
}

.m3 {
  margin: 1.5%;
}

.m4 {
  margin: 2%;
}

.m5 {
  margin: 3%;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.mx1 {
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.mx2 {
  margin-left: 1%;
  margin-right: 1%;
}

.mx3 {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.mx4 {
  margin-left: 2%;
  margin-right: 2%;
}

.mx5 {
  margin-left: 3%;
  margin-right: 3%;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my1 {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

.my2 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.my3 {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

.my4 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.my5 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 0.5%;
}

.mt2 {
  margin-top: 1%;
}

.mt3 {
  margin-top: 1.5%;
}

.mt4 {
  margin-top: 2%;
}

.mt5 {
  margin-top: 3%;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 0.5%;
}

.mr2 {
  margin-right: 1%;
}

.mr3 {
  margin-right: 1.5%;
}

.mr4 {
  margin-right: 2%;
}

.mr5 {
  margin-right: 3%;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 0.5%;
}

.mb2 {
  margin-bottom: 1%;
}

.mb3 {
  margin-bottom: 1.5%;
}

.mb4 {
  margin-bottom: 2%;
}

.mb5 {
  margin-bottom: 3%;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 0.5%;
}

.ml2 {
  margin-left: 1%;
}

.ml3 {
  margin-left: 1.5%;
}

.ml4 {
  margin-left: 2%;
}

.ml5 {
  margin-left: 3%;
}

.mp0 {
  margin: 0;
}

.mp1 {
  margin: 5px;
}

.mp2 {
  margin: 10px;
}

.mp3 {
  margin: 15px;
}

.mp4 {
  margin: 20px;
}

.mp5 {
  margin: 30px;
}

.mpx0 {
  margin-left: 0;
  margin-right: 0;
}

.mpx1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mpx2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mpx3 {
  margin-left: 15px;
  margin-right: 15px;
}

.mpx4 {
  margin-left: 20px;
  margin-right: 20px;
}

.mpx5 {
  margin-left: 30px;
  margin-right: 30px;
}

.mpy0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mpy1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mpy2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mpy3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mpy4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mpy5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mpt0 {
  margin-top: 0;
}

.mpt1 {
  margin-top: 5px;
}

.mpt2 {
  margin-top: 10px;
}

.mpt3 {
  margin-top: 15px;
}

.mpt4 {
  margin-top: 20px;
}

.mpt5 {
  margin-top: 30px;
}

.mpr0 {
  margin-right: 0;
}

.mpr1 {
  margin-right: 5px;
}

.mpr2 {
  margin-right: 10px;
}

.mpr3 {
  margin-right: 15px;
}

.mpr4 {
  margin-right: 20px;
}

.mpr5 {
  margin-right: 30px;
}

.mpb0 {
  margin-bottom: 0;
}

.mpb1 {
  margin-bottom: 5px;
}

.mpb2 {
  margin-bottom: 10px;
}

.mpb3 {
  margin-bottom: 15px;
}

.mpb4 {
  margin-bottom: 20px;
}

.mpb5 {
  margin-bottom: 30px;
}

.mpl0 {
  margin-left: 0;
}

.mpl1 {
  margin-left: 5px;
}

.mpl2 {
  margin-left: 10px;
}

.mpl3 {
  margin-left: 15px;
}

.mpl4 {
  margin-left: 20px;
}

.mpl5 {
  margin-left: 30px;
}

.t-justify {
  text-align: justify;
}

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

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-uppercase {
  text-transform: uppercase;
}

.t-m {
  font-size: 15px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.float-none {
  float: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.333%;
}

.hidden {
  display: none;
}

.op-l {
  opacity: 0.87;
}

.op-m {
  opacity: 0.7;
}

.op-s {
  opacity: 0.52;
}

.w-500 {
  font-weight: 500;
}

.w-400 {
  font-weight: 400;
}

.w-300 {
  font-weight: 300;
}

.hide {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

@media screen and (max-width: 1150px) {
  .hide-mobile {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #2c2c54;
  text-align: right;
  height: 61px;
  font-size: 18px;
}
.header__body {
  position: absolute;
  left: 0;
}
.header__logo {
  float: left;
  height: 43px;
  margin: 6px 21px 0;
}
.header__search {
  float: left;
  position: relative;
}
.header__search-icon {
  position: absolute;
  top: 23px;
  left: 13px;
  font-size: 16px;
}
.header__search-input {
  float: left;
  margin: 10px 0 0 0;
  height: 40px;
  width: 350px;
  padding: 0 10px 0 40px;
  border-radius: 10px;
  border: none;
  font-size: 95%;
  background: #dedeed;
  transition: width 0.6s ease-in-out;
}
.header__search-input::hover {
  background: white;
}
.header__search-input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
.header__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
.header__search-input--expanded {
  width: 600px;
}
.header__search-results {
  display: block;
  position: absolute;
  background: white;
  top: 67px;
  width: 600px;
  text-align: left;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.header__search-results--expanded {
  max-height: 600px;
}
.header__lang {
  float: left;
  position: relative;
  padding: 0 0 0 10px;
  color: #dedeed;
  font-weight: 500;
  margin: 10px 0 10px 0;
  height: 36px;
}
.header__lang:hover {
  color: white;
}
.header__lang-text {
  float: left;
  padding: 9px 11px;
  cursor: pointer;
}
.header__login {
  position: absolute;
  right: 47px;
  top: 13px;
  height: 35px;
  text-transform: uppercase;
}
.header__login-link {
  color: white;
  padding: 7px 23px;
  float: left;
  font-weight: 500;
}
.header__user {
  position: absolute;
  right: 70px;
  top: 20px;
  font-weight: 500;
  color: #dedeed;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.9);
  display: block;
  cursor: pointer;
}
.header__user:hover {
  color: white;
}
.header__bars {
  float: right;
  padding: 19px 25px 18px 25px;
  font-size: 24px;
  color: #dedeed;
  cursor: pointer;
}

@media screen and (max-width: 1150px) {
  .header__lang {
    padding: 0;
  }
  .header__search {
    display: none;
  }
}
.navigation {
  right: -240px;
  width: 240px;
  z-index: 99;
  overflow-x: hidden;
  transition: 0.5s;
  position: fixed;
  top: 60px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.navigation__user-area {
  float: left;
  position: relative;
  width: 100%;
  height: 100px;
  background: #a6a6d7;
}
.navigation__user-avatar {
  border-radius: 50px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.navigation__user-name {
  position: absolute;
  top: 30px;
  left: 95px;
  font-size: 22px;
  font-weight: 500;
}
.navigation__user-settings {
  position: absolute;
  top: 53px;
  left: 95px;
  font-size: 16px;
  opacity: 0.87;
}
.navigation__user-logout {
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 5px;
  width: 31px;
  text-align: center;
  border-radius: 50px;
}
.navigation__user-logout:hover {
  background: #dedeed;
}
.navigation__list {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
.navigation__list-element-link {
  float: left;
  color: #2c2c54;
  opacity: 0.7;
  width: 93%;
  padding: 12px 0 12px 20px;
  font-size: 95%;
  font-weight: 500;
}
.navigation__list-element-link:hover {
  background-color: #dedeed;
  border-radius: 0 25px 25px 0;
  opacity: 1;
  font-weight: 700;
}
.navigation__list-element-link--active {
  opacity: 1;
  font-weight: 700;
}
.navigation__list-element-link--secondary {
  padding: 7px 0 5px 20px;
  font-weight: 400;
}
.navigation__list-element-link--secondary:hover {
  font-weight: 500;
}
.navigation__list-element-link--active-secondary {
  opacity: 1;
  font-weight: 500;
}
.navigation__list-element-link--social {
  width: 33%;
  text-align: center;
  font-size: 25px;
  padding: 0;
  margin-top: 20px;
}
.navigation__list-element-link--social:hover {
  background-color: inherit;
}
.navigation__list-element-span {
  float: left;
  color: #2c2c54;
  width: 93%;
  padding: 7px 0 5px 20px;
  font-weight: 400;
  font-size: 95%;
  opacity: 0.7;
}
.navigation__list-icon {
  font-size: 20px;
  width: 37px;
}
.navigation__list--separator {
  padding-top: 10px;
  border-top: solid 1px grey;
}
.navigation__list--secondary {
  width: 240px;
  position: absolute;
  bottom: 80px;
  left: 0;
}
.navigation__list-social {
  float: left;
  width: 100%;
  padding: 10px 0 0 20px;
}

.container {
  position: relative;
  width: 98%;
  max-width: 1320px;
  margin: 20px auto 0;
  padding: 56px 0 10px;
}
.container--cover {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.modal-background {
  display: none;
  position: fixed;
  background: black;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

@media screen and (max-width: 1150px) {
  .container {
    width: 100%;
    margin-top: 0;
  }
}
.cover__hero {
  background: #eeeeee;
}
.cover__two-rows-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
}
.cover__two-rows-col {
  width: 60%;
  padding: 1rem;
  text-align: left;
  position: relative;
}
.cover__two-rows-col--hero {
  padding: 0;
}
.cover__three-rows-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
}
.cover__three-rows-col {
  width: 32.3333%;
  margin: 0.5%;
  padding: 1rem;
}
.cover__header {
  background: #dedeed;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cover__logo {
  height: 110px;
  position: absolute;
  top: 165px;
  left: 5px;
}
.cover__title {
  float: left;
  margin: 150px 0 10px 0px;
  font-size: 70px;
  line-height: 90px;
  font-weight: 500;
  color: #2c2c54;
}
.cover__description {
  float: left;
  font-size: 24px;
  opacity: 0.7;
  font-weight: 400;
  font-style: italic;
  padding: 10px 0 0;
  line-height: 40px;
}
.cover__cta {
  float: left;
  margin: 40px 0 0;
  padding: 20px 30px;
  border-radius: 50px;
  background: #2c2c54;
  color: white;
  font-weight: 700;
  font-size: 20px;
}
.cover__cta .fab {
  font-size: 190%;
}
.cover__cta--pwa1, .cover__cta--pwa2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 15px 20px;
  font-size: 17px;
}
.cover__image {
  float: right;
  margin: 61px 0 0;
  width: 90%;
}
.cover__pwa-image {
  float: right;
  margin: 10px 0 0;
  width: 95%;
  height: auto;
  transform: rotate(-15deg);
}
.cover__pwa-p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.cover__copyright {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.7;
}
.cover__section {
  padding: 30px;
  text-align: center;
  background: #eeeeee;
}
.cover__section--white {
  background: white;
}
.cover__section--get-register {
  padding: 50px 0 75px;
}
.cover__section-title {
  margin: 15px 0 25px;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  color: #333;
}
.cover__section-title--get-register {
  font-weight: 600;
  line-height: 82px;
  font-size: 48px;
  color: #2c2c54;
}
.cover__tools-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #2c2c54;
}
.cover__tools-title {
  font-weight: 500;
  font-size: 22px;
}
.cover__tools-body {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}
.cover__tools-cta {
  color: #2c2c54;
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}
.cover__blog {
  text-align: justify;
  border-radius: 5px;
}
.cover__blog:hover {
  background: white;
}
.cover__blog-image {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}
.cover__blog-title {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
}
.cover__blog-body {
  margin: 0;
  font-size: 15px;
}
.cover__get-register-cta {
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #2c2c54;
  color: white;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.cover__testimonial {
  text-align: center;
  border-radius: 5px;
  background: white;
  padding: 25px 15px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.cover__testimonial-icon {
  font-size: 200%;
  color: #2c2c54;
}
.cover__testimonial-text {
  font-size: 130%;
  line-height: 130%;
}
.cover__testimonial-image {
  width: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.cover__testimonial-name, .cover__testimonial-page {
  float: left;
  width: 100%;
}
.cover__testimonial-page {
  color: orange;
  font-weight: 500;
}

.footer {
  background-color: #2c2c54;
  color: #ccc;
  padding: 2rem;
  text-align: left;
}
.footer__row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
}
.footer__col {
  width: 25%;
}
.footer__social {
  text-align: right;
}
.footer__social i {
  font-size: 40px;
  margin: 0 5px;
}
.footer__list {
  padding: 0 15px;
}
.footer__title {
  color: #fff;
  font-weight: 500;
}
.footer__link {
  color: #ccc;
}
.footer__link:hover {
  color: white;
}
.footer__copyright {
  text-align: right;
  font-weight: 400;
  font-style: italic;
  max-width: 1320px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1150px) {
  .cover__two-rows-col, .cover__three-rows-col {
    width: 100%;
  }
  .cover__two-rows-col--hero {
    margin: 80px 0 10px;
    position: inherit;
    text-align: center;
  }
  .cover__two-rows-col--pwa {
    position: inherit;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .cover__hero, .cover__pwa {
    position: relative;
  }
  .cover__main-image {
    height: auto;
    margin: 0 0 30px;
  }
  .cover__header {
    text-align: center;
  }
  .cover__logo {
    height: 110px;
    position: inherit;
    top: auto;
    left: auto;
  }
  .cover__title {
    margin: 20px 0 10px;
    width: 100%;
    text-align: center;
    font-size: 55px;
    padding: 0 10px;
    line-height: 50px;
    font-weight: 500;
  }
  .cover__description {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    opacity: 0.7;
    font-weight: 400;
    font-style: italic;
    padding: 0 10px;
  }
  .cover__cta {
    width: 80%;
    margin: 0 10%;
    text-align: center;
    position: absolute;
    top: unset;
    bottom: 40px;
    left: 0;
    padding: 20px 30px;
    border-radius: 50px;
    background: #2c2c54;
    color: white;
    font-weight: 700;
    font-size: 20px;
  }
  .cover__cta--pwa1, .cover__cta--pwa2 {
    font-size: 18px;
    padding: 15px 20px;
  }
  .cover__cta--pwa1 {
    bottom: 140px;
  }
  .cover__image {
    float: left;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 120px;
    margin: 0 5%;
    text-align: center;
    height: auto;
    max-height: none;
    max-width: none;
  }
  .cover__section {
    padding: 20px 15px;
  }
  .cover__section--get-register {
    padding: 20px 15px 50px;
  }
  .cover__pwa-image {
    margin-bottom: 200px;
  }
  .footer__col {
    width: 100%;
  }
  .footer__link {
    float: left;
    width: 100%;
    margin: 4px 0;
  }
  .footer__link--social {
    float: right;
    width: auto;
    margin: 0 4px;
  }
  .footer__social {
    margin-top: 20px;
  }
  .footer__copyright {
    bottom: 25px;
    font-size: 80%;
  }
}
.bt {
  position: relative;
  padding: 10px 20px;
  background: #2c2c54;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition-duration: 0.4s; /* Safari */
  overflow: hidden;
  cursor: pointer;
}
.bt:disabled {
  background: #dedeed;
  cursor: not-allowed;
  opacity: 0.5;
}
.bt--cookies {
  float: left;
  padding: 7px 15px;
}
.bt--success {
  background: #28a745;
}
.bt--warning {
  background: #ffc107;
  color: #333;
}
.bt--danger {
  background: #dc3545;
}
.bt--dark {
  background: #000;
}
.bt span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.bt span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.bt:hover span {
  padding-right: 25px;
}
.bt:hover span:after {
  opacity: 1;
  right: 0;
}
.bt:after {
  content: "";
  background: #4E8DA9;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.8s;
}
.bt:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}

.form-field {
  display: block;
  width: 30%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-field--modal {
  width: 100%;
}
.form-get-register {
  float: left;
  width: 100%;
  margin-top: 25px;
  padding: 25px 0 10px;
  border-top: 1px solid #eee;
  color: #444;
}
.form-link {
  color: red;
}

@media screen and (max-width: 1150px) {
  .form-field {
    width: 100%;
  }
}
.cookie-notice {
  position: fixed;
  left: 40px;
  bottom: 40px;
  width: 550px;
  background-color: #dedeed;
  color: black;
  font-size: 13px;
  text-align: justify;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.cookie-notice--cover {
  background: white;
}
.cookie-notice__title {
  font-size: 15px;
  font-weight: 500;
  padding-left: 40px;
  margin: 0 0 11px;
}
.cookie-notice__text {
  margin: 0px 0 10px;
  opacity: 0.7;
}
.cookie-notice__link {
  color: black;
  text-decoration: underline;
}
.cookie-notice__link:hover {
  color: #bd8759;
}
.cookie-notice__icon {
  position: absolute;
  left: 15px;
  top: 14px;
  font-size: 27px;
  color: #bd8759;
}

@media screen and (max-width: 1150px) {
  .cookie-notice {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
