@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body, .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p, ol, ul {
  margin-top: 0;
}

ol ol, ol ul {
  margin-bottom: 0;
}

ul ol, ul ul {
  margin-bottom: 0;
}

b, strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #24C497;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.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: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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%;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}
html.is-active {
  position: relative;
  height: auto;
  overflow: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
}
body.is-active {
  height: auto;
  overflow: hidden;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 1900px;
  width: 100%;
  background: transparent linear-gradient(180deg, #F4F8FF 0%, #F8FBFF 60%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 993px) {
  #main {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  #main {
    padding-top: 5em;
  }
}

::selection {
  color: white;
  background: #24C497;
  opacity: 1;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #24C497;
  text-decoration: none;
  transition: color 500ms ease;
}
a:focus, a:hover {
  color: #24C497;
}

.is-animated {
  opacity: 0;
}

img {
  max-width: 100%;
}

.container--large {
  max-width: 1440px;
}

.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
  color: rgba(43, 35, 90, 0.5);
  font-size: 1.25rem;
  font-weight: 300;
  width: 1em;
  text-align: center;
  transition: color 500ms ease;
}
.owl-carousel .owl-nav .owl-prev span:hover, .owl-carousel .owl-nav .owl-next span:hover {
  color: #2B235A;
}

.hidden-fields-container {
  display: none;
}

/**
 * Basic typography style for copy text
*/
body {
  color: #7E828F;
  font-size: 100%;
  font-family: filson-pro, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  color: #2B235A;
  font-family: filson-pro, sans-serif;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

h1 {
  font-size: 3.375rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 3.375rem;
  letter-spacing: -1px;
}

h3 {
  font-size: 2.25rem;
  letter-spacing: -0.72px;
  margin-bottom: 1.75rem;
}

h4 {
  font-size: 1.5rem;
  letter-spacing: -0.07px;
  margin-bottom: 1.75rem;
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  color: #676D79;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.15;
  margin-bottom: 2rem;
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes stroke {
  from {
    stroke-dashoffset: 1235;
    stroke: white;
  }
  to {
    stroke-dashoffset: 0;
    stroke: white;
  }
}
@keyframes strokeContact {
  from {
    stroke-dashoffset: 2215;
    stroke: white;
  }
  to {
    stroke-dashoffset: 0;
    stroke: white;
  }
}
@keyframes h4Fade {
  from {
    opacity: 0;
    transform: translate(-50%, -1em);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -1.5em);
  }
}
@keyframes spanFade {
  from {
    opacity: 0;
    transform: translate(-50%, 0.5em);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1em);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3D(0, 10px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translate3D(0, 0, 0);
  }
}
@keyframes grow {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes flying {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3.5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes lighting {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
.header {
  display: flex;
}
.header--main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 10em;
  background: transparent;
  transition: all 0.3s ease;
}
.header--main.is-fixed {
  height: 6rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .header--main {
    height: 5em;
  }
  .header--main.is-fixed {
    height: 4rem;
  }
}

.footer--main {
  position: relative;
  display: flex;
  color: white;
  background: #2C2982;
  padding: 2em 0;
}
@media screen and (max-width: 992px) {
  .footer--main {
    padding: 1em 0 3em;
  }
  .footer--main .madeBy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer--main .row {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .footer--main {
    text-align: center;
  }
}
.footer--main h2, .footer--main h3, .footer--main h3, .footer--main h4, .footer--main h5 {
  color: white;
}
.footer--main p, .footer--main li {
  color: #c3c1ee;
}
.footer--main__copy {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer--main__copy {
    text-align: center;
  }
}
.footer--main__company p a {
  color: #c3c1ee;
  text-decoration: underline;
}
.footer--main__company p a:hover {
  color: #24C497;
}
.footer--main__company p span {
  margin: 0 1rem;
}
.footer--main__contacts ul {
  list-style: none;
  padding-left: 0;
}
.footer--main__contacts ul li {
  margin-bottom: 1rem;
}
.footer--main__contacts ul li a {
  position: relative;
  color: white;
  font-size: 1.5rem;
  padding-left: 1.5em;
}
@media screen and (max-width: 576px) {
  .footer--main__contacts ul li a {
    font-size: 1.25rem;
  }
}
.footer--main__contacts ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  height: 0.75em;
  width: 0.75em;
  background: url("../img/icon-phone.svg") center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.footer--main__contacts ul li:first-child {
  margin-right: 2.5rem;
}
@media screen and (max-width: 1000px) {
  .footer--main__contacts ul li:first-child {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .footer--main__contacts ul li:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.footer--main__contacts ul li:last-child a {
  color: #24C497;
  text-decoration: underline;
}
.footer--main__contacts ul li:last-child a:before {
  background: url("../img/icon-email.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .footer--main__address {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer--main__address ul {
  list-style: none;
  padding-left: 0;
}
.footer--main__address ul li {
  margin-bottom: 0.5rem;
}
.footer--main__purpose p {
  font-size: 0.75rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer--main__purpose p {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footer--main__bottom {
  padding-top: 3em;
}
.footer--main__bottom hr {
  border-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 2rem;
}

.aside--contact {
  position: relative;
  background: #2C2982;
  padding: 12.5em 0 7.5em;
  margin-top: 8rem;
}
@media screen and (max-width: 992px) {
  .aside--contact {
    padding: 10em 0 5em;
    margin-top: 3.5rem;
  }
}
.aside--contact .container {
  position: relative;
  z-index: 2;
}
.aside--contact .container > img {
  display: block;
  width: 3.5em;
  height: auto;
  margin: 0 auto 1.25rem auto;
}
.aside--contact h2 {
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .aside--contact .wpcf7 textarea {
    margin-bottom: 1rem;
  }
  .aside--contact .wpcf7 .col-lg-6:last-child .btn {
    margin: 0;
  }
}
.aside--contact__shape {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  height: 100%;
  width: 100%;
  max-height: 15em;
  background: #ffffff url("../img/contact_shape.svg") center bottom no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1400px) {
  .aside--contact__shape {
    max-height: 10em;
  }
}
@media screen and (max-width: 992px) {
  .aside--contact__shape {
    max-height: 15vw;
  }
}

.section--hello {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
  .section--hello {
    padding: 3rem 0;
  }
}
.section--hello .col-md-12 {
  position: relative;
  z-index: 1;
}
.section--hello h1 {
  max-width: 10em;
  color: #2B235A;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}
.section--hello p {
  max-width: 22em;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
}
.section--hello .btn {
  font-size: 1rem;
}
.section--hello__img {
  max-width: 30em;
  display: flex;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section--hello__img {
    margin-top: 4rem;
  }
}

.section--about {
  padding: 3.5em 0;
}
.section--about p {
  margin-bottom: 0;
}

.section--services {
  padding: 6.5em 0;
}
@media screen and (max-width: 768px) {
  .section--services {
    padding: 3.5em 0;
  }
}
.section--services h2 {
  margin-bottom: 2rem;
}
.section--services h3 {
  max-width: 14em;
  font-size: 1.5rem;
}
.section--services .container > p {
  max-width: 20em;
  margin-bottom: 3rem;
}
.section--services .boxes .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.section--services .boxes .box p {
  margin-bottom: 2rem;
}
.section--services .boxes .box span {
  position: relative;
  display: inline-block;
  width: 7em;
  color: black;
  font-weight: 500;
}
.section--services .boxes .box__link {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}
.section--services .boxes .box__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4em;
  width: 4em;
}
@media screen and (max-width: 768px) {
  .section--services .boxes .box__icon {
    height: 3em;
    width: 3em;
  }
}
.section--services .boxes .box__icon img {
  width: 100%;
  height: auto;
}
.section--services .boxes .box:hover span:before {
  transform: rotate(-90deg) translate3D(50%, -0.5em, 0);
  transition: transform 500ms ease 100ms;
}

.section--testimonials {
  padding: 10em 0 8em;
}
@media screen and (max-width: 768px) {
  .section--testimonials {
    padding: 3.5em 0;
  }
}
.section--testimonials .container {
  position: relative;
}
.section--testimonials h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .section--testimonials h2 {
    text-align: center;
  }
}
.section--testimonials .box {
  max-width: 39em;
  text-align: center;
  margin: 0 auto;
}
.section--testimonials .box h5 {
  color: black;
  margin-bottom: 0.75rem;
}
.section--testimonials .box p {
  color: #7E828F;
  margin-bottom: 2.5rem;
}
.section--testimonials .box span {
  display: block;
  color: #7E828F;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section--testimonials__photos {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .section--testimonials__photos {
    display: none;
  }
}
.section--testimonials__photos .photo {
  position: absolute;
  z-index: -1;
  display: flex;
  border-radius: 50%;
  box-shadow: 0 60px 60px rgba(0, 0, 0, 0.102);
  overflow: hidden;
}
.section--testimonials__photos .photo img {
  width: 100%;
}
.section--testimonials__photos .photo--1 {
  top: -4em;
  height: 6.5em;
  width: 6.5em;
  left: 3em;
}
.section--testimonials__photos .photo--2 {
  top: 12em;
  height: 7.5em;
  width: 7.5em;
  left: -14em;
}
@media screen and (max-width: 1500px) {
  .section--testimonials__photos .photo--2 {
    left: -11em;
  }
}
@media screen and (max-width: 1300px) {
  .section--testimonials__photos .photo--2 {
    left: -6em;
  }
}
.section--testimonials__photos .photo--3 {
  bottom: -5em;
  height: 4.75em;
  width: 4.75em;
  left: 8em;
}
.section--testimonials__photos .photo--4 {
  top: -6.85em;
  height: 5.75em;
  width: 5.75em;
  right: 3em;
}
.section--testimonials__photos .photo--5 {
  top: 9em;
  height: 6.75em;
  width: 6.75em;
  right: -12em;
}
@media screen and (max-width: 1660px) {
  .section--testimonials__photos .photo--5 {
    right: -10em;
  }
}
@media screen and (max-width: 1400px) {
  .section--testimonials__photos .photo--5 {
    right: -5em;
  }
}
.section--testimonials__photos .photo--6 {
  bottom: -4em;
  height: 7.15em;
  width: 7.15em;
  right: 4em;
}

button {
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2.52px;
  text-transform: uppercase;
  padding: 1.5em 2.75em;
  border-radius: 50px;
  overflow: hidden;
}
.btn--primary {
  color: white;
  transition: color 500ms ease 450ms;
}
.btn--primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 102%;
  background: #24C497;
  border: 2px solid #24C497;
  border-radius: 50px;
  transition: width 750ms ease;
}
.btn--primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #24C497;
  border-radius: 50px;
}
.btn--primary:focus, .btn--primary:hover {
  color: #24C497;
  transition: color 500ms ease;
}
.btn--primary:focus:before, .btn--primary:hover:before {
  width: 0;
  transition: width 750ms ease 200ms;
}
.btn--secondary {
  color: #24C497;
  transition: color 500ms ease 450ms;
}
.btn--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transform: translate(0, 0);
  display: block;
  height: 100%;
  width: 100%;
  background-color: #121110;
}
.btn--secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 0;
  background: #24C497;
  border: 2px solid #24C497;
  border-radius: 50px;
  transition: width 750ms ease 200ms;
}
.btn--secondary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  border: 2px solid #24C497;
  border-radius: 50px;
}
.btn--secondary:focus, .btn--secondary:hover {
  color: white;
  transition: color 500ms ease 400ms;
}
.btn--secondary:focus:before, .btn--secondary:hover:before {
  width: 102%;
  transition: width 750ms ease;
}
.btn--third {
  color: #24C497;
  border: 1px solid #24C497;
  transition: all 500ms ease;
}
.btn--third:focus, .btn--third:hover {
  color: white;
  border: 1px solid white;
}

.table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.table tr th,
.table tr td {
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding: 1em;
}
.table tr th:first-child,
.table tr td:first-child {
  border-left: 1px solid #323232;
}
.table tr th {
  border-top: 1px solid #323232;
  text-align: left;
}

.box {
  position: relative;
  display: flex;
  flex-direction: column;
}
.box--1 {
  flex: 1 1 100%;
  max-width: 100%;
  flex-direction: row;
}
.box--2 {
  flex: 0 1 47.5%;
  max-width: 47.5%;
}
@media screen and (max-width: 768px) {
  .box--2 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.box--3 {
  flex: 0 1 29%;
  max-width: 29%;
}
@media screen and (max-width: 992px) {
  .box--3 {
    flex: 0 1 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .box--3 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .box--3:last-child {
    margin-bottom: 0;
  }
}
.box--4 {
  flex: 0 1 21%;
  max-width: 21%;
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .box--4 {
    flex: 0 1 48%;
    max-width: 48%;
  }
  .box--4:nth-child(1), .box--4:nth-child(2) {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .box--4 {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .box--4:last-of-type {
    margin-bottom: 0;
  }
}

.boxes {
  display: flex;
  flex-wrap: wrap;
}
.boxes--between {
  justify-content: space-between;
}
.boxes--start {
  justify-content: flex-start;
}
.boxes--start .box--2 {
  background: #FBFCFF;
  padding: 4em 4.5em;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 30px 40px hsla(0, 0%, 0%, 0.051);
  margin-bottom: 5%;
  transition: box-shadow 500ms ease;
}
@media screen and (max-width: 992px) {
  .boxes--start .box--2 {
    padding: 6em 3em 3em;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .boxes--start .box--2:last-of-type {
    margin-bottom: 0;
  }
}
.boxes--start .box--2 h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.boxes--start .box--2 p {
  color: #7E828F;
  font-size: 1rem;
  margin-bottom: 0;
}
.boxes--start .box--2:nth-child(odd) {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .boxes--start .box--2:nth-child(odd) {
    margin-right: 0;
  }
}
.boxes--start .box--2:hover {
  box-shadow: 0 30px 60px hsla(249, 44%, 25%, 0.102);
  transition: box-shadow 500ms ease;
}
.boxes--start .box--3 {
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 992px) {
  .boxes--start .box--3 {
    flex: 0 1 47.5%;
    max-width: 47.5%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .boxes--start .box--3:nth-child(odd) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .boxes--start .box--3:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .boxes--start .box--3 {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .boxes--start .box--3:nth-child(3n+3) {
    margin-right: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  height: 100%;
  width: 100%;
  background: black;
  overflow: hidden;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  transform: translate(-50%, -50%);
  display: block;
  height: auto;
  width: 14em;
}
@media screen and (max-width: 1200px) {
  .preloader img {
    width: 12em;
  }
}
@media screen and (max-width: 768px) {
  .preloader img {
    width: 10em;
  }
}
@media screen and (max-width: 576px) {
  .preloader img {
    width: 7.5em;
  }
}
@media screen and (max-width: 360px) {
  .preloader img {
    width: 6em;
  }
}
.preloader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: block;
  height: 70em;
  width: 70em;
  background: url("../img/preloader_circle.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .preloader:before {
    height: 70em;
    width: 70em;
  }
}
@media screen and (max-width: 768px) {
  .preloader:before {
    height: 60em;
    width: 60em;
  }
}
@media screen and (max-width: 576px) {
  .preloader:before {
    height: 35em;
    width: 35em;
  }
}
@media screen and (max-width: 360px) {
  .preloader:before {
    height: 25em;
    width: 25em;
  }
}

.navigation {
  display: flex;
}
.navigation--main {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .navigation--main {
    justify-content: flex-start;
    overflow: hidden;
  }
}
.navigation--main__brand {
  display: flex;
}
.navigation--main__brand img {
  height: 3.5em;
  width: auto;
}
@media screen and (max-width: 768px) {
  .navigation--main__brand img {
    height: 2.5em;
  }
}
.navigation--main__menu {
  display: flex;
  height: 3em;
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .navigation--main__menu {
    margin-left: 4em;
  }
}
@media screen and (max-width: 992px) {
  .navigation--main__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background: white;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-left: 0;
    transition: all 500ms ease;
  }
}
.navigation--main__menu > li {
  display: inline-flex;
  margin-left: 3.5rem;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li {
    position: static;
    display: block;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
    transform: none;
  }
  .navigation--main__menu > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .navigation--main__menu > li {
    margin-bottom: 2.5rem;
  }
}
.navigation--main__menu > li > a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  color: #2B235A;
  font-family: filson-pro, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.32px;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li > a {
    position: static;
    display: block;
    color: #2B235A;
    font-size: 1.5rem;
    text-align: center;
  }
  .navigation--main__menu > li > a:focus {
    color: #24C497;
  }
}
@media screen and (max-width: 576px) {
  .navigation--main__menu > li > a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .navigation--main__menu > li > a:hover {
    color: #24C497;
  }
}
.navigation--main__menu > li.is-contact {
  width: 7.25em;
  border: 2px solid #24C497;
  border-radius: 50px;
  margin-left: auto;
  transition: background 500ms ease;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.is-contact {
    width: auto;
    border: none;
    margin-left: 0;
  }
}
.navigation--main__menu > li.is-contact a {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #24C497;
  transition: color 500ms ease;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.is-contact a {
    color: black;
  }
}
.navigation--main__menu > li.is-contact:hover {
  background: #24C497;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.is-contact:hover {
    background: none;
  }
}
.navigation--main__menu > li.is-contact:hover a {
  color: white;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.is-contact:hover a {
    color: black;
  }
}
.navigation--main__menu > li:first-child {
  margin-left: 0;
}
.navigation--main__menu > li:last-child {
  margin-left: 2.5rem;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .navigation--main__menu > li > .sub-menu {
    position: absolute;
    bottom: 1em;
    z-index: 10;
    display: block;
    width: 3em;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 350ms ease;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .navigation--main__menu > li > .sub-menu {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .navigation--main__menu > li > .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
  }
  .navigation--main__menu > li > .sub-menu li a {
    color: #2B235A;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: -0.28px;
  }
  .navigation--main__menu > li > .sub-menu li:first-child {
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .navigation--main__menu > li > .sub-menu li:last-child {
    padding: 1em 0;
  }
  .navigation--main__menu > li > .sub-menu li:hover {
    cursor: pointer;
  }
  .navigation--main__menu > li > .sub-menu li:hover a {
    color: #24C497;
  }
}
.navigation--main__menu > li.menu-item-has-children {
  width: 2.5em;
}
@media screen and (min-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    pointer-events: unset;
    transition: opacity 350ms ease;
  }
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children {
    width: auto;
    padding: 0;
  }
  .navigation--main__menu > li.menu-item-has-children > a {
    display: none;
  }
  .navigation--main__menu > li.menu-item-has-children ul {
    position: relative;
    padding-top: 2.5em;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children ul li {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 360px) {
  .navigation--main__menu > li.menu-item-has-children ul li {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children ul li a {
    color: #2B235A;
    font-weight: 500;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 576px) {
  .navigation--main__menu > li.menu-item-has-children ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .navigation--main__menu > li.menu-item-has-children ul li:last-child {
    margin-bottom: 0;
  }
}
.navigation--main__menu > li.current-menu-item a {
  color: #24C497;
}
.navigation--main__menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  transition: all 500ms ease;
}
@media screen and (max-width: 992px) {
  .navigation--main__menu.is-active {
    height: 100vh;
    width: 100vw;
    background: white;
  }
}
.navigation--main__menu.is-active li {
  animation: fadeInUp 500ms ease-out backwards;
}
.navigation--main__menu.is-active li:first-child {
  animation-delay: 200ms;
}
.navigation--main__menu.is-active li:nth-child(2) {
  animation-delay: 400ms;
}
.navigation--main__menu.is-active li:nth-child(3) {
  animation-delay: 600ms;
}
.navigation--main__menu.is-active li:nth-child(4) {
  animation-delay: 800ms;
}
.navigation--main__menu.is-active li:nth-child(5) {
  animation-delay: 1000ms;
}
.navigation--main__menu.is-active li:last-child {
  animation-delay: 1200ms;
}
.navigation--main__toggle {
  position: relative;
  z-index: 100;
  display: none;
  background: none;
  box-shadow: none;
  border: 0;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .navigation--main__toggle {
    display: block;
  }
}
.navigation--main__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #2B235A;
  margin-bottom: 0.5rem;
  transition: all 500ms ease;
}
.navigation--main__toggle span:nth-chil(2) {
  transition: opacity 350ms ease 350ms;
}
.navigation--main__toggle span:last-child {
  margin-bottom: 0;
}
.navigation--main__toggle.is-active {
  z-index: 1001;
}
.navigation--main__toggle.is-active span {
  background: black;
  transition: all 500ms ease 300ms;
}
.navigation--main__toggle.is-active span:first-child {
  transform: rotate(-45deg);
  transform-origin: center center;
}
.navigation--main__toggle.is-active span:nth-child(2) {
  opacity: 0;
  transition: opacity 350ms ease;
}
.navigation--main__toggle.is-active span:last-child {
  margin-top: -18px;
  transform: rotate(45deg);
  transform-origin: center center;
}
.navigation--main__toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  height: 6em;
  width: 6em;
}
.navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.modal--age {
  display: block;
  height: 100%;
  width: 100%;
  background: black;
}
.modal--age__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.modal--age__content img {
  position: relative;
  z-index: 10;
  width: auto;
  height: 3em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .modal--age__content img {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .modal--age__content img {
    animation: fadeIn 0.5s ease backwards;
    animation-delay: 1700ms;
  }
}
@media screen and (max-width: 992px) {
  .modal--age__content img {
    height: 2.5em;
  }
}
@media screen and (max-width: 576px) {
  .modal--age__content img {
    height: 2em;
  }
}
@media screen and (max-width: 360px) {
  .modal--age__content img {
    height: 1.75em;
    margin-bottom: 2rem;
  }
}
.modal--age__content h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .modal--age__content h2 {
    animation: fadeInUp 1s ease backwards;
    animation-delay: 200ms;
  }
}
@media screen and (max-width: 992px) {
  .modal--age__content h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .modal--age__content h2 {
    max-width: 6em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .modal--age__content h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .modal--age__content p {
    animation: fadeInUp 1s ease-in-out backwards;
    animation-delay: 500ms;
  }
}
@media screen and (max-width: 992px) {
  .modal--age__content p {
    max-width: 20em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal--age__content ul {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  .modal--age__content ul {
    display: block;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .modal--age__content ul {
    margin-top: 0;
  }
}
.modal--age__content ul li {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .modal--age__content ul li {
    animation: fadeIn 0.5s ease-in-out backwards;
    animation-delay: 1450ms;
  }
}
@media screen and (max-width: 576px) {
  .modal--age__content ul li {
    display: block;
  }
}
.modal--age__content ul li:first-child {
  margin-right: 4rem;
}
@media screen and (min-width: 992px) {
  .modal--age__content ul li:first-child {
    animation: fadeIn 0.5s ease-in-out backwards;
    animation-delay: 1300ms;
  }
}
@media screen and (max-width: 576px) {
  .modal--age__content ul li:first-child {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.modal--age__content ul li .btn {
  padding: 1.75em 3em;
  width: 175px;
}
@media screen and (max-width: 992px) {
  .modal--age__content ul li .btn {
    padding: 1.35em 2.5em;
    width: 150px;
  }
}
.modal--age:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  display: block;
  height: 70em;
  width: 70em;
  background: url("../img/preloader_circle.svg") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .modal--age:before {
    height: 70em;
    width: 70em;
  }
}
@media screen and (max-width: 768px) {
  .modal--age:before {
    height: 60em;
    width: 60em;
  }
}
@media screen and (max-width: 576px) {
  .modal--age:before {
    height: 35em;
    width: 35em;
  }
}
@media screen and (max-width: 360px) {
  .modal--age:before {
    height: 25em;
    width: 25em;
  }
}

::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.74px;
}

input, textarea {
  position: relative;
  display: block;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.74px;
  background: transparent;
  padding: 1em 0;
  border: none;
  box-shadow: none;
  transition: box-shadow 400ms ease;
}
input:focus, textarea:focus {
  outline: none;
}

textarea {
  height: 5rem;
  width: 100%;
  resize: none;
  resize: none;
}

.wpcf7 br {
  display: none;
}
.wpcf7 .box {
  position: relative;
  display: flex;
  margin-bottom: 3rem;
}
.wpcf7 .box span, .wpcf7 .box p {
  width: 100%;
}
.wpcf7 .box--shorter {
  max-width: 90%;
}
.wpcf7 .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}
.wpcf7 .box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  height: 2px;
  width: 0;
  background: #ffffff;
  border-radius: 50px;
  transition: width 500ms ease;
}
.wpcf7 .box:hover:after, .wpcf7 .box:focus:after {
  width: 100%;
  transition: width 500ms ease;
}
.wpcf7 .box--1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  transition: width 800ms ease;
}
@media screen and (max-width: 992px) {
  .wpcf7 .box--1 {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
.wpcf7 .box--1:hover:after, .wpcf7 .box--1:focus:after {
  width: 100%;
  transition: width 800ms ease;
}
.wpcf7 .row {
  position: relative;
}
@media screen and (max-width: 992px) {
  .wpcf7 .row--last {
    margin-top: 1rem;
  }
}
.wpcf7 .btn-wrapper {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .wpcf7 .btn-wrapper {
    justify-content: flex-start;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7 .btn-wrapper {
    justify-content: center;
  }
}
.wpcf7 .btn-wrapper > label {
  display: flex;
}
@media screen and (max-width: 992px) {
  .wpcf7 .btn-wrapper > label {
    margin-right: 0;
  }
}
.wpcf7 .btn-wrapper p {
  margin-bottom: 0;
}
.wpcf7 .acceptance-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .acceptance-wrapper {
    justify-content: center;
  }
}
.wpcf7 input[type=checkbox] {
  display: none;
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.64px;
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  .wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 3em;
  }
}
@media screen and (max-width: 576px) {
  .wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 360px) {
  .wpcf7 input[type=checkbox] + .wpcf7-list-item-label {
    display: flex;
    padding-left: 0;
    padding-top: 3em;
  }
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border: 2px solid #24C497;
  border-radius: 50px;
}
@media screen and (max-width: 360px) {
  .wpcf7 input[type=checkbox] + .wpcf7-list-item-label span {
    top: 20%;
  }
}
.wpcf7 input[type=checkbox] + .wpcf7-list-item-label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  display: block;
  height: 1rem;
  width: 1rem;
  background: #24C497;
  border: none;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease;
}
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label span:after {
  opacity: 1;
  visibility: visible;
  transition: all 400ms ease;
}
.wpcf7 .wpcf7-submit {
  position: relative;
  display: inline-flex;
  padding: 1.5em 2.75em;
}
.wpcf7 .wpcf7-submit span {
  position: absolute;
  top: 50%;
  left: 70%;
  z-index: 1;
  display: block;
  height: 10px;
  width: 25px;
  background: url("../img/contact_arrow.svg") center no-repeat;
  background-size: contain;
  transform: translate3D(0, -50%, 0);
  transition: all 500ms ease;
}
.wpcf7 .wpcf7-submit:hover span {
  transform: translate3D(50%, -50%, 0);
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: -3em;
  z-index: 5;
  display: block;
  width: 100%;
  color: #24C497;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .wpcf7 .wpcf7-not-valid-tip {
    top: -2.25em;
  }
}
.wpcf7 .wpcf7-response-output {
  color: #24C497;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (max-width: 576px) {
  .wpcf7 .wpcf7-response-output {
    position: absolute;
    bottom: -2em;
  }
}
.wpcf7 .wpcf7-response-output {
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1.5rem;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.15);
  border: 2px solid #28a745;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "✓";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
  border: 2px solid #dc3545;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before {
  content: "✗";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
  border: 2px solid #dc3545;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng:before {
  content: "✗";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  color: #856404;
  background-color: rgba(255, 193, 7, 0.2);
  border: 2px solid #ffc107;
}
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked:before {
  content: "⚠";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output.wpcf7-not-valid {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
  border: 2px solid #dc3545;
}
.wpcf7 .wpcf7-response-output.wpcf7-not-valid:before {
  content: "✗";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output.wpcf7-aborted {
  color: #6c757d;
  background-color: rgba(108, 117, 125, 0.15);
  border: 2px solid #6c757d;
}
.wpcf7 .wpcf7-response-output.wpcf7-aborted:before {
  content: "⏹";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-response-output:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form[data-status=invalid] .wpcf7-response-output {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
  border: 2px solid #dc3545;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before, .wpcf7 .wpcf7-form[data-status=invalid] .wpcf7-response-output:before {
  content: "✗";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-form.valid .wpcf7-response-output, .wpcf7 .wpcf7-form[data-status=valid] .wpcf7-response-output {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.15);
  border: 2px solid #28a745;
}
.wpcf7 .wpcf7-form.valid .wpcf7-response-output:before, .wpcf7 .wpcf7-form[data-status=valid] .wpcf7-response-output:before {
  content: "✓";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-form.spam .wpcf7-response-output, .wpcf7 .wpcf7-form[data-status=spam] .wpcf7-response-output {
  color: #856404;
  background-color: rgba(255, 193, 7, 0.2);
  border: 2px solid #ffc107;
}
.wpcf7 .wpcf7-form.spam .wpcf7-response-output:before, .wpcf7 .wpcf7-form[data-status=spam] .wpcf7-response-output:before {
  content: "⚠";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-form.mail_sent_ok .wpcf7-response-output, .wpcf7 .wpcf7-form[data-status=mail_sent_ok] .wpcf7-response-output {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.15);
  border: 2px solid #28a745;
}
.wpcf7 .wpcf7-form.mail_sent_ok .wpcf7-response-output:before, .wpcf7 .wpcf7-form[data-status=mail_sent_ok] .wpcf7-response-output:before {
  content: "✓";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-form.mail_sent_ng .wpcf7-response-output, .wpcf7 .wpcf7-form[data-status=mail_sent_ng] .wpcf7-response-output {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.15);
  border: 2px solid #dc3545;
}
.wpcf7 .wpcf7-form.mail_sent_ng .wpcf7-response-output:before, .wpcf7 .wpcf7-form[data-status=mail_sent_ng] .wpcf7-response-output:before {
  content: "✗";
  margin-right: 0.5rem;
  font-weight: bold;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: -2.5em;
  left: 0;
  z-index: 10;
  background-color: rgba(220, 53, 69, 0.95);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  max-width: 300px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1rem;
  border: 5px solid transparent;
  border-top-color: rgba(220, 53, 69, 0.95);
}
.wpcf7 .wpcf7-not-valid-tip.wpcf7-not-valid-tip-error {
  background-color: rgba(220, 53, 69, 0.95);
  color: white;
}
.wpcf7 .wpcf7-not-valid-tip.wpcf7-not-valid-tip-warning {
  background-color: rgba(255, 193, 7, 0.95);
  color: #856404;
}
.wpcf7 .wpcf7-not-valid-tip.wpcf7-not-valid-tip-warning:after {
  border-top-color: rgba(255, 193, 7, 0.95);
}
.wpcf7 .wpcf7-not-valid-tip.wpcf7-not-valid-tip-info {
  background-color: rgba(23, 162, 184, 0.95);
  color: white;
}
.wpcf7 .wpcf7-not-valid-tip.wpcf7-not-valid-tip-info:after {
  border-top-color: rgba(23, 162, 184, 0.95);
}
@media screen and (max-width: 768px) {
  .wpcf7 .wpcf7-not-valid-tip {
    max-width: 250px;
    font-size: 0.7rem;
  }
}

.tabs {
  display: flex;
  flex-direction: column;
}
.tabs__nav {
  margin-top: 4.685rem;
  margin-bottom: 4.685rem;
}
@media screen and (max-width: 992px) {
  .tabs__nav {
    margin-top: 2.685rem;
    margin-bottom: 3.685rem;
  }
}
.tabs__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabs__nav ul li {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 1 30%;
  height: 100%;
  width: 100%;
  justify-content: center;
  color: #24C497;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: transparent;
  padding: 1.35em;
  border: 1px solid #24C497;
  transition: all 500ms ease 200ms;
}
@media screen and (max-width: 880px) {
  .tabs__nav ul li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .tabs__nav ul li {
    flex: 0 1 47.5%;
    margin-bottom: 5%;
  }
  .tabs__nav ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .tabs__nav ul li {
    flex: 1 1 100%;
  }
}
.tabs__nav ul li.is-active {
  color: #121110;
  background: #24C497;
}
.tabs__nav ul li.is-active:before, .tabs__nav ul li.is-active:after {
  content: none;
}
.tabs__nav ul li:hover {
  cursor: pointer;
}
.tabs__content {
  display: flex;
  flex-direction: column;
}
.tabs__content > .box {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 500ms ease;
}
@media screen and (max-width: 768px) {
  .tabs__content > .box {
    flex-direction: column;
  }
}
.tabs__content > .box .box__header {
  display: flex;
  flex: 0 1 35%;
}
@media screen and (max-width: 768px) {
  .tabs__content > .box .box__header {
    flex: 1 1 100%;
  }
}
.tabs__content > .box .box__header h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .tabs__content > .box .box__header h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .tabs__content > .box .box__header h3 {
    max-width: 80%;
  }
}
.tabs__content > .box .box__body {
  display: flex;
  flex: 0 1 65%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .tabs__content > .box .box__body {
    flex: 1 1 100%;
  }
}
.tabs__content > .box .box__body p {
  max-width: 76em;
}
.tabs__content > .box .box__body em {
  display: block;
  color: #7b7b7b;
  font-size: 90%;
  text-align: right;
  margin-top: 0.5rem;
}
.tabs__content > .box.is-active {
  display: flex;
}
.tabs__content > .box.is-active .box__header {
  animation: fadeInUp 1s ease backwards;
  animation-delay: 200ms;
}
.tabs__content > .box.is-active .box__body p {
  animation: fadeInUp 1s ease backwards;
  animation-delay: 450ms;
}
.tabs__content > .box.is-active .box__body .table {
  animation: fadeInUp 1s ease backwards;
  animation-delay: 600ms;
}
.tabs__content > .box.is-active .box__body .section--productGallery {
  animation: fadeInUp 1s ease backwards;
  animation-delay: 750ms;
}

.socials li {
  display: inline-flex;
}
.socials li:first-child {
  margin-right: 0.8rem;
}
.socials li a {
  display: flex;
  height: 1.65em;
  width: 1.65em;
}
.socials li a .svg {
  opacity: 0.4;
  transition: all 500ms ease;
}
.socials li a:hover .svg {
  opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}

.chocolat-open {
  overflow: hidden;
}

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: black;
  display: none;
}

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 10%;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../img/left.svg) center no-repeat;
  background-size: contain;
  z-index: 17;
  opacity: 0.7;
  display: none;
  transition: opacity 500ms ease;
}
@media screen and (max-width: 576px) {
  .chocolat-wrapper .chocolat-left {
    width: 30px;
    height: 100px;
    left: 1%;
  }
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-left:hover {
  opacity: 1;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 10%;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../img/right.svg) center no-repeat;
  background-size: contain;
  z-index: 17;
  opacity: 0.7;
  display: none;
  transition: opacity 500ms ease;
}
@media screen and (max-width: 576px) {
  .chocolat-wrapper .chocolat-right {
    width: 30px;
    height: 100px;
    right: 1%;
  }
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-right:hover {
  opacity: 1;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 1.5%;
  z-index: 10000;
  background: url(../img/close.svg) center no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  top: 0;
  left: 1.5%;
  right: 0;
  z-index: 17;
  height: 40px;
  width: 50%;
  color: #A8A8A8;
  font-size: 1rem;
  line-height: 40px;
  letter-spacing: 0.8em;
  background: rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-bottom .is-active {
  color: white;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
  display: none;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  display: none;
}

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}
body.chocolat-open > .chocolat-loader {
  z-index: 15;
}
body.chocolat-open > .chocolat-content {
  z-index: 17;
}

.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}

.chocolat-in-container {
  position: relative;
}

.article {
  position: relative;
  padding: 12em 0 2em;
}
@media screen and (max-width: 992px) {
  .article {
    padding-top: 3em;
  }
}
.article__header {
  margin: 2rem 0 0;
}
.article__header .row {
  position: relative;
}
.article__header h1 {
  position: relative;
  line-height: 1.45;
  max-width: 10em;
  margin-bottom: 3rem;
}
.article__header p {
  max-width: 32em;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 875px) {
  .article__header p {
    max-width: 70vw;
  }
}
@media screen and (max-width: 576px) {
  .article__header p {
    max-width: 100%;
  }
}
.article__header p:last-of-type {
  margin-bottom: 0;
}
.article__header .scroll {
  left: auto;
  right: 15px;
  bottom: 1em;
}
@media screen and (max-width: 992px) {
  .article__header .scroll {
    display: none;
  }
}
.article__breadcrumbs {
  color: #2B235A;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  padding: 1em 0 2em;
}
@media screen and (max-width: 992px) {
  .article__breadcrumbs {
    text-align: left;
    padding-bottom: 0;
  }
}
.article__breadcrumbs a {
  color: rgba(43, 35, 90, 0.3);
}
.article__breadcrumbs a:hover {
  color: #24C497;
}
.article__breadcrumbs span {
  color: rgba(43, 35, 90, 0.3);
  margin: 0.75rem;
}
.article__arrowDown {
  cursor: pointer;
  position: absolute;
  bottom: 0.25em;
  right: 0.875em;
  z-index: 1;
  display: flex;
  height: 65px;
  width: 9px;
}
@media screen and (max-width: 576px) {
  .article__arrowDown {
    display: none;
  }
}
.article .section--services {
  margin-top: 12rem;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .article .section--services {
    margin-top: 8rem;
  }
}
.article .section--services h3 {
  margin-bottom: 5rem;
}

.article--404 p {
  margin-bottom: 3rem;
}
.article--404 p:last-of-type {
  margin-bottom: 3rem;
}
.article--404 .article__header .col-md-12 {
  height: auto;
}
.article--404 .article__content {
  padding-top: 0;
}

.article--aboutUs .boxes .box {
  box-shadow: 0 30px 60px hsla(249, 44%, 25%, 0.102);
}
@media screen and (max-width: 992px) {
  .article--aboutUs .boxes .box {
    padding: 6em 3em 3em;
  }
}
.article--aboutUs .boxes .box p {
  margin-bottom: 0;
}
.article--aboutUs .boxes .box__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6em;
  width: 6em;
  padding: 1em;
}
.article--aboutUs .boxes .box__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.article--itOutsourcing .boxes .box {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 768px) {
  .article--itOutsourcing .boxes .box {
    margin-bottom: 3rem;
  }
}
.article--itOutsourcing .boxes .box p {
  margin-bottom: 0;
}
.article--itOutsourcing .boxes .box__header {
  border-radius: 11px;
  overflow: hidden;
}
.article--itOutsourcing .boxes .box__body {
  padding: 2em 3em;
}
@media screen and (max-width: 992px) {
  .article--itOutsourcing .boxes .box__body {
    padding: 1.5em 1em;
  }
}
.article--itOutsourcing .boxes .box__body h4 {
  margin-bottom: 0;
}
.article--itOutsourcing .boxes .box:before {
  content: none;
}

.article--callCentres .boxes .box {
  box-shadow: none;
  padding: 0;
  box-shadow: 0 30px 60px hsla(249, 44%, 25%, 0.102);
}
.article--callCentres .boxes .box p {
  margin-bottom: 0;
}
.article--callCentres .boxes .box__header {
  border-radius: 11px 11px 0 0;
  overflow: hidden;
}
.article--callCentres .boxes .box__body {
  padding: 4em 5em;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 992px) {
  .article--callCentres .boxes .box__body {
    padding: 3em;
  }
}
.article--callCentres .boxes .box:before {
  content: none;
}

.article--singleProduct .article__content {
  margin-bottom: 0;
}
.article--singleProduct .article__content__productInfo {
  display: none;
  margin-top: 6rem;
}
.article--singleProduct > .section--productGallery {
  margin-top: 8rem;
}
.article--singleProduct .section--productTabs {
  padding: 3em 0;
  margin: 5rem 0 0;
}
@media screen and (max-width: 992px) {
  .article--singleProduct .section--productTabs {
    margin-top: 3rem;
  }
}
.article--singleProduct .section--productTabs .table {
  margin-top: 1rem;
  max-width: 45em;
}
.article--singleProduct .section--productTabs .box__header {
  flex-direction: column;
  margin-bottom: 2rem;
}
.article--singleProduct .section--productTabs h3 {
  display: block;
  margin-bottom: 2rem;
}
.article--singleProduct .availability {
  display: block;
}
.article--singleProduct .availability .small {
  color: white;
}
.article--singleProduct .availability span {
  color: #24C497;
  font-size: 0.875rem;
  margin-left: 2rem;
}
.article--singleProduct .article__header .availability {
  margin-top: 1rem;
}
.article--singleProduct .section--contactForm {
  padding-top: 5em;
}

.article--singlePost h1 {
  font-size: 2.375rem;
  max-width: 16em;
}
.article--singlePost main img, .article--singlePost main iframe {
  margin: 2rem 0 2.25rem;
}
.article--singlePost .article__content p {
  max-width: 100%;
}

.article--reviews {
  padding-bottom: 0;
}
.article--reviews .section--contactForm {
  padding-top: 5em;
}
.article--reviews .section--contactForm p {
  max-width: 20em;
}

/*# sourceMappingURL=main.css.map */
