@font-face {
  font-family: "Bitter Regular";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/Bitter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Bitter Bold";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/Bitter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans Light";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans Regular";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans Semibold";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans Bold";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

h4,
h5 {
  font-family: "Bitter Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: "Bitter Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

p {
  font-family: "OpenSans Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.subtitle,
.join-content .item .i-body p strong {
  font-family: "OpenSans Semibold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

a.button,
button.button,
.header .nav-wrap nav ul li a {
  font-family: "OpenSans Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 36rem) {
  .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .container {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .container {
    max-width: 71.25rem;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-right: -0.9375rem;
  margin-left: -0.9375rem;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;

  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col {
  max-width: 100%;

  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-auto {
  width: auto;
  max-width: 100%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-1 {
  max-width: 8.33333%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
}

.col-2 {
  max-width: 16.66667%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}

.col-3 {
  max-width: 25%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.col-4 {
  max-width: 33.33333%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}

.col-5 {
  max-width: 41.66667%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
}

.col-6 {
  max-width: 50%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.col-7 {
  max-width: 58.33333%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
}

.col-8 {
  max-width: 66.66667%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
}

.col-9 {
  max-width: 75%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.col-10 {
  max-width: 83.33333%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
}

.col-11 {
  max-width: 91.66667%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
}

.col-12 {
  max-width: 100%;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 36rem) {
  .col-sm {
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-sm-auto {
    width: auto;
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-sm-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-sm-3 {
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-sm-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-sm-6 {
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-sm-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-sm-9 {
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-sm-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-sm-12 {
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 48rem) {
  .col-md {
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-md-auto {
    width: auto;
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-md-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-md-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-md-3 {
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-md-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-md-6 {
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-md-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-md-9 {
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-md-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-md-12 {
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 62rem) {
  .col-lg {
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-lg-auto {
    width: auto;
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-lg-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-lg-3 {
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-lg-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-lg-9 {
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-lg-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-lg-12 {
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 75rem) {
  .col-xl {
    max-width: 100%;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .col-xl-auto {
    width: auto;
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col-xl-1 {
    max-width: 8.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-xl-2 {
    max-width: 16.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-xl-3 {
    max-width: 25%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-xl-5 {
    max-width: 41.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-xl-6 {
    max-width: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-xl-8 {
    max-width: 66.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-xl-9 {
    max-width: 75%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.33333%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-xl-11 {
    max-width: 91.66667%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-xl-12 {
    max-width: 100%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;

  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;

  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;

  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;

  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 36rem) {
  .flex-sm-row {
    flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 48rem) {
  .flex-md-row {
    flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 62rem) {
  .flex-lg-row {
    flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 75rem) {
  .flex-xl-row {
    flex-direction: row !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;

    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 36rem) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 48rem) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 62rem) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 75rem) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

:root {
  --primary-navy: #0b233f;
  --primary-white: #fff;
  --secondary-driftwood: #bb945b;
  --secondary-coral: #ff8f80;
  --secondary-sea: #c5dee3;
  --third-sand: #d5d0ca;
  --third-salmon: #ffc4bd;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.42;

  margin: 0;
  padding: 0;

  -webkit-font-smoothing: antialiased;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;

  min-height: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.content {
  z-index: 1;

  overflow: hidden;

  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

section {
  position: relative;

  width: 100%;
}
ul.privacy_pages {
  color: white;
  list-style: circle;
  margin-left: 30px;
}
a.privacy_page {
  color: grey;
}
ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;

  margin-top: 0;
  margin-bottom: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 3.75rem;
  line-height: 4.6875rem;
}
@media screen and (max-width: 75rem) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 75rem) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2.55rem;
}
@media screen and (max-width: 75rem) {
  h3 {
    font-size: 1.5625rem;
    line-height: 2.125rem;
  }
}

h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 75rem) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h5 {
  font-size: 1.5625rem;
  line-height: 2rem;
}
@media screen and (max-width: 75rem) {
  h5 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.subtitle {
  font-size: 1.125rem;
  line-height: 1.875rem;

  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 75rem) {
  .subtitle {
    font-size: 0.9375rem;
  }
}

.center {
  position: relative;

  display: block;

  width: 100%;

  text-align: center;
}

.icon.stroke {
  fill: none;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a.button,
button.button {
  font-size: 0.9375rem;
  line-height: 0.9375rem;

  position: relative;

  display: inline-block;

  min-width: 11.125rem;
  padding: 1.0625rem;

  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: var(--primary-navy);
  border-radius: 0.1875rem;

  -webkit-appearance: none;
}
@media screen and (max-width: 61.9375rem) {
  a.button,
  button.button {
    font-size: 0.8125rem;
    line-height: 0.8125rem;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: auto;
    height: 3.4375rem;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

a.primary,
button.primary {
  overflow: hidden;

  -webkit-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;

  border: none;
  background-color: var(--secondary-coral);
}
a.primary:hover,
button.primary:hover {
  background-color: var(--third-salmon);
}

a.secondary,
button.secondary {
  -webkit-transition: border-color 0.33s;
  -o-transition: border-color 0.33s;
  transition: border-color 0.33s;

  border: 0.1875rem solid var(--secondary-coral);
  background-color: transparent;
}
a.secondary:hover,
button.secondary:hover {
  border-color: var(--third-salmon);
}

a:not(.button):after {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 0;
  height: 0.125rem;

  content: "";
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  background-color: var(--secondary-coral);
}

.footer {
  position: relative;

  padding: 2.5rem 0;

  background-color: var(--primary-navy);
}
@media screen and (min-width: 81.25rem) {
  .footer .container {
    padding: 0;
  }
  .footer .row {
    margin: 0;
    padding: 0;
  }
  .footer .row > div {
    padding: 0;
  }
}
.footer .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer .top {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 61.9375rem) {
  .footer .top {
    margin-bottom: 2.8125rem;
  }
}
.footer .bottom {
  padding-top: 0.625rem;

  border-top: 0.125rem solid var(--third-sand);
}
.footer .logo {
  position: relative;

  display: block;

  max-width: 7.5rem;
}
.footer .logo img {
  width: 100%;
}
@media screen and (max-width: 61.9375rem) {
  .footer .logo {
    margin-top: 0.3125rem;
  }
}
.footer .address p {
  font-size: 0.9375rem;
  line-height: 1.6875rem;

  color: var(--primary-white);
}
@media screen and (max-width: 75rem) {
  .footer .address p {
    font-size: 1rem;
  }
}
.footer .address a {
  font-family: "OpenSans Bold", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.125rem;

  position: relative;

  display: inline-block;

  width: auto;

  text-decoration: none;

  color: var(--secondary-coral);
}
@media screen and (max-width: 75rem) {
  .footer .address a {
    font-size: 1rem;
  }
}
.footer .address a:hover:after {
  width: 100%;
}
.footer .member {
  padding-left: 3.4375rem;
}
@media screen and (max-width: 75rem) {
  .footer .member {
    padding: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .footer .member {
    margin-top: 1.5625rem;
  }
}
.footer .member p {
  font-family: "OpenSans Bold", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5625rem;

  color: var(--primary-white);
}
@media screen and (max-width: 75rem) {
  .footer .member p {
    font-size: 1rem;
  }
}
.footer .member .button {
  margin-top: 1.125rem;
}
.footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 61.9375rem) {
  .footer .socials {
    margin-bottom: 1.875rem;

    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}
.footer .socials a {
  position: relative;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: 1.875rem;
  height: 1.875rem;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  border: 0.1375rem solid transparent;
  border-radius: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.footer .socials a:not(:last-child) {
  margin-right: 0.9375rem;
}
.footer .socials a .icon {
  width: 100%;
  height: 100%;

  fill: var(--secondary-coral);
}
.footer .socials a:hover {
  padding: 0.1875rem;

  border-color: var(--secondary-coral);
}
@media screen and (max-width: 61.9375rem) {
  .footer .copy {
    text-align: left;
  }
}
.footer .copy p {
  font-family: "OpenSans SemiBold", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5625rem;

  opacity: 0.6;
  color: var(--primary-white);
}
.footer .footer-nav {
  position: relative;

  display: block;

  width: 100%;
}
@media screen and (max-width: 61.9375rem) {
  .footer .footer-nav {
    text-align: left;
  }
}
.footer .footer-nav ul {
  position: relative;

  display: block;

  width: 100%;

  text-align: right;
}
@media screen and (max-width: 61.9375rem) {
  .footer .footer-nav ul {
    text-align: left;
  }
}
.footer .footer-nav ul li {
  position: relative;

  display: inline-block;
}
.footer .footer-nav ul li:not(:last-child) {
  margin-right: 0.3125rem;
  padding-right: 0.3125rem;
}
.footer .footer-nav ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -0.3125rem;
  bottom: 0;

  width: 0.0625rem;
  height: 100%;

  content: "";

  opacity: 0.6;
  background: var(--primary-white);
}
@media screen and (max-width: 61.9375rem) {
  .footer .footer-nav ul li:not(:last-child):after {
    top: 0;
    bottom: 0;

    height: 90%;
    margin: auto 0;
  }
}
.footer .footer-nav ul li a {
  font-family: "OpenSans SemiBold", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  line-height: 0.875rem;

  position: relative;

  display: inline-block;

  text-decoration: none;

  opacity: 0.6;
  color: var(--primary-white);
}
.footer .footer-nav ul li a:hover:after {
  width: 100%;

  background-color: var(--primary-white);
}

.index .footer:before {
  position: absolute;
  top: -4.625rem;
  left: 25rem;

  width: 4.75rem;
  height: 6.75rem;
  margin: 0 auto;

  content: "";

  background-image: url("../img/decor/two-dots-02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 75rem) {
  .index .footer:before {
    left: 18.75rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .index .footer:before {
    display: none;
  }
}

.join .footer:before {
  position: absolute;
  z-index: 1;
  top: -2rem;
  right: 1.875rem;

  width: 4.75rem;
  height: 6.75rem;
  margin: 0 auto;

  content: "";

  background-image: url("../img/decor/two-dots-04.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .join .footer:before {
    display: none;
  }
}

/*Header styles*/
.header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;

  width: 100%;
  padding: 2.6875rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .header {
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 81.25rem) {
  .header .container {
    padding: 0;
  }
  .header .row > div {
    padding: 0;
  }
}
.header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 61.9375rem) {
  .header .row > div {
    position: static;
  }
}
.header .mobile-trigger {
  position: relative;

  display: none;

  width: 1.875rem;
  height: 1.875rem;
}
@media screen and (max-width: 61.9375rem) {
  .header .mobile-trigger {
    display: inline-block;

    margin: 0;
    margin-left: 3.75rem;
  }
}
.header .mobile-trigger span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 0.125rem;
  margin: auto;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  border-radius: 0.125rem;
  background-color: var(--secondary-coral);
}
.header .mobile-trigger span:nth-child(1) {
  -webkit-transform: translateY(-0.5625rem) rotate(0);
  -ms-transform: translateY(-0.5625rem) rotate(0);
  transform: translateY(-0.5625rem) rotate(0);
}
.header .mobile-trigger span:nth-child(2) {
  -webkit-transform: translateY(0.5625rem) rotate(0);
  -ms-transform: translateY(0.5625rem) rotate(0);
  transform: translateY(0.5625rem) rotate(0);
}
.header .mobile-trigger.active span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.header .mobile-trigger.active span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.header .logo {
  position: relative;

  display: block;

  max-width: 17.5rem;
  height: 2.625rem;
}
.header .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 61.9375rem) {
  .header .logo {
    max-width: 13.4375rem;
    height: 1.875rem;
  }
}
.header .nav-wrap {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 61.9375rem) {
  .header .nav-wrap {
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    overflow: hidden;

    width: 11.5625rem;
    height: 100vh;
    padding: 1.25rem;

    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;
    text-align: right;
  }
  .header .nav-wrap.open {
    background-color: var(--primary-white);
  }
  .header .nav-wrap .main-menu {
    text-align: left;
  }
  .header .nav-wrap .main-menu ul li {
    display: block;

    margin: 0.25rem 0;
  }
}
.header .nav-wrap .logo-nav {
  display: none;
}
@media screen and (max-width: 61.9375rem) {
  .header .nav-wrap .logo-nav {
    display: inline-block;
    visibility: hidden;

    width: 3.125rem;
    height: 1.875rem;

    opacity: 0;
  }
  .header .nav-wrap .logo-nav img {
    width: auto;
    height: 100%;
  }
}
.header .nav-wrap nav {
  position: relative;

  display: block;

  width: 100%;
}
@media screen and (max-width: 61.9375rem) {
  .header .nav-wrap nav {
    visibility: hidden;

    padding-top: 1.5625rem;

    -webkit-transition: all 0.33s;
    -o-transition: all 0.33s;
    transition: all 0.33s;

    opacity: 0;
  }
}
.header .nav-wrap nav ul {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;

  width: 100%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 61.9375rem) {
  .header .nav-wrap nav ul {
    display: block;
  }
}
.header .nav-wrap nav ul li {
  position: relative;

  display: inline-block;
}
.header .nav-wrap nav ul li:not(:last-child) {
  margin-right: 1.625rem;
}
.header .nav-wrap nav ul li a {
  font-size: 1rem;
  line-height: 1.375rem;

  position: relative;
  z-index: 1;

  display: inline-block;

  text-decoration: none;
  letter-spacing: 0.02em;

  color: var(--secondary-coral);
}
.header .nav-wrap nav ul li a:after {
  position: absolute;
  bottom: -0.3125rem;
  left: 0;

  width: 0;
  height: 0.125rem;

  content: "";
  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  background-color: var(--secondary-coral);
}
.header .nav-wrap nav ul li.current a:after,
.header .nav-wrap nav ul li:hover a:after {
  width: 100%;
}

.mobile-menu-open {
  overflow: hidden;
}
.mobile-menu-open .header .nav-wrap {
  background-color: var(--primary-white);
  -webkit-box-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.25);
  box-shadow: 0rem 0rem 0.625rem rgba(0, 0, 0, 0.25);
}
.mobile-menu-open .header .nav-wrap .main-menu,
.mobile-menu-open .header .nav-wrap .logo-nav {
  visibility: visible;

  opacity: 1;
}

.banner-header {
  z-index: 5;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-height: 46.875rem;
  padding-top: 8.4375rem;
  padding-bottom: 5.9375rem;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header {
    min-height: 0;
    padding-top: 7.1875rem;
  }
}
.banner-header:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-color: var(--primary-navy);
}
.banner-header:after {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-image: url("../img/decor/h-top-vector.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header:after {
    display: none;
  }
}
.banner-header.f-job {
  overflow: hidden;
}
.banner-header.f-job:after {
  position: absolute;
  top: auto;
  top: auto;
  bottom: -21.875rem;
  left: -6.25rem;

  width: 100%;
  height: 29.6875rem;

  content: "";

  opacity: 0.1;
  background-image: url(../img/decor/h-n-job-vector.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.f-job:after {
    display: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.f-job {
    overflow: visible;
  }
}
.banner-header.n-job {
  overflow: hidden;
}
.banner-header.n-job:after {
  position: absolute;
  top: auto;
  top: auto;
  bottom: -3.125rem;
  left: -3.75rem;

  width: 21.875rem;
  height: 17.9375rem;

  content: "";

  background-image: url(../img/decor/dots-group-bigger.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.n-job:after {
    display: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.n-job {
    overflow: visible;
  }
}
.banner-header.ventures {
  z-index: 5;

  padding-top: 6.25rem;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.ventures {
    padding-bottom: 10.9375rem;
  }
}
.banner-header.ventures .img-wrp {
  max-height: 35.625rem;
}
.banner-header.ventures .img-wrp img {
  width: auto;
  height: 100%;
  max-height: 35.625rem;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.ventures .img-wrp {
    bottom: -18.75rem;
  }
}
.banner-header.ventures:after {
  position: absolute;
  top: auto;
  top: auto;
  right: -1.25rem;
  bottom: -3.125rem;
  left: auto;

  width: 6.9375rem;
  height: 17.9375rem;

  content: "";

  background-image: url(../img/decor/dots-group-big-gold.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.ventures:after {
    display: none;
  }
}
.banner-header.career-advice {
  z-index: 5;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.career-advice {
    padding-bottom: 10.625rem;
  }
}
.banner-header.career-advice .img-wrp {
  max-height: 35.625rem;
}
.banner-header.career-advice .img-wrp img {
  width: auto;
  height: 100%;
  max-height: 35.625rem;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.career-advice .img-wrp {
    bottom: -18.75rem;
  }
}
.banner-header.career-advice:after {
  position: absolute;
  top: auto;
  right: 4.6875rem;
  bottom: -7.8125rem;
  left: auto;

  width: 6.25rem;
  height: 12.5rem;
  margin: auto 0;

  content: "";

  background-image: url("../img/decor/two-dots-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header.career-advice:after {
    display: none;
  }
}
.banner-header.join-us {
  z-index: 0;

  padding-bottom: 21.875rem;
}
@media screen and (max-width: 75rem) {
  .banner-header.join-us {
    padding-bottom: 10.9375rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .banner-header.join-us {
    padding-top: 7.1875rem;
    padding-bottom: 4.6875rem;
  }
}
.banner-header.team-p {
  z-index: 0;

  overflow: hidden;

  min-height: 12.5rem;
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
}
@media screen and (max-width: 75rem) {
  .banner-header.team-p {
    padding-bottom: 4.6875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .banner-header.team-p {
    padding-top: 7.1875rem;
    padding-bottom: 2.8125rem;
  }
}
.banner-header.team-p:after {
  top: auto;
  right: -31.25rem;
  bottom: -15.625rem;
  left: auto;

  width: 100%;
  height: 29.6875rem;

  opacity: 0.1;
  background-image: url("../img/decor/h-team-vector.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header {
    padding-bottom: 12.5rem;
  }
}
@media screen and (min-width: 81.25rem) {
  .banner-header .container {
    padding: 0;
  }
  .banner-header .row > div {
    padding: 0;
  }
}
.banner-header .container {
  position: relative;
  z-index: 1;
}
.banner-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.banner-header .text,
.banner-header .img-wrp {
  position: relative;

  display: block;

  width: 100%;
}
.banner-header .img-wrp {
  text-align: right;
}
@media screen and (max-width: 75rem) {
  .banner-header .img-wrp {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 17.8125rem;
    height: 29.6875rem;
    margin: 0 auto;
    margin: auto 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .banner-header .img-wrp {
    top: auto;
    bottom: -20.3125rem;

    height: 17.1875rem;
    margin: 0 auto;

    text-align: center;
  }
}
.banner-header .img-wrp img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 75rem) {
  .banner-header .img-wrp img {
    width: auto;
    height: 100%;
  }
}
.banner-header h1,
.banner-header p {
  color: var(--primary-white);
}
.banner-header h1 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 75rem) {
  .banner-header h1 {
    margin-bottom: 0.9375rem;
  }
}
.banner-header p {
  font-size: 1.25rem;
  line-height: 1.8125rem;

  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 61.9375rem) {
  .banner-header p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.banner-header .button {
  margin-top: 2.5rem;
}
@media screen and (max-width: 75rem) {
  .banner-header .button {
    margin-top: 1.5625rem;
  }
}

.our-progress {
  z-index: 3;

  padding: 6.875rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .our-progress {
    padding-top: 9.375rem;
    padding-bottom: 2.8125rem;
  }
}
.our-progress:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: 2.0625rem;
  height: 16.25rem;
  margin: auto 0;

  content: "";

  background-image: url("../img/decor/dots-group-coral.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .our-progress:before {
    display: none;
  }
}
.our-progress:after {
  position: absolute;
  right: 6.875rem;
  bottom: -2.5rem;

  width: 5rem;
  height: 5rem;

  content: "";

  border-radius: 100%;
  background-color: var(--third-sand);
}
@media screen and (max-width: 61.9375rem) {
  .our-progress:after {
    display: none;
  }
}
.our-progress h3 {
  color: var(--primary-navy);
}
.our-progress .center {
  margin-bottom: 5.875rem;
}
@media screen and (max-width: 61.9375rem) {
  .our-progress .center {
    margin-bottom: 2.1875rem;
  }
}
.our-progress .items {
  position: relative;
}
.our-progress .items:before,
.our-progress .items:after {
  position: absolute;
  right: 0;
  left: 0;

  width: 2.375rem;
  height: 0.1875rem;
  margin: 0 auto;

  content: "";

  border-radius: 0.1875rem;
  background-color: var(--secondary-sea);
}
.our-progress .items:before {
  top: 0;
}
.our-progress .items:after {
  bottom: 0;
}
@media screen and (max-width: 47.9375rem) {
  .our-progress .items.type-1 {
    margin: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .our-progress .items.type-1:before,
  .our-progress .items.type-1:after {
    right: auto;
    left: -1.125rem;
  }
  .our-progress .items.type-1 .item {
    padding: 2.5rem 0;
  }
  .our-progress .items.type-1 .item.i-1:after,
  .our-progress .items.type-1 .item.i-3:after,
  .our-progress .items.type-1 .item.i-5:after,
  .our-progress .items.type-1 .item.i-7:after,
  .our-progress .items.type-1 .item.i-2:after,
  .our-progress .items.type-1 .item.i-4:after,
  .our-progress .items.type-1 .item.i-6:after,
  .our-progress .items.type-1 .item.i-8:after {
    right: auto;
    left: 0;
  }
  .our-progress .items.type-1 .item.i-1 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-3 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-5 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-7 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-2 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-4 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-6 .icn-wrp h4:before,
  .our-progress .items.type-1 .item.i-8 .icn-wrp h4:before {
    top: 0.1875rem;
    right: auto;
    bottom: auto;
    left: -1.9375rem;
  }
  .our-progress .items.type-1 .item.i-1 .icon,
  .our-progress .items.type-1 .item.i-3 .icon,
  .our-progress .items.type-1 .item.i-5 .icon,
  .our-progress .items.type-1 .item.i-7 .icon,
  .our-progress .items.type-1 .item.i-2 .icon,
  .our-progress .items.type-1 .item.i-4 .icon,
  .our-progress .items.type-1 .item.i-6 .icon,
  .our-progress .items.type-1 .item.i-8 .icon {
    position: relative;
    right: auto;
    left: 0;

    width: 4.875rem;
    height: 4.875rem;
    margin-bottom: 0.875rem;
  }
  .our-progress .items.type-1 .item.i-1 .text-wrp,
  .our-progress .items.type-1 .item.i-3 .text-wrp,
  .our-progress .items.type-1 .item.i-5 .text-wrp,
  .our-progress .items.type-1 .item.i-7 .text-wrp,
  .our-progress .items.type-1 .item.i-2 .text-wrp,
  .our-progress .items.type-1 .item.i-4 .text-wrp,
  .our-progress .items.type-1 .item.i-6 .text-wrp,
  .our-progress .items.type-1 .item.i-8 .text-wrp {
    padding-right: 0;
    padding-left: 1.5rem;

    text-align: left;
  }
}
@media screen and (max-width: 61.9375rem) {
  .our-progress .items.type-2:before,
  .our-progress .items.type-2:after {
    display: none;
  }
  .our-progress .items.type-2 .item {
    padding: 2.5rem 0;
  }
  .our-progress .items.type-2 .item.i-1:after,
  .our-progress .items.type-2 .item.i-3:after,
  .our-progress .items.type-2 .item.i-5:after,
  .our-progress .items.type-2 .item.i-7:after,
  .our-progress .items.type-2 .item.i-2:after,
  .our-progress .items.type-2 .item.i-4:after,
  .our-progress .items.type-2 .item.i-6:after,
  .our-progress .items.type-2 .item.i-8:after {
    display: none;
  }
  .our-progress .items.type-2 .item.i-1 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-3 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-5 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-7 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-2 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-4 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-6 .icn-wrp h4:before,
  .our-progress .items.type-2 .item.i-8 .icn-wrp h4:before {
    display: none;
  }
  .our-progress .items.type-2 .item.i-1 .icon,
  .our-progress .items.type-2 .item.i-3 .icon,
  .our-progress .items.type-2 .item.i-5 .icon,
  .our-progress .items.type-2 .item.i-7 .icon,
  .our-progress .items.type-2 .item.i-2 .icon,
  .our-progress .items.type-2 .item.i-4 .icon,
  .our-progress .items.type-2 .item.i-6 .icon,
  .our-progress .items.type-2 .item.i-8 .icon {
    position: relative;
    right: 0;
    left: 0;

    width: 6.875rem;
    height: 6.875rem;
    margin: 0 auto;
    margin-bottom: 0.875rem;
  }
  .our-progress .items.type-2 .item.i-1 .text-wrp,
  .our-progress .items.type-2 .item.i-3 .text-wrp,
  .our-progress .items.type-2 .item.i-5 .text-wrp,
  .our-progress .items.type-2 .item.i-7 .text-wrp,
  .our-progress .items.type-2 .item.i-2 .text-wrp,
  .our-progress .items.type-2 .item.i-4 .text-wrp,
  .our-progress .items.type-2 .item.i-6 .text-wrp,
  .our-progress .items.type-2 .item.i-8 .text-wrp {
    padding-right: 0;
    padding-left: 0;

    text-align: center;
  }
}
@media screen and (max-width: 61.9375rem) {
  .our-progress .items.type-3:before,
  .our-progress .items.type-3:after {
    display: none;
  }
  .our-progress .items.type-3 .item {
    z-index: 1;

    max-width: 17.5rem;
    min-height: 26.5625rem;
    padding: 2.5rem 0;
    padding: 1.5rem 0;
  }
  .our-progress .items.type-3 .item:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.3;
    border-radius: 0.3125rem;
    background-color: var(--third-sand);
  }
  .our-progress .items.type-3 .item.i-1:after,
  .our-progress .items.type-3 .item.i-3:after,
  .our-progress .items.type-3 .item.i-5:after,
  .our-progress .items.type-3 .item.i-7:after,
  .our-progress .items.type-3 .item.i-2:after,
  .our-progress .items.type-3 .item.i-4:after,
  .our-progress .items.type-3 .item.i-6:after,
  .our-progress .items.type-3 .item.i-8:after {
    display: none;
  }
  .our-progress .items.type-3 .item.i-1 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-3 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-5 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-7 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-2 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-4 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-6 .icn-wrp h4:before,
  .our-progress .items.type-3 .item.i-8 .icn-wrp h4:before {
    display: none;
  }
  .our-progress .items.type-3 .item.i-1 .icon,
  .our-progress .items.type-3 .item.i-3 .icon,
  .our-progress .items.type-3 .item.i-5 .icon,
  .our-progress .items.type-3 .item.i-7 .icon,
  .our-progress .items.type-3 .item.i-2 .icon,
  .our-progress .items.type-3 .item.i-4 .icon,
  .our-progress .items.type-3 .item.i-6 .icon,
  .our-progress .items.type-3 .item.i-8 .icon {
    position: relative;
    right: 0;
    left: 0;

    width: 6.875rem;
    height: 6.875rem;
    margin: 0 auto;
    margin-bottom: 0.875rem;

    fill: var(--primary-white);
  }
  .our-progress .items.type-3 .item.i-1 .text-wrp,
  .our-progress .items.type-3 .item.i-3 .text-wrp,
  .our-progress .items.type-3 .item.i-5 .text-wrp,
  .our-progress .items.type-3 .item.i-7 .text-wrp,
  .our-progress .items.type-3 .item.i-2 .text-wrp,
  .our-progress .items.type-3 .item.i-4 .text-wrp,
  .our-progress .items.type-3 .item.i-6 .text-wrp,
  .our-progress .items.type-3 .item.i-8 .text-wrp {
    padding: 0;

    text-align: center;
  }
  .our-progress .items.type-3 .item.i-1 .text-wrp p,
  .our-progress .items.type-3 .item.i-3 .text-wrp p,
  .our-progress .items.type-3 .item.i-5 .text-wrp p,
  .our-progress .items.type-3 .item.i-7 .text-wrp p,
  .our-progress .items.type-3 .item.i-2 .text-wrp p,
  .our-progress .items.type-3 .item.i-4 .text-wrp p,
  .our-progress .items.type-3 .item.i-6 .text-wrp p,
  .our-progress .items.type-3 .item.i-8 .text-wrp p {
    padding: 0 0.9375rem;
  }
}
.our-progress .items.type-3 .slick-slide {
  margin: 0 0.5625rem;
}
.our-progress .items.type-3 ul.slick-dots {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  margin-top: 2.1875rem;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-progress .items.type-3 ul.slick-dots li {
  position: relative;

  display: inline-block;

  width: 0.8125rem;
  height: 0.8125rem;
}
.our-progress .items.type-3 ul.slick-dots li:not(:last-child) {
  margin-right: 1.25rem;
}
.our-progress .items.type-3 ul.slick-dots li button {
  font-size: 0;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;

  opacity: 0.4;
  border: none;
  border-radius: 100%;
  outline: none;
  background: var(--secondary-sea);
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
}
.our-progress .items.type-3 ul.slick-dots li.slick-active button {
  opacity: 1;
}
.our-progress .item {
  position: relative;

  padding: 4.6875rem 0;
}
.our-progress .item:after {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 0.1875rem;
  height: 100%;

  content: "";

  background-color: var(--secondary-sea);
}
.our-progress .item.i-1:after,
.our-progress .item.i-3:after,
.our-progress .item.i-5:after,
.our-progress .item.i-7:after {
  left: -0.0625rem;
}
.our-progress .item.i-1 .icn-wrp h4:before,
.our-progress .item.i-3 .icn-wrp h4:before,
.our-progress .item.i-5 .icn-wrp h4:before,
.our-progress .item.i-7 .icn-wrp h4:before {
  left: -3.375rem;
}
.our-progress .item.i-1 .icon,
.our-progress .item.i-3 .icon,
.our-progress .item.i-5 .icon,
.our-progress .item.i-7 .icon {
  left: -12.0625rem;
}
.our-progress .item.i-1 .text-wrp,
.our-progress .item.i-3 .text-wrp,
.our-progress .item.i-5 .text-wrp,
.our-progress .item.i-7 .text-wrp {
  padding-left: 2.8125rem;

  text-align: left;
}
.our-progress .item.i-2:after,
.our-progress .item.i-4:after,
.our-progress .item.i-6:after,
.our-progress .item.i-8:after {
  right: -0.125rem;
}
.our-progress .item.i-2 .icn-wrp h4:before,
.our-progress .item.i-4 .icn-wrp h4:before,
.our-progress .item.i-6 .icn-wrp h4:before,
.our-progress .item.i-8 .icn-wrp h4:before {
  right: -3.4375rem;
}
.our-progress .item.i-2 .icon,
.our-progress .item.i-4 .icon,
.our-progress .item.i-6 .icon,
.our-progress .item.i-8 .icon {
  right: -12.0625rem;
}
.our-progress .item.i-2 .text-wrp,
.our-progress .item.i-4 .text-wrp,
.our-progress .item.i-6 .text-wrp,
.our-progress .item.i-8 .text-wrp {
  padding-right: 2.8125rem;

  text-align: right;
}
.our-progress .item .text-wrp {
  position: relative;

  width: 100%;
}
.our-progress .item h4 {
  position: relative;

  margin-bottom: 0.875rem;
}
.our-progress .item h4:before {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 1.125rem;
  height: 1.125rem;
  margin: auto 0;

  content: "";

  border-radius: 100%;
  background-color: var(--secondary-sea);
}
.our-progress .item p {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media screen and (max-width: 61.9375rem) {
  .our-progress .item p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.our-progress .item .icn-wrp {
  position: relative;

  display: block;
}
.our-progress .item .icn-wrp .icon {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 6.875rem;
  height: 6.875rem;
  margin: auto 0;

  stroke: var(--secondary-driftwood);
}

.clients-cards {
  z-index: 2;

  padding: 4.6875rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .clients-cards {
    padding: 2.8125rem 0;
  }
}
.clients-cards.members {
  background-color: var(--secondary-driftwood);
}
.clients-cards.members:before {
  position: absolute;
  top: auto;
  bottom: -3.125rem;
  left: -1.25rem;

  width: 6.9375rem;
  height: 17.9375rem;
  margin: auto 0;

  content: "";

  background-image: url("../img/decor/dots-group-big.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .clients-cards.members:before {
    display: none;
  }
}
.clients-cards.members .item:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.1;
  border-radius: 0.375rem;
  background-color: var(--primary-white);
}
.clients-cards.clients:before {
  position: absolute;
  top: auto;
  bottom: -5.3125rem;
  left: 3.125rem;

  width: 6.25rem;
  height: 12.5rem;
  margin: auto 0;

  content: "";

  background-image: url("../img/decor/two-dots-03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .clients-cards.clients:before {
    display: none;
  }
}
.clients-cards.clients .item:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.3;
  border-radius: 0.375rem;
  background-color: var(--secondary-sea);
}
.clients-cards .center {
  margin-bottom: 3.125rem;
}
.clients-cards .center h3 {
  color: var(--primary-navy);
}
.clients-cards .center h3 br {
  display: none;
}
@media screen and (max-width: 47.9375rem) {
  .clients-cards .center h3 br {
    display: inline-block;
  }
}
.clients-cards .item {
  position: relative;
  z-index: 1;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 10.9375rem;
  margin-bottom: 1.5rem;
  padding: 2.5rem 0.9375rem;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 61.9375rem) {
  .clients-cards .item {
    height: 7.8125rem;
    padding: 1.875rem 0.625rem;
  }
}
.clients-cards .item img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.faq {
  z-index: 1;

  padding: 6.25rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .faq {
    padding: 2.8125rem 0;
  }
}
.faq:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.3;
  background-color: var(--third-sand);
}
.faq .container {
  position: relative;
  z-index: 1;

  padding: 0;
}
@media screen and (max-width: 61.9375rem) {
  .faq .container {
    padding: 0 0.9375rem;
  }
}
.faq .center {
  margin-bottom: 5.3125rem;
}
.faq .center h3 {
  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .faq .center {
    margin-bottom: 3.125rem;
  }
}
.faq .items {
  position: relative;

  display: block;

  width: 100%;
}
.faq .item {
  position: relative;

  display: block;

  width: 100%;
  padding: 1.25rem 0;
}
.faq .item.opened .i-body {
  display: block;
}
.faq .item:not(:last-child) {
  border-bottom: 0.0625rem solid var(--secondary-sea);
}
.faq .item.opened .i-head .icn span:nth-child(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.faq .item .i-head {
  position: relative;

  padding-left: 3.4375rem;
}
.faq .item .i-head .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 2.3125rem;
  height: 2.3125rem;
  margin: auto 0;

  border: 0.1375rem solid var(--secondary-coral);
  border-radius: 100%;
}
.faq .item .i-head .icn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 1rem;
  height: 0.1375rem;
  margin: auto;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  background-color: var(--secondary-coral);
}
.faq .item .i-head .icn span:nth-child(1) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.faq .item .i-head .icn span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .item .i-head h5 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.faq .item .i-body {
  position: relative;

  display: none;

  padding-top: 1.25rem;
  padding-left: 3.4375rem;
}
.faq .item .i-body li,
.faq .item .i-body p {
  font-size: 1.125rem;
  line-height: 1.5625rem;

  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .faq .item .i-body li,
  .faq .item .i-body p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.faq .item .i-body ul,
.faq .item .i-body ol {
  padding-left: 1.25rem;
}
.faq .item .i-body ul li {
  list-style-type: disc;
}
.faq .item .i-body a {
  font-size: 1.125rem;
  line-height: 1.5625rem;

  position: relative;
  z-index: 1;

  display: inline-block;

  text-decoration: none;
  letter-spacing: 0.02em;

  color: var(--secondary-coral);
}
.faq .item .i-body a:hover:after {
  width: 100%;
}

.career-content:after {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  left: 2.1875rem;

  width: 23.4375rem;
  height: 2.5625rem;
  margin: auto 0;

  content: "";

  opacity: 0.5;
  background-color: var(--secondary-coral);

  -webkit-mask-image: url("../img/decor/lines-group.png");
  mask-image: url("../img/decor/lines-group.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
@media screen and (max-width: 61.9375rem) {
  .career-content:after {
    display: none;
  }
}

.career-content .center {
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 7.5rem 0;
}
.career-content .center h3 {
  margin-bottom: 1.125rem;
}
.career-content .center h3,
.career-content .center p {
  color: var(--primary-navy);
}
.career-content .center p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 61.9375rem) {
  .career-content .center p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}

.join-content {
  z-index: 2;

  margin-bottom: 5.9375rem;
}
@media screen and (max-width: 61.9375rem) {
  .join-content {
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.join-content:before {
  position: absolute;
  z-index: -1;
  top: 21.875rem;
  left: 0;

  width: 100%;
  height: calc(100% - 15.9375rem);

  content: "";

  opacity: 0.3;
  background-color: var(--third-sand);
}
@media screen and (max-width: 75rem) {
  .join-content:before {
    top: 9.375rem;

    height: calc(100% - 3.4375rem);
  }
}
@media screen and (max-width: 61.9375rem) {
  .join-content:before {
    top: 3.125rem;

    height: calc(100% - 1.5rem);
  }
}
.join-content .center {
  margin-bottom: 1.875rem;
}
.join-content .ct {
  position: relative;

  margin-top: -21.875rem;
  padding: 5.9375rem 12.1875rem;

  background-color: var(--primary-white);
}
@media screen and (max-width: 75rem) {
  .join-content .ct {
    margin-top: -9.375rem;
    padding: 2.8125rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .join-content .ct {
    padding: 2.8125rem 0.9375rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .join-content .ct {
    margin-top: -3.125rem;
    padding: 2.8125rem 0.9375rem;
  }
}
.join-content .ct:before {
  position: absolute;
  bottom: 15%;
  left: -2.5rem;

  width: 2.5625rem;
  height: 10.875rem;

  content: "";

  background-image: url(../img/decor/dots-group-small.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .join-content .ct:before {
    display: none;
  }
}
.join-content .ct:after {
  position: absolute;
  z-index: 2;
  right: -3.3125rem;
  bottom: 5%;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--secondary-coral);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 61.9375rem) {
  .join-content .ct:after {
    display: none;
  }
}
.join-content .items {
  position: relative;

  display: block;

  width: 100%;
}
.join-content .item {
  position: relative;

  display: block;

  width: 100%;
  padding: 1.25rem 0;
}
.join-content .item:not(:last-child) {
  border-bottom: 0.0625rem solid var(--secondary-sea);
}
.join-content .item.opened .i-head .icn span:nth-child(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.join-content .item.opened .i-body {
  display: block;
}
.join-content .item .i-head {
  position: relative;

  padding-left: 3.4375rem;
}
.join-content .item .i-head .icn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 2.3125rem;
  height: 2.3125rem;
  margin: auto 0;

  border: 0.1375rem solid var(--secondary-coral);
  border-radius: 100%;
}
.join-content .item .i-head .icn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 1rem;
  height: 0.1375rem;
  margin: auto;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  background-color: var(--secondary-coral);
}
.join-content .item .i-head .icn span:nth-child(1) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.join-content .item .i-head .icn span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.join-content .item .i-body {
  position: relative;

  display: none;

  padding-top: 1.25rem;
  padding-left: 3.4375rem;
}
@media screen and (max-width: 47.9375rem) {
  .join-content .item .i-body {
    padding-left: 0;
  }
}
.join-content .item .i-body h4 {
  margin-bottom: 0;
}
.join-content .item .i-body li,
.join-content .item .i-body p {
  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .join-content .item .i-body li,
  .join-content .item .i-body p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.join-content .item .i-body li {
  font-size: 1rem;
  line-height: 1.5625rem;
}
.join-content .item .i-body .subtitle {
  margin-bottom: 0.3125rem;

  color: var(--primary-navy);
}
.join-content .item .i-body p {
  font-size: 1.25rem;
  line-height: 1.8125rem;

  padding-bottom: 1.25rem;
}
@media screen and (max-width: 61.9375rem) {
  .join-content .item .i-body p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.join-content .item .i-body ul {
  padding-left: 1.25rem;
}
.join-content .item .i-body ul,
.join-content .item .i-body ol {
  margin-bottom: 1.25rem;
}
.join-content .item .i-body ol {
  padding-left: 0;

  list-style-type: none;
}
.join-content .item .i-body ul li {
  list-style-type: disc;
}
.join-content .item .i-body a {
  font-size: 1rem;
  line-height: 1.375rem;

  position: relative;
  z-index: 1;

  display: inline-block;

  text-decoration: none;
  letter-spacing: 0.02em;

  color: var(--secondary-coral);
}
.join-content .item .i-body a:hover:after {
  width: 100%;
}
.join-content .buttons {
  position: relative;

  display: block;

  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;

  text-align: center;
}
.join-content .buttons a {
  color: var(--primary-navy) !important;
}

.values {
  z-index: 0;

  padding: 5.625rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .values {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.values:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-color: var(--secondary-sea);
}
.values:after {
  position: absolute;
  z-index: 0;
  top: 0rem;
  right: 0;
  left: 0rem;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);

  opacity: 1;
  background-image: url("../img/decor/h-team-vector.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}
.values .container {
  position: relative;
  z-index: 1;
}
.values .center {
  margin-bottom: 4.0625rem;
}
.values .center h3 {
  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .values .center {
    margin-bottom: 2.5rem;
  }
}
.values .items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 61.9375rem) {
  .values .row > div:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
.values .item {
  position: relative;

  width: 100%;
  padding: 0 1.25rem;

  text-align: center;
}
.values .item .icon {
  width: 6.5625rem;
  height: 6.5625rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;

  stroke: var(--primary-navy);
  fill: var(--primary-white);
}
@media screen and (max-width: 61.9375rem) {
  .values .item .icon {
    margin-bottom: 1.25rem;
  }
}
.values .item h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;

  margin-bottom: 1.5625rem;
}
.values .item h4,
.values .item p {
  color: var(--primary-navy);
}

.team-content {
  z-index: 1;
}
@media screen and (max-width: 61.9375rem) {
  .team-content {
    margin-bottom: 1.5rem;
    padding: 0 0.9375rem;
  }
}
.team-content:after {
  position: absolute;
  bottom: 0rem;
  left: -10.4375rem;

  width: 23.4375rem;
  height: 2.5625rem;
  margin: auto 0;

  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  background-image: url("../img/decor/lines-group.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .team-content:after {
    display: none;
  }
}
.team-content.without-img .center {
  padding: 7.5rem 0;
}
@media screen and (max-width: 47.9375rem) {
  .team-content.without-img .center {
    padding: 3.75rem 0;
  }
}
.team-content .img-wrp {
  position: relative;

  display: block;

  width: 100%;
  margin-bottom: 5.9375rem;
}
.team-content .img-wrp img {
  width: 100%;
  height: auto;
}
.team-content .center p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
.team-content .button {
  margin-top: 2.5rem;
}
.team-content .ct {
  position: relative;

  margin-top: 0rem;
  padding: 0;

  background-color: var(--primary-white);
}
.team-content .ct:before {
  position: absolute;
  z-index: 1;
  top: -3.125rem;
  right: -10.9375rem;

  width: 6.9375rem;
  height: 8.75rem;

  content: "";

  background-image: url(../img/decor/dots-group-group-gold.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .team-content .ct:before {
    display: none;
  }
}

.team-page .values .after:before {
  position: absolute;
  z-index: 1;
  right: 1.875rem;
  bottom: -4.625rem;

  width: 4.75rem;
  height: 6.75rem;
  margin: 0 auto;

  content: "";

  background-image: url("../img/decor/two-dots-04.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .team-page .values .after:before {
    display: none;
  }
}

.team-cards .item.male .img-wrp {
  background-image: url("../img/contents/male.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.team-cards .item.female .img-wrp {
  background-image: url("../img/contents/female.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.team-cards.members-section {
  padding: 7.1875rem 0;
}
.team-cards.members-section .center {
  margin-bottom: 3.75rem;
}
.team-cards.members-section .center h3 {
  color: var(--primary-navy);
}
.team-cards.members-section .items {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 868px;
  margin: 0 auto;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .items {
    max-width: 35.5rem;
    margin: 0 auto;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .items {
    max-width: 21.125rem;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.members-section .items {
    max-width: 100%;
  }
}
.team-cards.members-section .column {
  position: relative;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column {
    max-width: 20.3125rem;
  }
}
.team-cards.members-section .column:not(:last-child) {
  margin-right: 1.75rem;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .column:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .column:nth-child(1) {
    margin-right: 1.75rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column .item {
    width: 100%;
    max-width: 9.6875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column .item:nth-child(2n-1) {
    margin-right: 0.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column .item {
    margin-bottom: 0.875rem !important;
  }
}
.team-cards.members-section .column .item:last-child .position {
  min-height: 3.125rem;
}
.team-cards.members-section .items:after {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: -5.3125rem;

  width: 7rem;
  height: 7rem;

  content: "";

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-sea);

  mix-blend-mode: multiply;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .column:nth-child(3) {
    width: 100%;
    max-width: 100%;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .column:nth-child(3) .item {
    max-width: calc((100% - 1.75rem) / 2);
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column:nth-child(3) .item {
    max-width: calc((100% - 0.875rem) / 2);
  }
}
.team-cards.members-section .column:nth-child(3) .item:nth-child(1),
.team-cards.members-section .column:nth-child(3) .item:nth-child(3),
.team-cards.members-section .column:nth-child(3) .item:nth-child(5),
.team-cards.members-section .column:nth-child(3) .item:nth-child(7) {
  margin-right: 1.75rem;
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .column:nth-child(3) .item:nth-child(1),
  .team-cards.members-section .column:nth-child(3) .item:nth-child(3),
  .team-cards.members-section .column:nth-child(3) .item:nth-child(5),
  .team-cards.members-section .column:nth-child(3) .item:nth-child(7) {
    margin-right: 0.875rem;
  }
}
.team-cards.members-section .item:nth-child(3):after {
  position: absolute;
  z-index: -1;
  top: -3.3125rem;
  right: -3.3125rem;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--secondary-coral);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.team-cards.members-section .item:nth-child(18):after {
  position: absolute;
  z-index: 1;
  top: 0rem;
  right: -2.5rem;
  bottom: 0;

  width: 4rem;
  height: 4rem;
  margin: auto 0;

  content: "";

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-coral);

  mix-blend-mode: multiply;
}
.team-cards.members-section .item {
  position: relative;
  z-index: 1;

  display: inline-block;

  width: 100%;
  max-width: 100%;

  cursor: pointer;

  border-radius: 0.3125rem;
  max-width: 16.875rem;
}
.team-cards.members-section .item:nth-child(3n-1) {
  margin: 0 1.75rem;
}
@media screen and (max-width: 991px) {
  .team-cards.members-section .item:nth-child(3n-1) {
    margin: 0;
  }
  .team-cards.members-section .item:nth-child(2n-1) {
    margin-right: 1.75rem;
  }
}
.team-cards.members-section .item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.2;
  background-color: var(--third-sand);

  border-raidus: 0.3125rem;
}
.team-cards.members-section .item:not(:last-child) {
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.members-section .item:after {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .item {
    width: 100%;
    max-width: 9.6875rem;
    margin-bottom: 0.4375rem;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.members-section .item {
    max-width: calc(50% - 0.475rem);
  }
  .team-cards.members-section .item:nth-child(2n-1) {
    margin-right: 0.95rem;
  }
}
.team-cards.members-section .item {
  z-index: 0;
  overflow: hidden;
}
.team-cards.members-section .item.open {
  z-index: 1;
}
.team-cards.members-section .item.open .subinfo {
  bottom: 0;
}
.team-cards.members-section .item:hover .img-wrp img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.team-cards.members-section .subinfo {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in;
  left: 0;
  width: 100%;
  bottom: -250px;
  height: 230px;
  display: block;
  overflow: auto;

  max-height: 37.5rem;
  padding: 1.25rem;

  background: var(--secondary-sea);
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .subinfo {
    min-height: 9.0625rem;
    height: 198px;
    padding: 0.625rem;
  }
}
.team-cards.members-section .subinfo p {
  font-size: 1rem;
  line-height: 1.5625rem;

  position: relative;
  word-break: break-word;
}
.team-cards.members-section .img-wrp {
  position: relative;

  display: block;
  overflow: hidden;

  width: 16.875rem;
  height: 16.875rem;

  border-radius: 0.3125rem 0.3125rem 0rem 0rem;
}
.team-cards.members-section .img-wrp img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  margin: auto;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);

  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .img-wrp {
    width: 9.6875rem;
    height: 9.6875rem;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.members-section .img-wrp {
    width: 100%;
  }
}
.team-cards.members-section .name {
  width: 100%;
  margin-bottom: 0.3125rem;

  color: var(--primary-navy);
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .name {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.team-cards.members-section .position {
  font-size: 1.25rem;
  line-height: 1.5625rem;

  width: 100%;

  color: var(--primary-navy);
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.members-section .position {
    font-size: 0.9375rem;

    min-height: 3.125rem;
  }
}

.team-cards.ambassadors {
  padding-bottom: 7.1875rem;
}
.team-cards.ambassadors .group {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-cards.ambassadors .group:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .group:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .group:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .group {
    max-width: 35.125rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.ambassadors .group {
    max-width: 35.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .group {
    max-width: 20.3125rem;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.ambassadors .group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.team-cards.ambassadors .center {
  margin-bottom: 3.75rem;
}
.team-cards.ambassadors .center h3 {
  color: var(--primary-navy);
}
.team-cards.ambassadors .container {
  padding: 0;
}
.team-cards.ambassadors .items {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-cards.ambassadors .item {
  position: relative;
  z-index: 1;
  z-index: 1;

  display: inline-block;

  width: 100%;
  max-width: calc((100% / 6) - 1.0625rem);

  border-radius: 0.3125rem;
}
.team-cards.ambassadors .item:not(:last-child) {
  margin-right: 1.25rem;
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.ambassadors .item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .item:not(:nth-child(3n)) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.ambassadors .item:not(:nth-child(3n)) {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .item:not(:nth-child(2n)) {
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .item {
    width: 100%;
    max-width: 10.875rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .item {
    margin-bottom: 0.9375rem;
  }
}
.team-cards.ambassadors .item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  overflow: hidden;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.2;
  background-color: var(--third-sand);

  border-raidus: 0.3125rem;
}
@media screen and (max-width: 61.9375rem) {
  .team-cards.ambassadors .item {
    width: 100%;
    max-width: 10.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .item {
    width: 100%;
    max-width: 9.6875rem;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.ambassadors .item {
    max-width: calc(50% - 0.875rem);
  }
}
.team-cards.ambassadors .img-wrp {
  position: relative;

  display: block;

  width: 10.875rem;
  height: 10.875rem;
}
.team-cards.ambassadors .img-wrp img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  margin: auto;

  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .img-wrp {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .img-wrp {
    width: 9.6875rem;
    height: 9.6875rem;
  }
}
@media screen and (max-width: 22.5rem) {
  .team-cards.ambassadors .img-wrp {
    width: 100%;
  }
}
.team-cards.ambassadors .name {
  font-size: 1.0625rem;
  line-height: 1.25rem;

  width: 100%;
  margin-bottom: 0.3125rem;

  color: var(--primary-navy);
}
.team-cards.ambassadors .position {
  font-size: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.375rem;

  width: 100%;

  color: var(--primary-navy);
}
.team-cards.ambassadors .text {
  min-height: 11.875rem;
}
@media screen and (max-width: 75rem) {
  .team-cards.ambassadors .text {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .text {
    min-height: 9.375rem;
  }
}
.team-cards.ambassadors .text .about {
  min-height: 7.5rem;
}
@media screen and (max-width: 47.9375rem) {
  .team-cards.ambassadors .text .about {
    min-height: 5.625rem;
  }
}
.team-cards.ambassadors .text .socials {
  margin-top: 0.625rem;
}

.team-cards .text {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  min-height: 14.375rem;
  padding: 1.25rem;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375rem) {
  .team-cards .text {
    min-height: 9.0625rem;
    padding: 0.625rem;
  }
}
.team-cards .text .socials {
  position: relative;

  width: 100%;
  margin-top: 2.5rem;
}
.team-cards .text .socials a {
  position: relative;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: 2.3125rem;
  height: 2.3125rem;
  padding: 0.25rem;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  border: 0.1375rem solid var(--secondary-coral);
  border-radius: 100%;
  background-color: var(--primary-white);

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-cards .text .socials a:not(:last-child) {
  margin-right: 0.625rem;
}
.team-cards .text .socials a .icon {
  position: relative;

  width: 100%;
  height: 100%;
}
.team-cards .text .socials a:hover {
  border-color: var(--third-salmon);
}

.works {
  overflow: hidden;

  padding: 7.8125rem 0;
}
.works:before {
  position: absolute;
  z-index: 0;
  top: auto;
  bottom: 75rem;
  left: 0;

  width: 2.0625rem;
  height: 16.25rem;

  content: "";

  background-image: url("../img/decor/dots-group.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (max-width: 61.9375rem) {
  .works:before {
    display: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works {
    padding-top: 9.6875rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works {
    padding-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 81.25rem) {
  .works .container {
    padding: 0;
  }
  .works .row {
    margin: 0;
    padding: 0;
  }
  .works .row > div {
    padding: 0;
  }
}
.works .container {
  position: relative;
}
.works .container:after {
  position: absolute;
  top: -7.8125rem;
  right: -1.875rem;

  width: 23.4375rem;
  height: 2.5625rem;

  content: "";

  background-image: url("../img/decor/lines-group.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .works .container:after {
    display: none;
  }
}
.works .container > .row:first-child:before {
  position: absolute;
  top: 0;
  left: -3.125rem;

  width: 6.25rem;
  height: 6.25rem;

  content: "";

  background-image: url("../img/decor/two-dots-01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .works .container > .row:first-child:before {
    top: -1.875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .works .container > .row:first-child:before {
    display: none;
  }
}
.works .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 61.9375rem) {
  .works .container .row {
    padding: 0 0.9375rem;
  }
}
.works .center {
  position: relative;

  display: block;

  width: 100%;

  text-align: center;
}
.works .center h3 {
  margin-bottom: 1.25rem;

  color: var(--primary-navy);
}
.works .center p {
  font-size: 1.5625rem;
  line-height: 2.1875rem;

  color: var(--primary-navy);
}
@media screen and (max-width: 75rem) {
  .works .center p br {
    display: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .center p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.works .work-items {
  margin-top: 8.4375rem;
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items {
    margin-top: 3.75rem;
  }
}
.works .work-items .top,
.works .work-items .bottom {
  position: relative;

  display: block;

  width: 100%;
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items .bottom {
    padding-bottom: 4.0625rem !important;

    text-align: center;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items .bottom .button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items.type-2 .slick-slide {
    max-width: 18.75rem;
    margin-right: 0.625rem;
    padding: 0 0.3125rem;
  }
  .works .work-items.type-2 .slick-list {
    padding: 0 !important;
  }
  .works .work-items.type-2 .slick-list:before {
    display: none;
  }
  .works .work-items.type-2 .item {
    overflow: hidden;

    max-width: 17.5rem;
    padding: 0.9375rem;
  }
  .works .work-items.type-2 .item .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 15.625rem;
    min-height: 40rem;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .works .work-items.type-2 .item .img-wrp {
    left: -0.9375rem !important;

    width: auto;
  }
  .works .work-items.type-2 .item .img-wrp img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 61.9375rem) and (max-width: 61.9375rem) {
  .works .work-items.type-2 .item.i-3 .img-wrp {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 61.9375rem) and (max-width: 61.9375rem) {
  .works .work-items.type-2 .item.i-3 .img-wrp img {
    position: relative;
    top: 2.5rem;
  }
}
@media screen and (max-width: 61.9375rem) and (max-width: 61.9375rem) {
  .works .work-items.type-2 .item.i-4 .img-wrp img {
    position: relative;

    margin-top: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items.type-2 .item:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: 0.3;
    border-radius: 0.3125rem;
    background-color: var(--third-sand);
  }
  .works .work-items.type-2 .item > .row {
    margin: 0;
    padding: 0;
  }
  .works .work-items.type-2 ul.slick-dots {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .works .work-items.type-2 ul.slick-dots li {
    position: relative;

    display: inline-block;

    width: 0.8125rem;
    height: 0.8125rem;
  }
  .works .work-items.type-2 ul.slick-dots li:not(:last-child) {
    margin-right: 1.25rem;
  }
  .works .work-items.type-2 ul.slick-dots li button {
    font-size: 0;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition: opacity 0.33s;
    -o-transition: opacity 0.33s;
    transition: opacity 0.33s;

    opacity: 0.4;
    border: none;
    border-radius: 100%;
    outline: none;
    background: var(--secondary-coral);
    -webkit-box-shadow: none;
    box-shadow: none;

    -webkit-appearance: none;
  }
  .works .work-items.type-2 ul.slick-dots li.slick-active button {
    opacity: 1;
  }
}
.works .work-items .row div {
  padding: 0;
}
.works .work-items > div {
  z-index: 1;

  padding: 5.3125rem 5.9375rem;
}
@media screen and (max-width: 81.1875rem) {
  .works .work-items > div {
    padding: 3.125rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items > div {
    padding: 0.9375rem;
  }
}
.works .work-items > div:not(:last-child) {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 61.9375rem) {
  .works .work-items > div:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}
.works .work-items > div:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.3;
  border-radius: 0.3125rem;
  background-color: var(--third-sand);
}
.works .item.i-1 .img-wrp,
.works .item.i-3 .img-wrp {
  left: 0;
}
.works .item.i-2 .img-wrp,
.works .item.i-4 .img-wrp {
  right: 0;
  left: -21.875rem;
}
.works .item.i-1 .img-wrp {
  width: 43.125rem;
  height: 35.625rem;
}
@media screen and (max-width: 75rem) {
  .works .item.i-1 .img-wrp {
    left: 3.125rem;

    width: 23.75rem;
    height: 17.1875rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .item.i-1 .text .img-wrp {
    left: -1.5625rem;
  }
}
.works .item.i-2 .img-wrp {
  width: 40rem;
  height: 31.25rem;
}
@media screen and (max-width: 75rem) {
  .works .item.i-2 .img-wrp {
    right: 00rem;
    left: auto;

    width: 22.125rem;
    height: 15.8125rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .item.i-2 .text .img-wrp {
    left: -1.875rem;
  }
}
.works .item.i-3 .img-wrp {
  left: 0.625rem;
  left: 1.875rem;

  width: 33.75rem;
  height: 35.625rem;
}
@media screen and (max-width: 75rem) {
  .works .item.i-3 .img-wrp {
    width: 18.4375rem;
    height: 18.4375rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .item.i-3 .text .img-wrp {
    left: -2.1875rem;
  }
}
.works .item.i-4 .img-wrp {
  width: 40rem;
  height: 38.125rem;
}
.works .item.i-4 .text {
  padding-left: 1.875rem;
}
@media screen and (max-width: 75rem) {
  .works .item.i-4 .img-wrp {
    right: 3.125rem;
    left: auto;

    width: 20.5rem;
    height: 19.5625rem;
  }
}
.works .item.i-4 .text {
  padding: 0;
}
@media screen and (max-width: 61.9375rem) {
  .works .item.i-4 .text .img-wrp {
    left: -3.75rem;
  }
}
.works .slick-list {
  overflow: visible;
}
.works .text {
  position: relative;

  display: block;
}
.works .text .subtitle {
  position: relative;

  display: block;

  width: 100%;
  margin-bottom: 0.5rem;

  color: var(--secondary-driftwood);
}
@media screen and (max-width: 61.9375rem) {
  .works .text .subtitle {
    margin-bottom: 0.3125rem;
  }
}
.works .text h2 {
  display: block;

  width: 100%;
  margin-bottom: 1rem;

  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .works .text h2 {
    margin-bottom: 0.3125rem;
  }
}
.works .text p {
  font-size: 1.25rem;
  line-height: 1.8125rem;

  padding-bottom: 0.9375rem;

  color: var(--primary-navy);
}
@media screen and (max-width: 75rem) {
  .works .text p {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .text p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
@media screen and (max-width: 75rem) {
  .works .text p br {
    display: none;
  }
}
.works .text .img-wrp {
  display: none;
}
@media screen and (max-width: 61.9375rem) {
  .works .text .img-wrp {
    position: relative;
    right: auto;
    left: 0;

    display: block;
  }
}
.works .text .button {
  right: 0;
  left: 0;

  margin: 0 auto;
  margin-top: 3.4375rem;

  background-color: var(--primary-white);
}
@media screen and (max-width: 75rem) {
  .works .text .button {
    width: 15.625rem;
    padding: 1.0625rem 0.3125rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .works .text .button {
    margin-top: 0.3125rem;
  }
}
.works .img-wrp {
  position: absolute;
  top: 0;
  bottom: 0;

  display: block;

  margin: auto 0;
}
.works .img-wrp img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 61.9375rem) {
  .works .img-wrp {
    display: none;
  }
}

.team {
  z-index: 1;

  padding: 7.1875rem 0;
}
@media screen and (max-width: 75rem) {
  .team {
    padding: 4.6875rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .team {
    padding: 3.4375rem 0;
  }
}
.team:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-color: var(--secondary-driftwood);
}
.team:after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-image: url("../img/decor/h-team-vector.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.team .container {
  position: relative;
  z-index: 1;
}
.team .container:after {
  position: absolute;
  bottom: -9.6875rem;
  left: 0;

  width: 5rem;
  height: 5rem;

  /*    content: '';
*/
  border-radius: 100%;
  background-color: var(--third-sand);
}
@media screen and (max-width: 61.9375rem) {
  .team .container:after {
    display: none;
  }
}
.team .container .subtitle {
  display: inline-block;

  margin: 0 auto;
  margin-bottom: 0.9375rem;

  -webkit-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;

  color: var(--primary-navy);
  background-color: var(--primary-white);
}
.team .container .subtitle:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.team .container h2,
.team .container p {
  color: var(--primary-white);
}
.team .container h2 {
  margin-bottom: 1.8125rem;
}
@media screen and (max-width: 75rem) {
  .team .container h2 {
    margin-bottom: 0.9375rem;
  }
}
.team .container p {
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 75rem) {
  .team .container p {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .team .container p br {
    display: none;
  }
}

.principles {
  padding: 7.1875rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .principles {
    padding: 3.125rem 0;
  }
}
.principles:after {
  position: absolute;
  right: -10.4375rem;
  bottom: 14.0625rem;

  width: 23.4375rem;
  height: 2.5625rem;
  margin: auto 0;

  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  background-image: url("../img/decor/lines-group.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  display: none;
}
@media screen and (max-width: 61.9375rem) {
  .principles:after {
    display: none;
  }
}
@media screen and (max-width: 61.9375rem) {
  .principles .items > div:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.principles .icon {
  width: 6.875rem;
  height: 6.875rem;
  margin: 0 auto;
  margin-bottom: 3.4375rem;

  stroke: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .principles .icon {
    margin-bottom: 1.5625rem;
  }
}
.principles .item {
  position: relative;

  width: 100%;

  text-align: center;
}
@media screen and (max-width: 61.9375rem) {
  .principles .item:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
.principles h4,
.principles p {
  color: var(--primary-navy);
}
.principles h4 {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 61.9375rem) {
  .principles h4 {
    margin-bottom: 0.9375rem;
  }
}
.principles p {
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 75rem) {
  .principles p {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.principles .center:first-child {
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 61.9375rem) {
  .principles .center:first-child {
    margin-bottom: 3.125rem;
  }
}
.principles .button {
  margin-top: 4rem;
}

.investments {
  z-index: 1;

  padding: 6.25rem 0;
}
@media screen and (max-width: 61.9375rem) {
  .investments {
    padding-top: 9.375rem;
    padding-bottom: 2.5rem;
  }
}
.investments:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  background-color: var(--secondary-sea);
}
.investments:after {
  position: absolute;
  z-index: 0;
  top: 3.125rem;
  right: 0;
  left: -3.125rem;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);

  opacity: 0.4;
  background-image: url("../img/decor/invest-vector.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.investments .container {
  position: relative;
  z-index: 1;
}
.investments .center {
  margin-bottom: 5.625rem;
}
.investments .center h3 {
  color: var(--primary-navy);
}
@media screen and (max-width: 61.9375rem) {
  .investments .center {
    margin-bottom: 2.5rem;
  }
}
.investments .items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 61.9375rem) {
  .investments .row > div:first-child {
    margin-bottom: 3.125rem;
  }
}
.investments .item {
  position: relative;

  width: 100%;
  padding: 0 1.25rem;

  text-align: center;
}
.investments .item .icon {
  width: 6.5625rem;
  height: 6.5625rem;
  margin: 0 auto;
  margin-bottom: 1.875rem;

  stroke: var(--primary-navy);
  fill: var(--primary-white);
}
.investments .item h4 {
  margin-bottom: 1.5625rem;
}
.investments .item h4,
.investments .item p {
  color: var(--primary-navy);
}
.investments .item p {
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 61.9375rem) {
  .investments .item p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}

.command,
.testimonials-content {
  padding: 6.25rem 0;
}
.command .items > div:not(:last-child),
.testimonials-content .items > div:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 61.9375rem) {
  .command .items > div:not(:last-child),
  .testimonials-content .items > div:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 61.9375rem) {
  .command .items > div,
  .testimonials-content .items > div {
    margin-bottom: 9.375rem !important;
  }
}
@media screen and (max-width: 47.9375rem) {
  .command .items,
  .testimonials-content .items {
    padding: 0 0.9375rem;
  }
}
.command .item,
.testimonials-content .item {
  position: relative;
  z-index: 1;

  display: block;

  width: 100%;
  padding: 5.3125rem 0;
}
.command .item:before,
.testimonials-content .item:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";

  opacity: 0.3;
  border: 0.9375rem solid var(--third-sand);
}
@media screen and (max-width: 61.9375rem) {
  .command .item:before,
  .testimonials-content .item:before {
    width: calc(100% - 0.9375rem);
  }
}
@media screen and (max-width: 47.9375rem) {
  .command .item:before,
  .testimonials-content .item:before {
    width: 100%;
  }
}
.command .item:nth-child(2n-1),
.testimonials-content .item:nth-child(2n-1) {
  padding-right: 10.625rem;
}
.command .item:nth-child(2n-1) .img-group,
.testimonials-content .item:nth-child(2n-1) .img-group {
  right: -12.125rem;
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n-1) .img-group,
  .testimonials-content .item:nth-child(2n-1) .img-group {
    top: auto;
    right: 0;
    bottom: -10.9375rem;
    left: 0;

    margin: 0 auto;
  }
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n-1),
  .testimonials-content .item:nth-child(2n-1) {
    padding: 1.875rem;
    padding-bottom: 9.0625rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n-1) .button,
  .testimonials-content .item:nth-child(2n-1) .button {
    margin-top: 1.75rem;
  }
}
.command .item:nth-child(2n),
.testimonials-content .item:nth-child(2n) {
  padding-right: 10.625rem;
}
.command .item:nth-child(2n) .img-group,
.testimonials-content .item:nth-child(2n) .img-group {
  left: -12.125rem;
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n) .img-group,
  .testimonials-content .item:nth-child(2n) .img-group {
    top: auto;
    right: 0;
    bottom: -10.9375rem;
    left: 0;

    margin: 0 auto;
  }
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n),
  .testimonials-content .item:nth-child(2n) {
    padding: 1.875rem;
    padding-bottom: 9.0625rem;
  }
}
@media screen and (max-width: 61.9375rem) {
  .command .item:nth-child(2n) .button,
  .testimonials-content .item:nth-child(2n) .button {
    margin-top: 1.75rem;
  }
}
.command .item:nth-child(1) .img-group:after,
.command .item:nth-child(1) .img-group:before,
.testimonials-content .item:nth-child(1) .img-group:after,
.testimonials-content .item:nth-child(1) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(1) .img-group:after,
.testimonials-content .item:nth-child(1) .img-group:after {
  top: -1.25rem;
  right: -1.875rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(1) .img-group:before,
.testimonials-content .item:nth-child(1) .img-group:before {
  top: 6.25rem;
  right: -4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.3;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(2) .img-group:after,
.command .item:nth-child(2) .img-group:before,
.testimonials-content .item:nth-child(2) .img-group:after,
.testimonials-content .item:nth-child(2) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(2) .img-group:after,
.testimonials-content .item:nth-child(2) .img-group:after {
  bottom: 1.25rem;
  left: 0rem;

  width: 5.8125rem;
  height: 5.8125rem;

  opacity: 0.9;
  border: 0.625rem solid var(--secondary-sea);
  background-color: transparent;
}
.command .item:nth-child(2) .img-group:before,
.testimonials-content .item:nth-child(2) .img-group:before {
  z-index: 1;
  top: 0rem;
  right: 4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(3) .img-wrp:after,
.testimonials-content .item:nth-child(3) .img-wrp:after {
  position: absolute;
  z-index: 2;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--primary-white);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(3) .img-group:after,
.command .item:nth-child(3) .img-group:before,
.testimonials-content .item:nth-child(3) .img-group:after,
.testimonials-content .item:nth-child(3) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(3) .img-group:after,
.testimonials-content .item:nth-child(3) .img-group:after {
  z-index: 1;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(3) .img-group:before,
.testimonials-content .item:nth-child(3) .img-group:before {
  z-index: 1;
  right: -1.25rem;
  bottom: 3.125rem;

  width: 4rem;
  height: 4rem;

  opacity: 0.9;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(4) .img-group:after,
.command .item:nth-child(4) .img-group:before,
.testimonials-content .item:nth-child(4) .img-group:after,
.testimonials-content .item:nth-child(4) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(4) .img-group:after,
.testimonials-content .item:nth-child(4) .img-group:after {
  z-index: -1;
  right: -1.875rem;
  bottom: 3.125rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-sea);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(4) .img-group:before,
.testimonials-content .item:nth-child(4) .img-group:before {
  z-index: 1;
  top: -0.625rem;
  left: -1.25rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(5) .img-group:after,
.command .item:nth-child(5) .img-group:before,
.testimonials-content .item:nth-child(5) .img-group:after,
.testimonials-content .item:nth-child(5) .img-group:before {
  position: absolute;

  content: "";

  mix-blend-mode: multiply;
}
.command .item:nth-child(5) .img-group:after,
.testimonials-content .item:nth-child(5) .img-group:after {
  z-index: 1;
  top: 45%;
  right: -2.5rem;

  width: 5.0625rem;
  height: 5.0625rem;

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-sea);
}
.command .item:nth-child(5) .img-group:before,
.testimonials-content .item:nth-child(5) .img-group:before {
  z-index: 1;
  right: -4.6875rem;
  bottom: 1.25rem;

  width: 13.625rem;
  height: 1.5rem;

  opacity: 0.9;
  background-image: url("../img/decor/lines-group.png");
}
.command .item:nth-child(6) .img-group:after,
.command .item:nth-child(6) .img-group:before,
.testimonials-content .item:nth-child(6) .img-group:after,
.testimonials-content .item:nth-child(6) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;
}
.command .item:nth-child(6) .img-group:after,
.testimonials-content .item:nth-child(6) .img-group:after {
  z-index: 1;
  top: 0rem;
  left: 1.875rem;

  width: 4.875rem;
  height: 4.875rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(6) .img-group:before,
.testimonials-content .item:nth-child(6) .img-group:before {
  z-index: 1;
  bottom: -1.25rem;
  left: -1.25rem;

  width: 10rem;
  height: 10rem;

  opacity: 0.6;
  background-color: var(--secondary-coral);

  mix-blend-mode: multiply;
}

.command .item:nth-child(7) .img-group:after,
.command .item:nth-child(7) .img-group:before,
.testimonials-content .item:nth-child(7) .img-group:after,
.testimonials-content .item:nth-child(7) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(7) .img-group:after,
.testimonials-content .item:nth-child(7) .img-group:after {
  top: -1.25rem;
  right: -1.875rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(7) .img-group:before,
.testimonials-content .item:nth-child(7) .img-group:before {
  top: 6.25rem;
  right: -4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.3;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(8) .img-group:after,
.command .item:nth-child(8) .img-group:before,
.testimonials-content .item:nth-child(8) .img-group:after,
.testimonials-content .item:nth-child(8) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(8) .img-group:after,
.testimonials-content .item:nth-child(8) .img-group:after {
  bottom: 1.25rem;
  left: 0rem;

  width: 5.8125rem;
  height: 5.8125rem;

  opacity: 0.9;
  border: 0.625rem solid var(--secondary-sea);
  background-color: transparent;
}
.command .item:nth-child(8) .img-group:before,
.testimonials-content .item:nth-child(8) .img-group:before {
  z-index: 1;
  top: 0rem;
  right: 4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(9) .img-wrp:after,
.testimonials-content .item:nth-child(9) .img-wrp:after {
  position: absolute;
  z-index: 2;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--primary-white);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(9) .img-group:after,
.command .item:nth-child(9) .img-group:before,
.testimonials-content .item:nth-child(9) .img-group:after,
.testimonials-content .item:nth-child(9) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(9) .img-group:after,
.testimonials-content .item:nth-child(9) .img-group:after {
  z-index: 1;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(9) .img-group:before,
.testimonials-content .item:nth-child(9) .img-group:before {
  z-index: 1;
  right: -1.25rem;
  bottom: 3.125rem;

  width: 4rem;
  height: 4rem;

  opacity: 0.9;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(10) .img-group:after,
.command .item:nth-child(10) .img-group:before,
.testimonials-content .item:nth-child(10) .img-group:after,
.testimonials-content .item:nth-child(10) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(10) .img-group:after,
.testimonials-content .item:nth-child(10) .img-group:after {
  z-index: -1;
  right: -1.875rem;
  bottom: 3.125rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-sea);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(10) .img-group:before,
.testimonials-content .item:nth-child(10) .img-group:before {
  z-index: 1;
  top: -0.625rem;
  left: -1.25rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(11) .img-group:after,
.command .item:nth-child(11) .img-group:before,
.testimonials-content .item:nth-child(11) .img-group:after,
.testimonials-content .item:nth-child(11) .img-group:before {
  position: absolute;

  content: "";

  mix-blend-mode: multiply;
}
.command .item:nth-child(11) .img-group:after,
.testimonials-content .item:nth-child(11) .img-group:after {
  z-index: 1;
  top: 45%;
  right: -2.5rem;

  width: 5.0625rem;
  height: 5.0625rem;

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-sea);
}
.command .item:nth-child(11) .img-group:before,
.testimonials-content .item:nth-child(11) .img-group:before {
  z-index: 1;
  right: -4.6875rem;
  bottom: 1.25rem;

  width: 13.625rem;
  height: 1.5rem;

  opacity: 0.9;
  background-image: url("../img/decor/lines-group.png");
}
.command .item:nth-child(12) .img-group:after,
.command .item:nth-child(12) .img-group:before,
.testimonials-content .item:nth-child(12) .img-group:after,
.testimonials-content .item:nth-child(12) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;
}
.command .item:nth-child(12) .img-group:after,
.testimonials-content .item:nth-child(12) .img-group:after {
  z-index: 1;
  top: 0rem;
  left: 1.875rem;

  width: 4.875rem;
  height: 4.875rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(12) .img-group:before,
.testimonials-content .item:nth-child(12) .img-group:before {
  z-index: 1;
  bottom: -1.25rem;
  left: -1.25rem;

  width: 10rem;
  height: 10rem;

  opacity: 0.6;
  background-color: var(--secondary-coral);

  mix-blend-mode: multiply;
}

.command .item:nth-child(13) .img-group:after,
.command .item:nth-child(13) .img-group:before,
.testimonials-content .item:nth-child(13) .img-group:after,
.testimonials-content .item:nth-child(13) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(13) .img-group:after,
.testimonials-content .item:nth-child(13) .img-group:after {
  top: -1.25rem;
  right: -1.875rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(13) .img-group:before,
.testimonials-content .item:nth-child(13) .img-group:before {
  top: 6.25rem;
  right: -4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.3;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(14) .img-group:after,
.command .item:nth-child(14) .img-group:before,
.testimonials-content .item:nth-child(14) .img-group:after,
.testimonials-content .item:nth-child(14) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(14) .img-group:after,
.testimonials-content .item:nth-child(14) .img-group:after {
  bottom: 1.25rem;
  left: 0rem;

  width: 5.8125rem;
  height: 5.8125rem;

  opacity: 0.9;
  border: 0.625rem solid var(--secondary-sea);
  background-color: transparent;
}
.command .item:nth-child(14) .img-group:before,
.testimonials-content .item:nth-child(14) .img-group:before {
  z-index: 1;
  top: 0rem;
  right: 4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(15) .img-wrp:after,
.testimonials-content .item:nth-child(15) .img-wrp:after {
  position: absolute;
  z-index: 2;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--primary-white);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(15) .img-group:after,
.command .item:nth-child(15) .img-group:before,
.testimonials-content .item:nth-child(15) .img-group:after,
.testimonials-content .item:nth-child(15) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(15) .img-group:after,
.testimonials-content .item:nth-child(15) .img-group:after {
  z-index: 1;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(15) .img-group:before,
.testimonials-content .item:nth-child(15) .img-group:before {
  z-index: 1;
  right: -1.25rem;
  bottom: 3.125rem;

  width: 4rem;
  height: 4rem;

  opacity: 0.9;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(16) .img-group:after,
.command .item:nth-child(16) .img-group:before,
.testimonials-content .item:nth-child(16) .img-group:after,
.testimonials-content .item:nth-child(16) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(16) .img-group:after,
.testimonials-content .item:nth-child(16) .img-group:after {
  z-index: -1;
  right: -1.875rem;
  bottom: 3.125rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-sea);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(16) .img-group:before,
.testimonials-content .item:nth-child(16) .img-group:before {
  z-index: 1;
  top: -0.625rem;
  left: -1.25rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(17) .img-group:after,
.command .item:nth-child(17) .img-group:before,
.testimonials-content .item:nth-child(17) .img-group:after,
.testimonials-content .item:nth-child(17) .img-group:before {
  position: absolute;

  content: "";

  mix-blend-mode: multiply;
}
.command .item:nth-child(17) .img-group:after,
.testimonials-content .item:nth-child(17) .img-group:after {
  z-index: 1;
  top: 45%;
  right: -2.5rem;

  width: 5.0625rem;
  height: 5.0625rem;

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-sea);
}
.command .item:nth-child(17) .img-group:before,
.testimonials-content .item:nth-child(17) .img-group:before {
  z-index: 1;
  right: -4.6875rem;
  bottom: 1.25rem;

  width: 13.625rem;
  height: 1.5rem;

  opacity: 0.9;
  background-image: url("../img/decor/lines-group.png");
}
.command .item:nth-child(18) .img-group:after,
.command .item:nth-child(18) .img-group:before,
.testimonials-content .item:nth-child(18) .img-group:after,
.testimonials-content .item:nth-child(18) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;
}
.command .item:nth-child(18) .img-group:after,
.testimonials-content .item:nth-child(18) .img-group:after {
  z-index: 1;
  top: 0rem;
  left: 1.875rem;

  width: 4.875rem;
  height: 4.875rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(18) .img-group:before,
.testimonials-content .item:nth-child(18) .img-group:before {
  z-index: 1;
  bottom: -1.25rem;
  left: -1.25rem;

  width: 10rem;
  height: 10rem;

  opacity: 0.6;
  background-color: var(--secondary-coral);

  mix-blend-mode: multiply;
}

.command .item:nth-child(19) .img-group:after,
.command .item:nth-child(19) .img-group:before,
.testimonials-content .item:nth-child(19) .img-group:after,
.testimonials-content .item:nth-child(19) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(19) .img-group:after,
.testimonials-content .item:nth-child(19) .img-group:after {
  top: -1.25rem;
  right: -1.875rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(19) .img-group:before,
.testimonials-content .item:nth-child(19) .img-group:before {
  top: 6.25rem;
  right: -4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.3;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(20) .img-group:after,
.command .item:nth-child(20) .img-group:before,
.testimonials-content .item:nth-child(20) .img-group:after,
.testimonials-content .item:nth-child(20) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(20) .img-group:after,
.testimonials-content .item:nth-child(20) .img-group:after {
  bottom: 1.25rem;
  left: 0rem;

  width: 5.8125rem;
  height: 5.8125rem;

  opacity: 0.9;
  border: 0.625rem solid var(--secondary-sea);
  background-color: transparent;
}
.command .item:nth-child(20) .img-group:before,
.testimonials-content .item:nth-child(20) .img-group:before {
  z-index: 1;
  top: 0rem;
  right: 4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(21) .img-wrp:after,
.testimonials-content .item:nth-child(21) .img-wrp:after {
  position: absolute;
  z-index: 2;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  content: "";

  opacity: 1;
  background-color: var(--primary-white);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(21) .img-group:after,
.command .item:nth-child(21) .img-group:before,
.testimonials-content .item:nth-child(21) .img-group:after,
.testimonials-content .item:nth-child(21) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(21) .img-group:after,
.testimonials-content .item:nth-child(21) .img-group:after {
  z-index: 1;
  top: 0rem;
  right: 0rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(21) .img-group:before,
.testimonials-content .item:nth-child(21) .img-group:before {
  z-index: 1;
  right: -1.25rem;
  bottom: 3.125rem;

  width: 4rem;
  height: 4rem;

  opacity: 0.9;
  background-color: var(--secondary-coral);
}
.command .item:nth-child(22) .img-group:after,
.command .item:nth-child(22) .img-group:before,
.testimonials-content .item:nth-child(22) .img-group:after,
.testimonials-content .item:nth-child(22) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.command .item:nth-child(22) .img-group:after,
.testimonials-content .item:nth-child(22) .img-group:after {
  z-index: -1;
  right: -1.875rem;
  bottom: 3.125rem;

  width: 6.625rem;
  height: 6.625rem;

  opacity: 1;
  background-color: var(--secondary-sea);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(22) .img-group:before,
.testimonials-content .item:nth-child(22) .img-group:before {
  z-index: 1;
  top: -0.625rem;
  left: -1.25rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.command .item:nth-child(23) .img-group:after,
.command .item:nth-child(23) .img-group:before,
.testimonials-content .item:nth-child(23) .img-group:after,
.testimonials-content .item:nth-child(23) .img-group:before {
  position: absolute;

  content: "";

  mix-blend-mode: multiply;
}
.command .item:nth-child(23) .img-group:after,
.testimonials-content .item:nth-child(23) .img-group:after {
  z-index: 1;
  top: 45%;
  right: -2.5rem;

  width: 5.0625rem;
  height: 5.0625rem;

  opacity: 0.9;
  border-radius: 100%;
  background-color: var(--secondary-sea);
}
.command .item:nth-child(23) .img-group:before,
.testimonials-content .item:nth-child(23) .img-group:before {
  z-index: 1;
  right: -4.6875rem;
  bottom: 1.25rem;

  width: 13.625rem;
  height: 1.5rem;

  opacity: 0.9;
  background-image: url("../img/decor/lines-group.png");
}
.command .item:nth-child(24) .img-group:after,
.command .item:nth-child(24) .img-group:before,
.testimonials-content .item:nth-child(24) .img-group:after,
.testimonials-content .item:nth-child(24) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;
}
.command .item:nth-child(24) .img-group:after,
.testimonials-content .item:nth-child(24) .img-group:after {
  z-index: 1;
  top: 0rem;
  left: 1.875rem;

  width: 4.875rem;
  height: 4.875rem;

  opacity: 1;
  background-color: var(--secondary-driftwood);

  -webkit-mask-image: url("../img/decor/circle-group.png");
  mask-image: url("../img/decor/circle-group.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.command .item:nth-child(24) .img-group:before,
.testimonials-content .item:nth-child(24) .img-group:before {
  z-index: 1;
  bottom: -1.25rem;
  left: -1.25rem;

  width: 10rem;
  height: 10rem;

  opacity: 0.6;
  background-color: var(--secondary-coral);

  mix-blend-mode: multiply;
}

.command .subtitle,
.testimonials-content .subtitle {
  margin-bottom: 0.4375rem;

  color: var(--secondary-driftwood);
}
.command h3,
.testimonials-content h3 {
  margin-bottom: 0.3125rem;

  color: var(--primary-navy);
}
.testimonials-content h3 {
  margin-bottom: 20px;
}
.command p,
.testimonials-content p {
  font-size: 1.25rem;
  line-height: 1.8125rem;

  color: var(--primary-navy);
}
.testimonials-content p {
  /*    max-height: 5.43rem;
*/
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 61.9375rem) {
  .command p,
  .testimonials-content p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
  }
}
.command .button {
  margin-top: 4.0625rem;
}
.testimonials-content .button {
  margin-top: 20px;
}
.command .img-group,
.testimonials-content .img-group {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 22.5rem;
  height: 22.5rem;
  margin: auto 0;
}
@media screen and (max-width: 61.9375rem) {
  .command .img-group,
  .testimonials-content .img-group {
    -webkit-transform: scale(0.65) translateX(-25px);
    -ms-transform: scale(0.65) translateX(-25px);
    transform: scale(0.65) translateX(-25px);
  }
}
.command .img-group .img-wrp,
.testimonials-content .img-group .img-wrp {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 100%;

  border-radius: 100%;
}
.command .img-group .img-wrp img,
.testimonials-content .img-group .img-wrp img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;
  margin: auto;

  -o-object-fit: cover;
  object-fit: cover;
}

<<<<<<< Updated upstream .testimonials {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}
.testimonials:after {
  position: absolute;
  right: -10.4375rem;
  bottom: 14.0625rem;

  width: 23.4375rem;
  height: 2.5625rem;
  margin: auto 0;

  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);

  background-image: url("../img/decor/lines-group.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 61.9375rem) {
  .testimonials:after {
    display: none;
  }
}
.testimonials .center {
  margin-bottom: 40px;
}
.testimonials .testimonials__slider {
  position: relative;
  width: 100%;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: center;
}
.testimonials .testimonials__slider .testimonials__slider-item .wrp {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 40px;
  padding-right: 180px;
}
.testimonials .testimonials__slider .testimonials__slider-item .wrp:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.3;
  border: 0.9375rem solid var(--third-sand);
}
.testimonials .testimonials__slider .testimonials__slider-items {
  position: relative;
  width: 100%;
  display: block;
}
.testimonials .cta {
  margin-top: 50px;
}
.testimonials .testimonials__slider .testimonials__slider-item-info {
  position: relative;
  width: 100%;
  display: block;
}
.testimonials .testimonials__slider .testimonials__slider-item-info-top {
  position: relative;
  width: 100%;
  display: block;
}
.testimonials .testimonials__slider .testimonials__slider-item-info-top .name {
  margin-bottom: 20px;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-info-top
  .testimonial {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-navy);
  opacity: 0.9;
  margin-bottom: 20px;
  /*    max-height: 72px;
*/
  overflow: hidden;
}
.testimonials .testimonials__slider .testimonials__slider-item-info-bottom {
  position: relative;
  width: 100%;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-info-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: var(--primary-navy);
  opacity: 0.2;
  width: 100%;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-info-bottom
  .year {
  width: 50px;
  position: relative;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-info-bottom
  .school {
  width: 100%;
  position: relative;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-info-bottom
  .grad {
  width: 100%;
  position: relative;
}
.testimonials .testimonials__slider .testimonials__slider-item .subtitle {
  margin-bottom: 0.4375rem;
  color: var(--secondary-driftwood);
}
.testimonials .testimonials__slider .testimonials__slider-item h3 {
  margin-bottom: 0.3125rem;

  color: var(--primary-navy);
}
.testimonials .testimonials__slider .testimonials__slider-item p {
  font-size: 18px;
  line-height: 1.8125rem;
  color: var(--primary-navy);
}
.testimonials .testimonials__slider .testimonials__slider-item p.grad {
  color: var(--secondary-driftwood);
}
.testimonials .testimonials__slider .testimonials__slider-item-photo {
  position: absolute;
  width: 200px;
  height: 200px;
  display: block;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -88px;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-photo
  .img-group {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: var(--third-sand);
  margin: 0 auto;
  position: relative;
  display: block;
}
.testimonials .testimonials__slider .testimonials__slider-item-photo .img-wrp {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials
  .testimonials__slider
  .testimonials__slider-item-photo
  .img-wrp
  img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name {
  width: calc(100% - 50px);
}
.year {
  width: 50px;
}
.testimonials .testimonials__slider .testimonials__slider-item {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  margin-right: 140px;
  margin-bottom: 20px;
  padding: 10px;
}
.testimonials .slick-slide {
  max-width: 700px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .testimonials .testimonials__slider .testimonials__slider-item,
  .testimonials .slick-slide {
    max-width: 550px;
  }
  .testimonials .testimonials__slider .testimonials__slider-item p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials .testimonials__slider .testimonials__slider-item .wrp {
    padding: 40px;
    padding-top: 160px;
  }
  .testimonials .testimonials__slider .testimonials__slider-item {
    margin-right: 0;
    margin-top: 140px;
  }
  .testimonials .testimonials__slider .testimonials__slider-item-photo {
    right: 0;
    left: 0;
    bottom: auto;
    top: -88px;
    margin: 0 auto;
  }
}
br.mob {
  display: none;
}
@media screen and (max-width: 600px) {
  .testimonials .testimonials__slider .testimonials__slider-item,
  .testimonials .slick-slide {
    max-width: 100%;
  }
  .testimonials .slick-slider .slick-list,
  .testimonials .slick-slider .slick-track {
    padding: 0 !important;
  }
  br.mob {
    display: inline-block;
  }
}
.testimonials .slick-slide.slick-current {
  opacity: 1;
  visibility: visible;
}
.testimonials .slick-slide:nth-child(2n-1) .img-group:after,
.testimonials .slick-slide:nth-child(2n-1) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.testimonials .slick-slide:nth-child(2n-1) .img-group:after {
  top: -1.25rem;
  right: -1.875rem;

  width: 7rem;
  height: 7rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}
.testimonials .slick-slide:nth-child(2n-1) .img-group:before {
  top: 6.25rem;
  right: -4.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.3;
  background-color: var(--secondary-coral);
}
.testimonials .slick-slide:nth-child(2n-2) .img-group:after,
.testimonials .slick-slide:nth-child(2n-2) .img-group:before {
  position: absolute;

  content: "";

  border-radius: 100%;

  mix-blend-mode: multiply;
}
.testimonials .slick-slide:nth-child(2n-2) .img-group:after {
  bottom: 0.25rem;
  left: -1.5rem;

  width: 5.8125rem;
  height: 5.8125rem;

  opacity: 0.9;
  border: 0.625rem solid var(--secondary-sea);
  background-color: transparent;
}
.testimonials .slick-slide:nth-child(2n-2) .img-group:before {
  z-index: 1;
  top: -0.5rem;
  right: 1.375rem;

  width: 2.375rem;
  height: 2.375rem;

  opacity: 0.9;
  background-color: var(--secondary-driftwood);
}

.testimonials ul.slick-dots {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials ul.slick-dots li {
  position: relative;

  display: inline-block;

  width: 0.8125rem;
  height: 0.8125rem;
}
.testimonials ul.slick-dots li:not(:last-child) {
  margin-right: 1.25rem;
}
.testimonials ul.slick-dots li button {
  font-size: 0;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  -webkit-transition: opacity 0.33s;
  -o-transition: opacity 0.33s;
  transition: opacity 0.33s;

  opacity: 0.4;
  border: none;
  border-radius: 100%;
  outline: none;
  background: var(--secondary-coral);
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-appearance: none;
}
.testimonials ul.slick-dots li.slick-active button {
  opacity: 1;
}
.testimonials-content .item {
  z-index: 1;
}
.testimonials-content .item.extend-open {
  z-index: 2;
}

.popup-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: all 0.3s;
}
.popup-wrap.open {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-content .container {
  padding: 40px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-content {
    padding: 0 15px;
    max-height: 90vh;
    overflow: auto;
  }
  .popup-content .container {
    padding: 40px 15px;
  }
}
.popup-content p {
  font-size: 1.25rem;
  line-height: 1.8125rem;

  color: var(--primary-navy);
}

.popup-content .close {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  font-family: "OpenSans Bold", sans-serif;
  transition: color 0.3s;
}
.popup-content .close:hover {
  color: var(--secondary-coral);
}
body.no-scroll {
  overflow: hidden;
}
.not-found .header {
  background-color: var(--primary-navy);
  position: relative;
}
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,800");
.error-container {
  text-align: center;
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
  padding: 100px 15px;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100vh;
  align-content: center;
}
.error-container .txt {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.error-container .text {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-container .text .button {
  margin-top: 40px;
}
.error-container span {
  display: inline-block;
  line-height: 0.7;
  position: relative;
  color: #ffb485;
}
.error-container h2 {
  margin-bottom: 30px;
}
.error-container span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: var(--primary-navy);
  font-size: 100px;
}
/*.error-container > span:nth-of-type(1) {
  color: #D1F2A5;
  animation: colordancing 4s infinite;
}
.error-container > span:nth-of-type(3) {
  color: #F56991;
  animation: colordancing2 4s infinite;
}
.error-container > span:nth-of-type(2) {
  width: 120px;
  height: 120px;
  border-radius: 999px;
}
.error-container > span:nth-of-type(2):before,
.error-container > span:nth-of-type(2):after {
    border-radius: 0%;
    content:"";
    position: absolute;
    top: 0; left: 0;
    width: inherit; height: inherit;
  border-radius: 999px;
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4),
                inset 0 30px 0 rgba(239, 250, 180, 0.4),
                inset -30px 0 0 rgba(255, 196, 140, 0.4),   
                inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  animation: shadowsdancing 4s infinite;
}
.error-container > span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
            transform: rotate(45deg);
}*/

/*.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}*/
@keyframes shadowsdancing {
  0% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
  25% {
    box-shadow: inset 30px 0 0 rgba(245, 105, 145, 0.4),
      inset 0 30px 0 rgba(209, 242, 165, 0.4),
      inset -30px 0 0 rgba(239, 250, 180, 0.4),
      inset 0 -30px 0 rgba(255, 196, 140, 0.4);
  }
  50% {
    box-shadow: inset 30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 30px 0 rgba(245, 105, 145, 0.4),
      inset -30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 -30px 0 rgba(239, 250, 180, 0.4);
  }
  75% {
    box-shadow: inset 30px 0 0 rgba(239, 250, 180, 0.4),
      inset 0 30px 0 rgba(255, 196, 140, 0.4),
      inset -30px 0 0 rgba(245, 105, 145, 0.4),
      inset 0 -30px 0 rgba(209, 242, 165, 0.4);
  }
  100% {
    box-shadow: inset 30px 0 0 rgba(209, 242, 165, 0.4),
      inset 0 30px 0 rgba(239, 250, 180, 0.4),
      inset -30px 0 0 rgba(255, 196, 140, 0.4),
      inset 0 -30px 0 rgba(245, 105, 145, 0.4);
  }
}
@keyframes colordancing {
  0% {
    color: #d1f2a5;
  }
  25% {
    color: #f56991;
  }
  50% {
    color: #ffc48c;
  }
  75% {
    color: #effab4;
  }
  100% {
    color: #d1f2a5;
  }
}
@keyframes colordancing2 {
  0% {
    color: #ffc48c;
  }
  25% {
    color: #effab4;
  }
  50% {
    color: #d1f2a5;
  }
  75% {
    color: #f56991;
  }
  100% {
    color: #ffc48c;
  }
}

.legal_footer {
  color: white;
  margin-top: 0.75rem;
  font-size: small;
}
.terms_of_use {
  font-size: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.portfolio_legal {
  padding-top: 6em;
}
.portfolio_legal p {
  font-size: 1rem;
}

/*Wufoo*/
#saveForm {
  overflow: hidden;

  -webkit-transition: background-color 0.33s;
  -o-transition: background-color 0.33s;
  transition: background-color 0.33s;

  border: none;
  background-color: var(--secondary-coral);
}
#saveForm:hover {
  background-color: var(--third-salmon);
}

#becomeMemberButtonFAQ {
  margin-right: 15px;
}

.terms_and_privacy {
  float: right;
}
.terms_and_privacy a {
  color: white;
}
