@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

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

/* 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: "•";
        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; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

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

.small-offset-0 {
  margin-left: 0%; }

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

.small-offset-1 {
  margin-left: 8.33333%; }

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

.small-offset-2 {
  margin-left: 16.66667%; }

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

.small-offset-3 {
  margin-left: 25%; }

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

.small-offset-4 {
  margin-left: 33.33333%; }

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

.small-offset-5 {
  margin-left: 41.66667%; }

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

.small-offset-6 {
  margin-left: 50%; }

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

.small-offset-7 {
  margin-left: 58.33333%; }

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

.small-offset-8 {
  margin-left: 66.66667%; }

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

.small-offset-9 {
  margin-left: 75%; }

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

.small-offset-10 {
  margin-left: 83.33333%; }

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

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*********************
* Global Stylesheets *
**********************/
* {
  image-rendering: -webkit-optimize-contrast; }

@font-face {
  font-family: 'ProximaNova-Light';
  src: url("./fonts/ProximaNova-Light.otf"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("./fonts/ProximaNova-Regular.otf"); }

@font-face {
  font-family: 'ProximaNova-SemiBold';
  src: url("./fonts/ProximaNova-SemiBold.otf"); }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("./fonts/ProximaNova-Bold.otf"); }

@font-face {
  font-family: 'ProximaNova-ExtraBold';
  src: url("./fonts/ProximaNova-ExtraBold.otf"); }

html {
  overflow-x: hidden; }

body {
  position: relative;
  font-family: 'ProximaNova-Regular', sans-serif;
  overflow-x: hidden;
  width: 100%; }
  body .floating_navigation {
    position: fixed;
    top: 70px;
    right: 18px;
    z-index: 999; }
    @media screen and (min-width: 81.25em) {
      body .floating_navigation {
        right: 40px; } }
    body .floating_navigation ul li {
      color: #a09c9c;
      text-align: right;
      margin-bottom: 2px; }
      body .floating_navigation ul li span.nav_title {
        display: none;
        font-family: 'ProximaNova-ExtraBold';
        text-transform: uppercase;
        color: #ff3128;
        margin-right: 8px; }
      body .floating_navigation ul li:hover {
        cursor: pointer; }
        body .floating_navigation ul li:hover span.nav_title {
          display: none !important;
          color: #a09c9c; }
          @media screen and (min-width: 90.9375em) {
            body .floating_navigation ul li:hover span.nav_title {
              display: inline-block !important; } }
      body .floating_navigation ul li span.circle {
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        background-color: #a09c9c; }
      body .floating_navigation ul li:before {
        display: none; }
      body .floating_navigation ul li[target="inner_header"] span.nav_title {
        display: none; }
        @media screen and (min-width: 90.9375em) {
          body .floating_navigation ul li[target="inner_header"] span.nav_title {
            display: inline-block; } }
      body .floating_navigation ul li[target="inner_header"] span.circle {
        background-color: #ff3128; }
        @media screen and (min-width: 90.9375em) {
          body .floating_navigation ul li[target="inner_header"] span.circle {
            background-color: #a09c9c; } }
  body ul {
    list-style: none;
    padding-left: 25px; }
    body ul li:before {
      position: relative;
      top: -2px;
      content: "■";
      color: #ff3128;
      margin-right: 10px;
      font-size: 12px; }

.inner-header {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative; }
  .inner-header .herobg-container {
    max-width: 75rem;
    margin: auto;
    padding: 0 40px; }
    @media screen and (min-width: 78.125em) {
      .inner-header .herobg-container {
        padding: 0; } }
    .inner-header .herobg-container .hero_bg_logo {
      margin-top: 50px; }
      .inner-header .herobg-container .hero_bg_logo img {
        max-width: 200px; }
    .inner-header .herobg-container .herobg-content-container {
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .inner-header .herobg-container .herobg-content-container .herobg-text-content {
        margin-top: 70px; }
        .inner-header .herobg-container .herobg-content-container .herobg-text-content h2 {
          font-family: 'ProximaNova-SemiBold', sans-serif;
          color: #ff3128;
          font-size: 40px;
          text-transform: uppercase;
          margin-bottom: 20px;
          line-height: 1.2; }
          @media screen and (min-width: 35.625em) {
            .inner-header .herobg-container .herobg-content-container .herobg-text-content h2 {
              font-size: 68px; } }
        .inner-header .herobg-container .herobg-content-container .herobg-text-content h4 {
          font-family: 'ProximaNova-Regular', sans-serif;
          color: #ff3128;
          font-size: 16px;
          line-height: 1.2;
          letter-spacing: 0px;
          margin-top: 0;
          line-height: 1.5; }

.text-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 2rem 0; }
  .text-section .text-section__wrapper .text-section__column .premiere-lounge-img {
    margin-top: 25px; }
    @media screen and (min-width: 35.625em) {
      .text-section .text-section__wrapper .text-section__column .premiere-lounge-img {
        margin-top: 0; } }
  .text-section.gray_color_bg {
    background-color: #f6f6f6; }
  .text-section a {
    color: #ff3128;
    text-decoration: none; }
  @media screen and (min-width: 35.625em) {
    .text-section {
      padding: 2rem 0 2rem 0; } }
  .text-section img.aligncenter {
    display: block;
    margin: auto; }
  @media screen and (max-width: 39.99875em) {
    .text-section.column_2 .custom-percentage .text-section__column {
      width: 100% !important; } }
  @media print, screen and (min-width: 40em) {
    .text-section {
      margin-left: auto;
      margin-right: auto;
      padding: 3rem 0; } }
  @media print, screen and (min-width: 40em) {
    .text-section.column_1 .text-section__column {
      width: 100%; }
    .text-section.column_2 .text-section__column {
      width: 50%; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .text-section.column_3 .text-section__column {
      width: 50%; }
    .text-section.column_3 .text-section__column:last-child {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .text-section.column_3 .text-section__column {
      width: 33.3%; } }
  .text-section h2, .text-section h4 {
    color: #ff3128;
    font-weight: 600;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 35.625em) {
      .text-section h2, .text-section h4 {
        margin-top: 39px; } }
  .text-section h2 {
    font-family: 'ProximaNova-SemiBold', sans-serif;
    color: #ff3128;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media screen and (min-width: 35.625em) {
      .text-section h2 {
        font-size: 68px; } }
  .text-section h3 {
    font-family: 'BebasNeue-Bold', sans-serif;
    color: #ff3128;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px; }
    @media screen and (min-width: 35.625em) {
      .text-section h3 {
        font-size: 35px; } }
  .text-section h3 + h2 {
    margin-top: 0; }
  .text-section h4 {
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #ff3128;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: 0; }
  .text-section h5 {
    font-size: 18px;
    font-weight: 400; }
  .text-section h6 {
    font-size: 16px;
    border-top: solid 3px #f8bf4f;
    padding-top: 35px;
    font-family: 'ProximaNova-Regular', sans-serif;
    color: #002d4f;
    font-weight: 500; }
  .text-section p {
    margin-top: 0;
    display: block; }
  .text-section hr[style="text-align: center;"] {
    display: block;
    max-width: 300px;
    margin: 2rem auto;
    background-color: #539d37;
    border-color: #539d37;
    border-style: solid; }
  .text-section__wrapper {
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .text-section__column {
    width: 100%;
    padding: 0.5rem 2rem; }
    @media print, screen and (min-width: 64em) {
      .text-section__column {
        padding: 0.5rem 1rem; } }
    .text-section__column ul {
      list-style: none;
      padding-left: 0; }
      .text-section__column ul li:before {
        content: "- ";
        text-indent: -5px; }
  .text-section.gray_background {
    background-color: #e6e6e6;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .text-section.gray_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
  .text-section.light_blue_background {
    background-color: blue;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: #8a8a8a; }
    @media print, screen and (min-width: 40em) {
      .text-section.light_blue_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
    .text-section.light_blue_background h1, .text-section.light_blue_background h2, .text-section.light_blue_background h3, .text-section.light_blue_background h4, .text-section.light_blue_background h5, .text-section.light_blue_background h6 {
      color: #ff3128 !important; }
  .text-section.smaller_width .text-section__wrapper .text-section__column {
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .text-section.smaller_width .text-section__wrapper .text-section__column h2 {
      display: inline-block; }
  .text-section.remove_bottom_spacing {
    padding-bottom: 25px;
    margin-bottom: 0; }
  .text-section.remove_top_spacing {
    padding-top: 0;
    margin-top: 0; }
  .text-section table {
    border: solid 1px #707070;
    max-width: 500px;
    width: 100%;
    margin: auto; }
    .text-section table thead {
      background-color: #818080; }
      .text-section table thead th {
        text-align: left;
        color: #fefefe;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 25px; }
    .text-section table tbody tr td {
      border-bottom: solid 1px #707070;
      color: #818080;
      font-size: 15px;
      padding: 8px 25px; }
    .text-section table tbody tr:last-child td {
      border-bottom: 0; }

.home .text-section h3 {
  color: #ff3128;
  font-size: 1rem; }
  @media screen and (min-width: 65.625em) {
    .home .text-section h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 81.25em) {
    .home .text-section h3 {
      font-size: 25px; } }

.contact-us .text-section.column_2 {
  margin: 0; }
  .contact-us .text-section.column_2 .text-section__column {
    padding: 3rem 2rem; }
    @media print, screen and (min-width: 64em) {
      .contact-us .text-section.column_2 .text-section__column {
        padding: 3rem 2rem; } }
  .contact-us .text-section.column_2 .text-section__column:nth-child(2) {
    position: relative; }
  .contact-us .text-section.column_2 .icon {
    width: 40px;
    margin: 0 0.2rem; }
  .contact-us .text-section.column_2 a {
    color: #ff3128;
    text-decoration: none; }

.contact .text-section.column_2 {
  background: linear-gradient(180deg, #ff3128 360px, transparent 360px); }
  @media print, screen and (min-width: 40em) {
    .contact .text-section.column_2 {
      background: linear-gradient(90deg, #ff3128 50%, transparent 50%);
      padding: 2rem; } }
  @media screen and (min-width: 56.25em) {
    .contact .text-section.column_2 {
      background: linear-gradient(90deg, #ff3128 40%, transparent 40%); } }
  .contact .text-section.column_2 form {
    text-align: left; }
  .contact .text-section.column_2 .text-section__column:nth-of-type(1) {
    color: #fefefe; }
    .contact .text-section.column_2 .text-section__column:nth-of-type(1) h2 {
      color: #fefefe;
      font-size: 2rem;
      margin-bottom: 0; }

.who_i_am {
  padding: 50px 40px; }
  @media screen and (min-width: 48em) {
    .who_i_am {
      padding: 100px 40px; } }
  @media screen and (min-width: 78.125em) {
    .who_i_am {
      padding: 100px 0; } }
  .who_i_am .who_i_am_wrap {
    max-width: 75rem;
    margin: auto; }
    .who_i_am .who_i_am_wrap .years_working_exp_wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
      @media screen and (min-width: 62.5em) {
        .who_i_am .who_i_am_wrap .years_working_exp_wrap {
          justify-content: unset;
          margin-bottom: 0; } }
      .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_num {
        font-family: 'ProximaNova-Bold';
        font-size: 85px;
        color: #ff3128;
        line-height: 1; }
        @media screen and (min-width: 21.875em) {
          .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_num {
            font-size: 115px; } }
        @media screen and (min-width: 25em) {
          .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_num {
            font-size: 160px; } }
      .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_text {
        font-family: 'ProximaNova-Bold';
        font-size: 20px;
        color: #777777;
        padding-left: 15px;
        line-height: 1.2; }
        @media screen and (min-width: 21.875em) {
          .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_text {
            font-size: 24px; } }
        @media screen and (min-width: 25em) {
          .who_i_am .who_i_am_wrap .years_working_exp_wrap .ywe_text {
            font-size: 30px; } }
    .who_i_am .who_i_am_wrap .who_i_am_container {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; }
      .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main {
        width: 100%;
        padding: 0 20px; }
        @media screen and (min-width: 48em) {
          .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main {
            width: 30%; } }
        @media screen and (min-width: 62.5em) {
          .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main {
            width: 50%; } }
        .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main .photo {
          text-align: center; }
          .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main .photo img.photo_desktop {
            display: none; }
            @media screen and (min-width: 48em) {
              .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main .photo img.photo_desktop {
                display: block; } }
          .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main .photo img.photo_mobile {
            display: block;
            margin: auto;
            margin-bottom: 35px; }
            @media screen and (min-width: 48em) {
              .who_i_am .who_i_am_wrap .who_i_am_container .years_working_exp_main .photo img.photo_mobile {
                display: none; } }
      .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main {
        width: 100%;
        padding: 0 20px; }
        @media screen and (min-width: 48em) {
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main {
            width: 70%; } }
        @media screen and (min-width: 62.5em) {
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main {
            width: 50%; } }
        .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main h3.who_i_am_title {
          font-family: 'ProximaNova-Bold';
          color: #ff3128;
          width: 100%;
          margin-top: 0;
          font-size: 30px;
          line-height: 1.2;
          margin-bottom: 15px; }
        .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main h3.description_big_text {
          position: relative;
          font-family: 'ProximaNova-Bold';
          width: 100%;
          margin-top: 0;
          font-size: 24px;
          line-height: 1.2; }
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main h3.description_big_text p {
            margin-top: 0; }
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main h3.description_big_text:after {
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            height: 5px;
            width: 250px;
            display: block;
            background-color: #ff3128; }
          @media screen and (min-width: 48em) {
            .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main h3.description_big_text {
              font-size: 30px; } }
        .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .description_small_text {
          margin-top: 60px; }
        .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details {
          display: flex;
          flex-wrap: wrap;
          margin-top: 30px; }
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_contacts {
            padding-right: 30px; }
            .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_contacts a {
              text-decoration: none;
              color: #0a0a0a; }
            .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_contacts p {
              font-family: 'ProximaNova-Bold';
              font-size: 20px;
              margin: 0;
              margin-bottom: 5px; }
              .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_contacts p span {
                color: #ff3128; }
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_social p {
            font-family: 'ProximaNova-Bold';
            font-size: 20px;
            margin: 0;
            margin-bottom: 5px; }
          .who_i_am .who_i_am_wrap .who_i_am_container .who_i_am_text_main .who_i_am_contact_details .who_i_am_social a {
            text-decoration: none;
            color: #0a0a0a; }

.my_experience {
  padding: 50px 40px;
  background-color: #000; }
  @media screen and (min-width: 48em) {
    .my_experience {
      padding: 100px 40px; } }
  @media screen and (min-width: 78.125em) {
    .my_experience {
      padding: 100px 0; } }
  .my_experience .my_experience_main {
    position: relative;
    max-width: 75rem;
    margin: auto;
    padding-left: 50px; }
    @media screen and (min-width: 34.375em) {
      .my_experience .my_experience_main {
        padding-left: 100px; } }
    .my_experience .my_experience_main .my_experience_left_title {
      position: absolute;
      top: 78px;
      left: -85px;
      color: #ff3128;
      font-family: 'ProximaNova-ExtraBold', sans-serif;
      font-size: 20px;
      transform: rotate(-90deg) translate(-100%);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
      .my_experience .my_experience_main .my_experience_left_title img {
        width: 15px;
        margin-right: 8px;
        margin-bottom: 6px; }
    .my_experience .my_experience_main .my_experience_container .my_experience_desc {
      font-family: 'ProximaNova-Bold';
      color: #fefefe;
      font-size: 20px;
      margin-bottom: 35px; }
      @media screen and (min-width: 48em) {
        .my_experience .my_experience_main .my_experience_container .my_experience_desc {
          margin-bottom: 70px; } }
    .my_experience .my_experience_main .my_experience_container .my_experience_items {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; }
      .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 20px; }
        @media screen and (min-width: 48em) {
          .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item {
            width: 50%;
            margin-bottom: 50px; } }
        .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap {
          background-color: #f2f2f2;
          padding: 30px;
          text-align: left;
          min-height: 215px;
          align-items: center;
          display: flex; }
          @media screen and (min-width: 28.125em) {
            .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap {
              padding: 50px; } }
          @media screen and (min-width: 48em) {
            .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap {
              min-height: 260px; } }
          .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap:hover {
            background-color: #ff3128;
            font-family: 'ProximaNova-Bold';
            text-align: center; }
            .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap:hover p {
              font-size: 20px;
              color: #fff; }
              .my_experience .my_experience_main .my_experience_container .my_experience_items .my_experience_item .my_experience_item_wrap:hover p span {
                color: #fff !important; }

.services {
  padding: 50px 40px;
  background-image: url("/content/themes/DailyPress/assets/images/geometric-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media screen and (min-width: 48em) {
    .services {
      padding: 100px 40px; } }
  @media screen and (min-width: 78.125em) {
    .services {
      padding: 100px 0; } }
  .services .services_main {
    position: relative;
    max-width: 75rem;
    margin: auto;
    padding-left: 50px; }
    @media screen and (min-width: 34.375em) {
      .services .services_main {
        padding-left: 100px; } }
    .services .services_main .services_left_title {
      position: absolute;
      top: 47px;
      left: -53px;
      color: #ff3128;
      font-family: 'ProximaNova-ExtraBold', sans-serif;
      font-size: 20px;
      transform: rotate(-90deg) translate(-100%);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
      .services .services_main .services_left_title img {
        width: 15px;
        margin-right: 8px;
        margin-bottom: 6px; }
    .services .services_main .services_items {
      display: flex;
      flex-wrap: wrap;
      margin-top: 22px; }
      .services .services_main .services_items .service_item {
        width: 100%;
        padding: 0;
        margin-left: -35px; }
        @media screen and (min-width: 25em) {
          .services .services_main .services_items .service_item {
            margin-left: 0; } }
        @media screen and (min-width: 48em) {
          .services .services_main .services_items .service_item {
            padding: 0 20px;
            width: 50%; } }
        .services .services_main .services_items .service_item .service_title {
          display: flex; }
          .services .services_main .services_items .service_item .service_title img {
            margin-right: 15px;
            width: 21px;
            align-self: center; }
          .services .services_main .services_items .service_item .service_title span {
            display: inline-block;
            background-color: #ff3128;
            color: #fefefe;
            padding: 5px 12px; }
        .services .services_main .services_items .service_item .service_item_list {
          margin-top: 25px; }
          .services .services_main .services_items .service_item .service_item_list .service_name {
            margin-bottom: 20px;
            margin-left: 36px;
            display: flex; }
            .services .services_main .services_items .service_item .service_item_list .service_name img {
              width: 7px;
              display: inline-block;
              vertical-align: 0;
              margin-right: 8px;
              align-self: center; }

.footer {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media screen and (min-width: 48em) {
    .footer {
      background-image: url("/content/themes/DailyPress/assets/images/footer.jpg"); } }
  .footer .footer_content_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 75rem;
    margin: auto;
    min-height: 100vh; }
    .footer .footer_content_wrap .footer_content {
      width: 100%;
      padding: 0 40px; }
      @media screen and (min-width: 48em) {
        .footer .footer_content_wrap .footer_content {
          width: 60%;
          padding: 0; } }
      .footer .footer_content_wrap .footer_content .footer_logo {
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px; }
        @media screen and (min-width: 48em) {
          .footer .footer_content_wrap .footer_content .footer_logo {
            margin-left: 80px;
            margin-right: 0;
            padding-top: 150px; } }
      .footer .footer_content_wrap .footer_content .footer_contacts {
        margin-left: 0;
        padding-top: 45px;
        position: relative;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .footer .footer_content_wrap .footer_content .footer_contacts {
            margin-left: 80px;
            text-align: left; } }
        .footer .footer_content_wrap .footer_content .footer_contacts a {
          text-decoration: none;
          color: #0a0a0a; }
        .footer .footer_content_wrap .footer_content .footer_contacts p {
          font-family: 'ProximaNova-Bold';
          font-size: 20px; }
          .footer .footer_content_wrap .footer_content .footer_contacts p span {
            color: #ff3128; }
        .footer .footer_content_wrap .footer_content .footer_contacts:after {
          content: "";
          position: absolute;
          bottom: -30px;
          left: 50%;
          transform: translateX(-50%);
          height: 1px;
          width: 100px;
          display: block;
          background-color: #000; }
          @media screen and (min-width: 48em) {
            .footer .footer_content_wrap .footer_content .footer_contacts:after {
              left: 0;
              transform: none; } }
      .footer .footer_content_wrap .footer_content .footer_social {
        margin-left: 0;
        padding-top: 35px;
        text-align: center;
        margin-bottom: 40px; }
        @media screen and (min-width: 48em) {
          .footer .footer_content_wrap .footer_content .footer_social {
            text-align: left;
            margin-left: 80px;
            margin-bottom: 0; } }
        .footer .footer_content_wrap .footer_content .footer_social p {
          font-family: 'ProximaNova-Bold';
          font-size: 20px; }
        .footer .footer_content_wrap .footer_content .footer_social a {
          text-decoration: none;
          color: #0a0a0a; }
    .footer .footer_content_wrap .footer_img {
      width: 100%;
      display: block; }
      @media screen and (min-width: 48em) {
        .footer .footer_content_wrap .footer_img {
          width: 40%;
          display: none; } }
  .footer .copyright {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: 'ProximaNova-Bold';
    padding: 10px 20px; }

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