/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/** Config */
/**
 * Variables
 */
/**
 * External
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 6px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #666;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #666;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.1428571429px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** Common */
/**
 * Global
 */
body {
  font-family: "Source Sans Pro", sans-serif;
}

main {
  margin-top: 4rem;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Roboto", serif;
  font-weight: 600;
}

p {
  line-height: 1.6;
}

a {
  color: #000;
}

@media screen and (min-width: 1000px) {
  body.admin-bar #wpadminbar {
    top: 0;
    z-index: 99999;
  }
  body.admin-bar .masthead {
    margin-top: 32px;
  }
  body.home main {
    margin-top: 0;
  }

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

  main {
    flex: 1;
    margin-top: 5rem;
  }
}
/** Components */
/**
 * Components
 */
.btn {
  display: inline-block;
  background: #299EE3;
  border: solid 1px #299EE3;
  border-radius: 1.5rem;
  line-height: 3;
  padding: 0 2rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9em;
  color: #fff;
  transition: all 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #299EE3;
}
.btn:active {
  transform: translateY(2px);
}
.btn.inverted {
  background-color: transparent;
  border-color: #fff;
  text-transform: uppercase;
}
.btn.inverted:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn:disabled {
  border-color: #333;
  background-color: #333;
}
.btn:disabled:hover {
  color: #fff;
}

/** Partials */
.masthead {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #1a1a1a;
  transition: background-color 0.3s;
}
.masthead--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead--brand {
  display: block;
}
.masthead--brand img {
  display: block;
  height: 2rem;
  width: auto;
}
.masthead--main-left {
  display: flex;
}
.masthead--tel {
  margin-right: 1rem;
}
.masthead--tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #666;
  border-radius: 4px;
}
.masthead--tel svg {
  display: inline-block;
  height: 60%;
  width: 60%;
}
.masthead--hamburger {
  border: solid 1px #666;
  border-radius: 4px;
  padding-top: 2px;
  background-color: #fff;
}
.masthead--hamburger:active, .masthead--hamburger:focus {
  outline: none;
}
.masthead--navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
  max-width: 170px;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  padding: 0 2rem 0 2rem;
  background-color: #1a1a1a;
  transition: transform 0.3s;
}
.masthead--navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.masthead--navigation > ul > li {
  margin-bottom: 0.5rem;
}
.masthead--navigation > ul > li:last-child {
  margin-bottom: 0;
}
.masthead--navigation > ul > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1px;
}
.masthead--navigation > ul > li ul {
  list-style: none;
  padding: 0.5rem 0 0 0;
  margin: 0;
}
.masthead--navigation > ul > li ul li {
  margin-bottom: 0.5rem;
}
.masthead--navigation > ul > li ul li:last-child {
  margin-bottom: 0;
}
.masthead--navigation > ul > li ul li.current-menu-item a, .masthead--navigation > ul > li ul li.current_page_item a {
  text-decoration: underline;
}
.masthead--navigation > ul > li ul a {
  text-decoration: none;
  color: #fff;
}
.masthead--navigation > ul > li.current-menu-item > a, .masthead--navigation > ul > li.current_page_item > a {
  text-decoration: underline;
}
.masthead--navigation.toggled {
  transform: translateX(0);
}

@media screen and (min-width: 1000px) {
  .masthead {
    padding: 0;
    background-color: transparent;
  }
  .masthead--hamburger {
    display: none !important;
  }
  .masthead--main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .masthead--brand img {
    height: 4rem;
  }
  .masthead--tel {
    display: none !important;
  }
  .masthead--navigation {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    z-index: initial;
    transform: none;
    display: block;
    max-width: none;
    padding: 0;
    background-color: transparent;
    transition: none;
  }
  .masthead--navigation > ul {
    flex-direction: row;
  }
  .masthead--navigation > ul > li {
    position: relative;
    margin: 0 1rem;
  }
  .masthead--navigation > ul > li:last-child {
    margin-right: 0;
  }
  .masthead--navigation > ul > li.menu-item-has-children > ul {
    display: none;
  }
  .masthead--navigation > ul > li.menu-item-has-children:hover ul {
    display: block;
  }
  .masthead--navigation > ul > li > a {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    border-bottom: solid 2px transparent;
    text-transform: uppercase;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.4px;
    transition: border 0.2s;
    white-space: nowrap;
  }
  .masthead--navigation > ul > li > a:hover {
    border-bottom-color: #666;
  }
  .masthead--navigation > ul > li ul {
    position: absolute;
    right: 0;
    padding: 14px 16px;
    line-height: 22px;
    background-color: #1a1a1a;
  }
  .masthead--navigation > ul > li ul li {
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 8px;
  }
  .masthead--navigation > ul > li ul li:last-child {
    border: 0;
  }
  .masthead--navigation > ul > li ul a {
    color: #fff;
    font-weight: 700;
    line-height: 2.4;
    font-size: 16px;
    padding: 5px;
    white-space: nowrap;
  }
  .masthead--navigation > ul > li.current-menu-item > a, .masthead--navigation > ul > li.current_page_item > a {
    text-decoration: none;
    border-bottom-color: #666;
  }
  .masthead--navigation.toggled {
    transform: none !important;
  }
  .masthead.scrolled {
    background-color: #1a1a1a;
  }
}
@media screen and (min-width: 1500px) {
  .masthead--navigation > ul > li ul {
    right: auto;
  }
}
.mobile-menu-dimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background-color: transparent;
  transition: background-color 0.3s;
}
.mobile-menu-dimmer.toggled {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1000px) {
  .mobile-menu-dimmer {
    display: none !important;
  }
}
.mastfoot {
  background-color: #1c1c1c;
}
.mastfoot--upper ul {
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mastfoot--upper li {
  margin-right: 2rem;
}
.mastfoot--upper li:last-child {
  margin-right: 0;
}
.mastfoot--upper svg {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  stroke: #fff;
  fill: #fff;
  stroke-width: 0;
}
.mastfoot--lower {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}
.mastfoot--lower a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.mastfoot--lower a:hover {
  text-decoration: underline;
}

.page-header {
  padding: 4rem 0;
}
.page-header h1 {
  margin: 0;
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
}

@media screen and (min-width: 1000px) {
  .page-header {
    margin-bottom: 4rem;
  }
}
.page-footer-contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-footer-contact h2 {
  text-align: center;
  font-size: 32px !important;
  letter-spacing: 2px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 4rem !important;
  text-transform: uppercase;
}
.page-footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.page-footer-contact li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.page-footer-contact li:last-child {
  margin-bottom: 0;
}
.page-footer-contact svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 1rem;
  stroke: #444;
  stroke-width: 2;
}
.page-footer-contact p {
  margin: 0;
  text-align: center;
  color: #444;
}
.page-footer-contact a {
  text-decoration: none;
  color: #444;
}
.page-footer-contact a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  .page-footer-contact h2 {
    margin-bottom: 4rem;
  }
  .page-footer-contact ul {
    flex-direction: row;
  }
  .page-footer-contact li {
    flex: 1;
    margin: 0;
  }
}
.page:not(.home) .masthead {
  background-color: #1a1a1a;
}
.page:not(.home) main h2 {
  margin: 0 0 1rem;
  font-size: 22px;
  color: #444;
}
.page:not(.home) main p {
  color: #444;
}
.page:not(.home) main ul {
  color: #444;
}
.page:not(.home) main ul li {
  margin-bottom: 0.5rem;
}
.page:not(.home) main table {
  border-collapse: collapse;
  border-spacing: 0;
  text-transform: uppercase;
  width: 100%;
  overflow-x: auto;
}
.page:not(.home) main table thead th {
  vertical-align: middle;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border: 1px solid #eee;
  overflow: hidden;
  word-break: normal;
  background: #999;
  color: #fff;
  text-align: left;
}
.page:not(.home) main table tbody tr td {
  color: #299EE3;
  border: 1px solid #555555;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
  line-height: 20px;
}
.page:not(.home) main table tbody tr td:first-child {
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 14px;
  background: #f2f2f2;
}

/** Pages */
.home--hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.home--hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 500px solid rgba(41, 158, 227, 0.5);
  border-left: 100vw solid transparent;
  width: 0;
}
.home--hero-content {
  position: relative;
  z-index: 9;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home--hero h1 {
  margin: 0 0 2rem;
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
}
.home--hero h2 {
  color: #fff;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 28px;
  font-size: 20px;
}

@media screen and (min-width: 1000px) {
  .home--hero {
    height: 100vh;
    overflow: hidden;
  }
  .home--hero::after {
    border-bottom: 100vh solid rgba(41, 158, 227, 0.5);
  }
  .home--hero h1 {
    font-size: 80px;
  }
  .home--hero h2 {
    font-size: 35px;
  }
}
.home--about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.home--about h2 {
  position: relative;
  color: #299EE3;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 34px;
  margin-bottom: 3rem;
}
.home--about h2::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 0;
  height: 2px;
  width: 70px;
  background-color: #299EE3;
}
.home--about p {
  color: #999;
  line-height: 28px;
}

@media screen and (min-width: 1000px) {
  .home--about {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.home--slider {
  background-color: #1c1c1c;
}
.home--slider .slick-slider {
  margin-bottom: 0;
}
.home--slider-slide-img {
  margin: 0 0 2rem;
}
.home--slider-slide-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home--slider-slide-content {
  padding: 0 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home--slider-slide-content h3 {
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin: 0 0 2rem;
}
.home--slider-slide-content p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin: 0 0 2rem;
}
.home--slider .slick-dots {
  bottom: 2rem;
}
.home--slider .slick-dots li {
  background-color: #aaa;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.home--slider .slick-dots li.slick-active {
  background-color: #ddd;
}

@media screen and (min-width: 1000px) {
  .home--slider-slide {
    position: relative;
    overflow: hidden;
  }
  .home--slider-slide-img {
    margin: 0;
    height: 70vh;
  }
  .home--slider-slide-img img {
    object-fit: cover;
    width: 100%;
  }
  .home--slider-slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home--slider-slide-content h3 {
    font-size: 65px;
    max-width: 1000px;
    line-height: 75px;
  }
  .home--slider-slide-content p {
    max-width: 1000px;
  }
}
.home--offer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.home--offer header {
  margin-bottom: 4rem;
}
.home--offer header h2 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 34px;
  text-align: center;
}
.home--offer header p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.home--offer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.home--offer li {
  border: solid 1px #fff;
  padding: 3rem 1rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home--offer li:last-child {
  margin-bottom: 0;
}
.home--offer a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1.8;
  display: inline-block;
  margin-bottom: 1rem;
}
.home--offer a:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .home--offer {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .home--offer ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .home--offer li {
    flex: 1 1 calc(50% - 4rem);
    margin-bottom: 4rem;
    margin-right: 2rem;
    transition: all 0.3s;
  }
  .home--offer li:nth-child(2n) {
    margin-right: 0;
  }
  .home--offer li:last-child {
    margin-bottom: 4rem;
  }
  .home--offer li:hover {
    background-color: rgba(0, 72, 232, 0.52);
  }
  .home--offer a:hover {
    text-decoration: underline;
  }
}
.home--subscription {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.home--subscription header {
  margin-bottom: 4rem;
}
.home--subscription header h2 {
  position: relative;
  color: #299EE3;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 34px;
  margin-bottom: 3rem;
}
.home--subscription header h2::after {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 0;
  height: 2px;
  width: 70px;
  background-color: #299EE3;
}
.home--subscription header p {
  color: #999;
  line-height: 28px;
}
.home--subscription-list {
  list-style: none;
  padding: 0;
  margin: 0 0 4rem;
  display: flex;
  flex-direction: column;
}
.home--subscription-list li {
  margin-bottom: 2rem;
}
.home--subscription-list li:last-child {
  margin-bottom: 0;
}
.home--subscription-list h3 {
  display: block;
  margin: 0;
  background-color: #1c1c1c;
  padding: 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.home--subscription-list p {
  margin: 0;
  padding: 2rem 1rem 4rem;
  color: #999;
  text-align: center;
  box-shadow: 0px 25px 55px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 72, 232, 0.15);
}
.home--subscription footer {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .home--subscription-list {
    flex-direction: row;
    align-items: stretch;
  }
  .home--subscription-list li {
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .home--subscription-list li p {
    flex: 1;
  }
  .home--subscription-list li:last-child {
    margin-right: 0;
  }
}
.home--cta-feature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.home--cta-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 500px solid rgba(41, 158, 227, 0.5);
  border-right: 100vw solid transparent;
  width: 0;
}
.home--cta-feature h2 {
  position: relative;
  z-index: 9;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0 1rem;
  font-size: 26px;
}

@media screen and (min-width: 1000px) {
  .home--cta-feature {
    height: 70vh;
    overflow: hidden;
  }
  .home--cta-feature::after {
    border-bottom: 70vh solid rgba(41, 158, 227, 0.5);
  }
  .home--cta-feature h2 {
    max-width: 1000px;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
.home--qualifications {
  display: flex;
  flex-direction: column-reverse;
  background-color: #1c1c1c;
}
.home--qualifications-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.home--qualifications-text {
  padding: 2rem 1rem;
}
.home--qualifications-text h2 {
  margin: 0 0 2rem;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 2px;
}
.home--qualifications-text p {
  line-height: 28px;
  color: #ebebeb;
}

@media screen and (min-width: 1000px) {
  .home--qualifications {
    flex-direction: row;
    align-items: center;
  }
  .home--qualifications-text {
    flex: 2;
    padding: 4rem 8rem;
  }
  .home--qualifications-img {
    flex: 5;
  }
  .home--qualifications-img img {
    margin: auto 0 auto auto;
    width: 100%;
  }
}
.home--logo-slider {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.home--logo-slider h2 {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  padding: 0 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.home--logo-slider-slide {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.home--logo-slider-slide img {
  display: block;
  max-width: calc(100% - 4rem);
  height: auto;
  margin: 0 auto;
}

.home--contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #1c1c1c;
}
.home--contact h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 34px;
  margin: 0 0 4rem;
  text-transform: uppercase;
}
.home--contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.home--contact li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.home--contact li:last-child {
  margin-bottom: 0;
}
.home--contact svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0 1rem;
  stroke: #fff;
  stroke-width: 2;
}
.home--contact p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.home--contact a {
  text-decoration: none;
  color: #fff;
}
.home--contact a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  .home--contact h2 {
    margin-bottom: 4rem;
  }
  .home--contact ul {
    flex-direction: row;
  }
  .home--contact li {
    flex: 1;
    margin: 0;
  }
}
.home main {
  background: #fff url("../images/home_bg.png") no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
}

.page-contact {
  padding-top: 2rem;
}
.page-contact--data {
  margin-bottom: 4rem;
}
.page-contact--data h2 {
  margin: 0 0 2rem;
  color: #444;
  font-size: 35px;
  font-weight: 400;
}
.page-contact--data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact--data-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.page-contact--data-item svg {
  height: 1rem;
  width: 1rem;
  margin-right: 2rem;
  stroke-width: 2;
}
.page-contact--data-item p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #444;
}
.page-contact--data-item p a {
  text-decoration: none;
  color: #444;
}
.page-contact--data-item p a:hover {
  text-decoration: underline;
}
.page-contact--data-item:last-child {
  margin-bottom: 0;
}
.page-contact--form input[type=text],
.page-contact--form input[type=email],
.page-contact--form textarea {
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  box-sizing: border-box;
}
.page-contact--form .wpcf7-acceptance {
  display: block;
  font-size: 0.8rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #777;
}

@media screen and (min-width: 1000px) {
  .page-contact {
    display: flex;
    align-items: center;
  }
  .page-contact--data {
    flex: 1;
    margin-right: 6rem;
    margin-bottom: 0;
  }
  .page-contact--data h2 {
    max-width: 500px;
  }
  .page-contact--form {
    flex: 1;
  }
  .page-contact--form-wrapper {
    max-width: 500px;
    margin: auto 0 auto auto;
  }
}
/*# sourceMappingURL=app.css.map*/