@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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;
}

.swiper-container-initialized {
  overflow: hidden;
}

.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: 1440px;
  }
}

.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 - 0px);
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    max-width: calc(100vw - 0px);
  }
}
@media (min-width: 1240px) {
  .container-fluid {
    max-width: calc(100vw - 0px);
  }
}
@media (min-width: 1480px) {
  .container-fluid {
    max-width: 1920px;
  }
}

.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: 1239.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: 1239.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 1239.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;
  }
}
.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.h2--semibold, .h3, h2--semibold, h3 {
    font-display: swap;
    font-family: Poppins;
    font-size: 1.7777777778rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4444444444rem;
}

@media (max-width: 1239.98px) {
  h3,
.h3, h2--semibold,
.h2--semibold {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h3,
.h3, h2--semibold,
.h2--semibold {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}

.list__title, .list li, p.--highlight,
.p.--highlight, h3.--focus,
.h3.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, p.--highlight,
.p.--highlight, h3.--focus,
.h3.--focus {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .list__title, .list li, p.--highlight,
.p.--highlight, h3.--focus,
.h3.--focus {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.header__menu > ul li .subnav__menu ul li, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav a, h4,
.h4 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
.header__menu>ul>li.dropdown>a {
    padding-right: 18px;
}
@media (max-width: 1239.98px) {
  .header__menu > ul li .subnav__menu ul li, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav a, h4,
.h4 {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  .header__menu > ul li .subnav__menu ul li, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav a, h4,
.h4 {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.form--inline input:-ms-input-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.list__content, .btn--tab, .form--inline input::placeholder, .form--inline input, a, p,
.p {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, .btn--tab, .form--inline input::placeholder, .form--inline input, a, p,
.p {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}


p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}

@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

.header__info > div a, .header__menu > ul li a, label, p.--counter,
.p.--counter {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .header__info > div a, .header__menu > ul li a, label, p.--counter,
.p.--counter {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  .header__info > div a, .header__menu > ul li a, label, p.--counter,
.p.--counter {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

body,
html {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  color: #206272;
}
h1--green,
.h1--green {
  color: #7DC478;
}
h2--green,
.h2--green {
  color: #7DC478;
}
h2--tab-title,
.h2--tab-title {
  font-weight: 600;
  color: #206272;
}

h3,
.h3 {
  color: #206272;
}
h4,
.h4 {
  color: #484C4D;
}

p,
.p {
  margin: 0;
  padding: 0;
  color: #484C4D;
}
p.--green,
.p.--green {
  color: #7DC478;
}
p.--highlight,
.p.--highlight {
  color: #206272;
  font-weight: 600;
}
p.--subtitle,
.p.--subtitle {
  text-align: center;
}
p.--label,
.p.--label {
  font-weight: 500;
  text-align: center;
}
p.--testimonials,
.p.--testimonials {
  color: #484C4D;
}
p.--focus,
.p.--focus {
  text-transform: uppercase;
}
p span,
.p span {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  background: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  min-height: 100vh;
  transition: transform 0.6s cubic-bezier(0.54, 0.01, 0.2, 1);
}
.wrapper .menu-overlay {
  opacity: 0;
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #000000;
  z-index: 9;
  transition: 0.4s all ease;
  visibility: hidden;
}
.wrapper .menu-overlay.open {
  opacity: 0.15;
  transition: 0.4s all ease;
  visibility: visible;
}
@media (max-width: 1239.98px) {
  .wrapper .menu-overlay.open {
    opacity: 0;
  }
}

[data-shadow] {
  box-shadow: 10px 20px 20px -8px rgba(0, 0, 0, 0.15);
}

[unselectable] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-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: 1239.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: 1239.98px) {
  ul.ul--inline li {
    margin: 0 5px;
  }
}

.ico-svg {
  width: 16px;
  height: 16px;
  fill: #000000;
}

figure {
  padding: 0;
  margin: 0;
}

.row.row--align-center {
  align-items: center;
}

.form--inline {
  margin-bottom: 20px;
}
.form--inline .form-group {
  margin-bottom: 30px;
}
.form--inline label {
  display: block;
  margin-bottom: 10px;
}
.form--inline input {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}
.form--inline input::-moz-placeholder {
  color: #333333;
}
.form--inline input:-ms-input-placeholder {
  color: #333333;
}
.form--inline input::placeholder {
  color: #333333;
}
.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: 1239.98px) {
  .mobile--hide {
    display: none !important;
  }
}

.mobile--show {
  display: none !important;
}
@media (max-width: 1239.98px) {
  .mobile--show {
    display: block !important;
  }
}

.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}


@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}


h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}


.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}
.list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}


.header__menu > ul li .subnav__menu ul li, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav a, h4,
.h4 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  .header__menu > ul li .subnav__menu ul li, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav a, h4,
.h4 {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}


.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}


.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}

@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}


.list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

.header__info > div a, .header__menu > ul li a, p.--counter,
.p.--counter, label {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .header__info > div a, .header__menu > ul li a, p.--counter,
.p.--counter, label {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: 0.4s all ease;
}
.header .container-fluid {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}
.header {
    background: #fff;
    border-bottom: 1px solid #f0f5f5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
html.is-account-modal-open .header__account-modal {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}
.header__account-modal-btn--primary {
    background: #7dc478;
    color: #fff;
    height: 70px;
    padding: 20px 40px;
}
.header__account-modal-btn {
    align-items: center;
    border-radius: 100px;
    display: flex;
    font-display: swap;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    line-height: 22px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}
.header__account-modal-divider {
    align-items: center;
    color: #206272;
    display: flex;
    font-display: swap;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    line-height: 24px;
    text-align: center;
    width: 100%;
}
.header__account-modal-divider:after, .header__account-modal-divider:before {
    background: #efefef;
    content: "";
    flex: 1 1 auto;
    height: 1px;
}
.header__account-modal-btn--outline {
    background: transparent;
    border: 2px solid #7dc478;
    color: #7dc478 !important;
    height: 46px;
    padding: 12px 30px;
}
.header__account-modal {
    align-items: flex-start;
    background: transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    opacity: 0;
    padding: 24px 24px 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-8px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
    visibility: hidden;
    z-index: 150;
}
.header__account-modal-panel {
    align-items: flex-start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(7, 59, 76, .18);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: calc(100vw - 48px);
    padding: 32px 24px;
    width: 360px;
}
.header__mobile-user-icon {
    display: block;
    height: 46px;
    width: 46px;
}
.header__logo {
  flex-basis: 25%;
}
.header__logo, .header__logo a {
    align-items: center;
    display: flex;
}
.header__logo {
    flex: 0 0 auto;
}
.header__logo-svg {
    display: block;
    height: 74px;
    width: auto;
}
.header__logo-img {
    display: none;
    height: 42px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.header__menu>ul li .subnav__back {
    display: none;
}
.header__toggle {
  display: none;
}
.header__info, .header__info .resellers {
    position: relative;
}
.header__info {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    justify-content: flex-end;
}
.header__action--mobile-user .header__mobile-user-btn {
    align-items: center;
    background-color: #7dc478;
    border: none;
    border-radius: 100px;
    display: flex;
    gap: 0;
    height: 46px;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    width: 46px;
}

.header__menu > ul li.dropdown li {
  margin-right: 0;
}
.header__menu > ul li.dropdown li.button {
  margin-top: 40px;
}
.header__menu > ul li.dropdown li.button ~ .button {
  margin-top: 0;
}
.header__menu > ul li.dropdown li .btn--menu {
  margin-bottom: 0;
}
.header__menu-close, .header__menu-top {
    display: none;
}

.header__menu {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    padding: 0;
    position: relative;
}
.header__menu > ul {
    display: flex;
    align-items: center;
    gap: 28px;
}
.header__menu > ul li.dropdown a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPkFydGJvYXJkLTY3PC90aXRsZT48ZyBpZD0iRG93biI+PHBhdGggZD0iTTEyLDE1YTEsMSwwLDAsMS0uNzA3LS4yOTNsLTQtNEExLDEsMCwxLDEsOC43MDcsOS4yOTNMMTIsMTIuNTg2bDMuMjkzLTMuMjkzYTEsMSwwLDAsMSwxLjQxNCwxLjQxNGwtNCw0QTEsMSwwLDAsMSwxMiwxNVoiIHN0eWxlPSJmaWxsOiMxYzFiMWUiLz48L2c+PC9zdmc+);
  width: 20px;
  position: absolute;
  top: 3px;
  z-index: 9;
}

.header__menu > ul li.dropdown.open a:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPkFydGJvYXJkLTY4PC90aXRsZT48ZyBpZD0iVXAiPjxwYXRoIGQ9Ik0xNiwxNWExLDEsMCwwLDEtLjcwNy0uMjkzTDEyLDExLjQxNCw4LjcwNywxNC43MDdhMSwxLDAsMSwxLTEuNDE0LTEuNDE0bDQtNGExLDEsMCwwLDEsMS40MTQsMGw0LDRBMSwxLDAsMCwxLDE2LDE1WiIgc3R5bGU9ImZpbGw6IzFjMWIxZSIvPjwvZz48L3N2Zz4=);
  width: 20px;
  position: absolute;
  top: 3px;
  z-index: 9;
}
@media (max-width: 1239.98px) {
  .header__menu > ul li.dropdown.open a:after {
    display: none;
  }
  .header__menu > ul li.dropdown li .btn--menu {
    min-width: 100%;
  }
}

.header__menu > ul li:not(:last-child) {
  margin-right: 30px;
}

.header__menu > ul li a {
  color: #073B4C;
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  position: relative;
}
@media (hover: hover) {
  .header__menu > ul li a:hover {
    color: #7DC478;
  }
}
.header__menu > ul li a:focus-visible {
  color: #7DC478;
}
.header__menu > ul li .subnav {
    align-items: flex-start;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    left: 0;
    min-height: 398px;
    opacity: 0;
    padding: 30px 60px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: none;
    transition: opacity .25s ease, visibility .25s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.header__menu > ul li .subnav a:after {
  content: "";
  width: 20px;
  position: absolute;
  top: 25px;
  z-index: 9;
}
@media (max-width: 1239.98px) and (max-width: 1239.98px) {
  .header__menu > ul li .subnav__back:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHRpdGxlPkFydGJvYXJkLTY3PC90aXRsZT48ZyBpZD0iRG93biI+PHBhdGggZD0iTTEyLDE1YTEsMSwwLDAsMS0uNzA3LS4yOTNsLTQtNEExLDEsMCwxLDEsOC43MDcsOS4yOTNMMTIsMTIuNTg2bDMuMjkzLTMuMjkzYTEsMSwwLDAsMSwxLjQxNCwxLjQxNGwtNCw0QTEsMSwwLDAsMSwxMiwxNVoiIHN0eWxlPSJmaWxsOiMxYzFiMWUiLz48L2c+PC9zdmc+);
    position: absolute;
    transform: rotate(90deg);
    top: -75px;
    width: 40px;
    left: -40px;
    z-index: 0;
  }
}
.header__menu > ul li .subnav.subnav-open {
    align-items: flex-start;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: flex;
    gap: 40px;
    justify-content: flex-end;
    left: 0;
    min-height: 398px;
    opacity: 1;
    padding: 30px 60px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: none;
    transition: opacity .25s ease, visibility .25s ease;
    visibility: visible;
    width: 100%;
    z-index: 2;
}

.header__menu > ul li .subnav.subnav-open a:after {
  content: "";
  width: 20px;
  position: absolute;
  top: 25px;
  z-index: 9;
}
.header__menu > ul li .subnav__menu {
    flex: 0 0 auto;
    padding: 0;
    width: 540px;
}
@media (max-width: 1239.98px) {
  .header__menu > ul li .subnav__menu {
    padding: 0;
  }
}
.header__menu > ul li .subnav__menu ul li {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
}
@media (max-width: 1239.98px) {
  .header__menu > ul li .subnav__menu ul li {
    border: 0;
  }
}
.header__menu > ul li .subnav__menu__list {
  margin-bottom: 72px;
}
.header__menu > ul li .subnav__menu__btn {
  display: flex;
  flex-direction: column;
}
.header__menu > ul li .subnav__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    flex: 0 0 auto;
    height: 338px;
    overflow: hidden;
    width: 600px;
}
@media (max-width: 1239.98px) {
  .header__menu {
        align-items: stretch;
        background: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        inset: 0;
        justify-content: flex-start;
        min-height: 100vh;
        padding: 24px 24px 40px;
        position: fixed;
        transform: translateX(-100%);
        transition: transform .4s ease;
        width: 100%;
        z-index: 200;
    }
  .header__menu.active {
    transform: translateX(0%);
    overflow: auto;
  }
}

.header__info .wpml-ls-legacy-dropdown-click a {
  border: none;
}
.header__info > div a {
  color: #073B4C;
}

.header.sticky {
  background: #ffffff;
  box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.09);
  transition: 0.4s all ease;
}
.header.sticky .header__logo svg {
  width: 150px;
}
.header.sticky .header__menu {
  background: #ffffff;
  border: none;
  border-radius: unset !important;
  box-shadow: none;
  padding: 20px 50px;
  position: relative;
}
@media (max-width: 1479.98px) {
  .header.sticky .header__menu {
    display: flex;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: 0.4s ease all;
    min-height: 100vh;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
.header.sticky .header__menu .active {
  transform: translateX(0);
}
.header__credit-check {
  display: none;
}
@media (max-width: 1239.98px) {
  .header__credit-check {
  display: none;
  }
  .header__credit-check.hide {
  display: none;
  }
  .header__credit-check .close:after {
  display: none;
  }
}
.footer {
    background: #f3f8f7;
    padding: 100px 60px;
}
.footer__layout {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
.footer__top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__top-content {
    align-items: flex-start;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}
.footer__lead {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 100px;
    max-width: 1013px;
}
.footer h2 {
    font-weight: lighter;
    font-size: 32px;
    text-decoration: none;
}
.footer__nav {
    align-items: flex-start;
    display: flex;
    flex: 0 0 auto;
    gap: 100px;
}
.footer__nav-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__nav-title {
    color: #7dc478;
    font-display: swap;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-transform: uppercase;
}
.footer__nav-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__nav-list li {
    margin: 0;
}
.footer__nav-list a {
    color: #484c4d;
    font-display: swap;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
.footer__subfooter {
    align-items: center;
    border-top: 1px solid #7dc478;
    box-sizing: border-box;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding-top: 100px;
}
.footer__credits-text {
    max-width: 426px;
}
.footer__credits-text .--credits {
    color: #484c4d;
    font-display: swap;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.footer__subfooter-social {
    align-items: flex-start;
    color: #7dc478;
    display: flex;
    gap: 20px;
}
.footer__social-link {
    align-items: center;
    color: inherit;
    display: flex;
    height: 32px;
    justify-content: center;
    text-decoration: none;
    width: 32px;
}
.footer__subfooter-social a:link {
    color: #7dc478;
}
.footer__social-link svg {
    display: block;
    height: 100%;
    width: 100%;
}
.footer__download {
    align-items: flex-start;
    display: flex;
    gap: 20px;
}
.footer__download img {
    display: block;
    height: 56px;
    width: 203px;
}
.footer__credits-text strong {
    color: #7dc478;
    font-weight: 700;
}
.section {
  margin-top: 120px;
}
@media (max-width: 1239.98px) {
  .section {
    margin-top: 80px;
  }
}

.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}


@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}


h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}

.list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.form--inline input:-ms-input-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, .footer__info .menu li a, p.--credits,
.p.--credits {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}



.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}


@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}


h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}

.list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.form--inline input:-ms-input-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.breadcrumb a, .breadcrumb, p.--credits,
.p.--credits, .footer__info .menu li a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, p.--credits,
.p.--credits, .footer__info .menu li a {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  .breadcrumb a, .breadcrumb, p.--credits,
.p.--credits, .footer__info .menu li a {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (max-width: 1239.98px) {
  p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  color: #006D35;
}
.breadcrumb span {
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumb a {
  color: #006D35;
  font-weight: 700 !important;
}

.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 4.4444444444rem;
  line-height: 5.1111111111rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 3.3333333333rem;
    line-height: 3.8888888889rem;
  }
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}


@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}

.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}

.list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}


.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.form--inline input:-ms-input-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, .btn--tab, p,
.p, a, .form--inline input, .form--inline input::placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

p.--credits,
.p.--credits, .footer__info .menu li a, .breadcrumb, .breadcrumb a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  p.--credits,
.p.--credits, .footer__info .menu li a, .breadcrumb, .breadcrumb a {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

[link-to],
button,
a {
  cursor: pointer;
  border: 0;
  border-radius: 40px;
  text-transform: none;
  display: inline-block;
  color: #ffffff;
}
[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: transparent;
}

a {
  font-family: "Poppins";
  text-decoration: none;
  font-weight: normal;
}

.btn--tab, .btn--white, .btn--green {
  font-family: Poppins;
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding: 20px 40px 20px 40px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  min-width: auto;
}
@media (max-width: 1239.98px) {
  .btn--tab, .btn--white, .btn--green {
    min-width: auto;
    font-size: 0.7777777778rem;
    display: block;
    width: 100%;
  }
}
@media (hover: hover) {
  .btn--tab:hover:after, .btn--white:hover:after, .btn--green:hover:after {
    transform: translate(0, 0);
  }
}
.btn--tab:focus-visible:after, .btn--white:focus-visible:after, .btn--green:focus-visible:after {
  transform: translate(0, 0);
}

.btn--header {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
}
.btn--menu {
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  width: 185px;
}
.btn--green {
  background: #7DC478;
  color: #ffffff;
}
.btn--white {
  background: #fff;
  border: 3px solid #7dc478;
  color: #7dc478;
}
.btn--tab {
  color: #206272;
  background: #ffffff;
  border-radius: 48px;
}
.btn--tab.active {
  background: #F3F8F7;
  border: 1px solid #E1EFEC;
}

.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-alt, .btn--inline {
  position: relative;
  z-index: 1;
  font-weight: 700;
  text-decoration: none;
  color: #333333;
  display: inline;
  font-size: 1rem;
}
@media (max-width: 1239.98px) {
  .btn--inline-ico, .btn--inline-ico-alt, .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: #333333;
  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: #333333;
  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 {
  padding-right: 20px;
  text-align: left;
}
.btn--inline-ico .ico, .btn--inline-ico-alt .ico {
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.btn--inline-ico .ico-svg, .btn--inline-ico-alt .ico-svg {
  width: 11px;
  height: 11px;
}
@media (hover: hover) {
  .btn--inline-ico:hover .ico-svg, .btn--inline-ico-alt:hover .ico-svg {
    transform: translateX(-2px);
  }
}
.btn--inline-ico:focus-visible .ico-svg, .btn--inline-ico-alt:focus-visible .ico-svg {
  transform: translateX(-2px);
}

.btn--inline-ico-alt {
  padding-right: 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 0.8888888889rem;
}
@media (max-width: 1239.98px) {
  .btn--inline-ico-alt {
    font-size: 0.7777777778rem;
  }
}
.btn--inline-ico-alt .ico {
  left: 2px;
}
@media (hover: hover) {
  .btn--inline-ico-alt:hover .ico-svg {
    transform: translateX(-2px);
  }
}
.btn--inline-ico-alt:focus-visible .ico-svg {
  transform: translateX(-2px);
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 1239.98px) {
  .btn-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1239.98px) {
  .btn-wrapper a {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}

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 {
  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: 100vh;
  padding-bottom: 0;
}
.img--hero-alt picture {
  padding-bottom: 40%;
}
@media (max-width: 1479.98px) {
  .img--hero-alt picture {
    padding-bottom: 60%;
  }
}
@media (max-width: 1239.98px) {
  .img--hero-alt picture {
    height: 100vh;
    padding-bottom: 0;
  }
}

.hero__content h1, h1,
.h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1, h1,
.h1 {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}

.hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  .hero__content h1 .h1--green, h1--semibold,
.h1--semibold {
    font-size: 2.2222222222rem;
    line-height: 2.8888888889rem;
  }
}


@media (max-width: 1239.98px) {
  h2--semibold,
.h2--semibold, h3,
.h3 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}


h2,
.h2 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.2222222222rem;
  line-height: 2.8888888889rem;
}
@media (max-width: 1239.98px) {
  h2,
.h2 {
    font-size: 1.3333333333rem;
    line-height: 3.5555555556rem;
  }
}
.counter__value, h2--tab-title,
.h2--tab-title {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 2.7777777778rem;
  line-height: 3.7777777778rem;
}
@media (max-width: 1239.98px) {
  .counter__value, h2--tab-title,
.h2--tab-title {
    font-size: 2.2222222222rem;
    line-height: 3.3333333333rem;
  }
}
.list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .list__title, .list li, h3.--focus,
.h3.--focus, p.--highlight,
.p.--highlight {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}

h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  h4,
.h4, .header__menu > ul li .subnav a, .header__menu > ul li .subnav.subnav-open a, .header__menu > ul li .subnav__menu ul li {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}

.text-cta__content p, p.--subtitle,
.p.--subtitle {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 2.6666666667rem;
  line-height: 3.3333333333rem;
}
@media (max-width: 1239.98px) {
  .text-cta__content p, p.--subtitle,
.p.--subtitle {
    font-size: 1.3333333333rem;
    line-height: 2rem;
  }
}
.billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (max-width: 1239.98px) {
  .billboard--one-column p, .text__content p, p.--testimonials,
.p.--testimonials {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

.form--inline input::-moz-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.form--inline input:-ms-input-placeholder {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}

.list__content, p,
.p, a, .form--inline input, .form--inline input::placeholder, .btn--tab {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  .form--inline input::-moz-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .list__content, p,.p, a, .form--inline input, .form--inline input::placeholder, .btn--tab {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .form--inline input::-moz-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .form--inline input:-ms-input-placeholder {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
  .list__content, p,
.p, a, .form--inline input, .form--inline input::placeholder, .btn--tab {
    font-size: 0.8888888889rem;
    line-height: 1.3333333333rem;
  }
}

p.--credits,
.p.--credits, .footer__info .menu li a, .breadcrumb, .breadcrumb a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7222222222rem;
  line-height: 1.3333333333rem;
}
@media (max-width: 1239.98px) {
  p.--credits,
.p.--credits, .footer__info .menu li a, .breadcrumb, .breadcrumb a {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  p.--credits,
.p.--credits, .footer__info .menu li a, .breadcrumb, .breadcrumb a {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--focus,
.p.--focus {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.7777777778rem;
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}
@media (max-width: 1239.98px) {
  p.--focus,
.p.--focus {
    font-size: 0.7222222222rem;
    line-height: 1.3333333333rem;
  }
}

p.--counter,
.p.--counter, label, .header__menu > ul li a, .header__info > div a {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
.list li {
  color: #206272;
  margin-bottom: 20px;
}
.list__title {
  font-weight: 300;
  color: #206272;
  margin-bottom: 20px;
}
.list--bolder {
  font-weight: 600;
}
.list--extra_margin {
  margin-bottom: 40px;
}
@media (max-width: 1239.98px) {
  .list--extra_margin {
    margin-bottom: 20px;
  }
}
.card {
  background: #F3F8F7;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  border-radius: 36px;
  padding: 40px;
  min-height: 615px;
}
@media (max-width: 1239.98px) {
  .card {
    flex: 0 0 100%;
    min-height: 400px;
  }
}

.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: #333333;
}
.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: 1239.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: #E84855;
  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: 1239.98px) {
  .styleguide-colors .styleguide-colors-i {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1239.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: 1239.98px) {
  .styleguide-colors .styleguide-colors-box {
    padding-top: 50%;
  }
}
.styleguide-colors p {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  color: white;
}

.content > * {
  margin-top: 40px;
}
@media (max-width: 1239.98px) {
  .content > * {
    margin-top: 40px;
  }
}
.content > *:first-child {
  margin-top: 0;
}
.hero {
  display: flex;
  align-items: center;
  padding: 0;
  height: 100vh;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .hero {
    margin-bottom: 360px;
    overflow: visible;
  }
}
.hero__content {
  padding-top: 120px;
/*  flex-basis: calc(50% - 193px); */
  flex-basis: calc(75% - 290px);
  display: flex;
  align-content: center;
  justify-content: center;
  padding-left: 120px;
  background: #fff;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 1479.98px) {
  .hero__content {
    padding-top: 215px;
  }
}
@media (max-width: 1023.98px) {
  .hero__content {
    padding-top: 40px;
    padding-left: 15px !important;
    padding-right: 15px;
    order: 2;
  }
}
@media (max-width: 1239.98px) {
  .hero__content .content_wrapper {
    max-width: 100%;
  }
}
.hero__content h1 {
  font-style: normal;
  font-display: swap;
  font-family: "Poppins";
  font-weight: 400;
  color: #206272;
}
.hero__content h1 .h1--green {
  color: #7DC478;
}
.hero__content p {
  text-align: left;
}
.hero__info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 1239.98px) {
  .hero__info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1239.98px) {
  .hero__info a {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}
.hero__slide {
  height: 100vh;
  position: relative;
  right: -30px;
  /* flex: calc(50% - 193px); */
  flex: calc(25% - 96px);
}
@media (max-width: 1239.98px) {
  .hero__slide {
    flex: 0 0 80%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 450px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 100vh;
    order: 1;
    right: 0;
    overflow: hidden;
  }
}
.hero__slide .swiper-slide {
  border-radius: 0 0 0 200px;
}
@media (max-width: 1239.98px) {
  .hero__slide .swiper-slide {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 450px;
    border-bottom-right-radius: 0px;
  }
}
.hero__slide .overlay {
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 28.21%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
@media (max-width: 1239.98px) {
  .hero__slide .overlay {
    width: 100%;
    height: 280px;
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 1023.98px) {
  .hero {
    flex-direction: column;
  }
}

.text {
  margin-top: 120px;
  margin-bottom: 120px;
  z-index: 2;
}
.text__content h4 {
  color: #206272;
}
.text__content p {
  max-width: 1180px;
}

.text-cta {
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 2;
}
.text-cta .no-hero {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #f7f9f7 0%, rgba(255, 255, 255, 0) 28.21%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.text-cta .no-hero.faq-page {
  display: block;
}
.text-cta.faq-page {
  margin-top: 0;
  padding-top: 160px;
}
.text-cta__wrapper {
  max-width: 1184px;
}
.text-cta__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.text-cta__content h1.faq-page {
  color: #7DC478;
}
.text-cta__content .btn-wrapper {
  justify-content: center;
}

.list-img {
  padding-top: 80px;
  padding-bottom: 120px;
}
.list-img--revers {
  flex-direction: row-reverse;
}
.list-img.bg_white {
  background: #ffffff;
}
.list-img.bg_grey {
  background-color: #F3F8F7;
}
@media (max-width: 1239.98px) {
  .list-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.list-img__content {
  flex: 0 0 50%;
}
@media (max-width: 1239.98px) {
  .list-img__content {
    flex: 0 0 100%;
  }
}
.list-img__content h2 {
  margin-bottom: 80px;
}
@media (max-width: 1239.98px) {
  .list-img__content h2 {
    margin-bottom: 40px;
  }
}
.list-img__wrapper {
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1239.98px) {
  .list-img__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.list-img__info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 1239.98px) {
  .list-img__info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1239.98px) {
  .list-img__info a {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.list-img__image {
  flex: 0 0 50%;
  display: flex;
  align-self: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1479.98px) {
  .list-img__image {
    flex-direction: column;
    padding-left: 80px;
  }
}
@media (max-width: 1239.98px) {
  .list-img__image {
    flex-direction: column;
    padding-left: 0;
  }
}
.list-img__image img {
  border-radius: 60px;
  max-width: 575px;
  width: 100%;
}
.list-img__image .img1 {
  position: absolute;
  max-width: 481px;
  left: 30px;
  top: -320px;
}
@media (max-width: 1479.98px) {
  .list-img__image .img1 {
    position: initial;
    max-width: 400px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
@media (max-width: 1239.98px) {
  .list-img__image .img1 {
    position: initial;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.list-img__image .img2 {
  position: absolute;
  right: 30px;
  top: -50px;
}
@media (max-width: 1479.98px) {
  .list-img__image .img2 {
    position: initial;
    max-width: 400px;
  }
}
@media (max-width: 1239.98px) {
  .list-img__image .img2 {
    position: initial;
  }
}
@media (max-width: 1239.98px) {
  .list-img {
    flex-wrap: wrap;
  }
}

.text-img {
  background-color: #F3F8F7 !important;
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 865px;
}
@media (max-width: 1239.98px) {
  .text-img {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 100%;
  }
}
.text-img__content {
  flex: 0 0 50%;
}
.text-img__content h2 {
  margin-bottom: 80px;
}
.text-img__wrapper {
  display: flex;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1239.98px) {
  .text-img__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.text-img__info {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
}
@media (max-width: 1239.98px) {
  .text-img__info {
    flex-wrap: wrap;
  }
}
@media (max-width: 1239.98px) {
  .text-img__info a {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.text-img__image {
  flex: 0 0 50%;
  display: flex;
  align-self: center;
  justify-content: center;
}
.text-img__image img {
  border-radius: 60px;
  max-width: 575px;
  width: 100%;
}
@media (max-width: 1239.98px) {
  .text-img {
    flex-wrap: wrap;
  }
}

.counter {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1239.98px) {
  .counter {
    overflow: hidden;
    min-height: 640px;
  }
}
@media (max-width: 1239.98px) {
  .counter {
    overflow: hidden;
    min-height: auto;
  }
}
.counter__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1239.98px) {
  .counter__wrapper {
    flex-wrap: wrap;
  }
}
.counter__circle {
  position: relative;
  background-position: center;
  width: 368px;
  height: 368px;
}
@media (max-width: 1239.98px) {
  .counter__circle {
    height: 521px;
    width: 521px;
    background-size: cover;
    width: 85%;
  }
}
@media (max-width: 1239.98px) {
  .counter__circle {
    height: 368px;
    width: 368px;
    background-size: cover;
    width: 95%;
  }
}
.counter__value {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #206272;
  width: 270px;
  text-align: center;
}
.counter .swiper-button-prev, .counter .swiper-button-next {
  display: none;
}
.counter__navigation {
  position: absolute;
  bottom: 0;
  width: 150px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 1239.98px) {
  .counter .swiper-button-prev {
    display: block;
    background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    top: 95%;
    left: 50%;
    transform: translate(-150%, 50%);
  }
  .counter .swiper-button-prev::after {
    content: "";
  }
  .counter .swiper-button-next {
    display: block;
    background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    top: 95%;
    left: 50%;
    transform: translate(50%, 50%);
  }
  .counter .swiper-button-next::after {
    content: "";
  }
}

.billboard {
  display: flex;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  min-height: 750px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}
.billboard__wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
.billboard__wrapper h2 {
  padding-bottom: 80px;
}
@media (max-width: 1239.98px) {
  .billboard__wrapper h2 {
    padding-bottom: 10px;
  }
}
.billboard__content {
  display: flex;
  align-self: center;
}
.billboard__content h3 {
  padding-bottom: 20px;
}
@media (max-width: 1239.98px) {
  .billboard__content h3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1239.98px) {
  .billboard__content {
    flex-direction: column;
  }
}
.billboard__column {
  flex: 0 0 55%;
}
@media (max-width: 1479.98px) {
  .billboard__column {
    flex: 0 0 50%;
  }
}
@media (max-width: 1239.98px) {
  .billboard__column {
    flex-basis: 100%;
    padding-top: 1000px;
  }
}
@media (max-width: 1239.98px) {
  .billboard__column {
    flex-basis: 100%;
    padding-top: 500px;
  }
}
.listing {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1239.98px) {
  .listing {
    margin-top: 300px;
  }
}
@media (max-width: 1239.98px) {
  .listing {
    margin-top: 40px;
  }
}
.listing__subtitle {
  padding-bottom: 80px;
}
.listing__label {
  padding-bottom: 40px;
}
@media (max-width: 1239.98px) {
  .listing__label {
    margin-top: 0;
  }
}
.listing__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1239.98px) {
  .listing__container {
    margin-top: 40px;
  }
}
.listing__container h3 {
  padding-bottom: 40px;
}
@media (max-width: 1239.98px) {
  .listing__container h3 {
    padding-bottom: 20px;
  }
}
.listing .swiper-button-prev, .listing .swiper-button-next {
  display: none;
}
@media (max-width: 1239.98px) {
  .listing .swiper-button-prev {
    display: block;
    background-image: url(https://onshop.wslabs.it//wp-content/themes/onshop/dist/assets/img/left.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    top: 105%;
    left: 50%;
    transform: translate(-150%, 50%);
  }
  .listing .swiper-button-prev::after {
    content: "";
  }
  .listing .swiper-button-next {
    display: block;
    background-image: url(https://onshop.wslabs.it//wp-content/themes/onshop/dist/assets/img/right.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    top: 105%;
    left: 50%;
    transform: translate(50%, 50%);
  }
  .listing .swiper-button-next::after {
    content: "";
  }
}

.listing_focus {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.listing_focus .swiper-container-initialized {
  width: 100%;
}
@media (max-width: 1239.98px) {
  .listing_focus .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1239.98px) {
  .listing_focus {
    margin-top: 40px;
  }
}
.listing_focus__label {
  color: #ffffff;
  padding-bottom: 80px;
}
.listing_focus__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1239.98px) {
  .listing_focus__container h3 {
    padding-bottom: 20px;
  }
}
.listing_focus__container .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.listing_focus__container .card a {
  color: #7DC478;
  font-weight: 600;
}
.listing_focus__container .card a:hover {
  text-decoration: underline;
}
.listing_focus .swiper-button-prev, .listing_focus .swiper-button-next {
  display: none;
}
@media (max-width: 1239.98px) {
  .listing_focus .focus .swiper-button-prev {
    display: block;
    width: 50px;
    top: 105%;
    left: 50%;
    transform: translate(-150%, 50%);
  }
  .listing_focus .focus .swiper-button-prev::after {
    content: "";
  }
  .listing_focus .focus .swiper-button-next {
    display: block;
    width: 50px;
    top: 105%;
    left: 50%;
    transform: translate(50%, 50%);
  }
  .listing_focus .focus .swiper-button-next::after {
    content: "";
  }
  .listing_focus .manual .swiper-button-prev {
    display: block;
    width: 50px;
    top: 90%;
    left: 50%;
    transform: translate(-150%, 50%);
  }
  .listing_focus .manual .swiper-button-prev::after {
    content: "";
  }
  .listing_focus .manual .swiper-button-next {
    display: block;
    width: 50px;
    top: 90%;
    left: 50%;
    transform: translate(50%, 50%);
  }
  .listing_focus .manual .swiper-button-next::after {
    content: "";
  }
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F3F8F7;
}
@media (max-width: 1239.98px) {
  .testimonials {
    overflow: hidden;
    min-height: 460px;
  }
}
.testimonials__wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.testimonials__wrapper .swiper-wrapper {
  margin-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}
@media (max-width: 1239.98px) {
  .testimonials__wrapper {
    flex-wrap: wrap;
  }
}
.testimonials__navigation {
  position: absolute;
  bottom: 0;
  width: 150px;
  left: 50%;
  transform: translate(-50%, 0);
}
.testimonials .swiper-button-prev {
  display: block;
  background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/left.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  top: 95%;
  left: 50%;
  transform: translate(-150%, 50%);
}
.testimonials .swiper-button-prev::after {
  content: "";
}
.testimonials .swiper-button-next {
  display: block;
  background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/right.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  top: 95%;
  left: 50%;
  transform: translate(50%, 50%);
}
.testimonials .swiper-button-next::after {
  content: "";
}

.tabs {
  margin-top: 120px;
  margin-bottom: 80px;
}
.tabs h2 {
  text-align: center;
  margin-bottom: 160px;
}
@media (max-width: 1239.98px) {
  .tabs {
    margin-top: 650px;
  }
}
.tabs__nav {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1239.98px) {
  .tabs__nav {
    overflow: auto;
  }
}
@media (max-width: 1239.98px) {
  .tabs__nav .tab-link {
    flex: 0 0 70%;
  }
}
.tabs__content .swiper-pagination {
  top: -88px;
}
.tabs__content .swiper-pagination .swiper-pagination-bullet-active {
  background: #F3F8F7;
  border: 1px solid #E1EFEC;
}
.tabs__content .swiper-pagination .swiper-pagination-bullet {
  height: 70px;
  opacity: 2;
  min-width: 380px;
}
.tabs__content .tab-pane .grey-logo-one {
  border-radius: 0;
  position: absolute;
  left: 70px;
  top: 70px;
  z-index: 2;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .grey-logo-one {
    left: 0;
    top: 140px;
    z-index: 2;
    max-width: 120px;
  }
}
.tabs__content .tab-pane .grey-logo-two {
  border-radius: 0;
  position: absolute;
  left: 210px;
  bottom: -110px;
  max-width: 100px;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .grey-logo-two {
    top: 360px;
    left: 70px;
    max-width: 100px;
    z-index: -1;
  }
}
.tabs__content .tab-pane .grey-logo-three {
  border-radius: 0;
  bottom: -45px;
  left: 350px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .grey-logo-three {
    top: 295px;
    left: 180px;
    max-width: 100px;
  }
}
.tabs__content .tab-pane .grey-logo-four {
  border-radius: 0;
  bottom: 30px;
  left: 515px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .grey-logo-four {
    top: 165px;
    left: 200px;
  }
}
.tabs__content .tab-pane .pallini-vert {
  position: absolute;
  top: 50px;
  left: 160px;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .pallini-vert {
    top: 40px;
    left: 30px;
    max-width: 45px;
  }
}
.tabs__content .tab-pane .pallini-orizz {
  position: absolute;
  bottom: 30px;
  right: 55px;
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .pallini-orizz {
    bottom: 20px;
    right: 30px;
    max-height: 45px;
  }
}
.tabs__content .tab-pane.active {
  display: block;
}
.tabs__content .tab-pane .swiper-button-prev {
  display: block;
  background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/left.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  transform: translate(-150%, 50%);
}
.tabs__content .tab-pane .swiper-button-prev::after {
  content: "";
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .swiper-button-prev {
    top: 95%;
    left: 50%;
    transform: translate(-150%, 50%);
  }
}
.tabs__content .tab-pane .swiper-button-next {
  display: block;
  background-image: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/right.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  transform: translate(50%, 50%);
}
.tabs__content .tab-pane .swiper-button-next::after {
  content: "";
}
@media (max-width: 1239.98px) {
  .tabs__content .tab-pane .swiper-button-next {
    top: 95%;
    left: 50%;
    transform: translate(50%, 50%);
  }
}
.tabs__main-content {
  background: #F3F8F7;
}
.tabs__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1239.98px) {
  .tabs__wrapper {
    flex-wrap: wrap;
  }
}
.tabs__wrapper.revers {
  flex-direction: row-reverse;
}
.tabs__image {
  flex: 0 0 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 1239.98px) {
  .tabs__image {
    flex: 0 0 100%;
  }
}
.tabs__image img {
  border-radius: 40px;
  filter: drop-shadow(16px 18px 40px rgba(105, 126, 122, 0.45));
  max-width: 423px;
}
@media (max-width: 1239.98px) {
  .tabs__image img {
    filter: drop-shadow(0.5333px 0.85px 6.3333px rgba(105, 126, 122, 0.45));
    max-width: 280px;
  }
}
.tabs__inner-content {
  flex: 0 0 40%;
}
.tabs__inner-content h2 {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 1239.98px) {
  .tabs__inner-content {
    flex: 0 0 100%;
    margin-top: 120px;
  }
}

.faqs__title {
  background: #F3F8F7;
  border-radius: 40px;
  padding: 20px 40px;
  margin-bottom: 40px;
  position: relative;
}
.faqs__title::after {
  content: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/v.png);
  position: absolute;
  top: 30px;
  right: 95px;
  width: 24px;
  z-index: 9;
  transform: rotate(180deg);
}
@media (max-width: 1239.98px) {
  .faqs__title::after {
    right: 50px;
    top: 25px;
  }
}
.faqs__title.active::after {
  transform: rotate(0deg);
}
.faqs__content {
  display: none;
  flex-direction: row;
  padding-bottom: 40px;
}
.faqs__content.active {
  display: flex;
}
@media (max-width: 1239.98px) {
  .faqs__content.active {
    display: block;
  }
}
.faqs__content.active .label-container {
  flex: 0 0 20%;
  padding-left: 40px;
}
.faqs__content.active .qa-container {
  flex: 0 0 80%;
}
@media (max-width: 1239.98px) {
  .faqs__content.active .qa-container {
    padding-left: 40px;
  }
}
.faqs__content.active .qa-container .question {
  border-bottom: 1px solid #206272;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #206272;
  position: relative;
}
.faqs__content.active .qa-container .question::after {
  content: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/piu.png);
  position: absolute;
  top: 15px;
  right: 10%;
  width: 24px;
  z-index: 9;
}
.faqs__content.active .qa-container .question.active::after {
  content: url(https://onshop.wslabs.it/wp-content/themes/onshop/dist/assets/img/meno.png);
  position: absolute;
  top: 15px;
  right: 10%;
  width: 24px;
  z-index: 9;
}
.faqs__content.active .qa-container .question span {
  width: 80%;
}
.faqs__content.active .qa-container .answer {
  padding: 40px;
}
@media (max-width: 1239.98px) {
  .faqs__content.active .qa-container .answer {
    padding: 10px;
  }
}

.form {
  padding-top: 80px;
  padding-bottom: 80px;
}
.form.bg_grey {
  background-color: #F7EFF0;
}
.form h2 {
  padding-bottom: 80px;
  text-align: center;
}
.form .form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.form .form-field label {
  margin-bottom: 10px;
}
.form .form-field input[type=text] {
  border: 1px solid #206272;
  border-radius: 24px;
  height: 64px;
}
.form .form-field input[type=text]:focus-visible {
  outline: 1px solid #7DC478;
  border: none;
}
.form .form-field input[type=email] {
  border: 1px solid #206272;
  border-radius: 24px;
  height: 64px;
}
.form .form-field input[type=email]:focus-visible {
  outline: 1px solid #7DC478;
  border: none;
}
.form .form-field input[type=tel] {
  border: 1px solid #206272;
  border-radius: 24px;
  height: 64px;
}
.form .form-field input[type=tel]:focus-visible {
  outline: 1px solid #7DC478;
  border: none;
}
.form .form-field textarea {
  border: 1px solid #206272;
  border-radius: 24px;
}
.form .form-field textarea:focus-visible {
  outline: 1px solid #7DC478;
  border: none;
}
.form .frm_opt_container {
  display: flex;
  align-items: center;
}
.form .frm_opt_container .frm_radio {
  margin-right: 40px;
}
.form .btn-wrapper {
  justify-content: center;
}
.footer__claim h2 {
    color: #206272;
    font-display: swap;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin: 0;
}
@media (min-width: 1240px) {
    .header__menu>ul li .subnav__menu__list ul {
        -moz-column-gap: 40px;
        column-gap: 40px;
        display: grid;
        grid-template-columns: 250px 250px;
        list-style: none;
        margin: 0;
        padding: 0;
        row-gap: 18px;
    }
    .header__menu>ul li .subnav__menu__list ul li:not(.button) a {
        color: #206272;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
    }
    .header__menu>ul li .subnav__menu__list ul li {
        order: 1;
        width: 250px;
    }
    .header__menu>ul li .subnav__menu__list ul li.button {
        margin-top: 0;
        order: 2;
    }
    .header__menu>ul li .subnav__menu__list ul li.button a {
        display: block;
        width: 100%;
    }
    .header__menu>ul li .subnav__menu__list ul li.button .btn--menu {
        min-width: 0;
        width: 100%;
    }
    .header__menu>ul li .subnav__menu__list ul {
        -moz-column-gap: 40px;
        column-gap: 40px;
        display: grid;
        grid-template-columns: 250px 250px;
        list-style: none;
        margin: 0;
        padding: 0;
        row-gap: 18px;
    }
    .header__menu {
        position: static;
    }
}
@media (max-width: 1239.98px) {
  .header__menu > ul {
    flex-direction: column;
    margin-top: 80px;
    width: 100%;
    position: relative;
  }
  .header__menu > ul li {
    border-bottom: 1px solid #F3F8F7;
  }
  .header__menu > ul li.dropdown a:after {
    transform: rotate(-90deg);
    top: -5px;
    width: 35px;
    right: -40px;
    z-index: 0;
  }
    .header__menu>ul>li {
        border-bottom: 1px solid #eef5f5;
        width: 100%;
    }
    .header__menu>ul>li:not(:last-child) {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .header__menu>ul {
        -ms-scroll-chaining: none;
        align-items: stretch;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 0;
        margin-top: 48px;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        position: relative;
        width: 100%;
    }
    .header__menu-top {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }
    .header__menu-close {
        align-items: center;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        background: #f3f8f7;
        border: 1px solid #e1efec;
        border-radius: 999px;
        color: #206272;
        cursor: pointer;
        display: inline-flex;
        gap: 12px;
        padding: 12px 18px;
    }
    .header__menu-close-icon {
        align-items: center;
        display: flex;
    }
    .header__menu-close-icon svg {
        display: block;
        height: 20px;
        width: 20px;
    }
    .header__menu-close-label {
        color: currentColor;
        font-display: swap;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
    }
    .header__toggle {
      grid-column: 1;
      grid-row: 1;
      justify-self: start;
      align-items: center;
      -moz-appearance: none;
      appearance: none;
      -webkit-appearance: none;
      background: #f3f8f7;
      border: none;
      border-radius: 999px;
      cursor: pointer;
      display: flex;
      gap: 0;
      height: 46px;
      justify-content: center;
      padding: 0;
      width: 46px;
      z-index: 101;
  }    
  .header__toggle svg {
      height: 20px;
      width: 20px;
  }
  .header .container-fluid {
      align-items: center;
      display: grid;
      gap: 16px;
      grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
      justify-items: center;
      padding-bottom: 17px;
      padding-top: 17px;
      position: relative;
  }
  .header__logo {
      grid-column: 2;
      grid-row: 1;
      justify-self: center;
  }
  .header__logo-img {
      display: block;
      height: 32px;
  }
  .header__logo-svg {
      display: none;
  }
  .header__action--mobile-user {
      display: block;
      position: absolute;
      right: 21px;
      top: 17px;
      z-index: 102;
  }
  .header__action--mobile-user .header__mobile-user-btn {
      align-items: center;
      background-color: #7dc478;
      border: none;
      border-radius: 999px;
      display: flex;
      gap: 0;
      height: 46px;
      justify-content: center;
      min-width: 0;
      overflow: hidden;
      /* padding: 0; */
      width: 46px;
  }
  .header__info {
      display: flex !important;
      grid-column: 3;
      grid-row: 1;
      justify-self: end;
      margin-right: 0 !important;
      position: static;
  }
  p.--counter,.p.--counter, label, .header__menu > ul li a, .header__info > div a {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
  .header__menu>ul>li.dropdown>a:after {
        border-bottom: 2px solid #7dc478;
        border-right: 2px solid #7dc478;
        content: "";
        display: inline-block;
        height: 14px;
        position: static;
        right: auto;
        top: auto;
        transform: rotate(-45deg);
        width: 14px;
        z-index: 0;
  }
  .header__menu>ul>li>a {
    align-items: center;
    color: #206272 !important;
    display: flex;
    font-display: swap;
    font-family: Poppins !important;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 400 !important;
    justify-content: space-between;
    line-height: 44px !important;
    padding: 28px 0;
    width: 100%;
  }
  .header__menu>ul li .subnav__back {
      align-items: center;
      color: #000;
      cursor: pointer;
      display: inline-flex;
      font-display: swap;
      font-family: Poppins;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      gap: 14px;
      line-height: 1;
      margin: 0 0 40px 4px;
      position: static;
  }
  .header__menu>ul li .subnav__back:before {
      border-bottom: 3px solid #000;
      border-left: 3px solid #000;
      content: "";
      height: 16px;
      transform: rotate(45deg);
      width: 16px;
  }
  .header__menu>ul li .subnav__menu {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0;
    width: 100%;
  }
  .header__menu>ul li .subnav__menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .h4, .header__menu>ul li .subnav a, .header__menu>ul li .subnav.subnav-open a, .header__menu>ul li .subnav__menu ul li, h4 {
      font-size: 1.1111111111rem;
      line-height: 1.7777777778rem;
  }
  .header__menu.is-subnav-open>ul {
      overflow: hidden;
  }
    .header__menu>ul li .subnav.subnav-open {
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        left: 0;
        min-height: 0;
        opacity: 1;
        pointer-events: auto;
        position: absolute;
        top: 0;
        transform: translateX(0);
        transition: transform .35s ease;
        visibility: visible;
        width: 100%;
        z-index: 1;
    }
    

.header__menu>ul li .subnav {
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        left: 0;
        opacity: 1;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: translateX(100%);
        transition: transform .35s ease;
        visibility: visible;
        width: 100%;
        will-change: transform;
        z-index: 1;
    }
  .header__menu>ul li .subnav__menu ul li a {
      color: #206272;
      display: block;
      font-display: swap;
      font-family: Poppins;
      font-size: clamp(32px, 7vw, 52px);
      font-style: normal;
      font-weight: 400;
      line-height: 1.1;
      padding: 28px 0;
      width: 100%;
  }
  .header__menu>ul li .subnav__image {
      display: none;
  }
  .header__account-modal {
      align-items: stretch;
      background: transparent;
      box-sizing: border-box;
      display: flex;
      gap: 0;
      inset: 80px 0 auto 0;
      justify-content: flex-start;
      opacity: 0;
      padding: 0;
      pointer-events: none;
      position: fixed;
      transform: translateY(-8px);
      transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
      visibility: hidden;
      z-index: 150;
  }
  .header__account-modal-panel {
      background: #fff;
      border-radius: 0;
      max-width: none;
      padding: 24px 24px 32px;
      width: 100%;
  }
  .footer__top-content {
      flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .footer {
      padding: 80px 24px;
  }
  .footer__layout {
        gap: 60px;
  }
  .h2--semibold, .h3, h2--semibold, h3 {
      font-size: 1.3333333333rem;
      line-height: 3.5555555556rem;
  }
  .footer__subfooter {
      align-items: flex-start;
      flex-direction: column;
      padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
    .footer {
        padding: 80px 20px;
    }
    .footer__layout {
        align-items: center;
        gap: 40px;
        max-width: 353px;
    }
    .footer__top {
        align-items: center;
    }
    .footer__pictogram {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .footer__top-content {
        align-items: center;
    }
    .footer__lead {
        align-items: center;
        gap: 40px;
        max-width: 353px;
        width: 100%;
    }
    .footer__claim h2 {
        text-align: center;
    }
    .footer__nav {
        align-items: center;
        flex-direction: column;
        gap: 40px;
    }
    .footer__nav-col {
        align-items: center;
        width: 100%;
    }
    .footer__nav-title {
        text-align: center;
        width: 100%;
    }
    .footer__nav-list {
        align-items: center;
        width: 100%;
    }
    .footer__subfooter {
        align-items: center;
        gap: 60px;
        padding-top: 40px;
        width: 100%;
    }
    .footer__credits-text {
        max-width: 353px;
        text-align: center;
        width: 100%;
    }
    .footer__credits-text .--credits:first-child {
        color: #7dc478;
        font-weight: 700;
    }
    .footer__download {
        align-items: center;
        flex-direction: column;
    }
}
