/* easeOutExpo */
/* easeOutExpo */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/* easeOutExpo */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: calc(100vw - 40px);
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: calc(100vw - 80px);
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    max-width: calc(100vw - 120px);
  }
}
@media (min-width: 1240px) {
  .container-fluid {
    max-width: calc(100vw - 160px);
  }
}
@media (min-width: 1480px) {
  .container-fluid {
    max-width: 1800px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  min-width: 100%;
}
@media (min-width: 576px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1240px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 1480px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.container {
  position: relative;
}

/*
%grid-column {
	position: relative;
	width: 100%;
	padding-right: $gutter / 2;
	padding-left: $gutter / 2;
}
*/
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col,
.col-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col,
.col-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col,
.col-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col,
.col-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col,
.col-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xs,
.col-xs-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xs,
.col-xs-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xs,
.col-xs-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xs,
.col-xs-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xs,
.col-xs-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xs,
.col-xs-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 576px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
.col-sm-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-sm,
.col-sm-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-sm,
.col-sm-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-sm,
.col-sm-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-sm,
.col-sm-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-sm,
.col-sm-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
.col-md-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-md,
.col-md-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-md,
.col-md-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-md,
.col-md-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-md,
.col-md-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-md,
.col-md-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-md,
.col-md-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
.col-lg-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-lg,
.col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-lg,
.col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-lg,
.col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-lg,
.col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-lg,
.col-lg-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1240px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.col-xl-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-1 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-2 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-3 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-4 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-5 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-7 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-9 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-10 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-11 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-11 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl-12 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  .col-xl,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .col-xl,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .col-xl,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .col-xl,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1480px) {
  .col-xl,
.col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1480px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) and (max-width: 1479.98px) {
  .o-md-1 {
    order: 1;
  }

  .o-md-2 {
    order: 2;
  }

  .o-md-3 {
    order: 3;
  }

  .o-md-4 {
    order: 4;
  }

  .o-md-5 {
    order: 5;
  }

  .o-md-6 {
    order: 6;
  }

  .o-md-7 {
    order: 7;
  }

  .o-md-8 {
    order: 8;
  }

  .o-md-9 {
    order: 9;
  }

  .o-md-10 {
    order: 10;
  }

  .o-md-11 {
    order: 11;
  }

  .o-md-12 {
    order: 12;
  }

  .o-md-13 {
    order: 13;
  }

  .o-md-14 {
    order: 14;
  }

  .o-md-15 {
    order: 15;
  }

  .o-md-16 {
    order: 16;
  }

  .o-md-17 {
    order: 17;
  }

  .o-md-18 {
    order: 18;
  }

  .o-md-19 {
    order: 19;
  }

  .o-md-20 {
    order: 20;
  }
}
@media (min-width: 768px) and (max-width: 1239.98px) {
  .o-sm-1 {
    order: 1;
  }

  .o-sm-2 {
    order: 2;
  }

  .o-sm-3 {
    order: 3;
  }

  .o-sm-4 {
    order: 4;
  }

  .o-sm-5 {
    order: 5;
  }

  .o-sm-6 {
    order: 6;
  }

  .o-sm-7 {
    order: 7;
  }

  .o-sm-8 {
    order: 8;
  }

  .o-sm-9 {
    order: 9;
  }

  .o-sm-10 {
    order: 10;
  }

  .o-sm-11 {
    order: 11;
  }

  .o-sm-12 {
    order: 12;
  }

  .o-sm-13 {
    order: 13;
  }

  .o-sm-14 {
    order: 14;
  }

  .o-sm-15 {
    order: 15;
  }

  .o-sm-16 {
    order: 16;
  }

  .o-sm-17 {
    order: 17;
  }

  .o-sm-18 {
    order: 18;
  }

  .o-sm-19 {
    order: 19;
  }

  .o-sm-20 {
    order: 20;
  }
}
@media (max-width: 1023.98px) {
  .o-1 {
    order: 1;
  }

  .o-2 {
    order: 2;
  }

  .o-3 {
    order: 3;
  }

  .o-4 {
    order: 4;
  }

  .o-5 {
    order: 5;
  }

  .o-6 {
    order: 6;
  }

  .o-7 {
    order: 7;
  }

  .o-8 {
    order: 8;
  }

  .o-9 {
    order: 9;
  }

  .o-10 {
    order: 10;
  }

  .o-11 {
    order: 11;
  }

  .o-12 {
    order: 12;
  }

  .o-13 {
    order: 13;
  }

  .o-14 {
    order: 14;
  }

  .o-15 {
    order: 15;
  }

  .o-16 {
    order: 16;
  }

  .o-17 {
    order: 17;
  }

  .o-18 {
    order: 18;
  }

  .o-19 {
    order: 19;
  }

  .o-20 {
    order: 20;
  }
}
@media (max-width: 575.98px) {
  .hidden-xxs-down {
    display: none !important;
  }
}
.hidden-xxs-up {
  display: none !important;
}

@media (max-width: 767.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 1023.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 1239.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1479.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .hidden-lg-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

@media (min-width: 1480px) {
  .hidden-xl-up {
    display: none !important;
  }
}
/* easeOutExpo */
body,
html {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.panel__header .panel__close, .stickybar .title, .banner__content .eyelet, .card--classic .title, h6,
.h6, .mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root,
.mosaic .comWork-catalog-plugin .buttonOptionDiv, .sidewrap--left aside .aside__title, .billboard.section--color .box .text, .billboard .box .text, .download__item span, .accordion__item .title, .banner--simple .banner__content .box .title, .card--image .title a, .card--image .title, .footer__primary .footer__social .title, .billboard__form input, .footer__primary .footer__subscribe .footer__form input, .form--inline input, h5,
.h5, .call-to-actions.call-to-actions--alt .title, .content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title, .content .subtitle, .filters .filters__content, .sticky__searchbar .sticky__searchwrap input, .section--wrap .banner__content .title, .box--heading-inline .title--xs, .section > .box--heading-inline .title, h4,
.h4, .content--small blockquote, .content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title, .panel__header .panel__head, .banner__content .title, .card--full.card--image .title, .box--heading-icon .title, .box--heading-inline .title--sm, .listing--banner .listing__item .title, h3,
.h3, .sidewrap .title, .content blockquote, .card--quote blockquote, .box--heading-align-left .title, .box--heading-inline .title, .columns .title, h2,
.h2, .billboard.section--color .box .title, .billboard .box .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, .columns .title--ico, h1,
.h1, .hero--title .hero__primary .title, h1._hero,
.h1._hero {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero--title .hero__primary .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, h1._hero,
.h1._hero {
  font-size: 6.6666666667rem;
  line-height: 6.6666666667rem;
}
@media (max-width: 1023.98px) {
  .hero--title .hero__primary .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, h1._hero,
.h1._hero {
    font-size: 3.2222222222rem;
    line-height: 3.3333333333rem;
  }
}

.billboard.section--color .box .title, .billboard .box .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, .columns .title--ico, h1,
.h1 {
  font-size: 4rem;
  line-height: 4.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard.section--color .box .title, .billboard .box .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, .columns .title--ico, h1,
.h1 {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1023.98px) {
  .billboard.section--color .box .title, .billboard .box .title, .hero--title-sidebar .hero__primary .title, .hero--title-alt .hero__primary .title, .columns .title--ico, h1,
.h1 {
    font-size: 2.6666666667rem;
    line-height: 2.7777777778rem;
  }
}

.sidewrap .title, .content blockquote, .card--quote blockquote, .box--heading-align-left .title, .box--heading-inline .title, .columns .title, h2,
.h2 {
  font-size: 3.3333333333rem;
  line-height: 4rem;
}
@media (max-width: 1023.98px) {
  .sidewrap .title, .content blockquote, .card--quote blockquote, .box--heading-align-left .title, .box--heading-inline .title, .columns .title, h2,
.h2 {
    font-size: 2.2222222222rem;
    line-height: 2.6666666667rem;
  }
}

.content--small blockquote, .content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title, .panel__header .panel__head, .banner__content .title, .card--full.card--image .title, .box--heading-icon .title, .box--heading-inline .title--sm, .listing--banner .listing__item .title, h3,
.h3 {
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1023.98px) {
  .content--small blockquote, .content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title, .panel__header .panel__head, .banner__content .title, .card--full.card--image .title, .box--heading-icon .title, .box--heading-inline .title--sm, .listing--banner .listing__item .title, h3,
.h3 {
    font-size: 1.6666666667rem;
    line-height: 2.2222222222rem;
  }
}

.call-to-actions.call-to-actions--alt .title, .content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title, .content .subtitle, .filters .filters__content, .sticky__searchbar .sticky__searchwrap input, .section--wrap .banner__content .title, .box--heading-inline .title--xs, .section > .box--heading-inline .title, h4,
.h4 {
  font-size: 2rem;
  line-height: 2.6666666667rem;
}
@media (max-width: 1023.98px) {
  .call-to-actions.call-to-actions--alt .title, .content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title, .content .subtitle, .filters .filters__content, .sticky__searchbar .sticky__searchwrap input, .section--wrap .banner__content .title, .box--heading-inline .title--xs, .section > .box--heading-inline .title, h4,
.h4 {
    font-size: 1.3333333333rem;
    line-height: 1.6666666667rem;
  }
}

.mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root,
.mosaic .comWork-catalog-plugin .buttonOptionDiv, .sidewrap--left aside .aside__title, .billboard.section--color .box .text, .billboard .box .text, .download__item span, .accordion__item .title, .banner--simple .banner__content .box .title, .card--image .title a, .card--image .title, .footer__primary .footer__social .title, .billboard__form input, .footer__primary .footer__subscribe .footer__form input, .form--inline input, h5,
.h5 {
  font-size: 1.3333333333rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 1239.98px) {
  .mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root,
.mosaic .comWork-catalog-plugin .buttonOptionDiv, .sidewrap--left aside .aside__title, .billboard.section--color .box .text, .billboard .box .text, .download__item span, .accordion__item .title, .banner--simple .banner__content .box .title, .card--image .title a, .card--image .title, .footer__primary .footer__social .title, .billboard__form input, .footer__primary .footer__subscribe .footer__form input, .form--inline input, h5,
.h5 {
    font-size: 1rem;
    line-height: 1.2222222222rem;
  }
}

.panel__header .panel__close, .stickybar .title, .banner__content .eyelet, .card--classic .title, h6,
.h6 {
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 1023.98px) {
  .panel__header .panel__close, .stickybar .title, .banner__content .eyelet, .card--classic .title, h6,
.h6 {
    font-size: 0.8888888889rem;
    line-height: 1.1111111111rem;
  }
}

.mosaic .text, .content address.address--big p,
.content address.address--big a,
.content address.address--big li, .content ul, .content blockquote p, .content p, .form .label__control, .form select.form__control option, .form .form__control, .sticky__wrapper .sticky__item, .numbers__item figcaption, .box--heading-align-left .text, .box--heading-icon .text, p._big {
  font-size: 1.3333333333rem;
  line-height: 2rem;
}
@media (max-width: 1023.98px) {
  .mosaic .text, .content address.address--big p,
.content address.address--big a,
.content address.address--big li, .content ul, .content blockquote p, .content p, .form .label__control, .form select.form__control option, .form .form__control, .sticky__wrapper .sticky__item, .numbers__item figcaption, .box--heading-align-left .text, .box--heading-icon .text, p._big {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 767.98px) {
  .mosaic .text, .content address.address--big p,
.content address.address--big a,
.content address.address--big li, .content ul, .content blockquote p, .content p, .form .label__control, .form select.form__control option, .form .form__control, .sticky__wrapper .sticky__item, .numbers__item figcaption, .box--heading-align-left .text, .box--heading-icon .text, p._big {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.strip .btn--inline-ico-alt a, .strip .btn--inline-ico-no-anim a, .strip .btn--inline-ico-alt p, .strip .btn--inline-ico-no-anim p, .strip .btn--inline-ico-alt, .strip .btn--inline-ico-no-anim, .sidewrap--alt .btn--inline-ico-alt a, .sidewrap--alt .btn--inline-ico-no-anim a, .sidewrap--alt .btn--inline-ico-alt p, .sidewrap--alt .btn--inline-ico-no-anim p, .sidewrap--alt .btn--inline-ico-alt, .sidewrap--alt .btn--inline-ico-no-anim, .sidewrap .sidewrap__item .content .btn--inline-ico-alt, .sidewrap .sidewrap__item .content .btn--inline-ico-no-anim, .sidewrap .sidewrap__item .content > ul li, .content--small ul, .content--small p, .content .eyelet, .sticky__wrapper .sticky__item .filters__toggle,
.sticky__wrapper .sticky__item .filters__submit, .stickybar li, .card--quote blockquote p, .card--full.card--image .text, .card--full.card--image .eyelet, .box--heading-inline .text, .nav li.nav__item > a, .nav li.nav__item > div {
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (max-width: 1023.98px) {
  .strip .btn--inline-ico-alt a, .strip .btn--inline-ico-no-anim a, .strip .btn--inline-ico-alt p, .strip .btn--inline-ico-no-anim p, .strip .btn--inline-ico-alt, .strip .btn--inline-ico-no-anim, .sidewrap--alt .btn--inline-ico-alt a, .sidewrap--alt .btn--inline-ico-no-anim a, .sidewrap--alt .btn--inline-ico-alt p, .sidewrap--alt .btn--inline-ico-no-anim p, .sidewrap--alt .btn--inline-ico-alt, .sidewrap--alt .btn--inline-ico-no-anim, .sidewrap .sidewrap__item .content .btn--inline-ico-alt, .sidewrap .sidewrap__item .content .btn--inline-ico-no-anim, .sidewrap .sidewrap__item .content > ul li, .content--small ul, .content--small p, .content .eyelet, .sticky__wrapper .sticky__item .filters__toggle,
.sticky__wrapper .sticky__item .filters__submit, .stickybar li, .card--quote blockquote p, .card--full.card--image .text, .card--full.card--image .eyelet, .box--heading-inline .text, .nav li.nav__item > a, .nav li.nav__item > div {
    font-size: 0.8888888889rem;
    line-height: 1.1111111111rem;
  }
}

.billboard__form input:-ms-input-placeholder, .footer__primary .footer__subscribe .footer__form input:-ms-input-placeholder, .form--inline input:-ms-input-placeholder {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}

.content address p,
.content address a,
.content address li, .content blockquote + figcaption, .panel__info, .tooltip a, .tooltip, .sticky__wrapper .sticky__search button, .stickybar .cta button, .banner--simple .banner__content .box .text, .slider--controls .swiper__controls, .slider--cards-alt .card--classic .subtitle,
.slider--cards-simple .card--classic .subtitle, .slider--cards .swiper__controls, .slider-classic .swiper__controls, .card--classic p, .card--quote figcaption, .card--image .eyelet, .breadcrumbs ol li a,
.breadcrumbs ol li button,
.breadcrumbs ul li a,
.breadcrumbs ul li button, .breadcrumbs ol li,
.breadcrumbs ul li, .footer__primary .footer__sitemap, .header__nav-main button, .billboard__form input::placeholder, .footer__primary .footer__subscribe .footer__form input::placeholder, .form--inline input::placeholder, p {
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .billboard__form input:-ms-input-placeholder, .footer__primary .footer__subscribe .footer__form input:-ms-input-placeholder, .form--inline input:-ms-input-placeholder {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
  .content address p,
.content address a,
.content address li, .content blockquote + figcaption, .panel__info, .tooltip a, .tooltip, .sticky__wrapper .sticky__search button, .stickybar .cta button, .banner--simple .banner__content .box .text, .slider--controls .swiper__controls, .slider--cards-alt .card--classic .subtitle,
.slider--cards-simple .card--classic .subtitle, .slider--cards .swiper__controls, .slider-classic .swiper__controls, .card--classic p, .card--quote figcaption, .card--image .eyelet, .breadcrumbs ol li a,
.breadcrumbs ol li button,
.breadcrumbs ul li a,
.breadcrumbs ul li button, .breadcrumbs ol li,
.breadcrumbs ul li, .footer__primary .footer__sitemap, .header__nav-main button, .billboard__form input::placeholder, .footer__primary .footer__subscribe .footer__form input::placeholder, .form--inline input::placeholder, p {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}

.card--classic .cta a, .nav--service li.nav__item > a, .nav--service li.nav__item > div, .nav--service li.nav__item > button {
  font-size: 0.7777777778rem;
  line-height: 1.3333333333rem;
}

p {
  margin: 0;
  padding: 0;
}
p span {
  display: block;
}

span.label {
  font-size: 1rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1023.98px) {
  span.label {
    font-size: 0.7777777778rem;
    line-height: 0.7777777778rem;
  }
}

/* easeOutExpo */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button {
  display: none;
}
html::-webkit-scrollbar-button:hover,
body::-webkit-scrollbar-button:hover {
  display: none;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: rgba(4, 8, 9, 0.8);
  box-shadow: none;
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(4, 8, 9, 0.9);
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 4px;
}
html::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:hover {
  background-color: #dfdfdf;
}

.wrapper {
  background: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  min-height: 100vh;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}

[data-shadow] {
  box-shadow: 10px 20px 20px -8px rgba(0, 0, 0, 0.15);
}

[unselectable] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.ul--inline {
  margin: 0 -20px;
}
@media (max-width: 1239.98px) {
  ul.ul--inline {
    margin: 0 -10px;
  }
}
@media (max-width: 767.98px) {
  ul.ul--inline {
    margin: 0 -5px;
  }
}
ul.ul--inline li {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 1239.98px) {
  ul.ul--inline li {
    margin: 0 10px;
  }
}
@media (max-width: 767.98px) {
  ul.ul--inline li {
    margin: 0 5px;
  }
}

ul.ul--no-margin li {
  padding: 0 !important;
}
ul.ul--no-margin li:before {
  display: none;
}

.ico-svg {
  width: 16px;
  height: 16px;
  fill: #000000;
}

.ico--big .ico-svg {
  width: 24px;
  height: 24px;
}

.ico--bigger .ico-svg {
  width: 40px !important;
  height: 40px !important;
}

.ico--color {
  color: #712dcf;
  color: var(--primary-color);
}

figure {
  padding: 0;
  margin: 0;
}

.row.row--align-center {
  align-items: center;
}

.top-wrap {
  background: #000000;
}

.top-wrap--color {
  background: #712dcf;
  background: var(--primary-color);
}

.billboard__form, .footer__primary .footer__subscribe .footer__form, .form--inline {
  margin-bottom: 20px;
}
.billboard__form .form-group, .footer__primary .footer__subscribe .footer__form .form-group, .form--inline .form-group {
  margin-bottom: 30px;
}
.billboard__form label, .footer__primary .footer__subscribe .footer__form label, .form--inline label {
  display: block;
  margin-bottom: 10px;
}
.billboard__form input, .footer__primary .footer__subscribe .footer__form input, .form--inline input {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}
.billboard__form input:-ms-input-placeholder, .footer__primary .footer__subscribe .footer__form input:-ms-input-placeholder, .form--inline input:-ms-input-placeholder {
  color: #040809;
}
.billboard__form input::placeholder, .footer__primary .footer__subscribe .footer__form input::placeholder, .form--inline input::placeholder {
  color: #040809;
}
.billboard__form button, .footer__primary .footer__subscribe .footer__form button, .form--inline button {
  max-width: none;
  width: 100%;
}

.form--inline .form__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin: 0 -20px;
}
@media (max-width: 1239.98px) {
  .form--inline .form__wrapper {
    margin: 0;
    flex-direction: column;
  }
}
.form--inline .form-group {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 0;
}
@media (max-width: 1239.98px) {
  .form--inline .form-group {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    align-items: flex-start;
  }
}
.form--inline .form-group input {
  padding: 15px 20px;
}
@media (max-width: 1239.98px) {
  .form--inline .form-group input {
    margin-bottom: 20px;
  }
}
.form--inline button {
  position: relative;
  bottom: -3px;
}

.mobile--hide {
  display: block !important;
}
@media (max-width: 1023.98px) {
  .mobile--hide {
    display: none !important;
  }
}

.mobile--show {
  display: none !important;
}
@media (max-width: 1023.98px) {
  .mobile--show {
    display: block !important;
  }
}

/* easeOutExpo */
.header {
  height: 193px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .header {
    height: 94px;
    transition: 0.3s all cubic-bezier(0.54, 0.01, 0.2, 1);
  }
}
@media (max-width: 1023.98px) {
  .header .container {
    height: 100%;
  }
}

.header__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 1023.98px) {
  .header__wrapper {
    padding: 0;
    height: 100%;
  }
}
.header__wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.header__wrapper .header__primary {
  position: relative;
  z-index: 2;
}

.header__logo .logo {
  display: block;
  width: 180px;
  height: 77px;
  max-width: 100%;
  fill: #fff;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .header__logo .logo {
    width: 126px;
    height: 54px;
  }
}

.header__nav-main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .header__nav-main {
    display: none;
  }
}
.header__nav-main button {
  padding: 10px 48px 10px 20px;
  color: #040809;
  background: #ffffff;
}
@media (max-width: 1479.98px) {
  .header__nav-main button {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}
.header__nav-main button:before {
  border: 2px solid #ffffff;
}

.header__nav-service {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 1023.98px) {
  .header__nav-service {
    display: none;
  }
}
.header__nav-service .btn--inline-ico-alt .ico, .header__nav-service .btn--inline-ico-no-anim .ico {
  left: -6px;
}
.header__nav-service .btn--inline-ico-alt .ico .ico-svg, .header__nav-service .btn--inline-ico-no-anim .ico .ico-svg {
  width: 21px;
  height: 21px;
}

.header__nav-service + .header__nav-main {
  margin-top: 20px;
}

.header--color .header__logo .logo,
.-search-open .header__logo .logo {
  color: #712dcf;
  color: var(--primary-color);
  fill: #712dcf;
  fill: var(--primary-color);
}
.header--color .header__nav-main button,
.-search-open .header__nav-main button {
  background: #712dcf;
  background: var(--primary-color);
  color: #ffffff;
}
.header--color .header__nav-main button:before,
.-search-open .header__nav-main button:before {
  border-style: solid;
  border-width: 2px;
  border-color: #712dcf;
  border-color: var(--primary-color);
}
.header--color .header__nav-main button svg,
.-search-open .header__nav-main button svg {
  fill: #ffffff;
  color: #ffffff !important;
}
.header--color .header__wrapper:after,
.-search-open .header__wrapper:after {
  background: #040809;
}
.header--dark .header__logo .logo {
  color: #040809;
}
.header--dark .header__nav-main button {
  background: #040809;
  color: #ffffff;
}
.header--dark .header__nav-main button:before {
  border: 2px solid #040809;
}
.header--dark .header__wrapper:after {
  background: #040809;
}
.header--less .header__wrapper:after {
  display: none;
}
.header--less .header__wrapper .btn--ico-ghost-white {
  display: block;
  padding: 12px 40px 12px 12px;
  font-size: 0.6666666667rem;
}

.header__mobile {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .header__mobile {
    display: flex;
  }
}
.header__mobile .ico-svg {
  width: 32px;
  height: 32px;
  color: #ffffff;
}
.header__mobile .header__mobile-cta {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
}
.header__mobile .header__mobile-search {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  cursor: pointer;
}
.-search-open .header__mobile .header__mobile-search svg {
  display: none;
}
.header__mobile .header__mobile-search svg + svg {
  display: none;
}
.-search-open .header__mobile .header__mobile-search svg + svg {
  display: block;
}
.header__mobile .header__toggle {
  position: relative;
  z-index: 1;
  right: 10px;
  display: none;
  margin-left: 30px;
}
@media (max-width: 1023.98px) {
  .header__mobile .header__toggle {
    display: block;
  }
}
.header__mobile .header__toggle .line {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.header__mobile .header__toggle .line:first-child {
  margin-top: 0;
}
.header__mobile .header__toggle .line:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .header {
    z-index: 21;
  }
  .header .header__nav-main {
    position: absolute;
    top: 256px;
    left: -20px;
    width: calc(100% + 40px);
    display: block;
    margin-top: 0;
    padding: 0 20px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
    pointer-events: none;
    z-index: 1;
  }
  .header .header__nav-main:after {
    content: "";
    position: absolute;
    top: -256px;
    left: 0;
    width: 100%;
    height: calc(100% + 276px);
    background: white;
    z-index: -1;
    box-shadow: 0 5px 9px 0px rgba(0, 0, 0, 0.1882352941);
  }
  .header .header__nav-main button.btn--small, .header .header__nav-main button.btn--small-color-ghost, .header .header__nav-main button.btn--small-color, .header .header__nav-main button.btn--small-ghost {
    display: none;
  }
  .header .header__nav-main .nav__wrapper {
    flex-direction: column;
    margin: 0;
    padding-bottom: 25px;
  }
  .header .header__nav-main .nav__wrapper .nav__item {
    padding: 0;
  }
  .header .header__nav-main .nav__wrapper .nav__item a {
    display: block;
    color: #000000;
    font-size: 1.1111111111rem;
    padding: 24px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  }
  .header .header__nav-main .nav__wrapper .nav__item:last-child a {
    border-bottom: 0;
  }
  .header .header__nav-main .nav__wrapper .nav__item.active a {
    color: #712dcf;
    color: var(--primary-color);
    border-color: #712dcf;
    border-color: var(--primary-color);
  }
  .header .header__nav-service {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 94px;
    display: block;
    width: 100%;
    color: #000000;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
    pointer-events: none;
  }
  .header .header__nav-service nav.nav--service {
    padding: 20px 0 0 0;
    border-bottom: 2px solid #000000;
  }
  .header .header__nav-service nav.nav--service .nav__wrapper {
    justify-content: initial;
    flex-wrap: wrap;
  }
  .header .header__nav-service nav.nav--service .nav__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .header .header__nav-service nav.nav--service .nav__item a,
.header .header__nav-service nav.nav--service .nav__item button {
    color: #000000;
    font-size: 0.7777777778rem;
  }
  .header .header__nav-service nav.nav--service .nav__item.nav__item--search {
    display: none;
  }
  .header.header--color .header__mobile .ico-svg {
    color: #000000;
  }
  .header.header--color .header__mobile .header__toggle .line {
    background: #000000;
  }
}
.header.active .header__primary .logo {
  color: #712dcf;
  color: var(--primary-color);
}
.header.active .header__secondary .ico-svg {
  color: #000000;
}
.header.active .header__secondary .header__toggle .line {
  background: #000000;
}
.header.active .header__toggle .line {
  margin: 10px auto;
}
.header.active .header__toggle .line:nth-child(2) {
  opacity: 0;
}
.header.active .header__toggle .line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.header.active .header__toggle .line:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.header.active .header__wrapper:after {
  background: #000000;
  opacity: 1;
  z-index: 1;
}
.header.active .header__nav-main {
  opacity: 1;
  pointer-events: all;
}
.header.active .header__nav-service {
  opacity: 1;
  pointer-events: all;
}

.header.-search-open .header__primary .logo {
  color: #712dcf;
  color: var(--primary-color);
  fill: #712dcf;
  fill: var(--primary-color);
}
.header.-search-open .header__secondary .ico-svg {
  color: #000000;
}
.header.-search-open .header__secondary .header__toggle .line {
  background: #000000;
}
.header.-search-open .header__wrapper:after {
  background: #000000;
  opacity: 1;
  z-index: 1;
}

.header.-search-open {
  background: #ffffff;
}
@media (max-width: 1239.98px) {
  .header.-search-open {
    background: none;
  }
}

.header__search {
  position: absolute;
  background: #ffffff;
  left: 0;
  right: 0;
  padding: 2.7777777778rem 0;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 1239.98px) {
  .header__search {
    padding: 2rem 0;
  }
}
.header__search:after {
  content: "";
  margin-top: 1.6666666667rem;
  display: none;
  margin: 1.6666666667rem 1.1111111111rem;
  margin-bottom: 0;
  height: 2px;
  background: #000000;
}
@media (max-width: 767.98px) {
  .header__search:after {
    display: block;
  }
}
.header__search:before {
  content: "";
  position: absolute;
  top: -224px;
  left: 0;
  width: 100%;
  height: calc(100% + 224px);
  background: white;
  z-index: -1;
  box-shadow: 0 5px 9px 0px rgba(0, 0, 0, 0.1882352941);
}
.-search-open .header__search {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.header__search form {
  display: flex;
  align-items: center;
}
@media (max-width: 1239.98px) {
  .header__search form {
    display: block;
  }
}
.header__search form label {
  font-size: 1.3333333333rem;
  line-height: 2rem;
  flex-shrink: 0;
  display: block;
  margin-right: 80px;
}
@media (max-width: 1479.98px) {
  .header__search form label {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .header__search form label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.7777777778rem;
  }
}

.header__search-input {
  position: relative;
  width: 100%;
}
.header__search-input button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
}
.header__search-input button svg {
  transition: opacity 0.3s;
  display: block;
  width: 100%;
  height: 100%;
}
.header__search-input button:hover svg {
  opacity: 0.5;
}
.header__search-input input {
  height: 3.8888888889rem;
  width: 100%;
  border: 2px solid #767676;
  padding: 0 80px 0 20px;
  font-size: 1rem;
  -webkit-appearance: none;
          appearance: none;
  transition: border-color 0.3s;
}
@media (max-width: 1479.98px) {
  .header__search-input input {
    height: 3.0555555556rem;
  }
}
.header__search-input input:focus, .header__search-input input:focus-visible {
  border-radius: 0;
  box-shadow: none;
  border: 2px solid #040809;
  outline: none;
}

/* easeOutExpo */
.nav ul.nav__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -10px;
}
.nav li.nav__item {
  padding: 0 10px;
}
.nav li.nav__item > a, .nav li.nav__item > div {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
  line-height: 1.1111111111rem;
}
@media (max-width: 1479.98px) {
  .nav li.nav__item > a, .nav li.nav__item > div {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}
@media (max-width: 1239.98px) {
  .nav li.nav__item > a, .nav li.nav__item > div {
    font-size: 0.6666666667rem;
    line-height: 1rem;
  }
}
@media (hover: hover) {
  .nav li.nav__item > a:hover, .nav li.nav__item > div:hover {
    color: #bdbdbd;
  }
}
.nav li.nav__item > a:focus-visible, .nav li.nav__item > div:focus-visible {
  color: #bdbdbd;
}

.nav + button {
  margin-left: 40px;
}
@media (max-width: 1479.98px) {
  .nav + button {
    margin-left: 20px;
  }
}

.nav--service ul.nav__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -20px;
}
@media (max-width: 1479.98px) {
  .nav--service ul.nav__wrapper {
    margin: 0 -10px;
  }
}
.nav--service li.nav__item {
  padding: 0 20px;
}
@media (max-width: 1479.98px) {
  .nav--service li.nav__item {
    padding: 0 10px;
  }
}
.nav--service li.nav__item > a, .nav--service li.nav__item > div, .nav--service li.nav__item > button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (max-width: 1239.98px) {
  .nav--service li.nav__item > a, .nav--service li.nav__item > div, .nav--service li.nav__item > button {
    font-size: 0.6666666667rem;
    line-height: 1rem;
  }
}
@media (hover: hover) {
  .nav--service li.nav__item > a:hover, .nav--service li.nav__item > div:hover, .nav--service li.nav__item > button:hover {
    color: #bdbdbd;
  }
}
.nav--service li.nav__item > a:focus-visible, .nav--service li.nav__item > div:focus-visible, .nav--service li.nav__item > button:focus-visible {
  color: #bdbdbd;
}
.-search-open .nav--service li.nav__item--search button {
  display: none;
}
.nav--service li.nav__item--search button + button {
  display: none;
}
.-search-open .nav--service li.nav__item--search button + button {
  display: inline;
}
.nav--service li.nav__item--langs {
  position: relative;
  z-index: 2;
}
.nav--service li.nav__item--langs ul {
  z-index: 9;
  display: none;
  position: absolute;
  background: #ffffff;
  color: #040809;
  border: 2px solid #040809;
  left: -0.4444444444rem;
  width: 6.7777777778rem;
  top: -0.4444444444rem;
  padding-top: 2.2222222222rem;
  padding-bottom: 0.5555555556rem;
  font-size: 0.7777777778rem;
  z-index: -2;
}
@media (max-width: 1239.98px) {
  .nav--service li.nav__item--langs ul {
    font-size: 0.6666666667rem;
  }
}
.nav--service li.nav__item--langs ul a {
  display: block;
  color: #040809;
  padding: 0.4444444444rem;
  text-decoration: none;
  font-weight: 700;
  padding-left: 1.2222222222rem;
  transition: opacity 0.3s;
}
@media (max-width: 1479.98px) {
  .nav--service li.nav__item--langs ul a {
    padding-left: 0.6666666667rem;
  }
}
@media (hover: hover) {
  .nav--service li.nav__item--langs ul a:hover {
    opacity: 0.5;
  }
}
.nav--service li.nav__item--langs ul a:focus-visible {
  opacity: 0.5;
}
.nav--service li.nav__item--langs button {
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
          appearance: none;
}
.nav--service li.nav__item--langs button:focus-visible, .nav--service li.nav__item--langs button:focus {
  outline: none !important;
}
.nav--service li.nav__item--langs.active button {
  color: #000000;
}
.nav--service li.nav__item--langs.active button + ul {
  display: block;
}

.nav--color li.nav__item > a, .header--color .nav li.nav__item > a,
.header--color .nav--service li.nav__item > a,
.-search-open .nav li.nav__item > a,
.-search-open .nav--service li.nav__item > a, .nav--color li.nav__item > div, .header--color .nav li.nav__item > div,
.header--color .nav--service li.nav__item > div,
.-search-open .nav li.nav__item > div,
.-search-open .nav--service li.nav__item > div, .nav--color li.nav__item > button, .header--color .nav li.nav__item > button,
.header--color .nav--service li.nav__item > button,
.-search-open .nav li.nav__item > button,
.-search-open .nav--service li.nav__item > button {
  color: #040809;
}
@media (hover: hover) {
  .nav--color li.nav__item > a:hover, .header--color .nav li.nav__item > a:hover,
.header--color .nav--service li.nav__item > a:hover,
.-search-open .nav li.nav__item > a:hover,
.-search-open .nav--service li.nav__item > a:hover, .nav--color li.nav__item > div:hover, .header--color .nav li.nav__item > div:hover,
.header--color .nav--service li.nav__item > div:hover,
.-search-open .nav li.nav__item > div:hover,
.-search-open .nav--service li.nav__item > div:hover, .nav--color li.nav__item > button:hover, .header--color .nav li.nav__item > button:hover,
.header--color .nav--service li.nav__item > button:hover,
.-search-open .nav li.nav__item > button:hover,
.-search-open .nav--service li.nav__item > button:hover {
    color: #bdbdbd;
  }
}
.nav--color li.nav__item > a:focus-visible, .header--color .nav li.nav__item > a:focus-visible,
.header--color .nav--service li.nav__item > a:focus-visible,
.-search-open .nav li.nav__item > a:focus-visible,
.-search-open .nav--service li.nav__item > a:focus-visible, .nav--color li.nav__item > div:focus-visible, .header--color .nav li.nav__item > div:focus-visible,
.header--color .nav--service li.nav__item > div:focus-visible,
.-search-open .nav li.nav__item > div:focus-visible,
.-search-open .nav--service li.nav__item > div:focus-visible, .nav--color li.nav__item > button:focus-visible, .header--color .nav li.nav__item > button:focus-visible,
.header--color .nav--service li.nav__item > button:focus-visible,
.-search-open .nav li.nav__item > button:focus-visible,
.-search-open .nav--service li.nav__item > button:focus-visible {
  color: #bdbdbd;
}
.nav--dark li.nav__item > a, .header--dark .nav li.nav__item > a,
.header--dark .nav--service li.nav__item > a, .nav--dark li.nav__item > div, .header--dark .nav li.nav__item > div,
.header--dark .nav--service li.nav__item > div, .nav--dark li.nav__item > button, .header--dark .nav li.nav__item > button,
.header--dark .nav--service li.nav__item > button {
  color: #040809;
}
@media (hover: hover) {
  .nav--dark li.nav__item > a:hover, .header--dark .nav li.nav__item > a:hover,
.header--dark .nav--service li.nav__item > a:hover, .nav--dark li.nav__item > div:hover, .header--dark .nav li.nav__item > div:hover,
.header--dark .nav--service li.nav__item > div:hover, .nav--dark li.nav__item > button:hover, .header--dark .nav li.nav__item > button:hover,
.header--dark .nav--service li.nav__item > button:hover {
    color: #bdbdbd;
  }
}
.nav--dark li.nav__item > a:focus-visible, .header--dark .nav li.nav__item > a:focus-visible,
.header--dark .nav--service li.nav__item > a:focus-visible, .nav--dark li.nav__item > div:focus-visible, .header--dark .nav li.nav__item > div:focus-visible,
.header--dark .nav--service li.nav__item > div:focus-visible, .nav--dark li.nav__item > button:focus-visible, .header--dark .nav li.nav__item > button:focus-visible,
.header--dark .nav--service li.nav__item > button:focus-visible {
  color: #bdbdbd;
}
/* easeOutExpo */
.section {
  margin-top: 120px;
}
.tpl-text .section {
  margin-top: 80px;
}
@media (max-width: 1023.98px) {
  .section {
    margin-top: 80px;
  }
}
.section--overflow {
  overflow: hidden;
}

.section--color + .section--color,
.section--color + .footer {
  margin-top: 0;
}

/* easeOutExpo */
.columns .title--ico {
  position: relative;
  padding-right: 140px;
}
@media (max-width: 1239.98px) {
  .columns .title--ico {
    padding-right: 60px;
  }
}
.columns .title--ico .ico {
  position: absolute;
  top: 22px;
  right: 0;
}
.columns .title--ico .ico .ico-svg {
  width: 120px;
  height: 120px;
  max-width: 100%;
}
@media (max-width: 1239.98px) {
  .columns .title--ico .ico .ico-svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023.98px) {
  .columns--col2 .accordion {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.columns--col2 .content .btn {
  display: inline-block;
  color: #040809;
}

.columns--editorial .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .columns--editorial picture {
    margin-bottom: 40px;
  }
}

.columns--editorial-alt .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .columns--editorial-alt .content {
    margin-bottom: 40px;
  }
}
.columns--editorial-alt picture {
  text-align: right;
}

.columns.section--color {
  background: #ff7a37;
  color: #040809;
  padding: 120px 0;
}
@media (max-width: 1023.98px) {
  .columns.section--color {
    padding: 80px 0;
  }
}
/* easeOutExpo */
.listing--cards {
  margin-bottom: -40px;
}
.listing--cards .card {
  margin-bottom: 40px;
}
@media (max-width: 575.98px) {
  .listing--cards .card {
    margin-bottom: 20px;
  }
}
.listing--cards .card--image {
  max-width: none;
}
@media (max-width: 767.98px) {
  .listing--cards .card--full {
    margin: 0 -20px 40px -20px;
  }
}
@media (max-width: 575.98px) {
  .listing--cards .card--full {
    margin: 0 -20px 20px -20px;
  }
}
.listing--cards .card--classic {
  height: 100%;
  margin-bottom: 0;
}
.listing--cards .row > * {
  margin-bottom: 40px;
}

.listing--banner .listing__item {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1239.98px) {
  .listing--banner .listing__item {
    margin-bottom: 20px;
  }
}
.listing--banner .listing__item > .content {
  margin-bottom: 0;
}
@media (max-width: 1239.98px) {
  .listing--banner .listing__item > .content {
    width: 100%;
  }
}
.listing--banner .listing__row {
  margin-top: 120px;
}
@media (max-width: 1023.98px) {
  .listing--banner .listing__row {
    margin-top: 40px;
  }
}
.listing--banner .listing__row:first-child {
  margin-top: 0;
}
.listing--banner .row + .listing__wrapper {
  margin-top: 120px;
}
@media (max-width: 1023.98px) {
  .listing--banner .row + .listing__wrapper {
    margin-top: 40px;
  }
}

.listing.section--color {
  background: #712dcf;
  background: var(--primary-color);
  padding: 120px 0;
}
@media (max-width: 1023.98px) {
  .listing.section--color {
    padding: 40px 0;
  }
}
/* easeOutExpo */
.footer {
  background: #712dcf;
  background: var(--primary-color);
  color: #ffffff;
  margin-top: 120px;
}
@media (max-width: 1023.98px) {
  .footer {
    margin-top: 80px;
  }
}
.footer a {
  color: #ffffff;
}

.footer__primary {
  padding: 80px 0 80px;
}
@media (max-width: 1023.98px) {
  .footer__primary {
    padding: 40px 0 40px;
  }
}
.footer__primary .logo {
  display: block;
  width: 180px;
  height: 87px;
  max-width: 100%;
  margin-bottom: 30px;
  fill: #ffffff;
}
@media (max-width: 1023.98px) {
  .footer__primary .logo {
    width: 126px;
    height: 54px;
  }
}
.footer__primary .footer__contacts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .footer__primary .footer__contacts {
    height: auto;
    display: block;
    margin-bottom: 40px;
  }
}
.footer__primary .footer__contacts .footer__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .footer__primary .footer__contacts .footer__item {
    margin-bottom: 20px;
  }
}
.footer__primary .footer__contacts .ico-svg {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.footer__primary .footer__contacts .box {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .footer__primary .footer__contacts .box {
    margin-left: 20px;
  }
}
.footer__primary .footer__sitemap a {
  text-decoration: none;
  font-weight: 600;
}
.footer__primary .footer__sitemap a:hover svg {
  fill: #000000;
}
@media (max-width: 767.98px) {
  .footer__primary .footer__sitemap ul {
    column-count: 2;
  }
}
.footer__primary .footer__sitemap li {
  margin-bottom: 28px;
}
@media (max-width: 1023.98px) {
  .footer__primary .footer__sitemap li {
    margin-bottom: 15px;
  }
}
.footer__primary .footer__sitemap li:last-child {
  margin-bottom: 0;
}
.footer__primary .footer__more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .footer__primary .footer__more {
    height: auto;
    margin-top: 40px;
  }
}
.footer__primary .footer__subscribe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__primary .footer__subscribe .footer__claim {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}
.footer__primary .footer__subscribe .footer__claim span {
  display: block;
}
.footer__primary .footer__subscribe .footer__claim .ico-svg {
  width: 52px;
  height: 52px;
  fill: #ffffff;
  flex: 0 0 52px;
}
.footer__primary .footer__subscribe .footer__claim .box {
  margin-left: 40px;
}
@media (max-width: 1023.98px) {
  .footer__primary .footer__subscribe .footer__claim .box {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer__primary .footer__subscribe .footer__claim .box {
    margin-left: 10px;
  }
}
.footer__primary .footer__social {
  display: flex;
  align-items: flex-start;
}
.footer__primary .footer__social > nav ul {
  display: flex;
  align-items: center;
  row-gap: 2px;
  column-gap: 12px;
  flex-wrap: wrap;
}
.footer__primary .footer__social .ico-svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.footer__primary .footer__social .title {
  font-weight: 700;
  margin-right: 10px;
}

.footer__secondary {
  position: relative;
  z-index: 1;
  font-size: 0.7777777778rem;
  line-height: 1.3333333333rem;
  font-weight: 600;
  padding: 40px 0 20px;
}
.footer__secondary:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  .footer__secondary:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.footer__secondary a {
  text-decoration: none;
  font-weight: 600;
}
.footer__secondary a:hover svg {
  fill: #000000;
}
.footer__secondary svg {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  fill: #ffffff;
}

@media (max-width: 1023.98px) {
  .footer__copyright {
    margin-bottom: 20px;
  }
}

@media (max-width: 1023.98px) {
  .footer__subnav {
    margin-bottom: 20px;
  }
}

.footer__credits {
  text-align: right;
}
@media (max-width: 1023.98px) {
  .footer__credits {
    text-align: left;
  }
}

/* easeOutExpo */
@media (max-width: 1023.98px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ol,
.breadcrumbs ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  color: #ffffff;
  margin: 0 -10px;
  padding: 0;
}
.breadcrumbs ol li,
.breadcrumbs ul li {
  color: #ffffff;
  padding: 0 10px;
}
.breadcrumbs ol li a,
.breadcrumbs ol li button,
.breadcrumbs ul li a,
.breadcrumbs ul li button {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (max-width: 1479.98px) {
  .breadcrumbs ol li a,
.breadcrumbs ol li button,
.breadcrumbs ul li a,
.breadcrumbs ul li button {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}
@media (max-width: 1239.98px) {
  .breadcrumbs ol li a,
.breadcrumbs ol li button,
.breadcrumbs ul li a,
.breadcrumbs ul li button {
    font-size: 0.6666666667rem;
    line-height: 1rem;
  }
}
.breadcrumbs ol li a .ico,
.breadcrumbs ol li button .ico,
.breadcrumbs ul li a .ico,
.breadcrumbs ul li button .ico {
  left: -5px;
}
@media (hover: hover) {
  .breadcrumbs ol li a:hover,
.breadcrumbs ol li button:hover,
.breadcrumbs ul li a:hover,
.breadcrumbs ul li button:hover {
    color: #bdbdbd;
  }
  .breadcrumbs ol li a:hover .ico-svg,
.breadcrumbs ol li button:hover .ico-svg,
.breadcrumbs ul li a:hover .ico-svg,
.breadcrumbs ul li button:hover .ico-svg {
    color: #ffffff;
    transform: none;
  }
}
.breadcrumbs ol li a:focus-visible,
.breadcrumbs ol li button:focus-visible,
.breadcrumbs ul li a:focus-visible,
.breadcrumbs ul li button:focus-visible {
  color: #bdbdbd;
}
.breadcrumbs ol li a:focus-visible .ico-svg,
.breadcrumbs ol li button:focus-visible .ico-svg,
.breadcrumbs ul li a:focus-visible .ico-svg,
.breadcrumbs ul li button:focus-visible .ico-svg {
  color: #ffffff;
  transform: none;
}

.header__wrapper + .breadcrumbs {
  margin-top: 20px;
}
.-search-open .header__wrapper + .breadcrumbs {
  display: none;
}

.breadcrumbs--dark ol, .header--color .breadcrumbs ol,
.-search-open .breadcrumbs ol, .header--dark .breadcrumbs ol,
.breadcrumbs--dark ul,
.header--color .breadcrumbs ul,
.-search-open .breadcrumbs ul,
.header--dark .breadcrumbs ul {
  color: #040809;
}
.breadcrumbs--dark ol li, .header--color .breadcrumbs ol li,
.-search-open .breadcrumbs ol li, .header--dark .breadcrumbs ol li,
.breadcrumbs--dark ul li,
.header--color .breadcrumbs ul li,
.-search-open .breadcrumbs ul li,
.header--dark .breadcrumbs ul li {
  color: #040809;
}
.breadcrumbs--dark ol li a, .header--color .breadcrumbs ol li a,
.-search-open .breadcrumbs ol li a, .header--dark .breadcrumbs ol li a,
.breadcrumbs--dark ol li button,
.header--color .breadcrumbs ol li button,
.-search-open .breadcrumbs ol li button,
.header--dark .breadcrumbs ol li button,
.breadcrumbs--dark ul li a,
.header--color .breadcrumbs ul li a,
.-search-open .breadcrumbs ul li a,
.header--dark .breadcrumbs ul li a,
.breadcrumbs--dark ul li button,
.header--color .breadcrumbs ul li button,
.-search-open .breadcrumbs ul li button,
.header--dark .breadcrumbs ul li button {
  color: #040809;
}
@media (hover: hover) {
  .breadcrumbs--dark ol li a:hover, .header--color .breadcrumbs ol li a:hover,
.-search-open .breadcrumbs ol li a:hover, .header--dark .breadcrumbs ol li a:hover,
.breadcrumbs--dark ol li button:hover,
.header--color .breadcrumbs ol li button:hover,
.-search-open .breadcrumbs ol li button:hover,
.header--dark .breadcrumbs ol li button:hover,
.breadcrumbs--dark ul li a:hover,
.header--color .breadcrumbs ul li a:hover,
.-search-open .breadcrumbs ul li a:hover,
.header--dark .breadcrumbs ul li a:hover,
.breadcrumbs--dark ul li button:hover,
.header--color .breadcrumbs ul li button:hover,
.-search-open .breadcrumbs ul li button:hover,
.header--dark .breadcrumbs ul li button:hover {
    color: #bdbdbd;
  }
  .breadcrumbs--dark ol li a:hover .ico-svg, .header--color .breadcrumbs ol li a:hover .ico-svg,
.-search-open .breadcrumbs ol li a:hover .ico-svg, .header--dark .breadcrumbs ol li a:hover .ico-svg,
.breadcrumbs--dark ol li button:hover .ico-svg,
.header--color .breadcrumbs ol li button:hover .ico-svg,
.-search-open .breadcrumbs ol li button:hover .ico-svg,
.header--dark .breadcrumbs ol li button:hover .ico-svg,
.breadcrumbs--dark ul li a:hover .ico-svg,
.header--color .breadcrumbs ul li a:hover .ico-svg,
.-search-open .breadcrumbs ul li a:hover .ico-svg,
.header--dark .breadcrumbs ul li a:hover .ico-svg,
.breadcrumbs--dark ul li button:hover .ico-svg,
.header--color .breadcrumbs ul li button:hover .ico-svg,
.-search-open .breadcrumbs ul li button:hover .ico-svg,
.header--dark .breadcrumbs ul li button:hover .ico-svg {
    color: #040809;
  }
}
.breadcrumbs--dark ol li a:focus-visible, .header--color .breadcrumbs ol li a:focus-visible,
.-search-open .breadcrumbs ol li a:focus-visible, .header--dark .breadcrumbs ol li a:focus-visible,
.breadcrumbs--dark ol li button:focus-visible,
.header--color .breadcrumbs ol li button:focus-visible,
.-search-open .breadcrumbs ol li button:focus-visible,
.header--dark .breadcrumbs ol li button:focus-visible,
.breadcrumbs--dark ul li a:focus-visible,
.header--color .breadcrumbs ul li a:focus-visible,
.-search-open .breadcrumbs ul li a:focus-visible,
.header--dark .breadcrumbs ul li a:focus-visible,
.breadcrumbs--dark ul li button:focus-visible,
.header--color .breadcrumbs ul li button:focus-visible,
.-search-open .breadcrumbs ul li button:focus-visible,
.header--dark .breadcrumbs ul li button:focus-visible {
  color: #bdbdbd;
}
.breadcrumbs--dark ol li a:focus-visible .ico-svg, .header--color .breadcrumbs ol li a:focus-visible .ico-svg,
.-search-open .breadcrumbs ol li a:focus-visible .ico-svg, .header--dark .breadcrumbs ol li a:focus-visible .ico-svg,
.breadcrumbs--dark ol li button:focus-visible .ico-svg,
.header--color .breadcrumbs ol li button:focus-visible .ico-svg,
.-search-open .breadcrumbs ol li button:focus-visible .ico-svg,
.header--dark .breadcrumbs ol li button:focus-visible .ico-svg,
.breadcrumbs--dark ul li a:focus-visible .ico-svg,
.header--color .breadcrumbs ul li a:focus-visible .ico-svg,
.-search-open .breadcrumbs ul li a:focus-visible .ico-svg,
.header--dark .breadcrumbs ul li a:focus-visible .ico-svg,
.breadcrumbs--dark ul li button:focus-visible .ico-svg,
.header--color .breadcrumbs ul li button:focus-visible .ico-svg,
.-search-open .breadcrumbs ul li button:focus-visible .ico-svg,
.header--dark .breadcrumbs ul li button:focus-visible .ico-svg {
  color: #040809;
}

/* easeOutExpo */
[link-to],
button,
a {
  cursor: pointer;
  border: 0;
  background: none;
  text-transform: none;
  display: inline-block;
}
[link-to], [link-to]:hover, [link-to]:active, [link-to]:focus, [link-to]:visited,
button,
button:hover,
button:active,
button:focus,
button:visited,
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline-color: black;
}

a {
  color: #003BD3;
  text-decoration: underline;
  font-weight: normal;
}
a:hover {
  color: #000000;
  text-decoration: none;
}

.cta button + a,
.cta a + button,
.cta a + a,
.cta button + button {
  margin-left: 80px;
}
@media (max-width: 1023.98px) {
  .cta button + a,
.cta a + button,
.cta a + a,
.cta button + button {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .cta button + a,
.cta a + button,
.cta a + a,
.cta button + button {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cta .btn--inline-ico + .btn--inline, .cta .btn--inline-ico-alt + .btn--inline, .cta .btn--inline-ico-no-anim + .btn--inline,
.cta .btn--inline-ico + .btn--inline-ico,
.cta .btn--inline-ico-alt + .btn--inline-ico,
.cta .btn--inline-ico-no-anim + .btn--inline-ico,
.cta .btn--inline-ico + .btn--inline-ico-alt,
.cta .btn--inline-ico + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-alt + .btn--inline-ico-alt,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-alt,
.cta .btn--inline-ico-alt + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico,
.cta .btn--inline + .btn--inline-ico-alt,
.cta .btn--inline + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico {
  margin-left: 80px;
}
@media (max-width: 1023.98px) {
  .cta .btn--inline-ico + .btn--inline, .cta .btn--inline-ico-alt + .btn--inline, .cta .btn--inline-ico-no-anim + .btn--inline,
.cta .btn--inline-ico + .btn--inline-ico,
.cta .btn--inline-ico-alt + .btn--inline-ico,
.cta .btn--inline-ico-no-anim + .btn--inline-ico,
.cta .btn--inline-ico + .btn--inline-ico-alt,
.cta .btn--inline-ico + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-alt + .btn--inline-ico-alt,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-alt,
.cta .btn--inline-ico-alt + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico,
.cta .btn--inline + .btn--inline-ico-alt,
.cta .btn--inline + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .cta .btn--inline-ico + .btn--inline, .cta .btn--inline-ico-alt + .btn--inline, .cta .btn--inline-ico-no-anim + .btn--inline,
.cta .btn--inline-ico + .btn--inline-ico,
.cta .btn--inline-ico-alt + .btn--inline-ico,
.cta .btn--inline-ico-no-anim + .btn--inline-ico,
.cta .btn--inline-ico + .btn--inline-ico-alt,
.cta .btn--inline-ico + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-alt + .btn--inline-ico-alt,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-alt,
.cta .btn--inline-ico-alt + .btn--inline-ico-no-anim,
.cta .btn--inline-ico-no-anim + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico,
.cta .btn--inline + .btn--inline-ico-alt,
.cta .btn--inline + .btn--inline-ico-no-anim,
.cta .btn--inline + .btn--inline-ico {
    margin-left: 20px;
  }
}

.cta--col li {
  margin: 40px 0 0 0;
}
@media (max-width: 1023.98px) {
  .cta--col li {
    margin: 20px 0 0 0;
  }
}
.cta--col li:first-child {
  margin-top: 0;
}
.cta--col li a,
.cta--col li button {
  min-width: auto;
  width: 100%;
}

.cta--inline ul {
  display: inline-block;
  margin: 0 -10px;
}
.cta--inline ul li {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 10px !important;
  margin: 0;
}
.cta--inline ul li:before {
  display: none;
}
.cta--inline ul li:after {
  position: absolute;
  content: "|";
  right: -6px;
  color: #712dcf;
  color: var(--primary-color);
}
.cta--inline ul li:last-child:after {
  display: none;
}
.cta--inline ul li a {
  margin: 0;
  padding: 0;
}

body .frm_style_stile-di-formidable.with_frm_style .frm_submit button, .btn--ico, .btn--ico-ghost-white, .btn--ico-ghost-color, .btn--ico-color, .nav--color .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .btn--ico-ghost, .btn--small-color, .btn--ico-ghost, .nav--dark .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .btn--ico-ghost, .btn--main, .btn--small-color-ghost, .btn--small, .btn--small-ghost {
  position: relative;
  z-index: 1;
  color: #040809;
  padding: 18px 24px;
  font-weight: 700;
  font-size: 1.1111111111rem;
  min-width: 335px;
  text-align: left;
  -webkit-text-decoration: auto;
          text-decoration: auto;
}
@media (max-width: 1023.98px) {
  body .frm_style_stile-di-formidable.with_frm_style .frm_submit button, .btn--ico, .btn--ico-ghost-white, .btn--ico-ghost-color, .btn--ico-color, .nav--color .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .btn--ico-ghost, .btn--small-color, .btn--ico-ghost, .nav--dark .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .btn--ico-ghost, .btn--main, .btn--small-color-ghost, .btn--small, .btn--small-ghost {
    min-width: auto;
    font-size: 0.8888888889rem;
  }
}
@media (max-width: 767.98px) {
  body .frm_style_stile-di-formidable.with_frm_style .frm_submit button, .btn--ico, .btn--ico-ghost-white, .btn--ico-ghost-color, .btn--ico-color, .nav--color .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .btn--ico-ghost, .btn--small-color, .btn--ico-ghost, .nav--dark .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .btn--ico-ghost, .btn--main, .btn--small-color-ghost, .btn--small, .btn--small-ghost {
    display: block;
    width: 100%;
  }
}
body .frm_style_stile-di-formidable.with_frm_style .frm_submit button:before, .btn--ico:before, .btn--ico-ghost-white:before, .btn--ico-ghost-color:before, .btn--ico-color:before, .nav--color .header__nav-main .btn--ico-ghost:before, .header--color .nav .header__nav-main .btn--ico-ghost:before,
.header--color .nav--service .header__nav-main .btn--ico-ghost:before,
.-search-open .nav .header__nav-main .btn--ico-ghost:before,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:before, .btn--small-color:before, .btn--ico-ghost:before, .nav--dark .header__nav-main .btn--ico-ghost:before, .header--dark .nav .header__nav-main .btn--ico-ghost:before,
.header--dark .nav--service .header__nav-main .btn--ico-ghost:before, .btn--main:before, .btn--small-color-ghost:before, .btn--small:before, .btn--small-ghost:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #040809;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
body .frm_style_stile-di-formidable.with_frm_style .frm_submit button:after, .btn--ico:after, .btn--ico-ghost-white:after, .btn--ico-ghost-color:after, .btn--ico-color:after, .nav--color .header__nav-main .btn--ico-ghost:after, .header--color .nav .header__nav-main .btn--ico-ghost:after,
.header--color .nav--service .header__nav-main .btn--ico-ghost:after,
.-search-open .nav .header__nav-main .btn--ico-ghost:after,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:after, .btn--small-color:after, .btn--ico-ghost:after, .nav--dark .header__nav-main .btn--ico-ghost:after, .header--dark .nav .header__nav-main .btn--ico-ghost:after,
.header--dark .nav--service .header__nav-main .btn--ico-ghost:after, .btn--main:after, .btn--small-color-ghost:after, .btn--small:after, .btn--small-ghost:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff7a37;
  transform: translate(4px, 4px);
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (hover: hover) {
  body .frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover:after, .btn--ico:hover:after, .btn--ico-ghost-white:hover:after, .btn--ico-ghost-color:hover:after, .btn--ico-color:hover:after, .nav--color .header__nav-main .btn--ico-ghost:hover:after, .header--color .nav .header__nav-main .btn--ico-ghost:hover:after,
.header--color .nav--service .header__nav-main .btn--ico-ghost:hover:after,
.-search-open .nav .header__nav-main .btn--ico-ghost:hover:after,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:hover:after, .btn--small-color:hover:after, .btn--ico-ghost:hover:after, .nav--dark .header__nav-main .btn--ico-ghost:hover:after, .header--dark .nav .header__nav-main .btn--ico-ghost:hover:after,
.header--dark .nav--service .header__nav-main .btn--ico-ghost:hover:after, .btn--main:hover:after, .btn--small-color-ghost:hover:after, .btn--small:hover:after, .btn--small-ghost:hover:after {
    transform: translate(0, 0);
  }
}
body .frm_style_stile-di-formidable.with_frm_style .frm_submit button:focus-visible:after, .btn--ico:focus-visible:after, .btn--ico-ghost-white:focus-visible:after, .btn--ico-ghost-color:focus-visible:after, .btn--ico-color:focus-visible:after, .nav--color .header__nav-main .btn--ico-ghost:focus-visible:after, .header--color .nav .header__nav-main .btn--ico-ghost:focus-visible:after,
.header--color .nav--service .header__nav-main .btn--ico-ghost:focus-visible:after,
.-search-open .nav .header__nav-main .btn--ico-ghost:focus-visible:after,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:focus-visible:after, .btn--small-color:focus-visible:after, .btn--ico-ghost:focus-visible:after, .nav--dark .header__nav-main .btn--ico-ghost:focus-visible:after, .header--dark .nav .header__nav-main .btn--ico-ghost:focus-visible:after,
.header--dark .nav--service .header__nav-main .btn--ico-ghost:focus-visible:after, .btn--main:focus-visible:after, .btn--small-color-ghost:focus-visible:after, .btn--small:focus-visible:after, .btn--small-ghost:focus-visible:after {
  transform: translate(0, 0);
}

.btn--small, .btn--small-color-ghost, .btn--small-color, .btn--small-ghost {
  text-align: center;
  min-width: auto;
}

.btn--small-ghost:after {
  display: none;
}

.btn--small-color:after {
  display: none;
}

.btn--main, .btn--small-color-ghost {
  color: #712dcf;
  color: var(--primary-color);
  text-align: center;
  padding: 18px 22px 18px 22px;
  transition: all cubic-bezier(0.54, 0.01, 0.2, 1) 0.3s;
}
.btn--main:before, .btn--small-color-ghost:before {
  border-color: #712dcf;
  border-color: var(--primary-color);
}
.btn--main:after, .btn--small-color-ghost:after {
  display: none;
}
@media (hover: hover) {
  .btn--main:hover, .btn--small-color-ghost:hover {
    color: #ffffff;
    background: #712dcf;
    background: var(--primary-color);
  }
}
.btn--main:focus-visible, .btn--small-color-ghost:focus-visible {
  color: #ffffff;
  background: #712dcf;
  background: var(--primary-color);
}

.btn--small-color-ghost:after {
  display: none;
}

.btn--ico, .btn--ico-ghost-white, .btn--ico-ghost-color, .btn--ico-color, .nav--color .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .btn--ico-ghost, .btn--small-color, .btn--ico-ghost, .nav--dark .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .btn--ico-ghost {
  padding: 18px 55px 18px 22px;
}
.btn--ico .ico, .btn--ico-ghost-white .ico, .btn--ico-ghost-color .ico, .btn--ico-color .ico, .nav--color .header__nav-main .btn--ico-ghost .ico, .header--color .nav .header__nav-main .btn--ico-ghost .ico,
.header--color .nav--service .header__nav-main .btn--ico-ghost .ico,
.-search-open .nav .header__nav-main .btn--ico-ghost .ico,
.-search-open .nav--service .header__nav-main .btn--ico-ghost .ico, .btn--small-color .ico, .btn--ico-ghost .ico, .nav--dark .header__nav-main .btn--ico-ghost .ico, .header--dark .nav .header__nav-main .btn--ico-ghost .ico,
.header--dark .nav--service .header__nav-main .btn--ico-ghost .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .btn--ico:hover .ico-svg, .btn--ico-ghost-white:hover .ico-svg, .btn--ico-ghost-color:hover .ico-svg, .btn--ico-color:hover .ico-svg, .btn--small-color:hover .ico-svg, .btn--ico-ghost:hover .ico-svg {
    transform: translateX(4px);
  }
}
.btn--ico:focus-visible .ico-svg, .btn--ico-ghost-white:focus-visible .ico-svg, .btn--ico-ghost-color:focus-visible .ico-svg, .btn--ico-color:focus-visible .ico-svg, .btn--small-color:focus-visible .ico-svg, .btn--ico-ghost:focus-visible .ico-svg {
  transform: translateX(4px);
}

.btn--ico-ghost:after {
  display: none;
}

.btn--ico-color, .nav--color .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .btn--ico-ghost, .btn--small-color {
  background: #712dcf;
  background: var(--primary-color);
  transition: all cubic-bezier(0.54, 0.01, 0.2, 1) 0.3s;
  color: #ffffff;
}
.btn--ico-color .ico, .nav--color .header__nav-main .btn--ico-ghost .ico, .header--color .nav .header__nav-main .btn--ico-ghost .ico,
.header--color .nav--service .header__nav-main .btn--ico-ghost .ico,
.-search-open .nav .header__nav-main .btn--ico-ghost .ico,
.-search-open .nav--service .header__nav-main .btn--ico-ghost .ico, .btn--small-color .ico {
  fill: #ffffff;
}
.btn--ico-color .ico .ico-svg, .nav--color .header__nav-main .btn--ico-ghost .ico .ico-svg, .header--color .nav .header__nav-main .btn--ico-ghost .ico .ico-svg,
.header--color .nav--service .header__nav-main .btn--ico-ghost .ico .ico-svg,
.-search-open .nav .header__nav-main .btn--ico-ghost .ico .ico-svg,
.-search-open .nav--service .header__nav-main .btn--ico-ghost .ico .ico-svg, .btn--small-color .ico .ico-svg {
  transition: 0.3s all cubic-bezier(0.54, 0.01, 0.2, 1);
}
.btn--ico-color:before, .nav--color .header__nav-main .btn--ico-ghost:before, .header--color .nav .header__nav-main .btn--ico-ghost:before,
.header--color .nav--service .header__nav-main .btn--ico-ghost:before,
.-search-open .nav .header__nav-main .btn--ico-ghost:before,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:before, .btn--small-color:before {
  border-color: #712dcf;
  border-color: var(--primary-color);
}
.btn--ico-color:after, .nav--color .header__nav-main .btn--ico-ghost:after, .header--color .nav .header__nav-main .btn--ico-ghost:after,
.header--color .nav--service .header__nav-main .btn--ico-ghost:after,
.-search-open .nav .header__nav-main .btn--ico-ghost:after,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:after, .btn--small-color:after {
  display: none;
}
@media (hover: hover) {
  .btn--ico-color:hover, .nav--color .header__nav-main .btn--ico-ghost:hover, .header--color .nav .header__nav-main .btn--ico-ghost:hover,
.header--color .nav--service .header__nav-main .btn--ico-ghost:hover,
.-search-open .nav .header__nav-main .btn--ico-ghost:hover,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:hover, .btn--small-color:hover {
    color: #712dcf;
    color: var(--primary-color);
    background: transparent;
  }
}
.btn--ico-color:focus-visible, .nav--color .header__nav-main .btn--ico-ghost:focus-visible, .header--color .nav .header__nav-main .btn--ico-ghost:focus-visible,
.header--color .nav--service .header__nav-main .btn--ico-ghost:focus-visible,
.-search-open .nav .header__nav-main .btn--ico-ghost:focus-visible,
.-search-open .nav--service .header__nav-main .btn--ico-ghost:focus-visible, .btn--small-color:focus-visible {
  color: #712dcf;
  color: var(--primary-color);
  background: transparent;
}

.btn--ico-ghost-color {
  color: #712dcf;
  color: var(--primary-color);
  transition: all cubic-bezier(0.54, 0.01, 0.2, 1) 0.3s;
}
.btn--ico-ghost-color .ico {
  fill: #712dcf;
  fill: var(--primary-color);
}
.btn--ico-ghost-color .ico .ico-svg {
  transition: 0.3s all cubic-bezier(0.54, 0.01, 0.2, 1);
}
.btn--ico-ghost-color:before {
  border-color: #712dcf;
  border-color: var(--primary-color);
}
.btn--ico-ghost-color:after {
  display: none;
}
@media (hover: hover) {
  .btn--ico-ghost-color:hover {
    color: #ffffff;
    background: #712dcf;
    background: var(--primary-color);
  }
}
.btn--ico-ghost-color:focus-visible {
  color: #ffffff;
  background: #712dcf;
  background: var(--primary-color);
}

.btn--ico-ghost-white {
  color: #ffffff;
  transition: all cubic-bezier(0.54, 0.01, 0.2, 1) 0.3s;
}
.btn--ico-ghost-white .ico {
  fill: #ffffff;
}
.btn--ico-ghost-white .ico .ico-svg {
  transition: 0.3s all cubic-bezier(0.54, 0.01, 0.2, 1);
}
.btn--ico-ghost-white:before {
  border-color: #ffffff;
}
.btn--ico-ghost-white:after {
  display: none;
}

.ico {
  display: inline-block;
  line-height: 0;
}
.ico .ico-svg {
  transition: 0.6s all cubic-bezier(0.54, 0.01, 0.2, 1);
}

.btn--inline-ico, .btn--inline-ico-alt, .btn--inline-ico-no-anim, .btn--inline-alt, .btn--inline {
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-decoration: none;
  color: #040809;
  display: inline;
  font-size: 1rem;
}
@media (max-width: 1023.98px) {
  .btn--inline-ico, .btn--inline-ico-alt, .btn--inline-ico-no-anim, .btn--inline-alt, .btn--inline {
    font-size: 0.8888888889rem;
  }
}

.btn--inline {
  overflow: hidden;
  white-space: nowrap;
}
.btn--inline:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform-origin: left;
  width: 100%;
  height: 2px;
  background: #040809;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (hover: hover) {
  .btn--inline:hover:after {
    left: auto;
    right: 0;
    width: 0;
  }
}
.btn--inline:focus-visible:after {
  left: auto;
  right: 0;
  width: 0;
}

.btn--inline-alt {
  overflow: hidden;
  white-space: nowrap;
}
.btn--inline-alt:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  transform-origin: left;
  height: 2px;
  background: #040809;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
  left: auto;
  right: 0;
  width: 0;
}
@media (hover: hover) {
  .btn--inline-alt:hover:after {
    left: 0;
    width: 100%;
  }
}
.btn--inline-alt:focus-visible:after {
  left: 0;
  width: 100%;
}

.btn--inline-ico, .btn--inline-ico-alt, .btn--inline-ico-no-anim {
  padding-right: 20px;
  text-align: left;
}
.btn--inline-ico .ico, .btn--inline-ico-alt .ico, .btn--inline-ico-no-anim .ico {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.btn--inline-ico .ico-svg, .btn--inline-ico-alt .ico-svg, .btn--inline-ico-no-anim .ico-svg {
  width: 11px;
  height: 11px;
}
@media (hover: hover) {
  .btn--inline-ico:hover .ico-svg, .btn--inline-ico-alt:hover .ico-svg, .btn--inline-ico-no-anim:hover .ico-svg {
    transform: translateX(-2px);
  }
}
.btn--inline-ico:focus-visible .ico-svg, .btn--inline-ico-alt:focus-visible .ico-svg, .btn--inline-ico-no-anim:focus-visible .ico-svg {
  transform: translateX(-2px);
}

.btn--inline-ico-alt, .btn--inline-ico-no-anim {
  padding-right: 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 0.8888888889rem;
}
@media (max-width: 1023.98px) {
  .btn--inline-ico-alt, .btn--inline-ico-no-anim {
    font-size: 0.7777777778rem;
  }
}
.btn--inline-ico-alt .ico, .btn--inline-ico-no-anim .ico {
  left: 2px;
}
@media (hover: hover) {
  .btn--inline-ico-alt:hover .ico-svg, .btn--inline-ico-no-anim:hover .ico-svg {
    transform: translateX(-2px);
  }
}
.btn--inline-ico-alt:focus-visible .ico-svg, .btn--inline-ico-no-anim:focus-visible .ico-svg {
  transform: translateX(-2px);
}

.btn--inline-ico-no-anim {
  padding-left: 30px;
}
.btn--inline-ico-no-anim .ico {
  left: 0;
}
.btn--inline-ico-no-anim .ico-svg {
  transform: translateX(0);
  transition: none;
  left: 0;
}
@media (hover: hover) {
  .btn--inline-ico-no-anim:hover .ico-svg {
    transform: translateX(0);
  }
}
.btn--inline-ico-no-anim:focus-visible .ico-svg {
  transform: translateX(0);
}

/* easeOutExpo */
.box .title,
.box .title--sm,
.box .title--xs {
  color: #712dcf;
  color: var(--primary-color);
}
.box .title + .text {
  margin-top: 20px;
}

.box--heading-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .box--heading-inline {
    flex-direction: column;
  }
}

.box--heading-inline + * {
  margin-top: 40px;
}
.tpl-text .box--heading-inline + * {
  margin-top: 10px;
}

.box--heading-inline + .box--heading-inline {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1023.98px) {
  .box--heading-inline + .box--heading-inline {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.box--heading-icon {
  position: relative;
}
.box--heading-icon .title {
  padding-right: 200px;
}
@media (max-width: 1239.98px) {
  .box--heading-icon .title {
    padding-right: 80px;
  }
}
.box--heading-icon .text {
  padding-right: 200px;
}
@media (max-width: 1239.98px) {
  .box--heading-icon .text {
    padding-right: 0;
  }
}
.box--heading-icon .ico {
  position: absolute;
  top: 10px;
  right: 0;
  color: #712dcf;
  color: var(--primary-color);
}
@media (max-width: 1239.98px) {
  .box--heading-icon .ico {
    top: 0;
  }
}
@media (max-width: 1023.98px) {
  .box--heading-icon .ico {
    top: 10px;
  }
}
.box--heading-icon .ico .ico-svg {
  width: 170px;
  height: 170px;
  max-width: 100%;
}
@media (max-width: 1239.98px) {
  .box--heading-icon .ico .ico-svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1023.98px) {
  .box--heading-icon .ico .ico-svg {
    width: 40px;
    height: 40px;
  }
}

.box--heading-icon + * {
  margin-top: 80px;
}

.box--heading-align-left {
  max-width: 835px;
}
.box--heading-align-left .title {
  line-height: 1.1;
}
.box--heading-align-left .text {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .box--heading-align-left .cta {
    display: none;
  }
}

.box--heading-align-left + * {
  margin-top: 80px;
}

.box--light .title, .listing.section--color .box--heading-align-left .title {
  color: #ffffff;
}
.box--light .text, .listing.section--color .box--heading-align-left .text {
  color: #ffffff;
}
.box--light.box--form label, .listing.section--color .box--form.box--heading-align-left label {
  color: #ffffff;
}

/* easeOutExpo */
picture {
  display: block;
}
picture img {
  max-width: 100%;
  height: auto;
}

.img {
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.img picture {
  position: relative;
  overflow: hidden;
}
.img--1-1 picture {
  padding-bottom: 100%;
}
.img--3-2 picture {
  padding-bottom: 66.66%;
}
.img--16-9 picture, .card--full.card--image .img--vert picture {
  padding-bottom: 56.25%;
}
.img--wide picture {
  padding-bottom: 45%;
}
.img--widest picture {
  padding-bottom: 30%;
}
.img--vert picture {
  padding-bottom: 132%;
}
.img--h100 {
  height: 100%;
}
.img--h100 picture {
  height: 100%;
}
.img--hero picture {
  height: calc(100vh - 134px);
  padding-bottom: 0;
}
@media (max-width: 1023.98px) {
  .img--hero picture {
    height: calc(100vh - 190px);
  }
}
@media screen and (orientation: landscape) and (max-device-width: 812px) {
  .img--hero picture {
    height: 100vh;
  }
}
.img--hero-alt picture {
  padding-bottom: 40%;
}
@media (max-width: 1479.98px) {
  .img--hero-alt picture {
    padding-bottom: 60%;
  }
}
@media (max-width: 767.98px) {
  .img--hero-alt picture {
    height: 100vh;
    padding-bottom: 0;
  }
}

/* easeOutExpo */
figure.figure.figure--classic {
  font-size: 1rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1023.98px) {
  figure.figure.figure--classic {
    font-size: 0.7777777778rem;
    line-height: 1.1111111111rem;
  }
}
figure.figure.figure--classic figcaption {
  text-align: center;
  color: #040809;
  margin-top: 20px;
}
figure.figure.figure--outside {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  left: calc(-16.66667% - 80px);
  width: calc(133.3333% + (80px * 2));
}
@media (max-width: 1239.98px) {
  figure.figure.figure--outside {
    left: calc(-8.333% - 80px);
    width: calc(116.666% + (80px * 2));
  }
}
@media (max-width: 1023.98px) {
  figure.figure.figure--outside {
    margin-top: 40px;
    margin-bottom: 40px;
    left: 0;
    width: auto;
  }
}
figure.figure.figure--colored {
  margin-top: calc(80px * 2);
  margin-bottom: calc(80px * 2);
}
figure.figure.figure--colored figcaption {
  color: #ffffff;
}
figure.figure.figure--colored:before {
  content: "";
  background: #712dcf;
  background: var(--primary-color);
  position: absolute;
  z-index: -1;
  top: -80px;
  height: calc(100% + 120px);
  width: 150vw;
  left: -25vw;
}

/* easeOutExpo */
.card--image {
  position: relative;
  max-width: 450px;
  color: #ffffff;
  background: #000000;
}
.card--image .card__content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0 20px 20px;
  pointer-events: none;
}
.card--image .eyelet {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.card--image .title a {
  color: #ffffff;
  text-decoration: none;
}
.card--image .text {
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .card--image .text {
    display: none;
  }
}
.card--image:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.21%, rgba(0, 0, 0, 0.95) 100%);
  pointer-events: none;
}
.card--image .eyelet + .title {
  margin-top: 20px;
}
.card--image .title + .text,
.card--image .eyelet + .text,
.card--image .text + .eyelet {
  margin-top: 10px;
}

.card--hover img {
  transition: all cubic-bezier(0.54, 0.01, 0.2, 1) 0.5s;
}
@media (hover: hover) {
  .card--hover:hover img {
    transform: scale(1.05);
  }
}
.card--hover:focus-visible img {
  transform: scale(1.05);
}
@media (hover: hover) {
  .card--hover a:hover img {
    transform: scale(1.05);
  }
}
.card--hover a:focus-visible img {
  transform: scale(1.05);
}

.card--full.card--image {
  max-width: none;
}
.card--full.card--image .card__content {
  width: 100%;
  padding: 0 240px 40px 40px;
}
@media (max-width: 1023.98px) {
  .card--full.card--image .card__content {
    padding: 0 200px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .card--full.card--image .card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 40px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .card--full.card--image .img--vert picture {
    padding-bottom: 110%;
  }
}
.card--full.card--image .resource {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 240px;
  text-align: right;
}
@media (max-width: 1023.98px) {
  .card--full.card--image .resource {
    width: 200px;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .card--full.card--image .resource {
    width: auto;
    bottom: auto;
    right: auto;
    left: 20px;
    top: 20px;
  }
}
.card--full.card--image .resource a {
  color: #ffffff;
  text-decoration: none;
}

.card--full-alt a + .content,
.card--full-alt picture + .content {
  margin-top: 40px;
}
@media (max-width: 1023.98px) {
  .card--full-alt a + .content,
.card--full-alt picture + .content {
    margin-top: 20px;
  }
}
.card--full-alt .btn--ico, .card--full-alt .nav--dark .header__nav-main .btn--ico-ghost, .nav--dark .header__nav-main .card--full-alt .btn--ico-ghost, .card--full-alt .header--dark .nav .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .card--full-alt .btn--ico-ghost,
.card--full-alt .header--dark .nav--service .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .card--full-alt .btn--ico-ghost, .card--full-alt .btn--ico-ghost, .card--full-alt .btn--ico-color, .card--full-alt .nav--color .header__nav-main .btn--ico-ghost, .nav--color .header__nav-main .card--full-alt .btn--ico-ghost, .card--full-alt .header--color .nav .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .card--full-alt .btn--ico-ghost,
.card--full-alt .header--color .nav--service .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .card--full-alt .btn--ico-ghost,
.card--full-alt .-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .card--full-alt .btn--ico-ghost,
.card--full-alt .-search-open .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .card--full-alt .btn--ico-ghost, .card--full-alt .btn--small-color, .card--full-alt .btn--ico-ghost-color, .card--full-alt .btn--ico-ghost-white {
  color: #040809;
}

.card--quote {
  padding: 40px 40px 40px 100px;
  border: 2px solid rgba(4, 8, 9, 0.15);
}
@media (max-width: 1023.98px) {
  .card--quote {
    padding: 20px;
  }
}
.card--quote blockquote {
  position: relative;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1023.98px) {
  .card--quote blockquote {
    padding-left: 45px;
    margin-bottom: 20px;
  }
}
.card--quote blockquote .ico-svg {
  color: #712dcf;
  color: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: -75px;
  top: -13px;
  width: 50px;
  height: 40px;
}
@media (max-width: 1023.98px) {
  .card--quote blockquote .ico-svg {
    width: 30px;
    height: 25px;
    top: 3px;
    left: 0;
  }
}
.card--quote figcaption,
.card--quote cite {
  color: #712dcf;
  color: var(--primary-color);
  font-weight: 700;
  font-style: normal;
}
.card--quote figcaption {
  color: #712dcf;
  color: var(--primary-color);
}
.card--quote figcaption .ico-svg {
  position: relative;
  top: 2px;
  margin-right: 20px;
}

.card--classic .content > * {
  color: #040809;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .card--classic .content > * {
    margin-top: 10px;
  }
}
.card--classic .content > *:first-child {
  margin-top: 0;
}
.card--classic .card__content {
  margin-top: 20px;
}
.card--classic .cta {
  margin-top: 20px;
}
.card--classic .cta a {
  font-weight: 400;
}
.card--boxed {
  background: #EFEFEF;
}
.card--boxed .card__content {
  margin-top: 0;
  padding: 20px;
}

.card--colored .title {
  color: #712dcf;
  color: var(--primary-color);
}
.card--colored ul li a {
  color: #712dcf;
  color: var(--primary-color);
}
.card--colored .cta a {
  color: #712dcf;
  color: var(--primary-color);
}
.card--colored .eyelet {
  color: #712dcf;
  color: var(--primary-color);
}

/* easeOutExpo */
.styleguide {
  margin: 80px 0;
}

.styleguide-wrapper {
  margin: 80px 0;
}

.styleguide-cat {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 80px;
}
.styleguide-cat:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
  background: #040809;
}
.styleguide-cat .h5 {
  text-transform: uppercase;
}

.styleguide-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .styleguide-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.styleguide-row:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 0;
}

.styleguide-details {
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 0.8888888889rem;
}
@media (max-width: 1239.98px) {
  .styleguide-details {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.styleguide-details .h6 {
  color: #CC0099;
  margin-bottom: 20px;
}
.styleguide-details ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.styleguide-details ul strong,
.styleguide-details ul span {
  flex: 0 0 50%;
  max-width: 50%;
}
.styleguide-details code {
  background: #654c4c;
  color: #eaeaea;
  padding: 5px 9px;
  font-size: 0.6666666667rem;
}

.styleguide-example {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (max-width: 1239.98px) {
  .styleguide-example {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.styleguide-example .content {
  margin-top: 0;
}
.styleguide-example .section {
  margin-top: 0;
}

.styleguide-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.styleguide-colors .styleguide-colors-i {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1023.98px) {
  .styleguide-colors .styleguide-colors-i {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .styleguide-colors .styleguide-colors-i {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.styleguide-colors .styleguide-colors-box {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
@media (max-width: 1023.98px) {
  .styleguide-colors .styleguide-colors-box {
    padding-top: 50%;
  }
}
.styleguide-colors p {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  color: white;
}

.styleguide-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.styleguide-icons li {
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.styleguide-icons li .svg-ico {
  text-align: center;
}
.styleguide-icons li span {
  display: block;
  font-size: 14px;
}

/* easeOutExpo */
.slider-classic .swiper {
  position: relative;
  overflow: initial;
}
@media (max-width: 767.98px) {
  .slider-classic .swiper-slide {
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .slider-classic .img--16-9 picture, .slider-classic .card--full.card--image .img--vert picture, .card--full.card--image .slider-classic .img--vert picture {
    padding-bottom: 132%;
  }
}
.slider-classic .swiper__controls {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #040809;
}
.slider-classic .swiper__counter {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .slider-classic .swiper__counter {
    flex-basis: content;
  }
}
.slider-classic .swiper-pagination-fraction {
  position: static;
  width: auto;
  display: inline-block;
}
.slider-classic .swiper__arrows {
  display: flex;
}
@media (max-width: 767.98px) {
  .slider-classic .swiper__arrows {
    display: none;
  }
}
.slider-classic .swiper__arrows .swiper__prev,
.slider-classic .swiper__arrows .swiper__next {
  width: 30px;
  height: 30px;
  border: 2px solid #040809;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.slider-classic .swiper__arrows .swiper__prev .ico-svg,
.slider-classic .swiper__arrows .swiper__next .ico-svg {
  fill: none;
  stroke: #040809;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (hover: hover) {
  .slider-classic .swiper__arrows .swiper__prev:hover,
.slider-classic .swiper__arrows .swiper__next:hover {
    background: #040809;
  }
  .slider-classic .swiper__arrows .swiper__prev:hover .ico-svg,
.slider-classic .swiper__arrows .swiper__next:hover .ico-svg {
    stroke: #ffffff;
  }
}
.slider-classic .swiper__arrows .swiper__prev:focus-visible,
.slider-classic .swiper__arrows .swiper__next:focus-visible {
  background: #040809;
}
.slider-classic .swiper__arrows .swiper__prev:focus-visible .ico-svg,
.slider-classic .swiper__arrows .swiper__next:focus-visible .ico-svg {
  stroke: #ffffff;
}
.slider-classic .swiper__arrows .swiper__prev + .swiper__next {
  margin-left: 10px;
}
.slider-classic .cta {
  display: none;
}
@media (max-width: 767.98px) {
  .slider-classic .cta {
    display: block;
  }
}
.slider-classic .abs-slide {
  text-align: center;
  padding: 50px 50px 0;
}

/* easeOutExpo */
.slider--cards .swiper {
  position: relative;
  overflow: initial;
}
.slider--cards .swiper-slide {
  max-width: 450px;
}
@media (max-width: 767.98px) {
  .slider--cards .swiper-slide {
    max-width: auto;
  }
}
.slider--cards .swiper__controls {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #040809;
}
.slider--cards .swiper__counter {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .slider--cards .swiper__counter {
    flex-basis: content;
  }
}
.slider--cards .swiper-pagination-fraction {
  position: static;
  width: auto;
  display: inline-block;
}
.slider--cards .swiper__arrows {
  display: flex;
}
@media (max-width: 767.98px) {
  .slider--cards .swiper__arrows {
    display: none;
  }
}
.slider--cards .swiper__arrows .swiper__prev,
.slider--cards .swiper__arrows .swiper__next {
  width: 30px;
  height: 30px;
  border: 2px solid #040809;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.slider--cards .swiper__arrows .swiper__prev .ico-svg,
.slider--cards .swiper__arrows .swiper__next .ico-svg {
  fill: none;
  stroke: #040809;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (hover: hover) {
  .slider--cards .swiper__arrows .swiper__prev:hover,
.slider--cards .swiper__arrows .swiper__next:hover {
    background: #040809;
  }
  .slider--cards .swiper__arrows .swiper__prev:hover .ico-svg,
.slider--cards .swiper__arrows .swiper__next:hover .ico-svg {
    stroke: #ffffff;
  }
}
.slider--cards .swiper__arrows .swiper__prev:focus-visible,
.slider--cards .swiper__arrows .swiper__next:focus-visible {
  background: #040809;
}
.slider--cards .swiper__arrows .swiper__prev:focus-visible .ico-svg,
.slider--cards .swiper__arrows .swiper__next:focus-visible .ico-svg {
  stroke: #ffffff;
}
.slider--cards .swiper__arrows .swiper__prev + .swiper__next {
  margin-left: 10px;
}
.slider--cards .cta {
  display: none;
}
@media (max-width: 767.98px) {
  .slider--cards .cta {
    display: block;
  }
}

.slider--cards-alt .card--image,
.slider--cards-simple .card--image {
  max-width: none;
}
.slider--cards-alt .swiper,
.slider--cards-simple .swiper {
  position: relative;
  overflow: initial;
}
.slider--cards-alt .card--classic .subtitle,
.slider--cards-simple .card--classic .subtitle {
  color: #003BD3;
  text-decoration: underline;
}
.slider--cards-alt .card--classic .eyelet span,
.slider--cards-simple .card--classic .eyelet span {
  font-weight: 700;
}

.slider--controls .swiper__controls {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #040809;
}
.slider--controls .swiper__counter {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .slider--controls .swiper__counter {
    flex-basis: content;
  }
}
.slider--controls .swiper-pagination-fraction {
  position: static;
  width: auto;
  display: inline-block;
}
.slider--controls .swiper__arrows {
  display: flex;
}
@media (max-width: 767.98px) {
  .slider--controls .swiper__arrows {
    display: none;
  }
}
.slider--controls .swiper__arrows .swiper__prev,
.slider--controls .swiper__arrows .swiper__next {
  width: 30px;
  height: 30px;
  border: 2px solid #040809;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.slider--controls .swiper__arrows .swiper__prev .ico-svg,
.slider--controls .swiper__arrows .swiper__next .ico-svg {
  fill: none;
  stroke: #040809;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (hover: hover) {
  .slider--controls .swiper__arrows .swiper__prev:hover,
.slider--controls .swiper__arrows .swiper__next:hover {
    background: #040809;
  }
  .slider--controls .swiper__arrows .swiper__prev:hover .ico-svg,
.slider--controls .swiper__arrows .swiper__next:hover .ico-svg {
    stroke: #ffffff;
  }
}
.slider--controls .swiper__arrows .swiper__prev:focus-visible,
.slider--controls .swiper__arrows .swiper__next:focus-visible {
  background: #040809;
}
.slider--controls .swiper__arrows .swiper__prev:focus-visible .ico-svg,
.slider--controls .swiper__arrows .swiper__next:focus-visible .ico-svg {
  stroke: #ffffff;
}
.slider--controls .swiper__arrows .swiper__prev + .swiper__next {
  margin-left: 10px;
}
.slider--controls .cta {
  display: none;
}
@media (max-width: 767.98px) {
  .slider--controls .cta {
    display: block;
  }
}

/* easeOutExpo */
.slider-hero .swiper-pagination {
  display: flex;
  bottom: 0 !important;
  position: static;
  height: 60px;
}
@media (max-width: 767.98px) {
  .slider-hero .swiper-pagination {
    height: 40px;
  }
}
.slider-hero .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(4, 8, 9, 0.5) 0%, rgba(4, 8, 9, 0.45) 51.67%, rgba(4, 8, 9, 0.5) 100%);
}
.slider-hero .slider-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.slider-hero .slider-controls .container {
  padding: 0;
}
.slider-hero .swiper-pagination-bullet {
  flex: 1 0 auto;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  height: 60px;
  margin: 0 20px;
  background: transparent;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  line-height: 1.2;
  font-size: 16px;
  margin: 0 10px;
  height: 0;
  font-size: 0;
}
.slider-hero .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  right: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.slider-hero .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  right: 0;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.4;
  z-index: 1;
}
.slider-hero .swiper-pagination-bullet-active {
  color: #ffffff;
}
.slider-hero .swiper-pagination-bullet-active::before {
  background-color: #ffffff;
  animation: slide-progress 5s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .slider-hero .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}
.slider-hero__text {
  flex-basis: 70%;
  max-width: 70%;
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* easeOutExpo */
.carousel .container {
  position: relative;
}
.carousel .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: initial;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: auto;
  height: auto;
}
.carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.carousel .swiper-wrapper {
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  display: block;
  transition-property: none;
  box-sizing: content-box;
  transform: translateZ(0);
}
.carousel .swiper-slide {
  flex-shrink: initial;
  width: auto;
  height: auto;
  position: static;
  transition-property: none;
  display: inline-block;
  align-items: normal;
  justify-content: normal;
  font-size: unset;
  font-weight: normal;
  color: #000000;
}
.carousel .swiper {
  width: 100%;
}
.carousel .swiper-wrapper {
  display: flex;
  margin: 0 auto;
  position: relative;
}
.carousel .swiper-slide {
  width: 100%;
  height: 620px;
  will-change: transform;
  cursor: pointer;
  position: relative;
}

.carousel--mobile .swiper {
  position: relative;
  overflow: initial;
}
@media (max-width: 767.98px) {
  .carousel--mobile .swiper-slide {
    max-width: auto;
  }
}
.carousel--mobile .swiper-slide {
  height: 580px;
}
.carousel--mobile .carousel__card {
  width: 100%;
}

.carousel__card {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border: 4px solid #ffffff;
  box-shadow: 0px 0px 24px -18px #000000;
  background: #000000;
}
@media (max-width: 767.98px) {
  .carousel__card {
    position: static;
  }
}
.carousel__card a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.carousel__card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel__card:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 8, 9, 0) 0%, rgba(4, 8, 9, 0.5) 56.09%, rgba(4, 8, 9, 0.8) 100%);
}
.carousel__card figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 20px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel__card figcaption .content p {
  line-height: 1.3333333333rem;
}

.carousel__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -10px 40px -10px;
}
@media (max-width: 767.98px) {
  .carousel__nav {
    display: none;
  }
}
.carousel__nav .carousel__nav-item {
  position: relative;
  flex-basis: 100%;
  margin: 0 5px;
  padding: 20px 5px;
  cursor: pointer;
  font-size: 0.8333333333rem;
  line-height: 1.1111111111rem;
  font-weight: 700;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: left;
}
.carousel__nav .carousel__nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgba(4, 8, 9, 0.1490196078);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel__nav .carousel__nav-item.active {
  color: #712dcf;
  color: var(--primary-color);
}
.carousel__nav .carousel__nav-item.active:after {
  background: #712dcf;
  background: var(--primary-color);
}

/* easeOutExpo */
.banner {
  background: #712dcf;
  background: var(--primary-color);
  display: flex;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .banner {
    flex-direction: column;
  }
}

.banner__img {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  min-height: 530px;
}
@media (max-width: 767.98px) {
  .banner__img {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
}

.banner__content {
  flex: 0 0 50%;
  max-width: 50%;
  align-self: center;
}
@media (max-width: 767.98px) {
  .banner__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner__content .box {
  padding: 40px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1023.98px) {
  .banner__content .box {
    padding: 20px;
  }
}
.banner__content .box > * {
  margin-top: 20px;
}
.banner__content .box > *:first-child {
  margin-top: 0;
}
.banner__content .eyelet {
  font-weight: 700;
}
.banner__content .eyelet .ico {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}
.banner__content .title {
  color: #ffffff;
}
@media (max-width: 1239.98px) {
  .banner__content .title {
    font-size: 1.8888888889rem;
    line-height: 2.2222222222rem;
  }
}
@media (max-width: 1023.98px) {
  .banner__content .title {
    font-size: 1.6666666667rem;
    line-height: 1.8888888889rem;
  }
}
.banner__content .player {
  display: flex;
  align-items: center;
}
.banner__content .player span {
  margin-left: 20px;
}
.banner__content .player .player__btn {
  position: relative;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
@media (max-width: 1479.98px) {
  .banner__content .player .player__btn {
    width: 40px;
    height: 40px;
  }
}
.banner__content .player .player__btn .ico {
  color: #712dcf;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
.banner__content .player .player__btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1479.98px) {
  .banner__content .player .player__btn svg {
    width: 14px;
    height: 14px;
  }
}
@media (hover: hover) {
  .banner__content .player .player__btn:hover {
    background: #712dcf;
    background: var(--primary-color);
    cursor: pointer;
  }
  .banner__content .player .player__btn:hover .ico {
    color: #ffffff;
  }
}
.banner__content .player .player__btn:focus-visible {
  background: #712dcf;
  background: var(--primary-color);
  cursor: pointer;
}
.banner__content .player .player__btn:focus-visible .ico {
  color: #ffffff;
}
.banner__content .btn {
  min-width: auto;
}

.banner--variant .banner__content .box {
  display: block;
  padding: 80px;
}
@media (max-width: 1239.98px) {
  .banner--variant .banner__content .box {
    padding: 40px;
  }
}
.banner--variant .btn--ico-ghost-white {
  color: #ffffff;
}
.banner--variant .btn--ico-ghost-white .ico {
  fill: #ffffff;
}

.banner--flat {
  color: #712dcf;
  color: var(--primary-color);
  background: #fafafa;
}
.banner--flat .banner__content .box {
  display: block;
  padding: 80px;
}
@media (max-width: 1239.98px) {
  .banner--flat .banner__content .box {
    padding: 40px;
  }
}
.banner--flat .banner__content .title,
.banner--flat .banner__content .text,
.banner--flat .banner__content .eyelet {
  color: #712dcf;
  color: var(--primary-color);
}
.banner--flat .banner__content a {
  color: #000000;
}
.banner--flat .banner__content .ico {
  fill: #000000;
}

.banner--outside {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  left: calc(-16.66667% - 80px);
  width: calc(133.3333% + (80px * 2));
}
@media (max-width: 1239.98px) {
  .banner--outside {
    left: calc(-8.333% - 80px);
    width: calc(116.666% + (80px * 2));
  }
}
@media (max-width: 1023.98px) {
  .banner--outside {
    left: 0;
    width: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.banner--switch {
  background: #fafafa;
}
.banner--switch .banner__content {
  background: #fafafa;
}
.banner--switch .banner__content .title,
.banner--switch .banner__content .text,
.banner--switch .banner__content .cta {
  color: #040809;
}

.banner--editorial {
  background: #fafafa;
}
.banner--editorial .banner__content {
  background: #fafafa;
}
.banner--editorial .banner__content .title {
  color: #712dcf;
  color: var(--primary-color);
}
.banner--editorial .banner__content .text,
.banner--editorial .banner__content .cta {
  color: #040809;
}
.banner--editorial .banner__img picture {
  min-height: 530px;
}

.banner--editorial + .banner--editorial {
  margin-top: 120px;
}
@media (max-width: 767.98px) {
  .banner--editorial + .banner--editorial {
    margin-top: 20px;
  }
}
.banner--editorial + .banner--editorial:first-child {
  margin-top: 0;
}

.section--wrap .banner__img {
  min-height: 430px;
}
.banner--simple {
  background: #004488;
}
.banner--simple .banner__content {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.banner--simple .banner__content .box {
  flex-basis: 100%;
}
.banner--simple .banner__content .img {
  flex-basis: 100%;
}
.banner--simple .banner__icon {
  padding: 40px 40px 40px 0;
}

/* easeOutExpo */
.numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 767.98px) {
  .numbers {
    margin: 0 -10px;
  }
}

.numbers__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .numbers__item {
    padding: 0 10px;
  }
}
.numbers__item span {
  color: #712dcf;
  color: var(--primary-color);
  position: relative;
  display: block;
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .numbers__item span {
    font-size: 5.5555555556rem;
    line-height: 6.6666666667rem;
  }
}
@media (max-width: 767.98px) {
  .numbers__item span {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
.numbers__item span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #712dcf;
  background: var(--primary-color);
}
.numbers__item figcaption {
  color: #040809;
  margin-top: 20px;
}
@media (max-width: 1023.98px) {
  .numbers__item figcaption {
    margin-top: 10px;
  }
}

.numbers--inline .numbers__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media (max-width: 767.98px) {
  .numbers--inline .numbers__item span {
    font-size: 2.2rem;
  }
}

/* easeOutExpo */
.accordion__item {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #dfdfdf;
}
.accordion__trigger {
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding: 20px 40px 20px 0;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
@media (hover: hover) {
  .accordion__trigger:hover {
    padding: 20px 40px 20px 20px;
    background: #dfdfdf;
  }
  .accordion__trigger:hover .square {
    right: 20px;
  }
}
.accordion__trigger:focus-visible {
  padding: 20px 40px 20px 20px;
  background: #dfdfdf;
}
.accordion__trigger:focus-visible .square {
  right: 20px;
}
.accordion__trigger .square {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: calc(50% - 10px);
  transition: transform 0.6s ease-in-out;
  transform-origin: center center;
  border: 2px solid #040809;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
@media (max-width: 1239.98px) {
  .accordion__trigger .square {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.accordion__trigger .square:after, .accordion__trigger .square:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #040809;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
.accordion__trigger .square:after {
  transform: rotate(-90deg);
  top: calc(50% - 1px);
  left: calc(50% - 5px);
}
.accordion__trigger.active .square:after {
  display: none;
}

.accordion__panel {
  overflow: hidden;
  display: none;
}

.accordion__content {
  margin: 40px 0 80px 0;
}
.accordion__content > * {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .accordion__content > * {
    margin-top: 20px;
  }
}
.accordion__content > *:first-child {
  margin-top: 0;
}
.accordion__item + .accordion__item {
  border-top: 0;
}

.accordion--dark .accordion__item, .columns.section--color .accordion .accordion__item {
  border-bottom: 2px solid #040809;
  color: #040809;
}
@media (hover: hover) {
  .accordion--dark .accordion__trigger:hover, .columns.section--color .accordion .accordion__trigger:hover {
    color: #ffffff;
    background: #040809;
  }
  .accordion--dark .accordion__trigger:hover .square, .columns.section--color .accordion .accordion__trigger:hover .square {
    border: 2px solid #ffffff;
  }
  .accordion--dark .accordion__trigger:hover .square:after, .columns.section--color .accordion .accordion__trigger:hover .square:after, .accordion--dark .accordion__trigger:hover .square:before, .columns.section--color .accordion .accordion__trigger:hover .square:before {
    background: #ffffff;
  }
}
.accordion--dark .accordion__trigger:focus-visible, .columns.section--color .accordion .accordion__trigger:focus-visible {
  color: #ffffff;
  background: #040809;
}
.accordion--dark .accordion__trigger:focus-visible .square, .columns.section--color .accordion .accordion__trigger:focus-visible .square {
  border: 2px solid #ffffff;
}
.accordion--dark .accordion__trigger:focus-visible .square:after, .columns.section--color .accordion .accordion__trigger:focus-visible .square:after, .accordion--dark .accordion__trigger:focus-visible .square:before, .columns.section--color .accordion .accordion__trigger:focus-visible .square:before {
  background: #ffffff;
}
.stickybar {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #040809;
  margin: 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
}
@media (max-width: 1023.98px) {
  .stickybar {
    padding-bottom: 32px;
  }
}
@media (max-width: 1239.98px) {
  .stickybar .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 1023.98px) {
  .stickybar .container {
    padding: 0 20px;
  }
}
.stickybar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.stickybar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin: 0 -20px;
}
@media (max-width: 1023.98px) {
  .stickybar ul {
    margin: 0 -10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.stickybar li {
  line-height: 1.2;
  padding: 25px 20px;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .stickybar li {
    padding: 20px 10px;
    white-space: nowrap;
  }
}
.stickybar .title {
  color: #712dcf;
  color: var(--primary-color);
  line-height: 1.2;
  margin-right: 20px;
}
@media (max-width: 1023.98px) {
  .stickybar .title {
    white-space: nowrap;
    margin-right: 10px;
  }
}
.stickybar nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.stickybar .btn--inline-alt.active:after {
  left: 0;
  width: 100%;
}
.stickybar .cta button {
  padding: 12px 48px 12px 20px;
  margin-left: 20px;
}
@media (max-width: 1479.98px) {
  .stickybar .cta button {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .stickybar .cta button {
    white-space: nowrap;
    margin-left: 10px;
  }
}

.stickybar--filters {
  border-bottom: 1px solid rgba(4, 8, 9, 0.1725490196);
  overflow: initial;
}

.sticky__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper {
    margin-left: 0;
  }
}
.sticky__wrapper .sticky__content {
  flex-basis: 100%;
  display: flex;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__content {
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.sticky__wrapper .sticky__item {
  padding: 0 40px;
  border-left: 1px solid rgba(4, 8, 9, 0.1725490196);
  border-right: 1px solid rgba(4, 8, 9, 0.1725490196);
  display: inline-block;
  height: auto;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__item {
    padding: 0;
    border: 0;
  }
}
.sticky__wrapper .sticky__item input {
  color: #712dcf;
  color: var(--primary-color);
  border: 0;
  border-bottom: 1px solid #040809;
  font-weight: 700;
  font-size: 1rem;
  max-width: 180px;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__item input {
    max-width: none;
    width: 100%;
  }
}
.sticky__wrapper .sticky__item input:-ms-input-placeholder {
  color: #712dcf;
  color: var(--primary-color);
  font-size: 1rem;
  color: #040809;
}
.sticky__wrapper .sticky__item input::placeholder {
  color: #712dcf;
  color: var(--primary-color);
  font-size: 1rem;
  color: #040809;
}
.sticky__wrapper .sticky__item .ico {
  width: 30px;
  height: 30px;
}
.sticky__wrapper .sticky__item .filters__toggle,
.sticky__wrapper .sticky__item .filters__submit {
  font-weight: 700;
  padding: 25px 48px 25px 20px;
  position: relative;
  min-width: 189px;
  border-left: 1px solid rgba(4, 8, 9, 0.1725490196);
  border-right: 1px solid rgba(4, 8, 9, 0.1725490196);
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__item .filters__toggle,
.sticky__wrapper .sticky__item .filters__submit {
    margin-left: 0;
    border: 0;
  }
}
.sticky__wrapper .sticky__item .filters__toggle .ico,
.sticky__wrapper .sticky__item .filters__submit .ico {
  position: absolute;
  right: 25px;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .sticky__wrapper .sticky__item .filters__toggle:hover,
.sticky__wrapper .sticky__item .filters__submit:hover {
    color: #ffffff;
    background: #712dcf;
    background: var(--primary-color);
  }
}
.sticky__wrapper .sticky__item .filters__toggle:focus-visible,
.sticky__wrapper .sticky__item .filters__submit:focus-visible {
  color: #ffffff;
  background: #712dcf;
  background: var(--primary-color);
}
.sticky__wrapper .sticky__item .filters__submit {
  margin-left: 0;
  display: flex;
  align-items: center;
  border-left: 0;
}
.sticky__wrapper .sticky__item.-submit {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__item.-submit {
    border: 1px solid #000;
    width: 100%;
    margin-left: 0;
  }
  .sticky__wrapper .sticky__item.-submit button {
    width: 100%;
  }
}
.sticky__wrapper .sticky__item.-filter {
  padding: 0;
  margin-left: auto;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__item.-filter {
    border: 1px solid #000;
    margin-top: 16px;
    width: 100%;
  }
  .sticky__wrapper .sticky__item.-filter button {
    width: 100%;
  }
}
.sticky__wrapper .sticky__text {
  color: #712dcf;
  color: var(--primary-color);
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__text {
    display: none;
  }
}
.sticky__wrapper .sticky__calendar {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .sticky__wrapper .sticky__calendar {
    width: 47%;
    padding: 32px 0;
  }
}
.sticky__wrapper .sticky__search {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.sticky__wrapper .sticky__search button {
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sticky__wrapper .sticky__search button .ico {
  margin-left: 10px;
}

.sticky__searchbar {
  position: absolute;
  top: 81px;
  left: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
  overflow: hidden;
  height: 0;
  background: #ffffff;
}
.sticky__searchbar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(4, 8, 9, 0.1725490196);
}
.sticky__searchbar.active {
  height: 95px;
}
.sticky__searchbar .sticky__searchwrap {
  text-align: center;
  padding: 20px 0;
}
.sticky__searchbar .sticky__searchwrap input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
}

.sticky__item + .sticky__item {
  border-left: 0;
}

/* easeOutExpo */
.pagination__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination__item {
  position: relative;
  margin: 0 5px;
}
.pagination__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(4, 8, 9, 0.3);
  transition: background 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.pagination__item a {
  text-align: center;
  width: 58px;
  height: 58px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #040809;
  text-decoration: none;
}
@media (max-width: 1239.98px) {
  .pagination__item a {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1239.98px) {
  .pagination__item a {
    width: 38px;
    height: 38px;
  }
}
.pagination__item a span {
  display: none;
}
.pagination__item .ico {
  width: 7px;
  height: 15px;
}
.pagination__item:hover:after {
  background: rgb(4, 8, 9);
}
.pagination__item.active a {
  color: #712dcf;
  color: var(--primary-color);
}
.pagination__item.active:after {
  background: #712dcf;
  background: var(--primary-color);
}

/* easeOutExpo */
.tooltip {
  background: #712dcf;
  background: var(--primary-color);
  text-align: center;
  color: #ffffff;
  padding: 10px 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.tooltip a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.tooltip + .header + .hero--fullimage .img--hero picture {
  height: calc(100vh - 178px);
}
@media (max-width: 767.98px) {
  .tooltip + .header + .hero--fullimage .img--hero picture {
    height: calc(100vh - 160px);
  }
}
@media screen and (orientation: landscape) and (max-device-width: 1024px) {
  .tooltip + .header + .hero--fullimage .img--hero picture {
    height: calc(100vh - 20px);
  }
}

.filters__toggle {
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.filters .filters__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .filters .filters__wrapper {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .filters .filters__content {
    display: none;
  }
}
.filters .filters__content strong {
  color: #712dcf;
  color: var(--primary-color);
}
@media (max-width: 1023.98px) {
  .filters .filters__tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.filters .filters__tags button {
  min-width: auto;
  position: relative;
}
@media (max-width: 1023.98px) {
  .filters .filters__tags button {
    width: auto;
    padding: 10px 30px 10px 10px;
    margin: 0 10px 10px 0;
  }
}
.filters .filters__tags button .ico {
  position: absolute;
  right: 20px;
  width: 16px;
  height: 16px;
}
@media (max-width: 1023.98px) {
  .filters .filters__tags button .ico {
    right: 10px;
  }
}

.stickybar + .filters {
  margin-top: 80px;
}
@media (max-width: 1023.98px) {
  .stickybar + .filters {
    margin-top: 40px;
  }
}

/* easeOutExpo */
.panel {
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 0;
  width: 600px;
  height: 100vh;
  overflow: auto;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.panel::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.panel::-webkit-scrollbar-button {
  display: none;
}
.panel::-webkit-scrollbar-button:hover {
  display: none;
}
.panel::-webkit-scrollbar-thumb {
  background-color: rgba(4, 8, 9, 0.8);
  box-shadow: none;
  border-radius: 4px;
}
.panel::-webkit-scrollbar-thumb:hover {
  background-color: rgba(4, 8, 9, 0.9);
}
.panel::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-radius: 4px;
}
.panel::-webkit-scrollbar-track:hover {
  background-color: #dfdfdf;
}
@media (max-width: 1023.98px) {
  .panel {
    width: 100vw;
    right: -100vw;
  }
}

.panel__wrapper {
  padding: 40px;
}
@media (max-width: 1023.98px) {
  .panel__wrapper {
    padding: 20px;
  }
}

.panel__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.panel__header .panel__head {
  color: #712dcf;
  color: var(--primary-color);
  display: block;
}
.panel__header .panel__head svg {
  color: #712dcf;
  color: var(--primary-color);
  display: block;
}
.panel__header .ico {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
}
.panel__header .panel__close .ico {
  position: relative;
  top: 9px;
  width: 30px;
  height: 30px;
  stroke-width: 1px;
}

.panel__info {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  max-height: 0;
}
.panel__info.active {
  max-height: 600px;
}

.panel__content {
  margin-top: 20px;
}
.panel__content .cta {
  margin: 50px -25px 0 -25px;
  display: flex;
}
@media (max-width: 1023.98px) {
  .panel__content .cta {
    margin: 50px -20px 0 -20px;
  }
}
.panel__content .cta .btn {
  text-align: center;
  width: 50%;
  margin: 0 25px;
}
.panel__content .cta .btn.btn--small-color {
  text-align: center;
  padding: 18px 22px 18px 22px;
}
@media (max-width: 1023.98px) {
  .panel__content .cta .btn {
    margin: 0 20px;
  }
}

.black-layer {
  position: fixed;
  z-index: 88;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}

body.panel-open {
  overflow: hidden;
}
body.panel-open .panel {
  right: 0;
}
body.panel-open .black-layer {
  opacity: 1;
  pointer-events: all;
}

/* easeOutExpo */
.video-player {
  position: relative;
}
.video-player .video-player__img {
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
  cursor: pointer;
}
.video-player .video-player__img .ico {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.video-player .video-player__img .ico .ico-svg {
  width: 81px;
  height: 81px;
  color: #712dcf;
  color: var(--primary-color);
}
.video-player .video-player__img:hover .ico {
  opacity: 0.9;
}
.video-player .video-player__embed {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* easeOutExpo */
.form .form__group + .form__group {
  margin-top: 32px;
}
.form .form__control {
  background-color: #ffffff;
  color: #000000;
  box-shadow: none !important;
  transition: border cubic-bezier(0.54, 0.01, 0.2, 1) 0.3s;
  border: 2px solid #767676;
  padding: 20px 14px;
}
.form .form__control::-webkit-input-placeholder {
  color: #040809;
  font-weight: 400;
}
.form .form__control:-moz-placeholder {
  color: #040809;
  font-weight: 400;
}
.form .form__control::-moz-placeholder {
  color: #040809;
  font-weight: 400;
}
.form .form__control:-ms-input-placeholder {
  color: #040809;
  font-weight: 400;
}
.form select.form__control option {
  color: #040809;
  font-weight: 400;
}
.form .label__control {
  display: block;
  padding: 0;
  border: 0;
}
.form .label__control + .form__control {
  margin-top: 10px;
}
.form.form--full .form__control {
  width: 100%;
  display: inline-block;
}

.datepicker-picker {
  border-radius: 0;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
  background: #712dcf !important;
  background-color: var(--primary-color) !important;
  border-radius: 50%;
}

.datepicker-cell.today:not(.selected) {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: var(--primary-color) !important;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
}

body .frm_style_stile-di-formidable.with_frm_style .form-field {
  margin-bottom: 30px;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_description {
  display: none;
}
body .frm_style_stile-di-formidable.with_frm_style label.frm_primary_label {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}
body .frm_style_stile-di-formidable.with_frm_style select,
body .frm_style_stile-di-formidable.with_frm_style textarea,
body .frm_style_stile-di-formidable.with_frm_style input[type=text],
body .frm_style_stile-di-formidable.with_frm_style input[type=email] {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  color: #000000 !important;
  border: 2px solid #040809;
  border-radius: 0;
  background: #ffffff;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  box-shadow: none;
}
@media (max-width: 1023.98px) {
  body .frm_style_stile-di-formidable.with_frm_style select,
body .frm_style_stile-di-formidable.with_frm_style textarea,
body .frm_style_stile-di-formidable.with_frm_style input[type=text],
body .frm_style_stile-di-formidable.with_frm_style input[type=email] {
    height: 42px;
  }
}
body .frm_style_stile-di-formidable.with_frm_style select:invalid,
body .frm_style_stile-di-formidable.with_frm_style textarea:invalid,
body .frm_style_stile-di-formidable.with_frm_style input[type=text]:invalid,
body .frm_style_stile-di-formidable.with_frm_style input[type=email]:invalid {
  border: 2px solid red !important;
}
body .frm_style_stile-di-formidable.with_frm_style select:focus, body .frm_style_stile-di-formidable.with_frm_style select:focus-visible,
body .frm_style_stile-di-formidable.with_frm_style textarea:focus,
body .frm_style_stile-di-formidable.with_frm_style textarea:focus-visible,
body .frm_style_stile-di-formidable.with_frm_style input[type=text]:focus,
body .frm_style_stile-di-formidable.with_frm_style input[type=text]:focus-visible,
body .frm_style_stile-di-formidable.with_frm_style input[type=email]:focus,
body .frm_style_stile-di-formidable.with_frm_style input[type=email]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 2px solid #000000 !important;
}
body .frm_style_stile-di-formidable.with_frm_style textarea {
  height: auto;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_radio + .frm_radio {
  margin-top: 4px;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox + .frm_checkbox {
  margin-top: 4px;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_radio input[type=radio]:before,
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox input[type=checkbox]:before {
  box-shadow: inset 10px 10px #000000;
  width: 10px;
  height: 10px;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_radio input[type=radio],
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox input[type=checkbox] {
  box-shadow: none !important;
  border: 2px solid #000000 !important;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_radio input[type=radio]:focus, body .frm_style_stile-di-formidable.with_frm_style .frm_radio input[type=radio]:focus-visible,
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox input[type=checkbox]:focus,
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox input[type=checkbox]:focus-visible {
  border: 2px solid #000000 !important;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_radio label,
body .frm_style_stile-di-formidable.with_frm_style .frm_checkbox label {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

body .frm_style_stile-di-formidable.with_frm_style .frm_submit button {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 700;
  background: none;
  width: 100% !important;
  text-align: center;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_submit button:hover {
  color: #000000 !important;
}

body .frm_style_stile-di-formidable.with_frm_style .frm_loading_form .frm_submit button {
  background: none !important;
  color: #000000 !important;
  border: none !important;
  pointer-events: none !important;
}
body .frm_style_stile-di-formidable.with_frm_style .frm_loading_form .frm_submit button:before {
  transform: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border-color: #000000 !important;
}

/* easeOutExpo */
.skip-to-content-link {
  background: #712dcf;
  background: var(--primary-color);
  left: calc(50% - 160px);
  text-align: center;
  position: absolute;
  transform: translateY(calc(-100% - 5px));
  transition: transform 0.3s;
  z-index: 3;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}

/* easeOutExpo */
.coMwork-catalog-plugin {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root {
  max-width: none;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__wrapper {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__wrapper .StyledSearchBarWrapper {
  display: block;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__wrapper .StyledSearchBarWrapper .styledSearchFieldInput {
  border: 2px solid #040809 !important;
  font-weight: 700;
  max-width: 100% !important;
  padding-right: 90px !important;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__wrapper .StyledSearchBarWrapper .styledSearchFieldInput:-ms-input-placeholder {
  opacity: 0.6;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__wrapper .StyledSearchBarWrapper .styledSearchFieldInput::placeholder {
  opacity: 0.6;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__button {
  background: none;
  outline: none;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__button span {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__button span svg {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .searchBar__button span svg path {
  fill: #000;
  opacity: 0.5;
}
.coMwork-catalog-plugin .MuiBox-root .advancedSearchBtnLink {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .advancedSearchBtnLink__wrapper {
  visibility: visible;
}
.coMwork-catalog-plugin .MuiBox-root .advancedSearchBtnLink__wrapper .advancedSearchBtnLink {
  font-size: 15px !important;
  line-height: 2;
  box-shadow: 6px 4px 16px 0 rgba(0, 0, 0, 0.1);
  min-width: 260px;
  margin: 5px 20px;
  background: #ff7a37;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  padding: 8px 20px;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.coMwork-catalog-plugin .MuiBox-root .StyledResultsListWrapper {
  margin-top: 40px;
}
.coMwork-catalog-plugin .MuiBox-root .StyledResultsListWrapper .ResultsCollectionDisplayer__StyledTileWrapper {
  border: 1px solid #666;
}
.coMwork-catalog-plugin .MuiBox-root .StyledResultsListWrapper .ResultsCollectionDisplayer__StyledDescTextWrapper {
  padding: 15px;
}
.coMwork-catalog-plugin .MuiBox-root .StyledResultsListWrapper .ResultsCollectionDisplayer__StyledDescText {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.coMwork-catalog-plugin .MuiBox-root .FilterBox_StyledWrapper {
  background-color: #ff7a37;
}
.coMwork-catalog-plugin .MuiBox-root .FilterBox_StyledWrapper button {
  outline: none;
}
.coMwork-catalog-plugin .MuiBox-root .FilterBox_StyledWrapper .MuiPaper-elevation1 {
  background-color: #ff7a37 !important;
}
.coMwork-catalog-plugin .MuiBox-root .FilterBox_StyledWrapper .MuiSwitch-thumb {
  background-color: #fff;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list {
  /*width: 100% !important;*/
  margin: 0 auto;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item {
  border: 1px solid #666;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink {
  width: 100%;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ {
  padding: 0;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .MuiBox-root {
  padding: 0;
  margin: 0;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .MuiBox-root .fcuIeZ {
  font-size: 15px;
  font-weight: normal;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .MuiBox-root .icrPDL {
  font-size: 15px;
  font-weight: 600;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .MuiBox-root .MasonryItem__MasonryTitle, .coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .MuiBox-root .MasonryItem__MasonryText {
  padding: 15px;
}
.coMwork-catalog-plugin .MuiBox-root .photo-list .photo-item .MasonryItem__StyledTileLink .tEqoJ .TKOwQ {
  padding: 0;
}
.coMwork-catalog-plugin .MuiBox-root .ResultListItem__StyledListItem {
  border-bottom: 2px solid #040809;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.coMwork-catalog-plugin .MuiBox-root .ResultListItem__StyledListItem .kuxpDf {
  max-width: 150px;
  height: auto;
}
.coMwork-catalog-plugin .MuiBox-root .ResultListItem__StyledListItem .kuxpDf img {
  visibility: visible;
}
.coMwork-catalog-plugin .jyUyfg, .coMwork-catalog-plugin .StyledTablePaginationWrapper, .coMwork-catalog-plugin .EVaTU {
  background: none;
  position: relative;
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox, .coMwork-catalog-plugin .EVaTU .PaginationBox {
  visibility: visible;
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox__wrapper, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox__wrapper, .coMwork-catalog-plugin .EVaTU .PaginationBox__wrapper {
  visibility: visible;
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox__wrapper .PaginationBox__infiniteWrapper, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox__wrapper .PaginationBox__infiniteWrapper, .coMwork-catalog-plugin .EVaTU .PaginationBox__wrapper .PaginationBox__infiniteWrapper {
  visibility: visible;
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiButton-outlined, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiButton-outlined, .coMwork-catalog-plugin .EVaTU .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiButton-outlined {
  background: #ff7a37;
  border: none;
  border-radius: 0;
  color: #fff;
  outline: none;
  padding: 8px 20px;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root, .coMwork-catalog-plugin .EVaTU .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.coMwork-catalog-plugin .jyUyfg .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root .paginationBox__currentRecord, .coMwork-catalog-plugin .StyledTablePaginationWrapper .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root .paginationBox__currentRecord, .coMwork-catalog-plugin .EVaTU .PaginationBox__wrapper .PaginationBox__infiniteWrapper .MuiBox-root .paginationBox__currentRecord {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.coMwork-catalog-plugin .goBackBtn__wrapper {
  background: none;
}
.coMwork-catalog-plugin .goBackBtn__wrapper .MuiButton-text {
  outline: none;
  padding: 0;
  background: none;
}
.coMwork-catalog-plugin .goBackBtn__wrapper .MuiButton-text:hover svg {
  left: -5px;
}
.coMwork-catalog-plugin .goBackBtn__wrapper .MuiButton-startIcon {
  visibility: visible;
}
.coMwork-catalog-plugin .goBackBtn__wrapper .MuiButton-startIcon svg {
  width: 27px;
  height: 27px;
  position: relative;
  left: 0;
  transition: cubic-bezier(0.54, 0.01, 0.2, 1);
}
.coMwork-catalog-plugin .goBackBtn__wrapper .MuiButton-startIcon svg path {
  fill: #000;
}
.coMwork-catalog-plugin .goBackBtn__wrapper .StyledGoBackText {
  color: #000;
  font-weight: 700;
}
.coMwork-catalog-plugin .details__headerBox {
  margin-bottom: 50px;
}
.coMwork-catalog-plugin .details__headerBox .details__headerOneWrapper {
  margin-top: 20px;
}
.coMwork-catalog-plugin .details__headerBox .details__headerOneWrapper .MuiTypography-h5 {
  font-size: 30px;
  font-weight: 700;
}
.coMwork-catalog-plugin .details__headerBox .details__headerOneWrapper .MuiTypography-h6 {
  font-size: 20px;
}
.coMwork-catalog-plugin .details__specifitData_wrapper {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
}
.coMwork-catalog-plugin .details__specifitData_wrapper .details__specifitData_title {
  font-size: 15px;
  padding-right: 4px !important;
  text-transform: none;
  font-weight: 600;
}
.coMwork-catalog-plugin .details__specifitData_wrapper .details__specifitData_text {
  font-size: 16px;
}
.coMwork-catalog-plugin .cSvqGb {
  background-color: rgb(248, 248, 248);
  padding-top: 0;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile {
  border: 1px solid #666;
  box-shadow: none;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink {
  visibility: visible;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj {
  padding: 0;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj .TKOwQ {
  padding: 0;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj .MuiBox-root {
  margin: 0;
  padding: 0;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj .MuiBox-root .MasonryItem__MasonryTitle {
  font-weight: 400;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj .MuiBox-root .MasonryItem__MasonryText {
  font-weight: 600;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .sc-hiwPVj .MuiBox-root p {
  padding: 15px;
  font-size: 15px;
}
.coMwork-catalog-plugin .ResultsGridDisplayer_MasonryItemWrapperMobile .MasonryItem__StyledTileLink .tEqoJ {
  visibility: visible;
}

.skip-to-content-link {
  background: #712dcf;
  background: var(--primary-color);
  left: calc(50% - 160px);
  text-align: center;
  position: absolute;
  transform: translateY(calc(-100% - 5px));
  transition: transform 0.3s;
  z-index: 3;
}
.skip-to-content-link:focus {
  transform: translateY(0%);
}

/* easeOutExpo */
.hero {
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(4, 8, 9, 0.5) 0%, rgba(4, 8, 9, 0.45) 51.67%, rgba(4, 8, 9, 0.5) 100%);
}
.hero .hero__wrapper {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  right: 0;
  left: 0;
}
@media (max-width: 1479.98px) {
  .hero .hero__wrapper {
    bottom: 40px;
  }
}
.hero .hero__wrapper .content * + .author {
  margin-top: 80px;
  font-weight: 700;
}
@media (max-width: 1479.98px) {
  .hero .hero__wrapper .content * + .author {
    margin-top: 10px;
  }
}

.hero--fullimage-double .img--3-2 picture {
  padding-bottom: 76%;
}
.hero--fullimage-double .img--hero {
  z-index: 1;
}
.hero--fullimage-double .img--hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(4, 8, 9, 0.5) 0%, rgba(4, 8, 9, 0.45) 51.67%, rgba(4, 8, 9, 0.5) 100%);
}
.hero--fullimage-double:before {
  display: none;
}
.hero--fullimage-double .hero__wrapper {
  top: 240px;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .hero--fullimage-double .hero__wrapper {
    top: 170px;
  }
}
.hero--fullimage-double .hero__img-double {
  position: relative;
  z-index: 1;
  top: -52vh;
}
@media (max-width: 1479.98px) {
  .hero--fullimage-double .hero__img-double {
    top: -50vh;
  }
}
@media (max-width: 1239.98px) {
  .hero--fullimage-double .hero__img-double {
    top: -30vh;
  }
}
@media (max-device-height: 600px) {
  .hero--fullimage-double .hero__img-double {
    top: -11vh;
  }
}
@media (max-width: 1023.98px) {
  .hero--fullimage-double .hero__img-double {
    top: -15vh;
  }
}
@media (max-width: 1239.98px) {
  .hero--fullimage-double .img--hero picture {
    height: 80vh;
  }
}
@media (max-width: 1023.98px) {
  .hero--fullimage-double .img--hero picture {
    height: 65vh;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 1024px) {
  .hero--fullimage-double .img--hero picture {
    height: 100vh;
  }
}

.hero--fullimage-double + .section {
  margin-top: calc(-52vh + 120px);
}
@media (max-width: 1479.98px) {
  .hero--fullimage-double + .section {
    margin-top: calc(-50vh + 120px);
  }
}
@media (max-width: 1239.98px) {
  .hero--fullimage-double + .section {
    margin-top: calc(-30vh + 80px);
  }
}
@media (max-width: 1023.98px) {
  .hero--fullimage-double + .section {
    margin-top: calc(-15vh + 40px);
  }
}

.hero--col2 .row {
  align-items: center;
}
@media (max-width: 1023.98px) {
  .hero--col2 .hero__primary {
    margin-bottom: 20px;
  }
}
.hero--col2 .hero__wrapper {
  margin: 330px 0 80px 0;
  position: static;
}
@media (max-width: 1023.98px) {
  .hero--col2 .hero__wrapper {
    margin: 180px 0 40px 0;
  }
}
.hero--col2:before {
  display: none;
}
.hero--col2 .label {
  color: #712dcf;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 40px;
}

.hero--title .row, .hero--title-sidebar .row, .hero--title-alt .row {
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .hero--title .hero__primary, .hero--title-sidebar .hero__primary, .hero--title-alt .hero__primary {
    margin-bottom: 20px;
  }
}
.hero--title .hero__wrapper, .hero--title-sidebar .hero__wrapper, .hero--title-alt .hero__wrapper {
  margin: 330px 0 80px 0;
  position: static;
}
@media (max-width: 1023.98px) {
  .hero--title .hero__wrapper, .hero--title-sidebar .hero__wrapper, .hero--title-alt .hero__wrapper {
    margin: 180px 0 40px 0;
  }
}
.hero--title:before, .hero--title-sidebar:before, .hero--title-alt:before {
  display: none;
}
.hero--title-sidebar .hero__wrapper {
  margin: 250px 0 80px 0;
}
@media (max-width: 1023.98px) {
  .hero--title-sidebar .hero__wrapper {
    margin: 140px 0 80px 0;
  }
}
.hero--title-image .row {
  align-items: flex-end;
}
@media (max-width: 1023.98px) {
  .hero--title-image .hero__primary {
    margin-bottom: 20px;
  }
}

.hero.section--color:after {
  background: #712dcf;
  background: var(--primary-color);
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0px;
}
.hero.section--color.hero--col2:after, .hero.section--color.hero--title:after, .hero.section--color.hero--title-alt:after, .hero.section--color.hero--title-sidebar:after {
  top: -330px;
  height: calc(100% + 330px + 80px);
}
.hero.section--color .hero__wrapper .content * + .author {
  margin-top: 80px;
}
@media (max-width: 1479.98px) {
  .hero.section--color .hero__wrapper .content * + .author {
    margin-top: 10px;
  }
}

.hero--fullslider .hero__wrapper {
  bottom: 180px;
}
@media (max-width: 767.98px) {
  .hero--fullslider .hero__wrapper {
    bottom: 110px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 1024px) {
  .hero--fullslider .hero__wrapper .container .row .content > * {
    margin: 0 !important;
  }
}

.header + .hero--fullimage,
.header + .hero--fullimage-double,
.header + .hero--col2,
.header + .hero--title,
.header + .hero--title-alt,
.header + .hero--title-sidebar,
.header + .hero--title-image {
  margin-top: -193px;
}
@media (max-width: 1023.98px) {
  .header + .hero--fullimage,
.header + .hero--fullimage-double,
.header + .hero--col2,
.header + .hero--title,
.header + .hero--title-alt,
.header + .hero--title-sidebar,
.header + .hero--title-image {
    margin-top: -94px;
  }
}

/* easeOutExpo */
.content > * {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .content > * {
    margin-top: 20px;
  }
}
.content > *:first-child {
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #712dcf;
  color: var(--primary-color);
}
.content strong,
.content a:not(.btn--ico):not(.btn--ico-ghost):not(.btn--ico-color):not(.btn--small-color):not(.btn--ico-ghost-color):not(.btn--ico-ghost-white) {
  color: #712dcf;
  color: var(--primary-color);
}
.content blockquote {
  color: #712dcf;
  color: var(--primary-color);
  position: relative;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1023.98px) {
  .content blockquote {
    padding-left: 45px;
    margin-bottom: 20px;
  }
}
.content blockquote .ico-svg {
  fill: #712dcf;
  fill: var(--primary-color);
  position: absolute;
  z-index: 1;
  left: -75px;
  top: 7px;
  width: 50px;
  height: 40px;
}
@media (max-width: 1023.98px) {
  .content blockquote .ico-svg {
    width: 30px;
    height: 25px;
    top: 3px;
    left: 0;
  }
}
.content blockquote p {
  fill: #712dcf;
  fill: var(--primary-color);
  font-weight: 400;
}
.content blockquote p + p {
  margin-top: 20px;
}
.content blockquote + figcaption cite {
  color: #040809;
  font-weight: 700;
  font-style: normal;
}
.content blockquote + figcaption strong {
  color: #040809;
}
.content ul li {
  padding-left: 40px;
  position: relative;
}
.content ul li:before {
  background: #712dcf;
  background: var(--primary-color);
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}
@media (max-width: 1023.98px) {
  .content ul li:before {
    top: 10px;
  }
}
.content address h1,
.content address h2,
.content address h3,
.content address h4,
.content address h5,
.content address h6,
.content address p,
.content address a {
  color: #040809;
}
.content address li {
  padding: 0;
}
.content address li:before {
  display: none;
}
.content address p {
  margin-bottom: 20px;
}
.content address a {
  text-decoration: none;
}
.content address a:hover {
  text-decoration: underline;
}
.content address .ico-svg {
  width: 10px;
  height: 10px;
}
.content address.address--big .ico-svg {
  width: 16px;
  height: 16px;
}
.content .title .ico-svg {
  fill: #712dcf;
  fill: var(--primary-color);
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1023.98px) {
  .content .title .ico-svg {
    position: relative;
    top: 7px;
  }
}
.content .subtitle {
  font-weight: 700;
}
.content .eyelet picture {
  margin-right: 10px;
}
.content .eyelet span {
  color: #712dcf;
  color: var(--primary-color);
}
.content .banner,
.content .numbers {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .content .banner,
.content .numbers {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.content .banner .banner__img {
  min-height: 400px;
}
.content .banner--flat .banner__content .box,
.content .banner--variant .banner__content .box {
  padding: 40px;
}
@media (max-width: 767.98px) {
  .content .banner--flat .banner__content .box,
.content .banner--variant .banner__content .box {
    padding: 20px;
  }
}
.content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title {
  color: #ffffff;
}
@media (max-width: 1239.98px) {
  .content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title {
    font-size: 1.5555555556rem;
    line-height: 1.8888888889rem;
  }
}
@media (max-width: 1023.98px) {
  .content .banner--flat .banner__content .title,
.content .banner--variant .banner__content .title {
    font-size: 1.4444444444rem;
    line-height: 1.6666666667rem;
  }
}
.content .banner--outside.banner--flat .banner__content .box, .content .banner--outside.banner--variant .banner__content .box {
  padding: 80px;
}
@media (max-width: 767.98px) {
  .content .banner--outside.banner--flat .banner__content .box, .content .banner--outside.banner--variant .banner__content .box {
    padding: 20px;
  }
}
.content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title {
  color: #ffffff;
}
@media (max-width: 1239.98px) {
  .content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title {
    font-size: 1.8888888889rem;
    line-height: 2.2222222222rem;
  }
}
@media (max-width: 1023.98px) {
  .content .banner--outside.banner--flat .title, .content .banner--outside.banner--variant .title {
    font-size: 1.6666666667rem;
    line-height: 1.8888888889rem;
  }
}
.content .banner--outside.banner--flat .banner__img, .content .banner--outside.banner--variant .banner__img {
  min-height: 530px;
}

.content--light h1, .listing.section--color .content h1, .hero--fullimage .content h1, .hero--fullimage-double .content h1, .hero.section--color .hero__wrapper .content h1,
.content--light h2,
.listing.section--color .content h2,
.hero--fullimage .content h2,
.hero--fullimage-double .content h2,
.hero.section--color .hero__wrapper .content h2,
.content--light h3,
.listing.section--color .content h3,
.hero--fullimage .content h3,
.hero--fullimage-double .content h3,
.hero.section--color .hero__wrapper .content h3,
.content--light h4,
.listing.section--color .content h4,
.hero--fullimage .content h4,
.hero--fullimage-double .content h4,
.hero.section--color .hero__wrapper .content h4,
.content--light h5,
.listing.section--color .content h5,
.hero--fullimage .content h5,
.hero--fullimage-double .content h5,
.hero.section--color .hero__wrapper .content h5,
.content--light h6,
.listing.section--color .content h6,
.hero--fullimage .content h6,
.hero--fullimage-double .content h6,
.hero.section--color .hero__wrapper .content h6,
.content--light strong,
.listing.section--color .content strong,
.hero--fullimage .content strong,
.hero--fullimage-double .content strong,
.hero.section--color .hero__wrapper .content strong,
.content--light p,
.listing.section--color .content p,
.hero--fullimage .content p,
.hero--fullimage-double .content p,
.hero.section--color .hero__wrapper .content p,
.content--light a,
.listing.section--color .content a,
.hero--fullimage .content a,
.hero--fullimage-double .content a,
.hero.section--color .hero__wrapper .content a,
.content--light blockquote,
.listing.section--color .content blockquote,
.hero--fullimage .content blockquote,
.hero--fullimage-double .content blockquote,
.hero.section--color .hero__wrapper .content blockquote,
.content--light figcaption,
.listing.section--color .content figcaption,
.hero--fullimage .content figcaption,
.hero--fullimage-double .content figcaption,
.hero.section--color .hero__wrapper .content figcaption,
.content--light cite,
.listing.section--color .content cite,
.hero--fullimage .content cite,
.hero--fullimage-double .content cite,
.hero.section--color .hero__wrapper .content cite,
.content--light ul,
.listing.section--color .content ul,
.hero--fullimage .content ul,
.hero--fullimage-double .content ul,
.hero.section--color .hero__wrapper .content ul,
.content--light li,
.listing.section--color .content li,
.hero--fullimage .content li,
.hero--fullimage-double .content li,
.hero.section--color .hero__wrapper .content li,
.content--light label,
.listing.section--color .content label,
.hero--fullimage .content label,
.hero--fullimage-double .content label,
.hero.section--color .hero__wrapper .content label,
.content--light .title,
.listing.section--color .content .title,
.hero--fullimage .content .title,
.hero--fullimage-double .content .title,
.hero.section--color .hero__wrapper .content .title,
.content--light .eyelet,
.listing.section--color .content .eyelet,
.hero--fullimage .content .eyelet,
.hero--fullimage-double .content .eyelet,
.hero.section--color .hero__wrapper .content .eyelet {
  color: #ffffff;
}
.content--light h1 .ico-svg, .listing.section--color .content h1 .ico-svg, .hero--fullimage .content h1 .ico-svg, .hero--fullimage-double .content h1 .ico-svg, .hero.section--color .hero__wrapper .content h1 .ico-svg,
.content--light h2 .ico-svg,
.listing.section--color .content h2 .ico-svg,
.hero--fullimage .content h2 .ico-svg,
.hero--fullimage-double .content h2 .ico-svg,
.hero.section--color .hero__wrapper .content h2 .ico-svg,
.content--light h3 .ico-svg,
.listing.section--color .content h3 .ico-svg,
.hero--fullimage .content h3 .ico-svg,
.hero--fullimage-double .content h3 .ico-svg,
.hero.section--color .hero__wrapper .content h3 .ico-svg,
.content--light h4 .ico-svg,
.listing.section--color .content h4 .ico-svg,
.hero--fullimage .content h4 .ico-svg,
.hero--fullimage-double .content h4 .ico-svg,
.hero.section--color .hero__wrapper .content h4 .ico-svg,
.content--light h5 .ico-svg,
.listing.section--color .content h5 .ico-svg,
.hero--fullimage .content h5 .ico-svg,
.hero--fullimage-double .content h5 .ico-svg,
.hero.section--color .hero__wrapper .content h5 .ico-svg,
.content--light h6 .ico-svg,
.listing.section--color .content h6 .ico-svg,
.hero--fullimage .content h6 .ico-svg,
.hero--fullimage-double .content h6 .ico-svg,
.hero.section--color .hero__wrapper .content h6 .ico-svg,
.content--light strong .ico-svg,
.listing.section--color .content strong .ico-svg,
.hero--fullimage .content strong .ico-svg,
.hero--fullimage-double .content strong .ico-svg,
.hero.section--color .hero__wrapper .content strong .ico-svg,
.content--light p .ico-svg,
.listing.section--color .content p .ico-svg,
.hero--fullimage .content p .ico-svg,
.hero--fullimage-double .content p .ico-svg,
.hero.section--color .hero__wrapper .content p .ico-svg,
.content--light a .ico-svg,
.listing.section--color .content a .ico-svg,
.hero--fullimage .content a .ico-svg,
.hero--fullimage-double .content a .ico-svg,
.hero.section--color .hero__wrapper .content a .ico-svg,
.content--light blockquote .ico-svg,
.listing.section--color .content blockquote .ico-svg,
.hero--fullimage .content blockquote .ico-svg,
.hero--fullimage-double .content blockquote .ico-svg,
.hero.section--color .hero__wrapper .content blockquote .ico-svg,
.content--light figcaption .ico-svg,
.listing.section--color .content figcaption .ico-svg,
.hero--fullimage .content figcaption .ico-svg,
.hero--fullimage-double .content figcaption .ico-svg,
.hero.section--color .hero__wrapper .content figcaption .ico-svg,
.content--light cite .ico-svg,
.listing.section--color .content cite .ico-svg,
.hero--fullimage .content cite .ico-svg,
.hero--fullimage-double .content cite .ico-svg,
.hero.section--color .hero__wrapper .content cite .ico-svg,
.content--light ul .ico-svg,
.listing.section--color .content ul .ico-svg,
.hero--fullimage .content ul .ico-svg,
.hero--fullimage-double .content ul .ico-svg,
.hero.section--color .hero__wrapper .content ul .ico-svg,
.content--light li .ico-svg,
.listing.section--color .content li .ico-svg,
.hero--fullimage .content li .ico-svg,
.hero--fullimage-double .content li .ico-svg,
.hero.section--color .hero__wrapper .content li .ico-svg,
.content--light label .ico-svg,
.listing.section--color .content label .ico-svg,
.hero--fullimage .content label .ico-svg,
.hero--fullimage-double .content label .ico-svg,
.hero.section--color .hero__wrapper .content label .ico-svg,
.content--light .title .ico-svg,
.listing.section--color .content .title .ico-svg,
.hero--fullimage .content .title .ico-svg,
.hero--fullimage-double .content .title .ico-svg,
.hero.section--color .hero__wrapper .content .title .ico-svg,
.content--light .eyelet .ico-svg,
.listing.section--color .content .eyelet .ico-svg,
.hero--fullimage .content .eyelet .ico-svg,
.hero--fullimage-double .content .eyelet .ico-svg,
.hero.section--color .hero__wrapper .content .eyelet .ico-svg {
  fill: #ffffff;
}
.content--light li:before, .listing.section--color .content li:before, .hero--fullimage .content li:before, .hero--fullimage-double .content li:before, .hero.section--color .hero__wrapper .content li:before {
  background-color: #ffffff;
}
.content--light .title .ico-svg, .listing.section--color .content .title .ico-svg, .hero--fullimage .content .title .ico-svg, .hero--fullimage-double .content .title .ico-svg, .hero.section--color .hero__wrapper .content .title .ico-svg {
  fill: #ffffff;
}

.content--dark h1, .columns.section--color .content h1,
.content--dark h2,
.columns.section--color .content h2,
.content--dark h3,
.columns.section--color .content h3,
.content--dark h4,
.columns.section--color .content h4,
.content--dark h5,
.columns.section--color .content h5,
.content--dark h6,
.columns.section--color .content h6,
.content--dark strong,
.columns.section--color .content strong,
.content--dark p,
.columns.section--color .content p,
.content--dark a,
.columns.section--color .content a,
.content--dark blockquote,
.columns.section--color .content blockquote,
.content--dark figcaption,
.columns.section--color .content figcaption,
.content--dark cite,
.columns.section--color .content cite,
.content--dark ul,
.columns.section--color .content ul,
.content--dark li,
.columns.section--color .content li,
.content--dark label,
.columns.section--color .content label,
.content--dark .title,
.columns.section--color .content .title,
.content--dark .eyelet,
.columns.section--color .content .eyelet {
  color: #040809;
}
.content--dark h1 .ico-svg, .columns.section--color .content h1 .ico-svg,
.content--dark h2 .ico-svg,
.columns.section--color .content h2 .ico-svg,
.content--dark h3 .ico-svg,
.columns.section--color .content h3 .ico-svg,
.content--dark h4 .ico-svg,
.columns.section--color .content h4 .ico-svg,
.content--dark h5 .ico-svg,
.columns.section--color .content h5 .ico-svg,
.content--dark h6 .ico-svg,
.columns.section--color .content h6 .ico-svg,
.content--dark strong .ico-svg,
.columns.section--color .content strong .ico-svg,
.content--dark p .ico-svg,
.columns.section--color .content p .ico-svg,
.content--dark a .ico-svg,
.columns.section--color .content a .ico-svg,
.content--dark blockquote .ico-svg,
.columns.section--color .content blockquote .ico-svg,
.content--dark figcaption .ico-svg,
.columns.section--color .content figcaption .ico-svg,
.content--dark cite .ico-svg,
.columns.section--color .content cite .ico-svg,
.content--dark ul .ico-svg,
.columns.section--color .content ul .ico-svg,
.content--dark li .ico-svg,
.columns.section--color .content li .ico-svg,
.content--dark label .ico-svg,
.columns.section--color .content label .ico-svg,
.content--dark .title .ico-svg,
.columns.section--color .content .title .ico-svg,
.content--dark .eyelet .ico-svg,
.columns.section--color .content .eyelet .ico-svg {
  fill: #040809;
}
.content--dark li:before, .columns.section--color .content li:before {
  background-color: #040809;
}
.content--dark .title .ico-svg, .columns.section--color .content .title .ico-svg {
  fill: #040809;
}

.content--small blockquote {
  margin-bottom: 20px;
}
@media (max-width: 1023.98px) {
  .content--small blockquote {
    margin-bottom: 10px;
  }
}
.content--strict > *, .hero .hero__wrapper .content > *, .hero.section--color .hero__wrapper .content > * {
  margin-top: 20px !important;
}
.content--strict > *:first-child, .hero .hero__wrapper .content > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 1479.98px) {
  .content--strict > *, .hero .hero__wrapper .content > *, .hero.section--color .hero__wrapper .content > * {
    margin-top: 10px !important;
  }
  .content--strict > *:first-child, .hero .hero__wrapper .content > *:first-child {
    margin-top: 0 !important;
  }
}

.content--colored .h1,
.content--colored .h2,
.content--colored .h3,
.content--colored .h4,
.content--colored .h5,
.content--colored .h6 {
  color: #712dcf;
  color: var(--primary-color);
}
.content--colored strong,
.content--colored a {
  color: #712dcf;
  color: var(--primary-color);
}

/* easeOutExpo */
.images-list {
  margin-bottom: -40px;
}
@media (max-width: 767.98px) {
  .images-list {
    margin-bottom: -20px;
  }
}
.images-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -20px;
}
@media (max-width: 767.98px) {
  .images-list ul {
    margin: 0 -10px;
  }
}
.images-list ul.adapted-to-images {
  flex-wrap: nowrap;
}
.images-list ul.adapted-to-images li {
  max-width: none;
}
.images-list li {
  padding: 0;
  margin: 0;
  flex-basis: 100%;
  padding: 0 20px;
  max-width: 25%;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .images-list li {
    padding: 0 10px;
    margin-bottom: 20px;
    max-width: 33.333%;
  }
}

/* easeOutExpo */
.call-to-actions ul {
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
}
@media (max-width: 767.98px) {
  .call-to-actions ul {
    margin: 0;
    display: block;
  }
}
.call-to-actions ul li {
  flex-basis: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .call-to-actions ul li {
    padding: 0;
    margin-bottom: 20px;
  }
}
.call-to-actions ul.share li {
  flex-basis: auto;
}
.call-to-actions .btn--ico, .call-to-actions .nav--dark .header__nav-main .btn--ico-ghost, .nav--dark .header__nav-main .call-to-actions .btn--ico-ghost, .call-to-actions .header--dark .nav .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .call-to-actions .btn--ico-ghost,
.call-to-actions .header--dark .nav--service .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .call-to-actions .btn--ico-ghost, .call-to-actions .btn--ico-ghost, .call-to-actions .btn--ico-color, .call-to-actions .nav--color .header__nav-main .btn--ico-ghost, .nav--color .header__nav-main .call-to-actions .btn--ico-ghost, .call-to-actions .header--color .nav .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .call-to-actions .btn--ico-ghost,
.call-to-actions .header--color .nav--service .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .call-to-actions .btn--ico-ghost,
.call-to-actions .-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .call-to-actions .btn--ico-ghost,
.call-to-actions .-search-open .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .call-to-actions .btn--ico-ghost, .call-to-actions .btn--small-color, .call-to-actions .btn--ico-ghost-color, .call-to-actions .btn--ico-ghost-white {
  width: 100%;
  min-width: auto;
}
.call-to-actions + .section.call-to-actions {
  margin-top: 20px;
}

/* easeOutExpo */
.download__item {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 40px 20px 0;
  color: #040809;
  text-decoration: none;
  border-bottom: 2px solid #dfdfdf;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
.download__item span {
  position: relative;
  z-index: 2;
  font-weight: 400;
}
.download__item svg {
  fill: #712dcf;
  fill: var(--primary-color);
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: 0.3s cubic-bezier(0.54, 0.01, 0.2, 1) all;
}
@media (hover: hover) {
  .download__item:hover {
    padding: 20px 40px 20px 20px;
    background: #dfdfdf;
  }
  .download__item:hover svg {
    right: 20px;
  }
}
.download__item:focus-visible {
  padding: 20px 40px 20px 20px;
  background: #dfdfdf;
}
.download__item:focus-visible svg {
  right: 20px;
}

.download--switch .download__item, .accordion__content .download .download__item {
  border-top: 2px solid #dfdfdf;
  border-bottom: 0;
}

.download--marker .download__item, .accordion__content .download .download__item {
  color: #712dcf;
  color: var(--primary-color);
}

.download--dark, .accordion--dark .accordion__content .download, .columns.section--color .accordion .accordion__content .download {
  color: #040809;
}
.download--dark .download__item, .accordion--dark .accordion__content .download .download__item, .columns.section--color .accordion .accordion__content .download .download__item {
  color: #040809;
  border-top: 0;
  border-bottom: 2px solid #040809;
}
.download--dark .download__item svg, .accordion--dark .accordion__content .download .download__item svg, .columns.section--color .accordion .accordion__content .download .download__item svg {
  fill: #040809;
}
@media (hover: hover) {
  .download--dark .download__item:hover, .accordion--dark .accordion__content .download .download__item:hover, .columns.section--color .accordion .accordion__content .download .download__item:hover {
    background: #040809;
    color: #ffffff;
  }
  .download--dark .download__item:hover svg, .accordion--dark .accordion__content .download .download__item:hover svg, .columns.section--color .accordion .accordion__content .download .download__item:hover svg {
    fill: #ffffff;
  }
}
.download--dark .download__item:focus-visible, .accordion--dark .accordion__content .download .download__item:focus-visible, .columns.section--color .accordion .accordion__content .download .download__item:focus-visible {
  background: #040809;
  color: #ffffff;
}
.download--dark .download__item:focus-visible svg, .accordion--dark .accordion__content .download .download__item:focus-visible svg, .columns.section--color .accordion .accordion__content .download .download__item:focus-visible svg {
  fill: #ffffff;
}
.download--dark.download--switch .download__item, .accordion__content .download--dark.download .download__item, .accordion--dark .accordion__content .download .download__item, .columns.section--color .accordion .accordion__content .download .download__item {
  border-top: 2px solid #040809;
  border-bottom: 0;
}

/* easeOutExpo */
.spot {
  background: #712dcf;
  background: var(--primary-color);
  padding: 80px 0;
}
@media (max-width: 1023.98px) {
  .spot {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .spot {
    padding: 20px 0;
  }
}
.spot figure figcaption {
  color: #ffffff;
}

/* easeOutExpo */
.billboard {
  background: #ffffff;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 1023.98px) {
  .billboard {
    padding: 40px 0;
  }
}
.billboard .box .title {
  color: #712dcf;
  color: var(--primary-color);
}
.billboard .box .text {
  color: #040809;
}
.billboard .box .title + .text {
  margin-top: 20px;
}
.billboard .box .text + .cta {
  margin-top: 40px;
}
.billboard picture {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .billboard picture {
    top: -80px;
  }
}
.billboard picture img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .billboard picture img {
    opacity: 0.2;
  }
}
.billboard__form .btn--ico, .billboard__form .nav--dark .header__nav-main .btn--ico-ghost, .nav--dark .header__nav-main .billboard__form .btn--ico-ghost, .billboard__form .header--dark .nav .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .billboard__form .btn--ico-ghost,
.billboard__form .header--dark .nav--service .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .billboard__form .btn--ico-ghost, .billboard__form .btn--ico-color, .billboard__form .nav--color .header__nav-main .btn--ico-ghost, .nav--color .header__nav-main .billboard__form .btn--ico-ghost, .billboard__form .header--color .nav .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .billboard__form .btn--ico-ghost,
.billboard__form .header--color .nav--service .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .billboard__form .btn--ico-ghost,
.billboard__form .-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .billboard__form .btn--ico-ghost,
.billboard__form .-search-open .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .billboard__form .btn--ico-ghost, .billboard__form .btn--small-color, .billboard__form .btn--ico-ghost-color, .billboard__form .btn--ico-ghost-white,
.billboard__form .btn--ico-ghost {
  padding: 18px 48px 18px 22px;
}

.billboard.section--color {
  background: #712dcf;
  background: var(--primary-color);
  color: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1023.98px) {
  .billboard.section--color {
    padding: 80px 0;
  }
}
.billboard.section--color .box .title {
  color: #ffffff;
}
.billboard.section--color .box .text {
  color: #ffffff;
}
.billboard.section--color .box .title + .text {
  margin-top: 20px;
}

.billboard.billboard--list .content ul {
  padding: 0;
  margin: 0;
}
.billboard.billboard--list .content ul li {
  padding: 0;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .billboard.billboard--list .content ul li {
    margin-top: 20px;
  }
}
.billboard.billboard--list .content ul li:first-child {
  margin-top: 0;
}
.billboard.billboard--list .content ul li:before {
  display: none;
}
.billboard.billboard--list .content ul li strong {
  display: block;
  color: #ffffff;
}

/* easeOutExpo */
.sidewrap .accordion + .cta.cta--col {
  margin-top: 40px;
}
.sidewrap .sidewrap__item {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .sidewrap .sidewrap__item {
    margin-top: 20px;
  }
}
.sidewrap .sidewrap__item:first-child {
  margin-top: 0;
}
.sidewrap .sidewrap__item .content .btn--inline-ico-alt, .sidewrap .sidewrap__item .content .btn--inline-ico-no-anim {
  font-weight: 400;
  text-decoration: underline;
}
.sidewrap .sidewrap__item .content .btn--inline-ico-alt .ico-svg, .sidewrap .sidewrap__item .content .btn--inline-ico-no-anim .ico-svg {
  width: 26px;
  height: 26px;
}

.sidewrap__sidebar button, .sidewrap__sidebar--overflow button {
  width: 100%;
  min-width: auto;
}
@media (max-width: 1023.98px) {
  .sidewrap__sidebar, .sidewrap__sidebar--overflow {
    margin-top: 40px;
  }
}

.sidewrap--alt aside {
  background: #712dcf;
  background: var(--primary-color);
  padding: 40px;
}
@media (max-width: 1023.98px) {
  .sidewrap--alt aside {
    padding: 20px;
  }
}
.sidewrap--alt .btn--inline-ico-alt, .sidewrap--alt .btn--inline-ico-no-anim {
  color: #ffffff;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.sidewrap--alt .btn--inline-ico-alt p, .sidewrap--alt .btn--inline-ico-no-anim p {
  font-weight: 400;
}
.sidewrap--alt .btn--inline-ico-alt .ico, .sidewrap--alt .btn--inline-ico-no-anim .ico {
  color: #ffffff;
}
.sidewrap--alt .btn--inline-ico-alt .ico svg, .sidewrap--alt .btn--inline-ico-no-anim .ico svg {
  width: 20px;
  height: 20px;
}

.sidewrap--left aside {
  position: sticky;
  z-index: 3;
  top: 40px;
  width: 33.333%;
  margin-top: -268px;
  background: #ffffff;
  padding: 40px 0;
  border-width: 2px;
  border-style: solid;
  border-color: #712dcf;
  border-color: var(--primary-color);
}
@media (max-width: 1023.98px) {
  .sidewrap--left aside {
    position: static;
    display: inline-block;
    width: 100%;
    margin: 34px 0;
    padding: 15px 0;
  }
}
.sidewrap--left aside .aside__title {
  color: #712dcf;
  color: var(--primary-color);
  padding: 0px 22px 7px 58px;
}
@media (max-width: 1023.98px) {
  .sidewrap--left aside .aside__title {
    padding: 6px 20px 12px 20px;
  }
}
.sidewrap--left aside .btn-side {
  position: relative;
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
  padding: 18px 22px 18px 60px;
  display: block;
}
@media (max-width: 1239.98px) {
  .sidewrap--left aside .btn-side {
    font-size: 0.8888888889rem;
    line-height: 1.1111111111rem;
    padding: 12px 22px 12px 50px;
  }
}
.sidewrap--left aside .btn-side .ico {
  position: absolute;
  left: 20px;
  top: 26px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
  color: #712dcf;
  color: var(--primary-color);
}
@media (max-width: 1239.98px) {
  .sidewrap--left aside .btn-side .ico {
    top: 13px;
    left: 16px;
  }
  .sidewrap--left aside .btn-side .ico .ico-svg {
    width: 14px;
    height: 14px;
  }
}
.sidewrap--left aside .btn-side:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: calc(100% + 10px);
  transition: all 0.3s cubic-bezier(0.54, 0.01, 0.2, 1);
  opacity: 0;
  background: #712dcf;
  background: var(--primary-color);
}
@media (max-width: 1239.98px) {
  .sidewrap--left aside .btn-side:after {
    top: -2.5px;
    height: calc(100% + 5px);
  }
}
@media (hover: hover) {
  .sidewrap--left aside .btn-side:hover:after {
    opacity: 0.1;
  }
  .sidewrap--left aside .btn-side:hover .ico {
    left: 22px;
    opacity: 1;
  }
}
.sidewrap--left aside .btn-side:focus-visible:after {
  opacity: 0.1;
}
.sidewrap--left aside .btn-side:focus-visible .ico {
  left: 22px;
  opacity: 1;
}
.sidewrap--left aside .btn-side.active .ico {
  left: 22px;
  opacity: 1;
}
.sidewrap--left .sidewrap__wrapper {
  position: relative;
  top: -400px;
}
@media (max-width: 1239.98px) {
  .sidewrap--left .sidewrap__wrapper {
    top: -240px;
  }
}
@media (max-width: 1023.98px) {
  .sidewrap--left .sidewrap__wrapper {
    position: static;
    margin: 0;
    display: block;
  }
}
.sidewrap--left .sidewrap__wrapper .sidewrap__content {
  padding-bottom: 40px;
}
.sidewrap--left .sidewrap__wrapper .section {
  margin-top: 80px;
}
@media (max-width: 1023.98px) {
  .sidewrap--left .sidewrap__wrapper .section {
    margin-top: 40px;
  }
}
.sidewrap--left .sidewrap__wrapper .section:first-child {
  margin-top: 0;
}

@media (max-width: 1023.98px) {
  .nav--side ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .nav--side ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
  }
  .nav--side ul li .btn-side {
    font-size: 0.8888888889rem;
    padding: 8px 20px;
  }
  .nav--side ul li .btn-side .ico {
    display: none;
  }
  .nav--side ul li .btn-side.active {
    color: #712dcf;
    color: var(--primary-color);
  }
}
@media (max-width: 767.98px) {
  .nav--side ul {
    display: block;
    margin: 0;
  }
  .nav--side ul li {
    padding: 0;
    max-width: none;
  }
}
.sidewrap-etr .content--small p,
.sidewrap-etr .content--small ul {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 1023.98px) {
  .sidewrap-etr .content--small p,
.sidewrap-etr .content--small ul {
    font-size: 22px;
    line-height: 34px;
  }
}
.sidewrap-etr .content--small p li,
.sidewrap-etr .content--small ul li {
  margin-top: 8px;
}

/* easeOutExpo */
.video.section--color {
  background: #712dcf;
  background: var(--primary-color);
  color: #ffffff;
  padding: 120px 0;
}
@media (max-width: 1023.98px) {
  .video.section--color {
    padding: 80px 0;
  }
}
.video.section--color figure.figure.figure--classic figcaption {
  color: #ffffff;
}

/* easeOutExpo */
.strip {
  position: relative;
  padding-bottom: 34px;
  margin-top: 34px;
}
.strip::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(4, 8, 9, 0.1490196078);
  height: 1px;
  width: 100%;
}
.strip ul {
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
}
@media (max-width: 767.98px) {
  .strip ul {
    margin: 0;
    display: block;
  }
}
.strip ul li {
  flex-basis: 100%;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .strip ul li {
    padding: 0;
    margin-bottom: 20px;
  }
}
.strip .btn--ico, .strip .nav--dark .header__nav-main .btn--ico-ghost, .nav--dark .header__nav-main .strip .btn--ico-ghost, .strip .header--dark .nav .header__nav-main .btn--ico-ghost, .header--dark .nav .header__nav-main .strip .btn--ico-ghost,
.strip .header--dark .nav--service .header__nav-main .btn--ico-ghost,
.header--dark .nav--service .header__nav-main .strip .btn--ico-ghost, .strip .btn--ico-ghost, .strip .btn--ico-color, .strip .nav--color .header__nav-main .btn--ico-ghost, .nav--color .header__nav-main .strip .btn--ico-ghost, .strip .header--color .nav .header__nav-main .btn--ico-ghost, .header--color .nav .header__nav-main .strip .btn--ico-ghost,
.strip .header--color .nav--service .header__nav-main .btn--ico-ghost,
.header--color .nav--service .header__nav-main .strip .btn--ico-ghost,
.strip .-search-open .nav .header__nav-main .btn--ico-ghost,
.-search-open .nav .header__nav-main .strip .btn--ico-ghost,
.strip .-search-open .nav--service .header__nav-main .btn--ico-ghost,
.-search-open .nav--service .header__nav-main .strip .btn--ico-ghost, .strip .btn--small-color, .strip .btn--ico-ghost-color, .strip .btn--ico-ghost-white {
  min-width: auto;
  width: 100%;
}
.strip .btn--inline-ico-alt, .strip .btn--inline-ico-no-anim {
  padding-left: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .strip .btn--inline-ico-alt, .strip .btn--inline-ico-no-anim {
    margin-bottom: 40px;
  }
}
.strip .btn--inline-ico-alt span, .strip .btn--inline-ico-no-anim span {
  color: #712dcf;
  color: var(--primary-color);
  font-weight: 700;
}
.strip .btn--inline-ico-alt p, .strip .btn--inline-ico-no-anim p {
  font-weight: 400;
}
.strip .btn--inline-ico-alt .ico svg, .strip .btn--inline-ico-no-anim .ico svg {
  width: 20px;
  height: 20px;
}
.strip .btn--inline-ico-no-anim {
  padding-left: 60px;
}

/* easeOutExpo */
.mosaic {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
@media (max-width: 1023.98px) {
  .mosaic {
    padding-top: 80px;
  }
}
.mosaic .text {
  font-weight: 700;
}
.mosaic .mosaic__wrapper {
  margin: 0 -20px;
}
@media (max-width: 1023.98px) {
  .mosaic .mosaic__wrapper {
    margin: 0;
  }
}
.mosaic .box + .mosaic__wrapper {
  margin-top: 80px;
}
@media (max-width: 1023.98px) {
  .mosaic .box + .mosaic__wrapper {
    margin-top: 40px;
  }
}
.mosaic .mosaic__item {
  width: 33.333%;
  padding: 0 20px 40px 20px;
}
@media (max-width: 1023.98px) {
  .mosaic .mosaic__item {
    width: 50%;
    padding: 0 10px 40px 10px;
  }
}
@media (max-width: 767.98px) {
  .mosaic .mosaic__item {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.mosaic .mosaic__item .cta a {
  display: inline-block;
  padding-left: 36px;
  color: #040809;
}
.mosaic .mosaic__item .cta .ico-svg {
  width: 32px;
  height: 32px;
}
.mosaic .mosaic__item .cta .ico {
  left: -4px;
  color: #712dcf;
  color: var(--primary-color);
}
.mosaic .mosaic__item .cta .btn--inline-ico-no-anim {
  font-size: 1rem;
}

.mosaic--related {
  border: 0;
  padding-bottom: 0;
}

.mosaic .comWork-catalog-plugin .MuiSelect-icon {
  fill: #040809;
}
.mosaic .comWork-catalog-plugin input,
.mosaic .comWork-catalog-plugin select {
  font-style: normal;
  font-display: swap;
  font-family: Arial;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root,
.mosaic .comWork-catalog-plugin .buttonOptionDiv {
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #040809 !important;
  outline: none !important;
}
.mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root::before, .mosaic .comWork-catalog-plugin .searchBar_searchBarContainer > .MuiInput-root::after,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div::before,
.mosaic .comWork-catalog-plugin .sort_ContainerSort > div::after,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button::before,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button::after,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus::before,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:focus::after,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover::before,
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button:hover::after,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input::before,
.mosaic .comWork-catalog-plugin .home_searchBarContainer > div > input::after,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root::before,
.mosaic .comWork-catalog-plugin .contenutoCollezione_searchBar > .MuiInput-root::after,
.mosaic .comWork-catalog-plugin .buttonOptionDiv::before,
.mosaic .comWork-catalog-plugin .buttonOptionDiv::after {
  display: none !important;
}
@media (max-width: 767.98px) {
  .mosaic .comWork-catalog-plugin .buttonOptionDiv {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .mosaic .comWork-catalog-plugin .filterSection_titleContainer {
    width: 100%;
    margin-bottom: 0.8888888889rem;
  }
}
.mosaic .comWork-catalog-plugin .MuiInput-underline:after,
.mosaic .comWork-catalog-plugin .MuiInput-underline:before {
  display: none !important;
}
.mosaic .comWork-catalog-plugin .filtersGeneralContainer {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .mosaic .comWork-catalog-plugin .filtersGeneralContainer {
    width: 100%;
    max-width: 100%;
  }
}
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button {
  margin: 0.6666666667rem !important;
}
@media (max-width: 767.98px) {
  .mosaic .comWork-catalog-plugin .filtersGeneralContainer > button {
    width: 100%;
  }
}
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button > span {
  color: #040809;
  font-size: 0.7777777778rem;
  white-space: nowrap;
  padding: 0 0.5555555556rem;
}
.mosaic .comWork-catalog-plugin .filtersGeneralContainer > button > span svg {
  width: 0.8em;
  margin-left: 1.1111111111rem;
}
.mosaic .comWork-catalog-plugin .filterSection_titleContainer {
  margin-left: 0;
}
.mosaic .comWork-catalog-plugin .masonry_infiniteScrollContainer {
  max-width: 100% !important;
}
.mosaic .comWork-catalog-plugin .masonry_infiniteScrollContainer > div > a {
  width: calc(25% - 10px) !important;
  border: 2px solid #040809;
}
.mosaic .MuiButton-textPrimary {
  color: #040809 !important;
  font-family: Arial !important;
}
.mosaic .MuiButton-textPrimary.Mui-disabled {
  opacity: 0.5 !important;
}
.mosaic .cerca_viewButtonsContainer .Mui-disabled {
  opacity: 0.5 !important;
}
.mosaic .cerca_viewButtonsContainer svg {
  fill: #000000 !important;
}
.mosaic .cerca_titleViewContainer {
  font-weight: 700 !important;
}
.mosaic .gridComponent_itemContainer {
  box-shadow: none !important;
  border: 2px solid #040809;
  font-family: Arial !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
}
.mosaic .gridComponent_itemContainer .gridComponent_link {
  width: 100%;
  color: #040809;
}
.mosaic .gridComponent_itemContainer .gridComponent_button {
  width: 100%;
  color: #040809;
}
.mosaic .gridComponent_itemContainer .gridComponent_button .MuiButton-label {
  color: #040809;
  justify-content: space-between;
  width: 100%;
}
.mosaic .gridComponent_itemContainer .gridComponent_button .MuiButton-label svg {
  fill: currentColor !important;
}
.mosaic .gridComponent_itemContainer .gridComponent_imageItem > img {
  -o-object-position: center top;
     object-position: center top;
}
.mosaic .div-table > div > a {
  width: 100% !important;
  color: #040809 !important;
  font-weight: 700 !important;
}
.mosaic .listView_tableRowContent {
  border-top: 2px solid #040809 !important;
}
.mosaic .listItemsContainer > ul > li {
  border-bottom: 2px solid #040809;
}
.mosaic .listItemsContainer > ul > li > div > label > span {
  font-family: Arial !important;
  color: #040809 !important;
  font-weight: 700 !important;
}
.mosaic .MuiCheckbox-root svg {
  fill: #040809 !important;
}
.mosaic .MuiPaper-elevation1 {
  box-shadow: none !important;
}
.mosaic .MuiChip-label,
.mosaic .MuiChip-outlinedPrimary {
  color: #040809 !important;
}
.mosaic .MuiChip-outlinedPrimary {
  border: 1px solid #040809;
}
.mosaic .MuiChip-deleteIconOutlinedColorPrimary {
  color: #040809 !important;
}
.mosaic .dettagli_generalContentContainer {
  font-family: Arial !important;
  font-weight: 700 !important;
}
.mosaic .dettagli_buttonBack {
  font-family: Arial !important;
  font-weight: 700 !important;
}
.mosaic .selectedFilters_filtersGeneralContainer {
  margin-bottom: 1.7777777778rem;
}
@media (max-width: 767.98px) {
  .mosaic .selectedFilters_titleFilters {
    text-align: center;
    width: 100%;
    margin-bottom: 0.8888888889rem;
  }
}
.mosaic .collections_generalContainerCollections > section {
  border: 2px solid #040809 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: Arial !important;
  font-weight: 700 !important;
  width: 100%;
  color: #040809;
}
.mosaic .collections_generalContainerCollections > section .collections_buttonAreaContainer > .collections_button {
  width: 100%;
  padding-top: 16px !important;
}
.mosaic .collections_generalContainerCollections > section .collections_buttonAreaContainer > .collections_button .MuiButton-label {
  color: #040809 !important;
  justify-content: space-between !important;
  width: 100%;
}
.mosaic .collections_generalContainerCollections > section .collections_buttonAreaContainer > .collections_button .MuiButton-label svg {
  fill: currentColor !important;
}
.mosaic .contenutoCollezione_titleCollection {
  font-family: Arial !important;
  font-weight: 700 !important;
  font-size: 30px;
}
.mosaic .contenutoCollezione_titleCollectionContainer {
  opacity: 0;
}
.mosaic .contenutoCollezione_sortViewGeneralContainer {
  margin-bottom: 16px;
}

.loading-indicator:after {
  border-bottom-color: #712dcf !important;
}
/*# sourceMappingURL=main.css.map */