/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/@mezhevykh/reset-styles/src/reset.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Turn on font smoothing (does't working in IE).
 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body,
p, span, h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
address, article, aside, figure, figcaption, footer, header, hgroup, menu, section, mark, time, canvas, datalist, details,
blockquote, center, del, div, hr, ins, menu, nav, pre,
a, abbr, acronym, dfn, em, strong,
code, iframe, kbd, samp, var,
b, i, u, small, s, big, strike, tt,
cite, del, q, ruby, sub, sup,
applet, audio, embed, img, object, video,
form, button, fieldset, label, legend, output, input, textarea,
table, tr, th, td, caption, thead, tbody, tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * Make sure to set some focus styles for accessibility.
 */
:focus {
  outline: 0;
}

/**
 * Reset display HTML5 elements (for older browsers).
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/**
 * 1) Correct text resizing oddly in IE 6-7 when body 'font-size' is set using 'em' units.
 * 2) Prevent iOS text size adjust after orientation change, without disabling user zoom.
 * 3) Add universal box-sizing.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box; /* 3 */
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/**
 * Restore styles for sub and sup elements.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/**
 * Correct 'inline-block' for older browsers.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/*
 * 1) Prevent displaying audio without controls.
 * 2) Remove excess height on iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

hr {
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
}

/**
 * 1) Remove border when inside 'a' element in IE 6-9 and Firefox 3.
 * 2) Improve image quality when scaled in IE 7.
 * 3) Image alignment.
*/
img {
  max-width: 100%;
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  vertical-align: middle; /* 3 */
}

video {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * 1) Correct color not being inherited in IE 6-9.
 * 2) Correct text not wrapping in Firefox 3.
 * 3) Correct alignment displayed oddly in IE 6-7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

progress {
  vertical-align: baseline;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

a,
button,
input,
select,
textarea {
  *vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
button,
input,
select,
textarea,
label,
summary {
  touch-action: manipulation;
}

a,
button,
textarea,
input {
  background: transparent;
  border: none;
  margin: 0;
}

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

/**
 * Address Firefox 3+ setting 'line-height' on 'input' using '!important' in the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent 'text-transform' inheritance for 'button' and 'select'.
 * All other form control elements do not inherit 'text-transform' values.
 * Correct 'button' style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct 'select' style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1) Avoid the WebKit bug in Android 4.0.* where (2) destroys native 'audio' and 'video' controls.
 * 2) Correct inability to style clickable 'input' types in iOS.
 * 3) Improve usability and consistency of cursor style between image-type 'input' and others.
 * 4) Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Reset cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

/**
 * Remove excess padding in IE 8-9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove padding and search cancel button in Safari 5 and Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  font: inherit;
}

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

/**
  * 1) Remove default vertical scrollbar in IE 6-9.
  * 2) Improve readability and alignment in all browsers.
  */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
  resize: vertical;
}

template {
  display: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*
 * Modules
 */
/*
 * Root
 */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-primary-green: #515c3f;
  --color-secondary-green: #6f7c59;
  --color-gray: #d9d9d9;
  --color-primary: var(--color-black);
  --color-secondary: var(--color-white);
  --color-text: var(--color-primary);
  --color-bg: var(--color-white);
  --color-heading: var(--color-primary-green);
  --color-heading-secondary: var(--color-primary);
  --color-footer: var(--color-gray);
}

/*
 * Reset
 */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: hk_grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--color-heading);
  margin-bottom: 0.5rem;
  font-family: avenir_next, serif;
}

h1, .h1 {
  color: var(--color-heading);
  font-weight: 700;
}
h1, .h1 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}

h2, .h2 {
  color: var(--color-heading);
  font-weight: 700;
}
h2, .h2 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  color: var(--color-heading-secondary);
  font-weight: 500;
}
h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  color: var(--color-heading);
  font-weight: 500;
  font-size: 1.25rem;
}

h5, .h5 {
  color: var(--color-heading);
  font-weight: 500;
  font-size: 1.125rem;
}

h6, .h6 {
  color: var(--color-heading);
  font-weight: 400;
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  color: var(--color-text);
}

a {
  color: var(--color-link);
  text-decoration: underline;
  transition: color 0.25s;
}
a:hover {
  color: var(--color-link-hover);
}
a:active {
  color: var(--color-link-active);
}
a:focus {
  color: var(--color-link-focus);
}

section {
  position: relative;
}

img {
  height: auto;
}

label {
  display: inline-block;
}

input[type=search] {
  -webkit-appearance: none;
          appearance: none;
  box-sizing: border-box;
}

.hidden {
  position: absolute;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
}

.lh-1 {
  line-height: 1;
}

.h-100 {
  height: 100%;
}

a[rel=home] {
  text-decoration: none;
}

/*
 * Layouts
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  max-width: 100%;
}
@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: 73.125rem;
  }
}
@media (min-width: 90rem) {
  .container {
    max-width: 85rem;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
}

.row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  display: flex;
  flex-wrap: wrap;
}

[class^=col-] {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
}

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%;
}
.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
}
.col-3 {
  max-width: 25%;
  flex: 0 0 25%;
}
.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.col-6 {
  max-width: 50%;
  flex: 0 0 50%;
}
.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%;
}
.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%;
}
.col-9 {
  max-width: 75%;
  flex: 0 0 75%;
}
.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%;
}
.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%;
}
.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 8.3333333333%;
}
.col-offset-2 {
  margin-left: 16.6666666667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.3333333333%;
}
.col-offset-5 {
  margin-left: 41.6666666667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.3333333333%;
}
.col-offset-8 {
  margin-left: 66.6666666667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.3333333333%;
}
.col-offset-11 {
  margin-left: 91.6666666667%;
}
.col-offset-12 {
  margin-left: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 36rem) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 48rem) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 62rem) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 75rem) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 90rem) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
}
.mt-auto {
  margin-top: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

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

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

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

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

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

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

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

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

.my-1 {
  margin-top: 0.78125rem !important;
  margin-bottom: 0.78125rem !important;
}

.mx-1 {
  margin-right: 0.78125rem !important;
  margin-left: 0.78125rem !important;
}

.mt-1 {
  margin-top: 0.78125rem !important;
}

.mr-1 {
  margin-right: 0.78125rem !important;
}

.mb-1 {
  margin-bottom: 0.78125rem !important;
}

.ml-1 {
  margin-left: 0.78125rem !important;
}

.py-1 {
  padding-top: 0.78125rem !important;
  padding-bottom: 0.78125rem !important;
}

.px-1 {
  padding-right: 0.78125rem !important;
  padding-left: 0.78125rem !important;
}

.pt-1 {
  padding-top: 0.78125rem !important;
}

.pr-1 {
  padding-right: 0.78125rem !important;
}

.pb-1 {
  padding-bottom: 0.78125rem !important;
}

.pl-1 {
  padding-left: 0.78125rem !important;
}

.my-2 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.mx-2 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.mt-2 {
  margin-top: 0.9375rem !important;
}

.mr-2 {
  margin-right: 0.9375rem !important;
}

.mb-2 {
  margin-bottom: 0.9375rem !important;
}

.ml-2 {
  margin-left: 0.9375rem !important;
}

.py-2 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.px-2 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.pt-2 {
  padding-top: 0.9375rem !important;
}

.pr-2 {
  padding-right: 0.9375rem !important;
}

.pb-2 {
  padding-bottom: 0.9375rem !important;
}

.pl-2 {
  padding-left: 0.9375rem !important;
}

.my-3 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-3 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mt-3 {
  margin-top: 1.25rem !important;
}

.mr-3 {
  margin-right: 1.25rem !important;
}

.mb-3 {
  margin-bottom: 1.25rem !important;
}

.ml-3 {
  margin-left: 1.25rem !important;
}

.py-3 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-3 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.pt-3 {
  padding-top: 1.25rem !important;
}

.pr-3 {
  padding-right: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 1.25rem !important;
}

.pl-3 {
  padding-left: 1.25rem !important;
}

.my-4 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.mx-4 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}

.mt-4 {
  margin-top: 1.5625rem !important;
}

.mr-4 {
  margin-right: 1.5625rem !important;
}

.mb-4 {
  margin-bottom: 1.5625rem !important;
}

.ml-4 {
  margin-left: 1.5625rem !important;
}

.py-4 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.px-4 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.pt-4 {
  padding-top: 1.5625rem !important;
}

.pr-4 {
  padding-right: 1.5625rem !important;
}

.pb-4 {
  padding-bottom: 1.5625rem !important;
}

.pl-4 {
  padding-left: 1.5625rem !important;
}

.my-5 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mx-5 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mt-5 {
  margin-top: 1.875rem !important;
}

.mr-5 {
  margin-right: 1.875rem !important;
}

.mb-5 {
  margin-bottom: 1.875rem !important;
}

.ml-5 {
  margin-left: 1.875rem !important;
}

.py-5 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-5 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.pt-5 {
  padding-top: 1.875rem !important;
}

.pr-5 {
  padding-right: 1.875rem !important;
}

.pb-5 {
  padding-bottom: 1.875rem !important;
}

.pl-5 {
  padding-left: 1.875rem !important;
}

@media (min-width: 36rem) {
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.78125rem !important;
    margin-bottom: 0.78125rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.78125rem !important;
    margin-left: 0.78125rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.78125rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.78125rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.78125rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.78125rem !important;
  }
  .py-sm-1 {
    padding-top: 0.78125rem !important;
    padding-bottom: 0.78125rem !important;
  }
  .px-sm-1 {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.78125rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.78125rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.78125rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.78125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.9375rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.9375rem !important;
  }
  .py-sm-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-sm-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.9375rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.9375rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.9375rem !important;
  }
  .my-sm-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.25rem !important;
  }
  .py-sm-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-sm-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.25rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5625rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5625rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5625rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5625rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5625rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5625rem !important;
  }
  .my-sm-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-5 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-5 {
    margin-left: 1.875rem !important;
  }
  .py-sm-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-sm-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-5 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-5 {
    padding-left: 1.875rem !important;
  }
}
@media (min-width: 48rem) {
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.78125rem !important;
    margin-bottom: 0.78125rem !important;
  }
  .mx-md-1 {
    margin-right: 0.78125rem !important;
    margin-left: 0.78125rem !important;
  }
  .mt-md-1 {
    margin-top: 0.78125rem !important;
  }
  .mr-md-1 {
    margin-right: 0.78125rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.78125rem !important;
  }
  .ml-md-1 {
    margin-left: 0.78125rem !important;
  }
  .py-md-1 {
    padding-top: 0.78125rem !important;
    padding-bottom: 0.78125rem !important;
  }
  .px-md-1 {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
  .pt-md-1 {
    padding-top: 0.78125rem !important;
  }
  .pr-md-1 {
    padding-right: 0.78125rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.78125rem !important;
  }
  .pl-md-1 {
    padding-left: 0.78125rem !important;
  }
  .my-md-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-md-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mt-md-2 {
    margin-top: 0.9375rem !important;
  }
  .mr-md-2 {
    margin-right: 0.9375rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-md-2 {
    margin-left: 0.9375rem !important;
  }
  .py-md-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-md-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .pt-md-2 {
    padding-top: 0.9375rem !important;
  }
  .pr-md-2 {
    padding-right: 0.9375rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-md-2 {
    padding-left: 0.9375rem !important;
  }
  .my-md-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-md-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mt-md-3 {
    margin-top: 1.25rem !important;
  }
  .mr-md-3 {
    margin-right: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-3 {
    margin-left: 1.25rem !important;
  }
  .py-md-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-md-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1.25rem !important;
  }
  .pr-md-3 {
    padding-right: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-3 {
    padding-left: 1.25rem !important;
  }
  .my-md-4 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5625rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5625rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5625rem !important;
  }
  .py-md-4 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .px-md-4 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5625rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5625rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5625rem !important;
  }
  .my-md-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-md-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mt-md-5 {
    margin-top: 1.875rem !important;
  }
  .mr-md-5 {
    margin-right: 1.875rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-5 {
    margin-left: 1.875rem !important;
  }
  .py-md-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-md-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .pt-md-5 {
    padding-top: 1.875rem !important;
  }
  .pr-md-5 {
    padding-right: 1.875rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-5 {
    padding-left: 1.875rem !important;
  }
}
@media (min-width: 62rem) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.78125rem !important;
    margin-bottom: 0.78125rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.78125rem !important;
    margin-left: 0.78125rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.78125rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.78125rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.78125rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.78125rem !important;
  }
  .py-lg-1 {
    padding-top: 0.78125rem !important;
    padding-bottom: 0.78125rem !important;
  }
  .px-lg-1 {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.78125rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.78125rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.78125rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.78125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.9375rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.9375rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.9375rem !important;
  }
  .py-lg-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-lg-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.9375rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.9375rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.9375rem !important;
  }
  .my-lg-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-3 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-3 {
    margin-left: 1.25rem !important;
  }
  .py-lg-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-lg-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-3 {
    padding-left: 1.25rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5625rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5625rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5625rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5625rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5625rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5625rem !important;
  }
  .my-lg-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-5 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-5 {
    margin-left: 1.875rem !important;
  }
  .py-lg-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-lg-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-5 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-5 {
    padding-left: 1.875rem !important;
  }
}
@media (min-width: 75rem) {
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.78125rem !important;
    margin-bottom: 0.78125rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.78125rem !important;
    margin-left: 0.78125rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.78125rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.78125rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.78125rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.78125rem !important;
  }
  .py-xl-1 {
    padding-top: 0.78125rem !important;
    padding-bottom: 0.78125rem !important;
  }
  .px-xl-1 {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.78125rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.78125rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.78125rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.78125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.9375rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.9375rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.9375rem !important;
  }
  .py-xl-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-xl-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.9375rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.9375rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.9375rem !important;
  }
  .my-xl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-3 {
    margin-left: 1.25rem !important;
  }
  .py-xl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-xl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-3 {
    padding-left: 1.25rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5625rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5625rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5625rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5625rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5625rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5625rem !important;
  }
  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-5 {
    margin-left: 1.875rem !important;
  }
  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-xl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-5 {
    padding-left: 1.875rem !important;
  }
}
@media (min-width: 90rem) {
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0 {
    margin-left: 0 !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0 {
    padding-left: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.78125rem !important;
    margin-bottom: 0.78125rem !important;
  }
  .mx-xxl-1 {
    margin-right: 0.78125rem !important;
    margin-left: 0.78125rem !important;
  }
  .mt-xxl-1 {
    margin-top: 0.78125rem !important;
  }
  .mr-xxl-1 {
    margin-right: 0.78125rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.78125rem !important;
  }
  .ml-xxl-1 {
    margin-left: 0.78125rem !important;
  }
  .py-xxl-1 {
    padding-top: 0.78125rem !important;
    padding-bottom: 0.78125rem !important;
  }
  .px-xxl-1 {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
  .pt-xxl-1 {
    padding-top: 0.78125rem !important;
  }
  .pr-xxl-1 {
    padding-right: 0.78125rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.78125rem !important;
  }
  .pl-xxl-1 {
    padding-left: 0.78125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.9375rem !important;
  }
  .mr-xxl-2 {
    margin-right: 0.9375rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.9375rem !important;
  }
  .ml-xxl-2 {
    margin-left: 0.9375rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.9375rem !important;
  }
  .pr-xxl-2 {
    padding-right: 0.9375rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.9375rem !important;
  }
  .pl-xxl-2 {
    padding-left: 0.9375rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-3 {
    margin-left: 1.25rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-3 {
    padding-left: 1.25rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5625rem !important;
  }
  .mr-xxl-4 {
    margin-right: 1.5625rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xxl-4 {
    margin-left: 1.5625rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5625rem !important;
  }
  .pr-xxl-4 {
    padding-right: 1.5625rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xxl-4 {
    padding-left: 1.5625rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-5 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-5 {
    margin-left: 1.875rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-5 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-5 {
    padding-left: 1.875rem !important;
  }
}
.footer {
  margin-top: auto;
  background-color: var(--color-footer);
}

/*
 * Fonts
 */
@font-face {
  font-family: "avenir_next";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(ab40a32de26493781148.woff2) format("woff2"), url(b140b47c1e603d09b99f.woff) format("woff");
}
@font-face {
  font-family: "avenir_next";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(a51b0ab457310d74ff05.woff2) format("woff2"), url(b98881e50236fc513ed1.woff) format("woff");
}
@font-face {
  font-family: "avenir_next";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(993e4885487aa8e048aa.woff2) format("woff2"), url(9794fe327208be1e9082.woff) format("woff");
}
@font-face {
  font-family: "hk_grotesk";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(a774facad4eaededadf7.woff2) format("woff2"), url(dc92852132b5eb6b2c09.woff) format("woff");
}
@font-face {
  font-family: "hk_grotesk";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(d4cb926b23b5df5e7ee8.woff2) format("woff2"), url(34e0ee183474429e32f7.woff) format("woff");
}
@font-face {
  font-family: "icon";
  src: url(fe32a40b7ee314cf48d8.ttf) format("truetype"), url(31d9f54e9bac554e1ba3.woff) format("woff"), url(2f1b24d348e4e6dc87ba.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e900";
}

.icon-telegram:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-cross:before {
  content: "\ea0f";
}

/*
 * Components
 */
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
@media (min-width: 36rem) {
  .d-flex-sm {
    display: flex !important;
  }
  .d-inline-flex-sm {
    display: inline-flex !important;
  }
  .d-inline-block-sm {
    display: inline-block !important;
  }
  .d-block-sm {
    display: block !important;
  }
  .d-none-sm {
    display: none !important;
  }
}
@media (min-width: 48rem) {
  .d-flex-md {
    display: flex !important;
  }
  .d-inline-flex-md {
    display: inline-flex !important;
  }
  .d-inline-block-md {
    display: inline-block !important;
  }
  .d-block-md {
    display: block !important;
  }
  .d-none-md {
    display: none !important;
  }
}
@media (min-width: 62rem) {
  .d-flex-lg {
    display: flex !important;
  }
  .d-inline-flex-lg {
    display: inline-flex !important;
  }
  .d-inline-block-lg {
    display: inline-block !important;
  }
  .d-block-lg {
    display: block !important;
  }
  .d-none-lg {
    display: none !important;
  }
}
@media (min-width: 75rem) {
  .d-flex-xl {
    display: flex !important;
  }
  .d-inline-flex-xl {
    display: inline-flex !important;
  }
  .d-inline-block-xl {
    display: inline-block !important;
  }
  .d-block-xl {
    display: block !important;
  }
  .d-none-xl {
    display: none !important;
  }
}
@media (min-width: 90rem) {
  .d-flex-xxl {
    display: flex !important;
  }
  .d-inline-flex-xxl {
    display: inline-flex !important;
  }
  .d-inline-block-xxl {
    display: inline-block !important;
  }
  .d-block-xxl {
    display: block !important;
  }
  .d-none-xxl {
    display: none !important;
  }
}

.align-baseline {
  align-items: baseline !important;
}
.align-center {
  align-items: center !important;
}
.align-flex-end {
  align-items: flex-end !important;
}
.align-flex-start {
  align-items: flex-start !important;
}
@media (min-width: 36rem) {
  .align-baseline-sm {
    align-items: baseline !important;
  }
  .align-center-sm {
    align-items: center !important;
  }
  .align-flex-end-sm {
    align-items: flex-end !important;
  }
  .align-flex-start-sm {
    align-items: flex-start !important;
  }
}
@media (min-width: 48rem) {
  .align-baseline-md {
    align-items: baseline !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .align-flex-end-md {
    align-items: flex-end !important;
  }
  .align-flex-start-md {
    align-items: flex-start !important;
  }
}
@media (min-width: 62rem) {
  .align-baseline-lg {
    align-items: baseline !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .align-flex-end-lg {
    align-items: flex-end !important;
  }
  .align-flex-start-lg {
    align-items: flex-start !important;
  }
}
@media (min-width: 75rem) {
  .align-baseline-xl {
    align-items: baseline !important;
  }
  .align-center-xl {
    align-items: center !important;
  }
  .align-flex-end-xl {
    align-items: flex-end !important;
  }
  .align-flex-start-xl {
    align-items: flex-start !important;
  }
}
@media (min-width: 90rem) {
  .align-baseline-xxl {
    align-items: baseline !important;
  }
  .align-center-xxl {
    align-items: center !important;
  }
  .align-flex-end-xxl {
    align-items: flex-end !important;
  }
  .align-flex-start-xxl {
    align-items: flex-start !important;
  }
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-flex-end {
  align-self: flex-end !important;
}
.align-self-flex-start {
  align-self: flex-start !important;
}
@media (min-width: 36rem) {
  .align-self-baseline-sm {
    align-self: baseline !important;
  }
  .align-self-center-sm {
    align-self: center !important;
  }
  .align-self-flex-end-sm {
    align-self: flex-end !important;
  }
  .align-self-flex-start-sm {
    align-self: flex-start !important;
  }
}
@media (min-width: 48rem) {
  .align-self-baseline-md {
    align-self: baseline !important;
  }
  .align-self-center-md {
    align-self: center !important;
  }
  .align-self-flex-end-md {
    align-self: flex-end !important;
  }
  .align-self-flex-start-md {
    align-self: flex-start !important;
  }
}
@media (min-width: 62rem) {
  .align-self-baseline-lg {
    align-self: baseline !important;
  }
  .align-self-center-lg {
    align-self: center !important;
  }
  .align-self-flex-end-lg {
    align-self: flex-end !important;
  }
  .align-self-flex-start-lg {
    align-self: flex-start !important;
  }
}
@media (min-width: 75rem) {
  .align-self-baseline-xl {
    align-self: baseline !important;
  }
  .align-self-center-xl {
    align-self: center !important;
  }
  .align-self-flex-end-xl {
    align-self: flex-end !important;
  }
  .align-self-flex-start-xl {
    align-self: flex-start !important;
  }
}
@media (min-width: 90rem) {
  .align-self-baseline-xxl {
    align-self: baseline !important;
  }
  .align-self-center-xxl {
    align-self: center !important;
  }
  .align-self-flex-end-xxl {
    align-self: flex-end !important;
  }
  .align-self-flex-start-xxl {
    align-self: flex-start !important;
  }
}

.justify-baseline {
  justify-content: baseline !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-flex-end {
  justify-content: flex-end !important;
}
.justify-flex-start {
  justify-content: flex-start !important;
}
.justify-space-between {
  justify-content: space-between !important;
}
.justify-space-around {
  justify-content: space-around !important;
}
@media (min-width: 36rem) {
  .justify-baseline-sm {
    justify-content: baseline !important;
  }
  .justify-center-sm {
    justify-content: center !important;
  }
  .justify-flex-end-sm {
    justify-content: flex-end !important;
  }
  .justify-flex-start-sm {
    justify-content: flex-start !important;
  }
  .justify-space-between-sm {
    justify-content: space-between !important;
  }
  .justify-space-around-sm {
    justify-content: space-around !important;
  }
}
@media (min-width: 48rem) {
  .justify-baseline-md {
    justify-content: baseline !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-flex-end-md {
    justify-content: flex-end !important;
  }
  .justify-flex-start-md {
    justify-content: flex-start !important;
  }
  .justify-space-between-md {
    justify-content: space-between !important;
  }
  .justify-space-around-md {
    justify-content: space-around !important;
  }
}
@media (min-width: 62rem) {
  .justify-baseline-lg {
    justify-content: baseline !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-flex-end-lg {
    justify-content: flex-end !important;
  }
  .justify-flex-start-lg {
    justify-content: flex-start !important;
  }
  .justify-space-between-lg {
    justify-content: space-between !important;
  }
  .justify-space-around-lg {
    justify-content: space-around !important;
  }
}
@media (min-width: 75rem) {
  .justify-baseline-xl {
    justify-content: baseline !important;
  }
  .justify-center-xl {
    justify-content: center !important;
  }
  .justify-flex-end-xl {
    justify-content: flex-end !important;
  }
  .justify-flex-start-xl {
    justify-content: flex-start !important;
  }
  .justify-space-between-xl {
    justify-content: space-between !important;
  }
  .justify-space-around-xl {
    justify-content: space-around !important;
  }
}
@media (min-width: 90rem) {
  .justify-baseline-xxl {
    justify-content: baseline !important;
  }
  .justify-center-xxl {
    justify-content: center !important;
  }
  .justify-flex-end-xxl {
    justify-content: flex-end !important;
  }
  .justify-flex-start-xxl {
    justify-content: flex-start !important;
  }
  .justify-space-between-xxl {
    justify-content: space-between !important;
  }
  .justify-space-around-xxl {
    justify-content: space-around !important;
  }
}

.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 36rem) {
  .flex-row-sm {
    flex-direction: row !important;
  }
  .flex-row-reverse-sm {
    flex-direction: row-reverse !important;
  }
  .flex-column-sm {
    flex-direction: column !important;
  }
  .flex-column-reverse-sm {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 48rem) {
  .flex-row-md {
    flex-direction: row !important;
  }
  .flex-row-reverse-md {
    flex-direction: row-reverse !important;
  }
  .flex-column-md {
    flex-direction: column !important;
  }
  .flex-column-reverse-md {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 62rem) {
  .flex-row-lg {
    flex-direction: row !important;
  }
  .flex-row-reverse-lg {
    flex-direction: row-reverse !important;
  }
  .flex-column-lg {
    flex-direction: column !important;
  }
  .flex-column-reverse-lg {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 75rem) {
  .flex-row-xl {
    flex-direction: row !important;
  }
  .flex-row-reverse-xl {
    flex-direction: row-reverse !important;
  }
  .flex-column-xl {
    flex-direction: column !important;
  }
  .flex-column-reverse-xl {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 90rem) {
  .flex-row-xxl {
    flex-direction: row !important;
  }
  .flex-row-reverse-xxl {
    flex-direction: row-reverse !important;
  }
  .flex-column-xxl {
    flex-direction: column !important;
  }
  .flex-column-reverse-xxl {
    flex-direction: column-reverse !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
@media (min-width: 36rem) {
  .flex-wrap-sm {
    flex-wrap: wrap !important;
  }
  .flex-wrap-reverse-sm {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 48rem) {
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }
  .flex-wrap-reverse-md {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 62rem) {
  .flex-wrap-lg {
    flex-wrap: wrap !important;
  }
  .flex-wrap-reverse-lg {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 75rem) {
  .flex-wrap-xl {
    flex-wrap: wrap !important;
  }
  .flex-wrap-reverse-xl {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nowrap-xl {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 90rem) {
  .flex-wrap-xxl {
    flex-wrap: wrap !important;
  }
  .flex-wrap-reverse-xxl {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nowrap-xxl {
    flex-wrap: nowrap !important;
  }
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
@media (min-width: 36rem) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
  .text-capitalize-sm {
    text-transform: capitalize;
  }
  .text-lowercase-sm {
    text-transform: lowercase;
  }
  .text-uppercase-sm {
    text-transform: uppercase;
  }
}
@media (min-width: 48rem) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
  .text-capitalize-md {
    text-transform: capitalize;
  }
  .text-lowercase-md {
    text-transform: lowercase;
  }
  .text-uppercase-md {
    text-transform: uppercase;
  }
}
@media (min-width: 62rem) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
  .text-capitalize-lg {
    text-transform: capitalize;
  }
  .text-lowercase-lg {
    text-transform: lowercase;
  }
  .text-uppercase-lg {
    text-transform: uppercase;
  }
}
@media (min-width: 75rem) {
  .text-center-xl {
    text-align: center;
  }
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .text-justify-xl {
    text-align: justify;
  }
  .text-capitalize-xl {
    text-transform: capitalize;
  }
  .text-lowercase-xl {
    text-transform: lowercase;
  }
  .text-uppercase-xl {
    text-transform: uppercase;
  }
}
@media (min-width: 90rem) {
  .text-center-xxl {
    text-align: center;
  }
  .text-left-xxl {
    text-align: left;
  }
  .text-right-xxl {
    text-align: right;
  }
  .text-justify-xxl {
    text-align: justify;
  }
  .text-capitalize-xxl {
    text-transform: capitalize;
  }
  .text-lowercase-xxl {
    text-transform: lowercase;
  }
  .text-uppercase-xxl {
    text-transform: uppercase;
  }
}

.card {
  padding: 1.375rem 1.375rem 3.125rem;
  height: 100%;
  border: 0.25rem solid var(--color-secondary-green);
  border-radius: 2.8125rem;
}
.card--header {
  text-align: center;
}
/*
 * Blocks
 */
.block--hero__slide {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.block--our-doctors .our-doctors__doctor-img {
  position: relative;
}
.block--our-doctors .our-doctors__doctor-img:after {
  content: "";
  background: linear-gradient(179.29deg, rgba(0, 0, 0, 0) 43.66%, #000000 99.39%);
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*
 * Pages
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(7f01b07148f205f6e825.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.125rem;
  background: var(--color-gray);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 1.875rem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-secondary-green);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: calc(1.46875rem + 2.625vw);
}
@media (min-width: 1200px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 3.4375rem;
  }
}

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