@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Poppins:ital,wght@0,300;0,500;1,300&display=swap");
.flex, .btn-group, .btn, .checkbox,
.radio, .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex--start-x {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 479px) {
  .flex--start-x--xxs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flex--start-x--xs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .flex--start-x--sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .flex--start-x--md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 1679px) {
  .flex--start-x--lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.flex--center-x, .header__logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 479px) {
  .flex--center-x--xxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .flex--center-x--xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .flex--center-x--sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1199px) {
  .flex--center-x--md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1679px) {
  .flex--center-x--lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flex--end-x {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 479px) {
  .flex--end-x--xxs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .flex--end-x--xs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .flex--end-x--sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .flex--end-x--md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1679px) {
  .flex--end-x--lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.flex--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 479px) {
  .flex--space-around--xxs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .flex--space-around--xs {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 991px) {
  .flex--space-around--sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 1199px) {
  .flex--space-around--md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 1679px) {
  .flex--space-around--lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.flex--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .flex--space-between--xxs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .flex--space-between--xs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .flex--space-between--sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1199px) {
  .flex--space-between--md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1679px) {
  .flex--space-between--lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex--start-y {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 479px) {
  .flex--start-y--xxs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flex--start-y--xs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .flex--start-y--sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .flex--start-y--md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1679px) {
  .flex--start-y--lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flex--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 479px) {
  .flex--center-y--xxs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .flex--center-y--xs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .flex--center-y--sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .flex--center-y--md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1679px) {
  .flex--center-y--lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex--end-y {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 479px) {
  .flex--end-y--xxs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .flex--end-y--xs {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .flex--end-y--sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .flex--end-y--md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 1679px) {
  .flex--end-y--lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.flex--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 479px) {
  .flex--stretch--xxs {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .flex--stretch--xs {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .flex--stretch--sm {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 1199px) {
  .flex--stretch--md {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 1679px) {
  .flex--stretch--lg {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 479px) {
  .flex--center--xxs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .flex--center--xs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .flex--center--sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1199px) {
  .flex--center--md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1679px) {
  .flex--center--lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex--inline, .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 479px) {
  .flex--inline--xxs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 767px) {
  .flex--inline--xs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 991px) {
  .flex--inline--sm {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 1199px) {
  .flex--inline--md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 1679px) {
  .flex--inline--lg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.flex--nowrap, .checkbox,
.radio {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 479px) {
  .flex--nowrap--xxs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .flex--nowrap--xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .flex--nowrap--sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1199px) {
  .flex--nowrap--md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1679px) {
  .flex--nowrap--lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 479px) {
  .flex--wrap--xxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .flex--wrap--xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .flex--wrap--sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199px) {
  .flex--wrap--md {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1679px) {
  .flex--wrap--lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 479px) {
  .flex--row--xxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .flex--row--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 991px) {
  .flex--row--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1199px) {
  .flex--row--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 1679px) {
  .flex--row--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.flex--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 479px) {
  .flex--row-reverse--xxs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flex--row-reverse--xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 991px) {
  .flex--row-reverse--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .flex--row-reverse--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1679px) {
  .flex--row-reverse--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 479px) {
  .flex--column--xxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .flex--column--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .flex--column--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1199px) {
  .flex--column--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1679px) {
  .flex--column--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 479px) {
  .flex--column-reverse--xxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .flex--column-reverse--xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .flex--column-reverse--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1199px) {
  .flex--column-reverse--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1679px) {
  .flex--column-reverse--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex--self-start-y {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media screen and (max-width: 479px) {
  .flex--self-start-y--xxs {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .flex--self-start-y--xs {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .flex--self-start-y--sm {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  .flex--self-start-y--md {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (max-width: 1679px) {
  .flex--self-start-y--lg {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.flex--self-center-y {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 479px) {
  .flex--self-center-y--xxs {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .flex--self-center-y--xs {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .flex--self-center-y--sm {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1199px) {
  .flex--self-center-y--md {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 1679px) {
  .flex--self-center-y--lg {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.flex--self-end-y {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 479px) {
  .flex--self-end-y--xxs {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .flex--self-end-y--xs {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .flex--self-end-y--sm {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .flex--self-end-y--md {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media screen and (max-width: 1679px) {
  .flex--self-end-y--lg {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

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

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

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

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

.color-primary {
  color: #3c53b4 !important;
}

.color-secondary {
  color: #abb3d7 !important;
}

.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.b0 {
  border: none;
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.cf:before, .cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

html.is-menu-open,
.is-menu-open body {
  overflow-y: hidden;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*,
*:before,
*:after,
*:hover,
*:focus {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #f0eeea;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #6c6c6c;
  line-height: 2;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #262626;
  line-height: 1.1;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: 5.625rem;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.125rem;
    margin: 0 0 40px;
  }
}

h2,
.h2 {
  font-size: 3.75rem;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3.125rem;
    margin: 0 0 40px;
  }
}

h3,
.h3 {
  font-size: 3.125rem;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.5rem;
    margin: 0 0 25px;
  }
}

h4,
.h4 {
  font-size: 2.5rem;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.875rem;
    margin: 0 0 25px;
  }
}

h5,
.h5 {
  font-size: 1.875rem;
  margin: 0 0 25px;
}

h6,
.h6 {
  font-size: 1.3125rem;
  margin: 0 0 25px;
}

p {
  letter-spacing: 0.03em;
  margin: 0 0 30px;
}

strong,
b {
  font-weight: 600;
}

a {
  color: #abb3d7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media screen and (min-width: 1200px) {
  a:hover {
    color: #ced2e7;
  }
}

svg {
  width: inherit;
  height: inherit;
}

ol {
  margin: 0 0 30px;
}

ol li {
  margin: 0;
}

ol ol,
ol ul,
ol ul.list-styled {
  margin: 10px 0 0;
}

ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

ul.list-styled,
.wysiwyg ul {
  margin: 0 0 30px;
}

ul.list-styled li,
.wysiwyg ul li {
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}

ul.list-styled li::before,
.wysiwyg ul li::before {
  content: "";
  font-family: "Icons";
  font-size: 10px;
  color: #3c53b4;
  position: absolute;
  top: 4px;
  left: 0;
}

ul.list-styled ol,
ul.list-styled ul,
ul.list-styled ul.list-styled,
.wysiwyg ul ol,
.wysiwyg ul ul,
.wysiwyg ul ul.list-styled {
  margin: 10px 0 0;
}

ul.list-styled ol li,
.wysiwyg ul ol li {
  padding-left: 0;
}

ul.list-styled ol li:before,
.wysiwyg ul ol li:before {
  display: none;
  content: '';
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::-moz-selection {
  background: #8191d5;
  color: #fff;
}

::selection {
  background: #8191d5;
  color: #fff;
}

::-moz-selection {
  background: #8191d5;
  color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 30px;
}

table th,
table td {
  padding: 12px 20px;
  border: 1px solid #c8c6c3;
  line-height: 2;
  vertical-align: middle;
}

table th {
  color: #3c53b4;
  font-weight: 600;
  text-align: left;
}

blockquote {
  color: #6c6c6c;
  background-color: #f0eeea;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 30px;
  padding: 18px 30px;
  position: relative;
}

blockquote p {
  margin: 0;
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/icons.ttf?21kh4h") format("truetype"), url("../fonts/icons.woff?21kh4h") format("woff"), url("../fonts/icons.svg?21kh4h#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-left-arrow:before {
  content: "\e909";
}

.ico-right-arrow:before {
  content: "\e90a";
}

.ico-down-arrow:before {
  content: "\e90b";
}

.ico-up-arrow:before {
  content: "\e90c";
}

.ico-ekstrakcja:before {
  content: "\e900";
}

.ico-badania:before {
  content: "\e901";
}

.ico-pasja:before {
  content: "\e902";
}

.ico-eksperci:before {
  content: "\e903";
}

.ico-szkolenia:before {
  content: "\e904";
}

.ico-kontrola:before {
  content: "\e905";
}

.ico-certyfikacja:before {
  content: "\e906";
}

.ico-uprawy:before {
  content: "\e907";
}

.ico-leaf:before {
  content: "\e908";
}

.ico-search:before {
  content: "\e90d";
}

.ico-close:before {
  content: "\e90e";
}

.btn-group {
  margin: -15px;
}

.btn-group > .btn {
  margin: 15px;
}

.btn {
  padding-top: 17px;
  padding-right: 50px;
  padding-bottom: 17px;
  padding-left: 50px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #3c53b4;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 1.3125rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media screen and (min-width: 1200px) {
  .btn:hover {
    background-color: #abb3d7;
    border: 1px solid transparent;
    color: #fff;
  }
}

.btn--default {
  color: #fff;
  background-color: #262626;
  border: 1px solid transparent;
}

.btn--default:hover, .btn--default:focus {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}

.btn--primary {
  color: #fff;
  background-color: #3c53b4;
  border: 1px solid transparent;
}

.btn--primary:hover, .btn--primary:focus {
  background-color: transparent;
  border: 1px solid #3c53b4;
  color: #3c53b4;
}

.btn--secondary {
  color: #fff;
  background-color: #abb3d7;
  border: 1px solid transparent;
}

.btn--secondary:hover, .btn--secondary:focus {
  background-color: transparent;
  border: 1px solid #abb3d7;
  color: #abb3d7;
}

.btn--link {
  background-color: transparent;
  color: #6c6c6c;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn--link::before {
  content: "";
  background-color: #6c6c6c;
  width: 20px;
  height: 1px;
  display: block;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn--link:hover, .btn--link:focus {
  background-color: transparent;
  border: none;
  color: #3c53b4;
}

.btn--link:hover::before, .btn--link:focus::before {
  width: 0;
  margin-right: 0;
}

.btn--small {
  font-size: 1.14844rem;
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  padding-left: 40px;
}

.btn--large {
  font-size: 1.3125rem;
  padding-top: 17px;
  padding-right: 70px;
  padding-bottom: 17px;
  padding-left: 70px;
}

::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 0.5;
}

:-moz-placeholder {
  color: #6c6c6c;
  opacity: 0.5;
}

::-moz-placeholder {
  color: #6c6c6c;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 0.5;
}

input,
select,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c8c6c3;
  color: #6c6c6c;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  line-height: inherit;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #3c53b4;
}

textarea {
  margin: 0;
  resize: none;
  vertical-align: top;
}

.form {
  margin: 0 0 30px;
}

.form__group {
  margin: 0 0 50px;
  position: relative;
}

.form__label {
  font-family: "EB Garamond", serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.1;
  color: #262626;
  display: block;
  margin: 0 0 10px;
}

.form__checkbox, .form__radio {
  margin: 10px 0;
}

.form__actions {
  margin: 25px 0 0;
}

.checkbox input,
.radio input {
  width: 12px;
  height: 12px;
  margin: 5px 5px 0 0;
}

.checkbox input:checked,
.radio input:checked {
  background-color: #abb3d7;
  border-color: #abb3d7;
}

.checkbox label,
.radio label {
  font-weight: 400;
  font-size: 1rem;
  color: #6c6c6c;
  text-align: left;
  padding: 0;
}

.checkbox a,
.radio a {
  font-weight: 400;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin: 10px 20px;
}

.wpcf7-submit {
  width: auto;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .container-wide {
    width: 1300px;
  }
}

@media screen and (min-width: 1650px) {
  .container-wide {
    width: 1600px;
  }
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*='col-'],
.no-gutter > [class*='flex-'] > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-5 {
  margin-right: -2.5px;
  margin-left: -2.5px;
}

.gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutter-5 > [class*='col-'],
.gutter-5 > [class*='flex-'] > [class*='col-'] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.gutter-10 > [class*='col-'],
.gutter-10 > [class*='flex-'] > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutter-20 > [class*='col-'],
.gutter-20 > [class*='flex-'] > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 > [class*='col-'],
.gutter-30 > [class*='flex-'] > [class*='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class*='col-'],
.gutter-50 > [class*='flex-'] > [class*='col-'] {
  padding-right: 25px;
  padding-left: 25px;
}

.header {
  background-color: transparent;
  width: 100%;
  padding: 7px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .header__wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.header__logo {
  width: 250px;
}

.header__logo img {
  width: 250px;
  height: auto;
}

.header__nav {
  width: calc( (100% - 140px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.header__nav ul li {
  float: left;
  position: relative;
}

.header__nav ul li.current-menu-item a {
  color: #3c53b4;
}

.header__nav ul li a {
  font-family: "EB Garamond", serif;
  font-size: 1.3125rem;
  font-weight: 400;
  color: #262626;
  display: block;
  position: relative;
  padding: 10px 20px;
}

@media screen and (min-width: 1200px) {
  .header__nav ul li a:hover {
    color: #3c53b4;
  }
}

.header__mobile {
  display: none;
}

@media screen and (max-width: 1199px) {
  .header__mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 380px;
    max-width: calc(100% - 20px);
    background-color: rgba(171, 179, 215, 0.95);
    padding: 40px 65px 40px 40px;
    display: block !important;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 809;
  }
  .is-menu-open .header__mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__mobile ul li:not(:first-child) {
    margin-top: 30px;
  }
  .header__mobile ul li a {
    color: #fff;
    padding: 0;
  }
  .header__mobile ul li.current_page_item a {
    color: #3c53b4;
  }
}

.menu-trigger {
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 10px;
  cursor: pointer;
  float: right;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 810;
}

.is-header-minimize .menu-trigger {
  background-color: #3c53b4;
  top: 10px;
}

.is-header-minimize .menu-trigger__inner span {
  background-color: #fff;
}

.menu-trigger__inner {
  margin: 10px;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

.menu-trigger__inner span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #3c53b4;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.menu-trigger__inner span:nth-child(even) {
  right: 0;
  border-radius: 0 3px 3px 0;
}

.menu-trigger__inner span:nth-child(odd) {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.menu-trigger__inner span:nth-child(1), .menu-trigger__inner span:nth-child(2) {
  top: 2px;
}

.menu-trigger__inner span:nth-child(3), .menu-trigger__inner span:nth-child(4) {
  top: 9px;
}

.menu-trigger__inner span:nth-child(4) {
  right: auto;
  left: 50%;
}

.menu-trigger__inner span:nth-child(5), .menu-trigger__inner span:nth-child(6) {
  top: 16px;
}

.is-menu-open .menu-trigger__inner span:nth-child(1), .is-menu-open .menu-trigger__inner span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-menu-open .menu-trigger__inner span:nth-child(2), .is-menu-open .menu-trigger__inner span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-menu-open .menu-trigger__inner span:nth-child(1) {
  left: 2px;
  top: 6px;
}

.is-menu-open .menu-trigger__inner span:nth-child(2) {
  right: 2px;
  left: auto;
  top: 6px;
}

.is-menu-open .menu-trigger__inner span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.is-menu-open .menu-trigger__inner span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.is-menu-open .menu-trigger__inner span:nth-child(5) {
  left: 2px;
  top: 12px;
}

.is-menu-open .menu-trigger__inner span:nth-child(6) {
  right: 2px;
  left: auto;
  top: 12px;
}

.reservation__actions {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .reservation__actions {
    display: none;
    overflow: hidden;
  }
}

.reservation__actions a {
  background-color: #3c53b4;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.3125rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 30px;
  -webkit-box-shadow: 0 5px 20px rgba(108, 108, 108, 0.2);
          box-shadow: 0 5px 20px rgba(108, 108, 108, 0.2);
}

.reservation__actions a:hover {
  background-color: #262626;
  padding: 30px 40px;
}

.footer {
  background-color: transparent;
  font-size: 1rem;
  color: #6c6c6c;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.875rem;
  }
}

.footer__copyright {
  border-top: 1px solid #c8c6c3;
  padding-top: 50px;
}

.footer__copyright p {
  text-align: center;
  margin: 0;
}

.footer__copyright p a {
  color: #6c6c6c;
}

.footer__copyright p a:hover {
  color: #3c53b4;
}

.footer__socials {
  margin: 30px 0 0;
}

.footer__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0;
}

.footer__socials ul li i, .footer__socials ul li svg {
  font-size: 1.125rem;
}

.footer__socials ul li a {
  color: #262626;
}

.footer__socials ul li a:hover {
  color: #6c6c6c;
}

.back-to-top {
  position: fixed;
  left: 50%;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #abb3d7;
  border-radius: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0 5px 20px rgba(108, 108, 108, 0.1);
          box-shadow: 0 5px 20px rgba(108, 108, 108, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top::after {
  content: "\e90c";
  font-family: "Icons";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-to-top:hover {
  background-color: #fff;
  opacity: 1;
}

.back-to-top:hover::after {
  color: #3c53b4;
}

.lead {
  font-family: "EB Garamond", serif;
  font-size: 1.875rem;
  color: #262626;
  line-height: 1.33;
}

.page__title {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .page__title {
    padding: 50px 0;
  }
}

.page__title .title {
  font-size: 3.75rem;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page__title .title {
    font-size: 3.125rem;
    margin: 0 0 40px;
  }
}

.block__image + .block__heading,
.block__image + .block__wysiwyg,
.block__images + .block__heading,
.block__images + .block__wysiwyg {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .block__image + .block__heading,
  .block__image + .block__wysiwyg,
  .block__images + .block__heading,
  .block__images + .block__wysiwyg {
    margin-top: 30px;
  }
}

.block__wysiwyg + .block__image,
.block__wysiwyg + .block__images,
.block__wysiwyg + .block__cta {
  padding-top: 30px;
}

.map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.block__intro {
  position: relative;
}

.block__intro .intro__bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.block__intro .intro__overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.block__intro .intro__content {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .block__intro .intro__content {
    padding: 50px 0;
  }
}

.block__intro .intro__content .title, .block__intro .intro__content p {
  color: #fff;
  text-align: center;
}

.block__intro .intro__content p {
  margin: 0 0 50px;
  opacity: 0.7;
}

.block__intro .intro__content .btn--link {
  color: #fff;
}

.block__intro .intro__content .btn--link::before {
  background-color: #fff;
}

.block__slogan {
  padding: 60px 0 30px;
}

.block__image img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .block__image img {
    height: 400px;
  }
}

.block__images .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.block__images .wrapper .item {
  -ms-flex-preferred-size: calc( 100% / 3);
      flex-basis: calc( 100% / 3);
  width: calc( 100% / 3);
}

.block__images .wrapper .item img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .block__images .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block__images .wrapper .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
  .block__images .wrapper .item img {
    height: 400px;
  }
}

.block__gallery {
  margin: 60px 0;
}

.block__gallery img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 767px) {
  .block__gallery img {
    height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .block__gallery img:hover {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .9;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.block__offer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__offer .wrapper .item {
  -ms-flex-preferred-size: calc( 100% / 3);
      flex-basis: calc( 100% / 3);
  width: calc( 100% / 3);
  position: relative;
}

.block__offer .wrapper .item .offer__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.block__offer .wrapper .item .offer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.block__offer .wrapper .item .offer__bg::after {
  content: "";
  background-color: rgba(60, 60, 60, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block__offer .wrapper .item .offer__content {
  position: relative;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 50px;
}

.block__offer .wrapper .item .offer__content .title, .block__offer .wrapper .item .offer__content .btn {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.block__offer .wrapper .item .offer__content .title {
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.block__offer .wrapper .item .offer__content .btn {
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.block__offer .wrapper .item .offer__content .btn--link {
  color: #fff;
}

.block__offer .wrapper .item .offer__content .btn--link::before {
  background-color: #fff;
}

.block__offer .wrapper .item .offer__content a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block__offer .wrapper .item:hover .offer__bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.block__offer .wrapper .item:hover .offer__content .title, .block__offer .wrapper .item:hover .offer__content .btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.block__offer .wrapper .item:hover .offer__content .btn {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .block__offer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block__offer .wrapper .item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.block__reviews {
  padding: 50px 0 80px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .block__reviews {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .block__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block__reviews .wrapper {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .block__reviews .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block__reviews .author {
  color: #3c53b4;
}

.block__reviews p {
  font-family: "EB Garamond", serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-style: italic;
}

.block__reservation {
  padding: 60px 0;
}

.block__reservation p {
  margin: 0;
}

.block__blog .wrapper {
  padding: 0 0 10px;
}

.block__blog .wrapper.ws {
  border-top: 1px solid #c8c6c3;
  padding: 60px 0 10px;
}

.block__blog .wrapper .item {
  margin-bottom: 50px;
}

.block__blog .wrapper .title {
  text-align: center;
}

.block__blog .wrapper .thumbnail__wrapper {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 0 50px;
}

.block__blog .wrapper .thumbnail__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.block__blog .wrapper .thumbnail__wrapper img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.block__blog .wrapper .post-title {
  font-size: 1.875rem;
  margin: 0 0 30px;
}

.block__blog .wrapper .post-title a {
  color: #262626;
}

.block__blog .wrapper .post-title a:hover {
  color: #6c6c6c;
}

.block__price-list .price__item {
  text-align: center;
}

.block__price-list .price__item ul {
  margin: 0;
}

.block__price-list .price__item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c8c6c3;
  margin: 0 0 50px;
  padding: 0 30px 25px 30px;
}

.block__price-list .price__item ul li:last-child {
  margin-bottom: 0;
}

.block__price-list .price__item ul li .name {
  text-align: left;
}

.block__price-list .price__item ul li .price {
  font-weight: 600;
  color: #3c53b4;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .block__price-list .price__item ul li .price {
    width: 180px;
  }
}

.block__cta {
  padding: 60px 0;
}

.block__wysiwyg ul li {
  padding-left: 20px;
  position: relative;
}

.block__wysiwyg ul li::before {
  content: "";
  background-color: #abb3d7;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.block__wysiwyg.blockquote p {
  border-left: 3px solid #abb3d7;
  padding-left: 20px;
}

.block__contact {
  padding: 60px 0;
}

.block__contact .contact__box .item {
  margin-bottom: 46px;
}

.block__contact .contact__box .item a {
  color: #6c6c6c;
}

.block__contact .contact__box .item a:hover {
  color: #262626;
}

.block__anchors .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .block__anchors .anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block__anchors .anchors li:first-child::before {
    content: "";
    background-color: #c8c6c3;
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.block__anchors .anchors li {
  font-family: "EB Garamond", serif;
  font-size: 1.3125rem;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}

.block__anchors .anchors li:not(:first-child)::before {
  content: "";
  background-color: #c8c6c3;
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block__anchors .anchors li a {
  color: #6c6c6c;
}

.block__anchors .anchors li a:hover {
  color: #3c53b4;
}
/*# sourceMappingURL=main.css.map */