@charset "UTF-8";
/*******************************
PARTIALS
*******************************/
/*******************************
CONFIGS
*******************************/
@import url("https://use.typekit.net/vmu7kkq.css");
/* COLOURS */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1e9adf;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #156b9c;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [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 {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container, .custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1100px) {
  .container, .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .custom-container {
    max-width: 1340px;
  }
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.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;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .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;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .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;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .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;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .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;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .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;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #1e9adf !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #187bb2 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
  color: #01152b;
}
.bg-white .description {
  color: rgba(1, 21, 43, 0.7) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #1e9adf !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1100px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1100px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1100px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1100px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1100px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #1e9adf !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #187bb2 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  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: 0.7;
}

button:focus {
  border: none;
  outline: none;
}

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

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

.hamburger--slider .hamburger-inner::before {
  right: -5px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

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

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

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.line-button {
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  color: #222222;
  border-bottom: 3px solid transparent;
  transition: color 0.3s, border 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .line-button {
    transition: none;
  }
}
.line-button.white_line {
  border-color: white;
}
.line-button.white_line:hover {
  border-color: white;
}
.line-button.white {
  color: #fff;
}
.line-button.white:hover {
  color: #fff;
}
.line-button.blue_line {
  border-color: #1e9adf;
}
.line-button.blue_line:hover {
  border-color: #156b9c;
}
.line-button.blue {
  color: #1e9adf;
}
.line-button.blue:hover {
  color: #1e9adf;
}
.line-button.orange_line {
  border-color: #fc7226;
}
.line-button.orange_line:hover {
  border-color: #d34d03;
}
.line-button.orange {
  color: #fc7226;
}
.line-button.orange:hover {
  color: #fc7226;
}
.line-button.black {
  color: #000;
}
.line-button.black:hover {
  color: #000;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
}
.buttons .spacer {
  display: block;
  width: 46px;
}

.big-button {
  font-size: 20px;
  color: #fff;
  padding: 16px;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .big-button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .big-button {
    font-size: 20px;
  }
}
.big-button img {
  padding-right: 18px;
}
@media (min-width: 768px) {
  .big-button img {
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .big-button img {
    padding-right: 18px;
  }
}
.big-button.orange {
  background: #fc7226;
  transition: background 300ms ease;
}
.big-button.orange:hover {
  background: #ec5603;
  transition: background 300ms ease;
  color: #fff;
}
.big-button.blue {
  background: #1e9adf;
  transition: background 300ms ease;
}
.big-button.blue:hover {
  background: #187bb2;
  color: #fff;
  transition: background 300ms ease;
}

body {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}

a {
  border-bottom: 3px solid transparent;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:hover, a:focus {
  border-color: #1e9adf;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.margin-auto {
  margin: auto;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.margin-top-auto {
  margin-top: auto;
}

.center {
  margin: auto;
}

.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

.white-bg {
  background: #fff;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000004;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.full-width {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pad-top-5 {
  padding-top: 5px;
}

.pad-top-10 {
  padding-top: 10px;
}

.pad-top-15 {
  padding-top: 15px;
}

.pad-top-20 {
  padding-top: 20px;
}

.pad-top-25 {
  padding-top: 25px;
}

.pad-top-30 {
  padding-top: 30px;
}

.pad-top-35 {
  padding-top: 35px;
}

.pad-top-40 {
  padding-top: 40px;
}

.pad-top-45 {
  padding-top: 45px;
}

.pad-top-50 {
  padding-top: 50px;
}

.pad-top-55 {
  padding-top: 55px;
}

.pad-top-60 {
  padding-top: 60px;
}

.pad-top-70 {
  padding-top: 70px;
}

.pad-top-80 {
  padding-top: 80px;
}

.pad-top-90 {
  padding-top: 90px;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-top-150 {
  padding-top: 150px;
}

.pad-top-200 {
  padding-top: 200px;
}

.pad-bottom-5 {
  padding-bottom: 5px;
}

.pad-bottom-10 {
  padding-bottom: 10px;
}

.pad-bottom-15 {
  padding-bottom: 15px;
}

.pad-bottom-20 {
  padding-bottom: 20px;
}

.pad-bottom-25 {
  padding-bottom: 25px;
}

.pad-bottom-30 {
  padding-bottom: 30px;
}

.pad-bottom-35 {
  padding-bottom: 35px;
}

.pad-bottom-40 {
  padding-bottom: 40px;
}

.pad-bottom-45 {
  padding-bottom: 45px;
}

.pad-bottom-50 {
  padding-bottom: 50px;
}

.pad-bottom-55 {
  padding-bottom: 55px;
}

.pad-bottom-60 {
  padding-bottom: 60px;
}

.pad-bottom-70 {
  padding-bottom: 70px;
}

.pad-bottom-80 {
  padding-bottom: 80px;
}

.pad-bottom-90 {
  padding-bottom: 90px;
}

.pad-bottom-100 {
  padding-bottom: 100px;
}

.pad-bottom-150 {
  padding-bottom: 150px;
}

.pad-bottom-200 {
  padding-bottom: 200px;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-left-5 {
  padding-left: 5px;
}

.pad-left-8 {
  padding-left: 8px;
}

.pad-right-8 {
  padding-right: 8px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-left-15 {
  padding-left: 15px;
}

.pad-left-20 {
  padding-left: 20px;
}

.pad-left-25 {
  padding-left: 25px;
}

.pad-left-30 {
  padding-left: 30px;
}

.pad-left-40 {
  padding-left: 40px;
}

.pad-left-50 {
  padding-left: 50px;
}

.pad-left-60 {
  padding-left: 60px;
}

.pad-right-0 {
  padding-right: 0;
}

.pad-right-5 {
  padding-right: 5px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-15 {
  padding-right: 15px;
}

.pad-right-20 {
  padding-right: 20px;
}

.pad-right-25 {
  padding-right: 25px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-right-40 {
  padding-right: 40px;
}

.pad-right-50 {
  padding-right: 50px;
}

.pad-right-60 {
  padding-right: 60px;
}

@media (min-width: 768px) {
  .text-center-m {
    text-align: center;
  }

  .pad-left-8-m {
    padding-left: 8px;
  }

  .pad-right-8-m {
    padding-right: 8px;
  }

  .no-padding-m {
    padding: 0;
  }

  .text-left-m {
    text-align: left;
  }

  .text-right-m {
    text-align: right;
  }

  .pad-left-0-m {
    padding-left: 0;
  }

  .pad-left-5-m {
    padding-left: 5px;
  }

  .pad-left-10-m {
    padding-left: 10px;
  }

  .pad-left-15-m {
    padding-left: 15px;
  }

  .pad-left-20-m {
    padding-left: 20px;
  }

  .pad-left-25-m {
    padding-left: 25px;
  }

  .pad-left-30-m {
    padding-left: 30px;
  }

  .pad-left-40-m {
    padding-left: 40px;
  }

  .pad-left-50-m {
    padding-left: 50px;
  }

  .pad-left-60-m {
    padding-left: 60px;
  }

  .pad-right-0-m {
    padding-right: 0;
  }

  .pad-right-5-m {
    padding-right: 5px;
  }

  .pad-right-10-m {
    padding-right: 10px;
  }

  .pad-right-15-m {
    padding-right: 15px;
  }

  .pad-right-20-m {
    padding-right: 20px;
  }

  .pad-right-25-m {
    padding-right: 25px;
  }

  .pad-right-30-m {
    padding-right: 30px;
  }

  .pad-right-40-m {
    padding-right: 40px;
  }

  .pad-right-50-m {
    padding-right: 50px;
  }

  .pad-right-60-m {
    padding-right: 60px;
  }

  .pad-top-0-m {
    padding-top: 0;
  }

  .pad-top-5-m {
    padding-top: 5px;
  }

  .pad-top-10-m {
    padding-top: 10px;
  }

  .pad-top-15-m {
    padding-top: 15px;
  }

  .pad-top-20-m {
    padding-top: 20px;
  }

  .pad-top-25-m {
    padding-top: 25px;
  }

  .pad-top-30-m {
    padding-top: 30px;
  }

  .pad-top-35-m {
    padding-top: 35px;
  }

  .pad-top-40-m {
    padding-top: 40px;
  }

  .pad-top-45-m {
    padding-top: 45px;
  }

  .pad-top-50-m {
    padding-top: 50px;
  }

  .pad-top-55-m {
    padding-top: 55px;
  }

  .pad-top-60-m {
    padding-top: 60px;
  }

  .pad-top-80-m {
    padding-top: 80px;
  }

  .pad-top-90-m {
    padding-top: 90px;
  }

  .pad-top-100-m {
    padding-top: 100px;
  }

  .pad-bottom-0-m {
    padding-bottom: 0;
  }

  .pad-bottom-5-m {
    padding-bottom: 5px;
  }

  .pad-bottom-10-m {
    padding-bottom: 10px;
  }

  .pad-bottom-15-m {
    padding-bottom: 15px;
  }

  .pad-bottom-20-m {
    padding-bottom: 20px;
  }

  .pad-bottom-25-m {
    padding-bottom: 25px;
  }

  .pad-bottom-30-m {
    padding-bottom: 30px;
  }

  .pad-bottom-35-m {
    padding-bottom: 35px;
  }

  .pad-bottom-40-m {
    padding-bottom: 40px;
  }

  .pad-bottom-45-m {
    padding-bottom: 45px;
  }

  .pad-bottom-50-m {
    padding-bottom: 50px;
  }

  .pad-bottom-55-m {
    padding-bottom: 55px;
  }

  .pad-bottom-60-m {
    padding-bottom: 60px;
  }

  .pad-bottom-80-m {
    padding-bottom: 80px;
  }

  .pad-bottom-90-m {
    padding-bottom: 90px;
  }

  .pad-bottom-100-m {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .text-center-l {
    text-align: center;
  }

  .pad-left-8-l {
    padding-left: 8px;
  }

  .pad-right-8-l {
    padding-right: 8px;
  }

  .no-padding-l {
    padding: 0;
  }

  .text-left-l {
    text-align: left;
  }

  .text-right-l {
    text-align: right;
  }

  .pad-left-0-l {
    padding-left: 0;
  }

  .pad-left-5-l {
    padding-left: 5px;
  }

  .pad-left-10-l {
    padding-left: 10px;
  }

  .pad-left-15-l {
    padding-left: 15px;
  }

  .pad-left-20-l {
    padding-left: 20px;
  }

  .pad-left-30-l {
    padding-left: 30px;
  }

  .pad-left-40-l {
    padding-left: 40px;
  }

  .pad-left-50-l {
    padding-left: 50px;
  }

  .pad-left-60-l {
    padding-left: 60px;
  }

  .pad-right-0-l {
    padding-right: 0;
  }

  .pad-right-5-l {
    padding-right: 5px;
  }

  .pad-right-10-l {
    padding-right: 10px;
  }

  .pad-right-15-l {
    padding-right: 15px;
  }

  .pad-right-20-l {
    padding-right: 20px;
  }

  .pad-right-30-l {
    padding-right: 30px;
  }

  .pad-right-40-l {
    padding-right: 40px;
  }

  .pad-right-50-l {
    padding-left: 50px;
  }

  .pad-right-60-l {
    padding-right: 60px;
  }

  .pad-top-0-l {
    padding-top: 0;
  }

  .pad-top-5-l {
    padding-top: 5px;
  }

  .pad-top-10-l {
    padding-top: 10px;
  }

  .pad-top-15-l {
    padding-top: 15px;
  }

  .pad-top-20-l {
    padding-top: 20px;
  }

  .pad-top-25-l {
    padding-top: 25px;
  }

  .pad-top-30-l {
    padding-top: 30px;
  }

  .pad-top-35-l {
    padding-top: 35px;
  }

  .pad-top-40-l {
    padding-top: 40px;
  }

  .pad-top-45-l {
    padding-top: 45px;
  }

  .pad-top-50-l {
    padding-top: 50px;
  }

  .pad-top-55-l {
    padding-top: 55px;
  }

  .pad-top-60-l {
    padding-top: 60px;
  }

  .pad-top-80-l {
    padding-top: 80px;
  }

  .pad-top-90-l {
    padding-top: 90px;
  }

  .pad-top-100-l {
    padding-top: 100px;
  }

  .pad-bottom-0-l {
    padding-bottom: 0;
  }

  .pad-bottom-5-l {
    padding-bottom: 5px;
  }

  .pad-bottom-10-l {
    padding-bottom: 10px;
  }

  .pad-bottom-15-l {
    padding-bottom: 15px;
  }

  .pad-bottom-20-l {
    padding-bottom: 20px;
  }

  .pad-bottom-25-l {
    padding-bottom: 25px;
  }

  .pad-bottom-30-l {
    padding-bottom: 30px;
  }

  .pad-bottom-35-l {
    padding-bottom: 35px;
  }

  .pad-bottom-40-l {
    padding-bottom: 40px;
  }

  .pad-bottom-45-l {
    padding-bottom: 45px;
  }

  .pad-bottom-50-l {
    padding-bottom: 50px;
  }

  .pad-bottom-55-l {
    padding-bottom: 55px;
  }

  .pad-bottom-60-l {
    padding-bottom: 60px;
  }

  .pad-bottom-80-l {
    padding-bottom: 80px;
  }

  .pad-bottom-90-l {
    padding-bottom: 90px;
  }

  .pad-bottom-100-l {
    padding-bottom: 100px;
  }
}
@media (min-width: 1100px) {
  .text-center-xl {
    text-align: center;
  }

  .pad-left-8-xl {
    padding-left: 8px;
  }

  .pad-right-8-xl {
    padding-right: 8px;
  }

  .no-padding-xl {
    padding: 0;
  }

  .text-left-xl {
    text-align: left;
  }

  .text-right-xl {
    text-align: right;
  }

  .pad-left-0-xl {
    padding-left: 0;
  }

  .pad-left-5-xl {
    padding-left: 5px;
  }

  .pad-left-10-xl {
    padding-left: 10px;
  }

  .pad-left-15-xl {
    padding-left: 15px;
  }

  .pad-left-20-xl {
    padding-left: 20px;
  }

  .pad-left-30-xl {
    padding-left: 30px;
  }

  .pad-left-40-xl {
    padding-left: 40px;
  }

  .pad-left-50-xl {
    padding-left: 50px;
  }

  .pad-right-0-xl {
    padding-right: 0;
  }

  .pad-right-5-xl {
    padding-right: 5px;
  }

  .pad-right-10-xl {
    padding-right: 10px;
  }

  .pad-right-15-xl {
    padding-right: 15px;
  }

  .pad-right-20-xl {
    padding-right: 20px;
  }

  .pad-right-30-xl {
    padding-right: 30px;
  }

  .pad-right-40-xl {
    padding-right: 40px;
  }

  .pad-right-50-xl {
    padding-right: 50px;
  }

  .pad-right-60-xl {
    padding-right: 60px;
  }

  .pad-top-0-xl {
    padding-top: 0;
  }

  .pad-top-5-xl {
    padding-top: 5px;
  }

  .pad-top-10-xl {
    padding-top: 10px;
  }

  .pad-top-15-xl {
    padding-top: 15px;
  }

  .pad-top-20-xl {
    padding-top: 20px;
  }

  .pad-top-25-xl {
    padding-top: 25px;
  }

  .pad-top-30-xl {
    padding-top: 30px;
  }

  .pad-top-35-xl {
    padding-top: 35px;
  }

  .pad-top-40-xl {
    padding-top: 40px;
  }

  .pad-top-45-xl {
    padding-top: 45px;
  }

  .pad-top-50-xl {
    padding-top: 50px;
  }

  .pad-top-55-xl {
    padding-top: 55px;
  }

  .pad-top-60-xl {
    padding-top: 60px;
  }

  .pad-bottom-0-xl {
    padding-bottom: 0;
  }

  .pad-bottom-5-xl {
    padding-bottom: 5px;
  }

  .pad-bottom-10-xl {
    padding-bottom: 10px;
  }

  .pad-bottom-15-xl {
    padding-bottom: 15px;
  }

  .pad-bottom-20-xl {
    padding-bottom: 20px;
  }

  .pad-bottom-25-xl {
    padding-bottom: 25px;
  }

  .pad-bottom-30-xl {
    padding-bottom: 30px;
  }

  .pad-bottom-35-xl {
    padding-bottom: 35px;
  }

  .pad-bottom-40-xl {
    padding-bottom: 40px;
  }

  .pad-bottom-45-xl {
    padding-bottom: 45px;
  }

  .pad-bottom-50-xl {
    padding-bottom: 50px;
  }

  .pad-bottom-55-xl {
    padding-bottom: 55px;
  }

  .pad-bottom-60-xl {
    padding-bottom: 60px;
  }
}
.fluid-img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  html.sr .load-hidden {
    visibility: hidden;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .slides .hero-title {
    margin-top: 100px;
    font-size: 90px;
    line-height: 90px;
  }

  body.home {
    background: #02254a;
  }

  /* IE10+ CSS styles go here */
}
.dark-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(74, 74, 74, 0.9);
  mix-blend-mode: multiply;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-navy {
  background: #02254a;
}

.bg-darkblue {
  background: #011f40;
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

ul.slick-dots {
  padding: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 40px;
  padding: 0 15px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  ul.slick-dots {
    text-align: right;
    bottom: 60px;
  }
}
ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  margin: 0 4px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
ul.slick-dots li button:before {
  content: "";
  height: 7px;
  width: 7px;
  display: block;
  border-radius: 100%;
  background: #fff;
}
ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.2);
}
ul.slick-dots li.slick-active button::before {
  background: #fc7226;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

h2 {
  font-size: 30px;
  line-height: 40px;
  position: relative;
}
@media (min-width: 768px) {
  h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1100px) {
  h2 {
    font-size: 80px;
    line-height: 90px;
  }
}

.container, .custom-container {
  max-width: 1400px;
  width: 100%;
}

.custom-container {
  max-width: 1330px;
}

.site-wrapper {
  overflow-x: hidden;
}

.page-inner-wrapper {
  /*padding: 40px 0;
  @include media-breakpoint-up(md) {
    padding: 60px 0;
  }
  @include media-breakpoint-up(xl) {
    padding: 100px 0;
  }*/
  background: #02254a;
}

.page-template-white-bg .page-inner-wrapper, .page-template-submit-job .page-inner-wrapper, .single-post .page-inner-wrapper, .page-template-my-account .page-inner-wrapper {
  background: white;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-template-white-bg .page-inner-wrapper, .page-template-submit-job .page-inner-wrapper, .single-post .page-inner-wrapper, .page-template-my-account .page-inner-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1100px) {
  .page-template-white-bg .page-inner-wrapper, .page-template-submit-job .page-inner-wrapper, .single-post .page-inner-wrapper, .page-template-my-account .page-inner-wrapper {
    padding: 100px 0;
  }
}
.page-template-white-bg .page-inner-wrapper h2, .page-template-submit-job .page-inner-wrapper h2, .single-post .page-inner-wrapper h2, .page-template-my-account .page-inner-wrapper h2 {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}
.page-template-white-bg .page-inner-wrapper h3, .page-template-submit-job .page-inner-wrapper h3, .single-post .page-inner-wrapper h3, .page-template-my-account .page-inner-wrapper h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}

a {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

form span.req {
  color: #cc0000;
}
form fieldset {
  margin-bottom: 15px;
}
form label {
  display: block;
  margin: 20px 0 0px 0;
}
form input, form select {
  padding: 10px;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  max-width: 100%;
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=date], form textarea, form select {
  width: 100%;
}
form textarea {
  height: 150px;
}
form button, form .button, form input[type=button], form input[type=reset], form input[type=submit] {
  padding: 15px 60px;
  background: #fc7226;
  border: 1px solid #fc7226;
  box-shadow: none;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 30px;
  transition: background 0.3s, border 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  form button, form .button, form input[type=button], form input[type=reset], form input[type=submit] {
    transition: none;
  }
}
form button:hover, form .button:hover, form input[type=button]:hover, form input[type=reset]:hover, form input[type=submit]:hover {
  background: #ec5603;
  border-color: #ec5603;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}

#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 20px;
  background: none;
  transition: background 300ms ease, padding-top 300ms ease;
}
@media (min-width: 768px) {
  #site-header {
    padding-top: 30px;
  }
}
#site-header .logo-block {
  border-bottom: none !important;
}
#site-header .header-phone {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  #site-header .header-phone {
    transition: none;
  }
}
#site-header .sectors {
  margin-left: 30px;
  font-size: 20px;
}
#site-header .sectors a {
  color: white;
  border: none;
}
#site-header .sectors a i {
  display: inline-block;
  margin: 0;
}
#site-header .sectors a:hover {
  opacity: 0.5;
}
#site-header .contact-block {
  padding-right: 5px;
}
#site-header.active .header-phone {
  opacity: 0;
  visibility: hidden;
}
#site-header.no-header-image {
  background: #02254a;
}
#site-header.no-header-image ~ .site-wrapper {
  margin-top: 134px;
}

.mobile-menu {
  background: #01152b;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: scroll;
  transition: left 300ms ease;
}
.mobile-menu.is-active {
  left: 0;
  transition: left 300ms ease;
}
@media (min-width: 768px) {
  .mobile-menu {
    overflow: hidden;
    padding-top: 100px;
  }
}
.mobile-menu .middle-bit {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 30px;
}
.mobile-menu .middle-bit .leftmobilemenu {
  max-width: 575px;
  display: none;
}
@media (min-width: 768px) {
  .mobile-menu .middle-bit .leftmobilemenu {
    padding-right: 100px;
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-menu .middle-bit .leftmobilemenu {
    padding-right: 200px;
  }
}
.mobile-menu .middle-bit .leftmobilemenu h3 {
  font-size: 7vw;
  line-height: 7vw;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mobile-menu .middle-bit .leftmobilemenu h3 {
    font-size: 74px;
    line-height: 69px;
    margin-bottom: 30px;
  }
}
.mobile-menu .middle-bit .leftmobilemenu .desc {
  line-height: 27px;
  color: #96A4B5;
}
@media (min-width: 768px) {
  .mobile-menu .middle-bit .mobile-menu-block {
    padding-top: 0;
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .mobile-menu .middle-bit .mobile-menu-block {
    min-width: 0;
  }
}
.mobile-menu .middle-bit .mobile-menu-block ul {
  padding: 0;
  margin: 0;
}
.mobile-menu .middle-bit .mobile-menu-block ul li {
  list-style-type: none;
  position: relative;
}
.mobile-menu .middle-bit .mobile-menu-block ul li:hover > a {
  text-decoration: none;
  color: white;
  -webkit-text-fill-color: white;
}
.mobile-menu .middle-bit .mobile-menu-block ul li a {
  color: #fff;
  font-size: 45px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-bottom: none;
}
@media (min-width: 576px) {
  .mobile-menu .middle-bit .mobile-menu-block ul li a {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .mobile-menu .middle-bit .mobile-menu-block ul li a {
    font-size: 5vw;
    line-height: 8vw;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .mobile-menu .middle-bit .mobile-menu-block ul li a {
    font-size: 54px;
    line-height: 83px;
  }
}
.mobile-menu .middle-bit .mobile-menu-block ul li.menu-item-has-children i {
  color: rgba(255, 255, 255, 0.35);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.mobile-menu .middle-bit .mobile-menu-block ul li.menu-item-has-children i:hover {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu .middle-bit .mobile-menu-block ul li ul.sub-menu {
  display: none;
  margin: 0 0 10px 30px;
}
.mobile-menu .middle-bit .mobile-menu-block ul li ul.sub-menu li a {
  font-size: 20px;
  line-height: 34px;
  -webkit-text-stroke: 0px #fff;
  -webkit-text-fill-color: #fff;
  opacity: 0.5;
}

.mobile-menu .middle-bit .mobile-menu-block ul li ul.sub-menu li:hover a {
  opacity: 1;
}

@supports (-webkit-text-stroke: 1px black) {
  .mobile-menu .middle-bit .mobile-menu-block ul li a {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
  }

  .mobile-menu .middle-bit .mobile-menu-block ul li.current-menu-item > a {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #fff;
  }
}
.sector-menu.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

.sector-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  background: #111;
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (min-width: 768px) {
  .sector-menu {
    display: block;
    position: fixed;
    height: 100vh;
  }
}
.sector-menu .close-sector-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 30px;
  padding-top: 0;
  opacity: 0.5;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.sector-menu .close-sector-menu:hover {
  opacity: 1;
}
.sector-menu .items {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
@media (min-width: 768px) {
  .sector-menu .items {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100vh;
  }
}
.sector-menu a:hover .overlay {
  background: rgba(1, 21, 43, 0.75);
}
.sector-menu a {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  vertical-align: center;
  padding: 180px 50px;
  color: white;
  position: relative;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sector-menu a {
    display: flex;
    padding: 0;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .sector-menu a {
    width: 25%;
  }
}
.sector-menu a .caption {
  z-index: 3;
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sector-menu a .caption .link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.sector-menu a .caption img {
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.sector-menu a .caption .title {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}
.sector-menu a .caption .title span {
  color: #fc7226;
  padding-left: 3px;
  font-size: 30px;
}
.sector-menu a .overlay {
  background: rgba(4, 19, 34, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.sector-menu a .image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 1;
  background-position: center;
}

.sidebar .right {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 5px;
}
.sidebar .right p, .sidebar .right ul, .sidebar .right li {
  font-size: 18px;
  line-height: 24px;
}
.sidebar .right ul {
  list-style: none;
  padding-left: 20px;
}
.sidebar .right ul li {
  padding: 3px 0;
}
.sidebar .right ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fc7226;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.sidebar .right h2, .sidebar .right h3 {
  font-size: 26px !important;
  line-height: 34px !important;
  margin-bottom: 0px;
}
.sidebar .right a {
  color: #fc7226 !important;
  font-weight: 700;
}
.sidebar .right p, .sidebar .right p:first-of-type {
  font-size: 20px;
  line-height: 26px;
}
.sidebar .right a:hover {
  border: none;
  color: white;
}

footer {
  background: #01152b;
  padding-top: 92px;
}
footer .bottom-colour-section {
  height: 10px;
  display: block;
  background: #fc7226;
  background: linear-gradient(90deg, #fc7226 0%, #1e9adf 100%);
}
footer a:hover {
  text-decoration: none;
}
footer .footer-top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  footer .footer-top {
    flex-direction: row;
  }
}
footer .line {
  padding-bottom: 60px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.13);
  margin-bottom: 60px;
  display: block;
}
footer .address-ection {
  color: #fff;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  footer .address-ection {
    flex-direction: row;
    text-align: left;
  }
}
footer .address-ection .address-block {
  line-height: 22px;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  footer .address-ection .address-block {
    width: auto;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  footer .address-ection .address-block.one {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  footer .address-ection .address-block.five {
    padding-right: 0;
  }
}
footer .address-ection .bold-heading {
  font-weight: bold;
  margin-bottom: 10px;
}
footer .address-ection a {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  display: inline-block;
}
footer .address-ection p {
  margin: 0;
}
footer .bottom-footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-bottom: 52px;
  align-items: center;
  padding-top: 60px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  footer .bottom-footer {
    flex-direction: row;
    text-align: left;
  }
}
footer .footer-phone {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 40px;
}
@media (min-width: 992px) {
  footer .footer-phone {
    margin-right: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  footer .footer-phone {
    margin-right: 60px;
  }
}
footer .footer-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  footer .footer-menu ul {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  footer .footer-menu ul {
    margin-top: 0;
  }
}
footer .footer-menu ul li {
  list-style-type: none;
}
footer .footer-menu ul li a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  footer .footer-menu ul li a {
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-menu ul li a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
footer .footer-menu ul li ul {
  display: none;
}
footer .copyright {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0;
}
footer .footer-social {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  footer .footer-social {
    padding-bottom: 0;
  }
}
footer .footer-social a {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 10px;
}
footer .tom-link {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: white;
}

.home {
  background: #02254a;
}
@media (min-width: 992px) {
  .home .text_and_image:nth-child(3) {
    padding-bottom: 300px;
  }
}
.home .intro.bg-navy {
  color: #96a4b5;
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 1100px) {
  .home .intro.bg-navy {
    font-size: 24px;
    line-height: 35px;
  }
}
.home .intro.bg-navy h2, .home .intro.bg-navy h1 {
  font-size: 44px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .home .intro.bg-navy h2, .home .intro.bg-navy h1 {
    font-size: 53px;
    line-height: 63px;
  }
}
@media (min-width: 1100px) {
  .home .intro.bg-navy h2, .home .intro.bg-navy h1 {
    font-size: 74px;
    line-height: 80px;
  }
}
.home .intro.bg-navy a {
  font-weight: bold;
  color: white;
}
.home .hero .slides {
  min-height: 0;
  max-height: 1100px;
  height: 85vh;
}
@media (min-width: 1100px) {
  .home .hero .slides .hero-title {
    font-size: 80px;
    line-height: 100px;
  }
}

.jobs-archive-wrapper {
  margin-top: 50px;
  padding-bottom: 90px;
}
@media (min-width: 992px) {
  .jobs-archive-wrapper {
    margin-top: 80px;
  }
}
.jobs-archive-wrapper .job_filters {
  background: #eeeeee;
  margin-bottom: 18px;
}
.jobs-archive-wrapper .job_filters .search_jobs {
  padding: 15px 15px 15px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .search_jobs {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .jobs-archive-wrapper .job_filters .search_jobs {
    padding: 37px 37px 18px 37px;
  }
}
.jobs-archive-wrapper .job_filters .search_jobs .search_submit {
  width: 100%;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .search_jobs .search_submit {
    width: 180px;
    min-width: 180px;
  }
}
.jobs-archive-wrapper .job_filters .search_jobs .search_submit input {
  margin-top: 0;
}
.jobs-archive-wrapper .job_filters .search_jobs input {
  font-size: 17px;
  border-radius: 0;
  padding: 14px;
  border: 0;
  height: 40px;
  width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .search_jobs input {
    height: 52px;
  }
}
.jobs-archive-wrapper .job_filters .search_jobs input[type=submit] {
  border: 0;
  height: 40px;
  background: #fc7226;
  font-size: 17px;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 300;
  transition: background 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .jobs-archive-wrapper .job_filters .search_jobs input[type=submit] {
    transition: none;
  }
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .search_jobs input[type=submit] {
    font-size: 20px;
    height: 52px;
  }
}
.jobs-archive-wrapper .job_filters .search_jobs input[type=submit]:hover {
  background: #ec5603;
}
.jobs-archive-wrapper .job_filters .search_jobs div.search_keywords,
.jobs-archive-wrapper .job_filters .search_jobs div.search_location,
.jobs-archive-wrapper .job_filters .search_jobs div.search_submit {
  padding: 0;
}
.jobs-archive-wrapper .job_filters .search_jobs div.search_keywords,
.jobs-archive-wrapper .job_filters .search_jobs div.search_location {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .search_jobs div.search_keywords,
.jobs-archive-wrapper .job_filters .search_jobs div.search_location {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.jobs-archive-wrapper .job_types {
  background: #eeeeee;
  border: 0;
}
.jobs-archive-wrapper .bottom-form-section {
  padding: 0 15px 30px 15px;
}
@media (min-width: 992px) {
  .jobs-archive-wrapper .bottom-form-section {
    padding: 0 28px 28px 35px;
  }
}
.jobs-archive-wrapper .job_filters .job_types {
  font-size: 18px;
}
.jobs-archive-wrapper .job_filters .job_types li {
  width: 100%;
  border: 0;
  padding: 0 20px 10px 0;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .job_filters .job_types li {
    padding: 0 20px 20px 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .jobs-archive-wrapper .job_filters .job_types li {
    padding: 0 20px 0 0;
    width: auto;
  }
}
.jobs-archive-wrapper label {
  margin-bottom: 0;
}
.jobs-archive-wrapper .search_categories {
  width: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .search_categories {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.jobs-archive-wrapper .search_categories:after {
  content: "";
  width: 20px;
  height: 20px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  display: inline-block;
  right: 5px;
  font-size: 11px;
  top: 10px;
  right: 11px;
  top: 13px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.jobs-archive-wrapper .search_categories select::-ms-expand {
  display: none;
}
.jobs-archive-wrapper .search_categories select.job-manager-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 52px;
  padding: 14px;
}
.jobs-archive-wrapper .showing_jobs {
  margin-top: 20px;
}
.jobs-archive-wrapper .right-column .big-button {
  margin-bottom: 27px;
  padding: 14px;
}
.jobs-archive-wrapper .right-column .big-button i {
  width: 25px;
  font-size: 90%;
  position: relative;
  top: 1px;
}
.jobs-archive-wrapper .right-column .big-button.current {
  background: #fc7226;
}
.jobs-archive-wrapper ul.job_listings {
  border: none;
  margin: 0;
  padding: 0;
}
.jobs-archive-wrapper ul.job_listings li {
  list-style-type: none;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post {
  margin-bottom: 30px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper ul.job_listings .job-archive-post {
    margin-bottom: 0;
  }
}
.jobs-archive-wrapper ul.job_listings .job-archive-post a {
  padding: 15px 10px 20px 10px;
  box-shadow: none !important;
  border-bottom: solid 1px #dddddd;
  transition: background 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .jobs-archive-wrapper ul.job_listings .job-archive-post a {
    transition: none;
  }
}
@media (min-width: 768px) {
  .jobs-archive-wrapper ul.job_listings .job-archive-post a {
    padding: 35px 25px;
  }
}
.jobs-archive-wrapper ul.job_listings .job-archive-post.job_position_featured a {
  border-bottom: none;
  background: rgba(30, 154, 223, 0.05);
}
.jobs-archive-wrapper ul.job_listings .job-archive-post.job_position_featured a:hover, .jobs-archive-wrapper ul.job_listings .job-archive-post.job_position_featured a:focus, .jobs-archive-wrapper ul.job_listings .job-archive-post.job_position_featured a:active {
  border-bottom: none;
  background: rgba(30, 154, 223, 0.1);
}
.jobs-archive-wrapper ul.job_listings .job-archive-post h3 {
  font-size: 27px;
  line-height: 35px;
  color: #fc7226;
  margin: 0;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .date {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .info {
  margin-bottom: 22px;
  color: #222222;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .text {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .fas {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #222222;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .salary,
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .location1 {
  margin-right: 32px;
}
@media (max-width: 767.98px) {
  .jobs-archive-wrapper ul.job_listings .job-archive-post .info .salary,
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .location1 {
    padding-bottom: 5px;
  }
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .info .salary i {
  width: 22px;
  height: 22px;
  border: 2px solid #222222;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  line-height: 19px;
}
.jobs-archive-wrapper ul.job_listings .job-archive-post .main-text {
  color: #999999;
  font-size: 16px;
  line-height: 21px;
}
.jobs-archive-wrapper .featured-job-block {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .jobs-archive-wrapper .featured-job-block {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.jobs-archive-wrapper .featured-job-block i {
  margin-right: 10px;
}
.jobs-archive-wrapper .featured-job-block .text {
  font-weight: #1e9adf;
  font-weight: bold;
}
.jobs-archive-wrapper .company {
  border: solid 1px #dddddd;
  background: white;
  padding: 10px;
  float: left;
}
@media (min-width: 768px) {
  .jobs-archive-wrapper .company {
    max-width: 188px;
    margin-left: auto;
    float: none;
  }
}

.back-jobs {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .back-jobs {
    margin: 60px 0;
  }
}

.single_job_listing .intro {
  padding-top: 100px;
}
.single_job_listing p {
  margin-bottom: 20px;
}
.single_job_listing .company {
  width: auto;
  float: right;
}
.single_job_listing h2, .single_job_listing h3, .single_job_listing h4 {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .single_job_listing .job-listing-meta li {
    float: none;
    line-height: 12px;
    margin: 20px 0;
  }
  .single_job_listing .job-listing-meta li:not(.job-type) {
    padding: 0;
  }
}
.single_job_listing form.wp-job-manager-bookmarks-form {
  border: none;
  padding: 0;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .single_job_listing form.wp-job-manager-bookmarks-form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
.single_job_listing form.wp-job-manager-bookmarks-form .bookmark-notice, .single_job_listing form.wp-job-manager-bookmarks-form .remove-bookmark {
  padding: 0;
}
.single_job_listing .company {
  padding: 0;
  margin: 20px 0 0 0;
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  .single_job_listing .company {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0;
    text-align: right;
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
.single_job_listing .company .name {
  margin: 0;
  padding: 0;
  display: none;
}
.single_job_listing .company .company2 {
  padding-bottom: 0 !important;
}
.single_job_listing .company .company2 img {
  width: 200px;
  height: auto;
  float: none;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  left: auto;
  border: solid 1px #dddddd;
  padding: 20px;
}
.single_job_listing .job_description {
  margin: 15px 0 50px 0;
}

.single_job_listing a {
  font-weight: bold;
}
.single_job_listing .job-manager-single-alert-link {
  margin-top: 20px;
}

.job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button {
  background: #fc7226;
  padding: 14px 25px;
  color: white;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: border 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .job-manager-application-wrapper .application .application_button,
.single_job_listing .application .application_button {
    transition: none;
  }
}
.job-manager-application-wrapper .application .application_button:hover,
.single_job_listing .application .application_button:hover {
  border-color: #fc7226;
}
.job-manager-application-wrapper .application .job-manager-application-form input, .job-manager-application-wrapper .application .job-manager-application-form textarea,
.single_job_listing .application .job-manager-application-form input,
.single_job_listing .application .job-manager-application-form textarea {
  padding: 10px;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 18px;
  height: auto;
  line-height: 24px;
}
.job-manager-application-wrapper .application .job-manager-application-form .wp_job_manager_send_application_button,
.single_job_listing .application .job-manager-application-form .wp_job_manager_send_application_button {
  padding: 10px 20px;
  background: #fc7226;
  border: 1px solid #fc7226;
  box-shadow: none;
  color: white;
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s, border 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .job-manager-application-wrapper .application .job-manager-application-form .wp_job_manager_send_application_button,
.single_job_listing .application .job-manager-application-form .wp_job_manager_send_application_button {
    transition: none;
  }
}
.job-manager-application-wrapper .application .job-manager-application-form .wp_job_manager_send_application_button:hover,
.single_job_listing .application .job-manager-application-form .wp_job_manager_send_application_button:hover {
  background: #ec5603;
  border-color: #ec5603;
}

.job-manager-single-alert-link {
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  color: #222222;
  transition: color 300ms ease;
  background: transparent;
  border: 0;
  color: #fc7226;
}
.job-manager-single-alert-link:hover {
  color: #fc7226;
}

@media (max-width: 767.98px) {
  #job-manager-job-dashboard, #job-manager-alerts, #job-manager-bookmarks {
    overflow-x: scroll;
  }
}
#job-manager-job-dashboard .job-manager-jobs, #job-manager-job-dashboard .job-manager-alerts, #job-manager-job-dashboard .job-manager-bookmarks, #job-manager-alerts .job-manager-jobs, #job-manager-alerts .job-manager-alerts, #job-manager-alerts .job-manager-bookmarks, #job-manager-bookmarks .job-manager-jobs, #job-manager-bookmarks .job-manager-alerts, #job-manager-bookmarks .job-manager-bookmarks {
  width: 100%;
}
#job-manager-job-dashboard .job-manager-jobs th, #job-manager-job-dashboard .job-manager-alerts th, #job-manager-job-dashboard .job-manager-bookmarks th, #job-manager-alerts .job-manager-jobs th, #job-manager-alerts .job-manager-alerts th, #job-manager-alerts .job-manager-bookmarks th, #job-manager-bookmarks .job-manager-jobs th, #job-manager-bookmarks .job-manager-alerts th, #job-manager-bookmarks .job-manager-bookmarks th {
  border-bottom: 1px solid #EEEEEE;
  padding: 8px;
  text-align: left;
}
#job-manager-job-dashboard .job-manager-jobs thead th, #job-manager-job-dashboard .job-manager-alerts thead th, #job-manager-job-dashboard .job-manager-bookmarks thead th, #job-manager-alerts .job-manager-jobs thead th, #job-manager-alerts .job-manager-alerts thead th, #job-manager-alerts .job-manager-bookmarks thead th, #job-manager-bookmarks .job-manager-jobs thead th, #job-manager-bookmarks .job-manager-alerts thead th, #job-manager-bookmarks .job-manager-bookmarks thead th {
  font-size: 18px;
}
#job-manager-job-dashboard .job-manager-jobs tbody td, #job-manager-job-dashboard .job-manager-alerts tbody td, #job-manager-job-dashboard .job-manager-bookmarks tbody td, #job-manager-alerts .job-manager-jobs tbody td, #job-manager-alerts .job-manager-alerts tbody td, #job-manager-alerts .job-manager-bookmarks tbody td, #job-manager-bookmarks .job-manager-jobs tbody td, #job-manager-bookmarks .job-manager-alerts tbody td, #job-manager-bookmarks .job-manager-bookmarks tbody td {
  padding: 8px;
  text-align: left;
  font-size: 17px;
  border-bottom: 1px solid #EEEEEE;
}

.side-apply {
  display: none;
}
@media (min-width: 992px) {
  .side-apply {
    display: block;
    position: fixed;
    right: -60px;
    top: calc(50vh - 90px);
    width: 100px;
    transform: rotate(90deg);
    text-align: center;
    width: 180px;
  }
}

.application_details {
  background: #fafafa;
}

.job_application {
  margin-top: 50px;
}
.job_application .job-manager-message {
  margin-bottom: 0;
}

.page-template-about-us .small_carousel .container, .page-template-about-us .small_carousel .custom-container {
  padding-bottom: 60px;
  border-bottom: solid 2px #ddd;
}

.page-template-customers .instagram_feed .container, .page-template-customers .instagram_feed .custom-container {
  padding-top: 110px;
  border-top: solid 2px #ddd;
}

.page-template-team-page {
  background: #02254a;
}

.meet-the-team-page .top-section {
  max-width: 1054px;
  margin: auto;
  margin-bottom: 130px;
  align-items: flex-end;
  color: #fff;
}
@media (min-width: 992px) {
  .meet-the-team-page .top-section {
    padding: 0 30px;
    max-width: 1194px;
  }
}
.meet-the-team-page .top-section .whatsapp_team {
  background: #fc7226;
  border-radius: 100%;
  height: 126px;
  width: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  color: white;
  font-size: 65px;
}
.meet-the-team-page .top-section .main-text {
  color: #96a4b5;
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 1100px) {
  .meet-the-team-page .top-section .main-text {
    font-size: 24px;
    line-height: 35px;
  }
}
.meet-the-team-page h1 {
  font-size: 64px;
  line-height: 63px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .meet-the-team-page h1 {
    font-size: 74px;
    line-height: 83px;
  }
}
.meet-the-team-page.meet_the_team .team-members .boxes .team-member {
  margin-bottom: 85px;
}

.team-block .circle1 {
  border-radius: 100%;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  background: #a2a2a2;
  left: -5%;
  top: -50px;
  opacity: 0.05;
}
.team-block .circle2 {
  border-radius: 100%;
  height: 0;
  width: 33%;
  padding-bottom: 33%;
  position: absolute;
  right: -15%;
  top: 40%;
  background: #fc7226;
  opacity: 0.09;
}
.team-block .circle3 {
  border-radius: 100%;
  height: 0;
  width: 15%;
  padding-bottom: 15%;
  position: absolute;
  background: #1e9adf;
  left: 14%;
  top: 66%;
  opacity: 0.7;
}
.team-block .circle4 {
  border-radius: 100%;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
  display: block;
  position: absolute;
  right: -3%;
  bottom: -7%;
  background: #fc7226;
  opacity: 0.1;
}

.page-template-contact-us .page-inner-wrapper {
  background: white;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-template-contact-us .page-inner-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1100px) {
  .page-template-contact-us .page-inner-wrapper {
    padding: 100px 0;
  }
}
.page-template-contact-us .page-inner-wrapper h1 {
  margin-bottom: 30px;
}
.page-template-contact-us .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(2, 37, 74, 0.9);
}
.page-template-contact-us .intro {
  position: relative;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}
.page-template-contact-us .intro.bg-navy h1 {
  font-size: 90px;
  line-height: 90px;
}
.page-template-contact-us .contact-details {
  padding: 40px 0;
  width: 100%;
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .page-template-contact-us .contact-details {
    padding: 100px 0;
  }
}
.page-template-contact-us .contact-details p {
  margin-bottom: 2px;
}
.page-template-contact-us .contact-details a {
  font-weight: 400 !important;
  border: none;
}
.page-template-contact-us .contact-details a:hover {
  border: none;
  color: #1e9adf;
}
.page-template-contact-us .contact-details .info {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .page-template-contact-us .contact-details .info {
    margin-bottom: 0;
  }
}
.page-template-contact-us .contact-address {
  font-size: 22px;
  line-height: 28px;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-contact-us .contact-address {
    padding: 100px 0;
    text-align: right;
  }
}
.page-template-contact-us .address-block {
  position: relative;
  display: block;
  margin: 0 0 80px 0;
}
@media (min-width: 992px) {
  .page-template-contact-us .address-block {
    margin: 0 0 100px 0;
  }
}
@media (min-width: 992px) {
  .page-template-contact-us .address-block.left .contact-address {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .page-template-contact-us .address-block.right .contact-address {
    text-align: left;
  }
}

.contact-form-block {
  background-color: #02254a;
  color: white;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .contact-form-block {
    padding: 140px 0;
  }
}

.blog .date {
  margin: 0 0 5px 0;
  color: #999;
}
@media (min-width: 992px) {
  .blog .latest {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.blog .page-inner-wrapper {
  background: #f6f6f6;
  padding: 0;
}
.blog .news-item-1 {
  padding: 100px 0;
  background: #fff !important;
}
.blog .news-item-1 .blog-item-content h2 {
  font-size: 30px;
  line-height: 360px;
  margin: 0 0 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .blog .news-item-1 .blog-item-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.blog-item {
  padding-bottom: 60px;
  padding-top: 60px;
}
.blog-item .img-bg {
  background-color: #01152b;
}
.blog-item .thumb-img {
  border-bottom: none !important;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}
.blog-item .thumb-img:hover {
  opacity: 0.8;
}
.blog-item .blog-item-content h3 {
  color: #1e9adf;
}
.blog-item .blog-item-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 10px 0;
  width: 100%;
}
.blog-item .blog-item-content h2 a {
  border-bottom: none;
  color: #222222;
}
.blog-item .blog-item-content h2 a:hover {
  color: #fc7226;
}
@media (max-width: 767.98px) {
  .blog-item .blog-item-content p {
    font-size: 16px;
    line-height: 22px;
  }
}

.pagination {
  margin-top: 40px;
}
.pagination .nav-links .page-numbers {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px;
}
.pagination .nav-links a {
  color: #fc7226;
}
.pagination .nav-links a:hover {
  border-color: #fc7226;
}

.single-post h2, .single-post h3, .single-post h4 {
  font-size: 36px;
  line-height: 40px;
}
.single-post .date {
  color: #999;
}
.single-post .addtoany_content {
  clear: none;
}
.single-post .line-button {
  margin-top: 50px;
}
.single-post .page-inner-wrapper img {
  width: 40%;
  float: left;
  margin: 0 30px 20px 0;
}
.woocommerce-MyAccount-navigation {
  background: #01152b;
  padding: 30px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 0 0 20px 0;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fc7226;
}
.woocommerce-MyAccount-navigation ul li a {
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  display: block;
  border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fc7226;
}

.woocommerce-MyAccount-content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding-left: 50px;
    margin-top: 0;
  }
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: none;
}

.woocommerce form.login, .woocommerce form.register {
  background: #01152b;
  padding: 30px;
  border: none;
  border-radius: 0;
  margin: 20px 0 30px 0;
}
.woocommerce form.login label, .woocommerce form.register label {
  color: white;
}
.woocommerce form.login button, .woocommerce form.register button {
  border-radius: 0;
  background: #fc7226;
  border: 1px solid #fc7226;
  color: white;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 23px;
  height: auto;
  transition: color 0.3s, background 0.3s, border 0.3s;
}
@media screen and (prefers-reduced-motion: reduce) {
  .woocommerce form.login button, .woocommerce form.register button {
    transition: none;
  }
}
.woocommerce form.login button:hover, .woocommerce form.register button:hover {
  background: #ec5603;
  color: white;
  border-color: #ec5603;
}
.woocommerce form.login p, .woocommerce form.register p {
  color: white;
  font-size: 15px;
  line-height: 20px;
}
.woocommerce form.login a, .woocommerce form.register a {
  color: white;
  font-weight: 600;
}
.woocommerce form.register {
  background: #999999;
}
.woocommerce button, .woocommerce label {
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce .lost_password {
  margin-top: 20px;
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.page-template-page-sidebar .intro.bg-navy p:first-of-type {
  font-size: 20px !important;
  line-height: 26px !important;
}
.page-template-page-sidebar .sidebar-main .intro {
  padding-top: 0 !important;
}
.page-template-page-sidebar .sidebar-main .standard_text {
  padding-top: 0 !important;
}
.page-template-page-sidebar .sidebar-main form {
  margin-bottom: 50px;
}

/*******************************
LOAD FLEXIBLE CONTENT PARTIALS
*******************************/
.flexible-content.fc-margin-top {
  margin-top: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-margin-top {
    margin-top: 7.5vh;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-margin-top {
    margin-top: 100px;
  }
}
.flexible-content.fc-padding-top {
  padding-top: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-top {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-padding-top {
    padding-top: 7.5vh;
  }
}
.flexible-content.fc-padding-top-large {
  padding-top: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-top-large {
    padding-top: 7.5vh;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-padding-top-large {
    padding-top: 100px;
  }
}
.flexible-content.fc-padding-top-extra-large {
  padding-top: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-top-extra-large {
    padding-top: 7.5vh;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-padding-top-extra-large {
    padding-top: 150px;
  }
}
.flexible-content.fc-padding-top-small {
  padding-top: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-top-small {
    padding-top: 7.5vh;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-padding-top-small {
    padding-top: 50px;
  }
}
.flexible-content.fc-padding-bottom {
  padding-bottom: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .flexible-content.fc-padding-bottom {
    padding-bottom: 7.5vh;
  }
}
.flexible-content.fc-padding-bottom-large {
  padding-bottom: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-bottom-large {
    padding-bottom: 150px;
  }
}
.flexible-content.fc-padding-bottom-extra-large {
  padding-bottom: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-bottom-extra-large {
    padding-bottom: 150px;
  }
}
.flexible-content.fc-padding-bottom-small {
  padding-bottom: 7.5vh;
}
@media (min-width: 992px) {
  .flexible-content.fc-padding-bottom-small {
    padding-bottom: 50px;
  }
}
.flexible-content.header-padding-top {
  padding-top: calc(10vh + 60px);
}
@media (min-width: 992px) {
  .flexible-content.header-padding-top {
    padding-top: calc(10vh + 60px);
  }
}

.hero.not-front-page .slides {
  min-height: 450px;
}
.hero.not-front-page .slides .container, .hero.not-front-page .slides .custom-container {
  padding-bottom: 100px;
}
.hero.not-front-page .slides .container .description, .hero.not-front-page .slides .custom-container .description {
  margin-top: 20px;
  color: #999999;
  max-width: 600px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero.not-front-page .slides .container .description, .hero.not-front-page .slides .custom-container .description {
    font-size: 24px;
    line-height: 33px;
  }
}
.hero .slides {
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
}
.hero .slides .hero-title {
  font-size: 11vw;
  line-height: 15vw;
  color: #fff;
}
@media (min-width: 576px) {
  .hero .slides .hero-title {
    font-size: 10vw;
    line-height: 10vw;
  }
}
@media (min-width: 768px) {
  .hero .slides .hero-title {
    font-size: 10vw;
    line-height: 10vw;
    max-width: 75%;
  }
}
@media (min-width: 1100px) {
  .hero .slides .hero-title {
    font-size: 100px;
    line-height: 90px;
  }
}
.hero .slides .description {
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hero .slides .description {
    max-width: 652px;
  }
}
.hero .slides .container, .hero .slides .custom-container {
  max-width: 1300px;
}
@media (min-width: 1100px) {
  .hero .slides .container, .hero .slides .custom-container {
    padding-bottom: 13vh;
  }
}

@supports (-webkit-text-stroke: 1px black) {
  .hero-title {
    -webkit-text-stroke: 1px #fc7226;
    -webkit-text-fill-color: transparent;
  }
}
.intro.bg-navy {
  color: #96a4b5;
}
.intro.bg-navy p:first-of-type {
  font-size: 21px;
  line-height: 30px;
}
@media (min-width: 1100px) {
  .intro.bg-navy p:first-of-type {
    font-size: 24px;
    line-height: 35px;
  }
}
.intro.bg-navy h2, .intro.bg-navy h1 {
  font-size: 44px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .intro.bg-navy h2, .intro.bg-navy h1 {
    font-size: 53px;
    line-height: 60px;
  }
}
.intro.bg-navy h3 {
  color: white;
  margin-bottom: 15px;
  margin-top: 40px;
}
.intro.bg-navy a {
  font-weight: bold;
  color: white;
}

.standard_text strong {
  color: #fafafa;
}
.standard_text.bg-navy {
  color: #96a4b5;
}
.standard_text.bg-navy h1, .standard_text.bg-navy h2, .standard_text.bg-navy h3 {
  color: white;
  margin-bottom: 20px;
}
.standard_text.bg-navy h2, .standard_text.bg-navy h1 {
  font-size: 44px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .standard_text.bg-navy h2, .standard_text.bg-navy h1 {
    font-size: 53px;
    line-height: 63px;
  }
}
.standard_text.bg-navy h3, .standard_text.bg-navy h4, .standard_text.bg-navy h5 {
  color: #fafafa;
}
.standard_text.bg-navy a {
  font-weight: bold;
  color: white;
}
.standard_text.bg-navy .description {
  max-width: 675px;
}

.text_and_image .container, .text_and_image .custom-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .text_and_image .container, .text_and_image .custom-container {
    flex-direction: row;
  }
}
.text_and_image img.round_image {
  border-radius: 50%;
  width: 425px;
  height: auto;
}
.text_and_image .image-block a {
  border: none;
}
.text_and_image.bg-navy {
  color: #fff;
}
.text_and_image.bg-navy h3 {
  font-size: 34px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.text_and_image .description {
  line-height: 28px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.text_and_image .description a {
  color: white;
  font-weight: 700;
}
.text_and_image .circle-image {
  display: inline-block;
  border-radius: 100%;
  max-width: 293px;
  margin: auto auto 30px auto;
}
@media (min-width: 768px) {
  .text_and_image .circle-image {
    max-width: 413px;
    margin: auto;
  }
}

.call_to_action {
  background: #111111;
  color: #fff;
}
@media (min-width: 992px) {
  .call_to_action {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1400px) {
  .call_to_action {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}
.call_to_action .custom-background {
  opacity: 0.2;
}
.call_to_action .container, .call_to_action .custom-container {
  display: flex;
  flex-direction: column;
  max-width: 950px;
}
@media (min-width: 768px) {
  .call_to_action .container, .call_to_action .custom-container {
    flex-direction: row;
  }
}
.call_to_action h2 {
  font-size: 44px;
  line-height: 43px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .call_to_action h2 {
    font-size: 53px;
    line-height: 63px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .call_to_action h2 {
    font-size: 64px;
    line-height: 68px;
  }
}
.call_to_action .leftside {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .call_to_action .leftside {
    max-width: 45%;
    padding-right: 30px;
  }
}
.call_to_action .rightside {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 29px;
}
@media (min-width: 768px) {
  .call_to_action .rightside {
    max-width: 55%;
  }
}
.call_to_action .rightside .description {
  opacity: 0.85;
  font-weight: 500;
}

.meet_the_team .slick-dots {
  width: auto;
  left: auto;
  right: 0;
  bottom: 95px;
}
@media (min-width: 768px) {
  .meet_the_team .slick-dots {
    right: 7.5%;
    bottom: 13%;
    width: 38%;
    text-align: center;
  }
}
.meet_the_team .slick-next,
.meet_the_team .slick-prev {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  font-size: 0;
  position: absolute;
  display: none !important;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e9adf;
  transition: background 300ms ease;
  border: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .meet_the_team .slick-next,
.meet_the_team .slick-prev {
    right: 8px;
    right: 8px;
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .meet_the_team .slick-next,
.meet_the_team .slick-prev {
    right: -120px;
  }
}
.meet_the_team .slick-next:hover,
.meet_the_team .slick-prev:hover {
  background: #187bb2;
  transition: background 300ms ease;
}
.meet_the_team .slick-next:before,
.meet_the_team .slick-prev:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 3px;
  font-size: 27px;
  line-height: 55px;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: white;
}
.meet_the_team .slick-before {
  right: auto;
}
@media (min-width: 992px) {
  .meet_the_team .slick-before {
    left: 8px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .meet_the_team .slick-before {
    left: -120px;
  }
}
.meet_the_team .slick-before:before {
  transform: rotate(180deg);
}
.meet_the_team .circle1 {
  border-radius: 100%;
  height: 40vw;
  width: 40vw;
  position: absolute;
  background: #a2a2a2;
  left: 30%;
  top: 25%;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .meet_the_team .circle2 {
    border-radius: 100%;
    height: 0;
    width: 18%;
    padding-bottom: 18%;
    position: absolute;
    right: 40px;
    bottom: 0;
    background: #bfbfbf;
    opacity: 0.1;
  }
}
@media (min-width: 992px) {
  .meet_the_team .slick-dots {
    background: rgba(191, 191, 191, 0.1);
    width: 300px;
    height: 300px;
    line-height: 300px;
    vertical-align: middle;
    border-radius: 50%;
    bottom: 0;
  }
}
.meet_the_team .team-members {
  max-width: 1054px;
  margin: auto;
}
@media (min-width: 992px) {
  .meet_the_team .team-members {
    padding: 0 70px;
    max-width: 1194px;
  }
}
.meet_the_team .team-members .boxes {
  position: relative;
  padding-bottom: 200px;
}
.meet_the_team .team-members .boxes:focus {
  outline: none;
}
.meet_the_team .team-members .boxes .team-member {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .meet_the_team .team-members .boxes .team-member {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .meet_the_team .team-members .boxes .team-member:nth-child(odd) .inner {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .meet_the_team .team-members .boxes .team-member:nth-child(odd) .inner {
    padding-right: 42px;
  }
}
@media (min-width: 768px) {
  .meet_the_team .team-members .boxes .team-member:nth-child(even) {
    padding-left: 20px;
    transform: translate(0px, calc(50% + 100px));
  }
}
@media (min-width: 992px) {
  .meet_the_team .team-members .boxes .team-member:nth-child(even) {
    padding-left: 42px;
  }
}
@media (min-width: 768px) {
  .meet_the_team .team-members .boxes .team-member.rest-boxes:nth-child(even) {
    transform: translate(0px, 50%);
  }
}
@media (min-width: 768px) {
  .meet_the_team .team-members .team-member-2 {
    transform: translate(0px, 50%);
  }
}
.meet_the_team .team-members .team-member {
  align-self: flex-start;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .meet_the_team .team-members .team-member {
    margin-bottom: 85px;
  }
}
.meet_the_team .team-members .team-member .caption {
  position: relative;
}
.meet_the_team .team-members .team-member .caption a.linkedin {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 30px;
  transition-duration: 0s;
}
.meet_the_team .team-members .team-member .caption .linkedin:hover {
  border: 0;
  opacity: 0.5;
  border: 0;
  transition-duration: 0;
}
.meet_the_team .team-members .team-member .caption .linkedin:hover::before {
  display: none;
}
.meet_the_team .team-members .team-member .caption .position {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.meet_the_team .team-members .team-member .caption .team-name {
  margin: 27px 0 5px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.meet_the_team .team-members .team-member .caption .team-email {
  font-weight: bold;
  color: #fc7226;
}
.meet_the_team .team-members .team-member .caption .team-email:hover {
  color: white;
}
.meet_the_team .text {
  position: relative;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .meet_the_team .text {
    margin-bottom: 96px;
    margin-top: 70px;
    position: absolute;
    transform: translate(0px, -270px);
    left: 20px;
    width: calc(100% - 55px);
  }
}
@media (min-width: 992px) {
  .meet_the_team .text {
    left: 40px;
  }
}
.meet_the_team .text h3 {
  font-size: 62px;
  line-height: 63px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.meet_the_team .whatsapp {
  background: #fc7226;
  border-radius: 100%;
  height: 126px;
  width: 126px;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  bottom: 0px;
  left: 40px;
  color: white;
  font-size: 65px;
  border: none;
}
.meet_the_team .whatsapp:hover {
  background: #1e9adf;
  border: none;
}
@media (min-width: 768px) {
  .meet_the_team .whatsapp {
    position: absolute;
  }
}
@media (min-width: 992px) {
  .meet_the_team .whatsapp {
    margin-left: 80px;
    position: absolute;
  }
}
@media (min-width: 1100px) {
  .meet_the_team .whatsapp {
    margin-left: 400px;
    position: absolute;
  }
}

.job_alerts_call_to_action {
  background: #f6f6f6;
}
.job_alerts_call_to_action .inner {
  max-width: 1033px;
  justify-content: space-between;
  display: flex;
  margin: auto;
  flex-direction: column;
}
@media (min-width: 768px) {
  .job_alerts_call_to_action .inner {
    flex-direction: row;
  }
}
.job_alerts_call_to_action .inner .leftside {
  max-width: 450px;
  order: 2;
}
@media (min-width: 768px) {
  .job_alerts_call_to_action .inner .leftside {
    order: 0;
  }
}
.job_alerts_call_to_action .inner .rightside {
  max-width: 500px;
  text-align: center;
  padding-bottom: 30px;
  margin: auto;
}
@media (min-width: 768px) {
  .job_alerts_call_to_action .inner .rightside {
    text-align: left;
    padding-bottom: 0;
    padding-right: 30px;
    margin: initial;
  }
}
.job_alerts_call_to_action .inner .rightside h2 {
  font-size: 54px;
  line-height: 44px;
}
.job_alerts_call_to_action .inner .rightside h3 {
  color: #fc7226;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 20px;
}
.job_alerts_call_to_action .inner .rightside .description {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.orange_call_to_action {
  background: #fc7226;
}
.orange_call_to_action h2 {
  font-size: 64px;
  line-height: 62px;
  font-weight: bold;
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .orange_call_to_action h2 {
    font-size: 74px;
    line-height: 80px;
  }
}
.orange_call_to_action a:hover {
  opacity: 0.5;
}

.candidates_image_and_text h2 {
  color: #fff;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 25px;
}
.candidates_image_and_text img.round_image {
  border-radius: 50%;
  width: 359px;
  height: auto;
}
.candidates_image_and_text .description {
  font-size: 18px;
  line-height: 29px;
  color: rgba(150, 164, 181, 0.85);
  font-weight: 500;
  margin-bottom: 25px;
}
.candidates_image_and_text .description a {
  color: white;
  font-weight: 700;
}
.candidates_image_and_text .leftside {
  order: 2;
}
@media (min-width: 768px) {
  .candidates_image_and_text .leftside {
    order: inherit;
  }
}
.candidates_image_and_text.block-2 {
  overflow: hidden;
}
.candidates_image_and_text.block-2 .circle-wrapper {
  position: relative;
  margin: auto;
}
.candidates_image_and_text.block-2 .circle-wrapper img {
  position: relative;
  z-index: 2;
}
.candidates_image_and_text.block-2 .circle-wrapper .dark_blue_circle {
  position: absolute;
  background: #1e9adf;
  opacity: 0.161;
  bottom: -100px;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  left: -230px;
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-2 .circle-wrapper .dark_blue_circle {
    width: 450px;
    height: 450px;
    left: -250px;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-2 .circle-wrapper .dark_blue_circle {
    width: 700px;
    height: 700px;
    left: -500px;
  }
}
.candidates_image_and_text.block-3 {
  overflow: hidden;
}
.candidates_image_and_text.block-3 .circle-wrapper {
  position: relative;
  margin: auto;
}
.candidates_image_and_text.block-3 .circle-wrapper img {
  position: relative;
  z-index: 2;
  max-width: 90%;
}
.candidates_image_and_text.block-3 .circle-wrapper .magnifying {
  background: url("../images/magnifying-glass.png") no-repeat center center/contain;
  position: absolute;
  width: 50px;
  height: 50px;
  left: -24px;
  bottom: 19%;
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-3 .circle-wrapper .magnifying {
    width: 70px;
    height: 70px;
    left: -20px;
    bottom: 17%;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-3 .circle-wrapper .magnifying {
    width: 50px;
    height: 50px;
    left: -42px;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-3 .circle-wrapper .magnifying {
    width: 100px;
    height: 100px;
    left: -80px;
    bottom: 10%;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-3 .circle-wrapper .magnifying {
    width: 130px;
    height: 130px;
    left: -120px;
    bottom: 10%;
  }
}
.candidates_image_and_text.block-3 .circle-wrapper .dark_blue_circle {
  position: absolute;
  background: #1e9adf;
  opacity: 0.161;
  bottom: -30px;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  left: -230px;
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-3 .circle-wrapper .dark_blue_circle {
    width: 380px;
    height: 380px;
    left: -100px;
    bottom: -100px;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-3 .circle-wrapper .dark_blue_circle {
    width: 450px;
    height: 450px;
    left: -50px;
  }
}
.candidates_image_and_text.block-4 {
  overflow: hidden;
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-4 {
    padding: 160px 0;
  }
}
.candidates_image_and_text.block-4 .circle-wrapper {
  position: relative;
  margin: auto;
}
.candidates_image_and_text.block-4 .circle-wrapper img {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-4 .circle-wrapper img {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-4 .circle-wrapper img {
    margin-left: 0;
  }
}
.candidates_image_and_text.block-4 .circle-wrapper .lightblue_circle {
  position: absolute;
  right: -20px;
  padding-bottom: 324px;
  width: 324px;
  border-radius: 100%;
  background: #1e9adf;
  top: 50%;
  transform: translate(0px, -50%);
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-4 .circle-wrapper .lightblue_circle {
    right: 50px;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-4 .circle-wrapper .lightblue_circle {
    padding-bottom: 350px;
    width: 350px;
    right: -60px;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-4 .circle-wrapper .lightblue_circle {
    padding-bottom: 400px;
    width: 400px;
    right: -40px;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-4 .circle-wrapper .lightblue_circle {
    right: -10px;
    padding-bottom: 415px;
    width: 415px;
  }
}
.candidates_image_and_text.block-4 .circle-wrapper .dark_blue_circle {
  position: absolute;
  left: -30%;
  padding-bottom: 450px;
  width: 450px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.059;
  top: 50%;
  transform: translate(0, -50%);
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-4 .circle-wrapper .dark_blue_circle {
    left: -15%;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-4 .circle-wrapper .dark_blue_circle {
    left: -150px;
    padding-bottom: 450px;
    width: 450px;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-4 .circle-wrapper .dark_blue_circle {
    left: -120px;
    padding-bottom: 457px;
    width: 457px;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-4 .circle-wrapper .dark_blue_circle {
    left: -200px;
    padding-bottom: 555px;
    width: 555px;
  }
}
.candidates_image_and_text.block-5 {
  padding-bottom: 10vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-5 {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-5 {
    padding: 160px 0;
  }
}
.candidates_image_and_text.block-5 .leftside img {
  position: relative;
  z-index: 2;
}
.candidates_image_and_text.block-5 .leftside .circle-wrapper {
  position: relative;
  max-width: 538px;
  margin: auto;
}
.candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
  background: #fc7226;
  opacity: 0.26;
}
.candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle {
  background: #1e9adf;
  opacity: 0.15;
  z-index: 1;
}
.candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
  position: absolute;
  right: 0;
  border-radius: 100%;
  top: 50%;
  transform: translate(0px, -50%);
  padding-bottom: 350px;
  width: 350px;
  right: -20%;
}
.candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle.orange_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle.orange_circle {
  right: -64%;
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
    padding-bottom: 450px;
    width: 450px;
    right: -10%;
  }
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle.orange_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle.orange_circle {
    right: -54%;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
    padding-bottom: 400px;
    width: 400px;
    right: -20%;
  }
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle.orange_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle.orange_circle {
    right: -64%;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
    padding-bottom: 460px;
    width: 460px;
    right: -25%;
  }
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle.orange_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle.orange_circle {
    right: -64%;
  }
}
@media (min-width: 1400px) {
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle {
    padding-bottom: 600px;
    width: 600px;
    right: -180px;
  }
  .candidates_image_and_text.block-5 .leftside .circle-wrapper .dark_blue_circle.orange_circle, .candidates_image_and_text.block-5 .leftside .circle-wrapper .orange_circle.orange_circle {
    right: -450px;
  }
}
.candidates_image_and_text.block-6 {
  padding-bottom: 10vh;
  position: relative;
  overflow: hidden;
}
.candidates_image_and_text.block-6 .circle5_1 {
  border-radius: 100%;
  height: 0;
  width: 62%;
  padding-bottom: 62%;
  position: absolute;
  background: #fc7226;
  right: -10%;
  bottom: 50px;
  opacity: 0.26;
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-6 .circle5_1 {
    width: 360px;
    padding-bottom: 360px;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-6 .circle5_1 {
    width: 47%;
    padding-bottom: 47%;
    right: -20%;
    transform: translate(0, 50%);
    bottom: 50%;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-6 .circle5_1 {
    width: 380px;
    padding-bottom: 380px;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-6 .circle5_1 {
    width: 500px;
    padding-bottom: 500px;
    right: -250px;
  }
}
.candidates_image_and_text.block-6 .circle5_2 {
  border-radius: 100%;
  height: 0;
  width: 62%;
  padding-bottom: 62%;
  position: absolute;
  background: #1e9adf;
  right: 13%;
  opacity: 0.152;
  bottom: 50px;
}
@media (min-width: 576px) {
  .candidates_image_and_text.block-6 .circle5_2 {
    width: 360px;
    padding-bottom: 360px;
    right: 37%;
  }
}
@media (min-width: 768px) {
  .candidates_image_and_text.block-6 .circle5_2 {
    transform: translate(0px, 50%);
    bottom: 50%;
    width: 47%;
    padding-bottom: 47%;
    right: 1%;
  }
}
@media (min-width: 992px) {
  .candidates_image_and_text.block-6 .circle5_2 {
    width: 380px;
    padding-bottom: 380px;
  }
}
@media (min-width: 1100px) {
  .candidates_image_and_text.block-6 .circle5_2 {
    width: 500px;
    padding-bottom: 500px;
    right: 40px;
  }
}
.latest-posts h2 {
  font-size: 42px;
  line-height: 56px;
  color: #011f40;
}
.accordion-item h3{
  margin:  0;
}
.accordion-item h3 button{
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  padding: 15px 35px 15px 5px;
  border-bottom: 2px solid #96a4b5;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all ease 250ms;
  position:  relative;
}
.accordion-item h3 button span{
  margin-left: 25px;
  font-size: 22px;
  position: absolute;
  top: 27%;
  right: 10px;
}
.accordion-item h3 button i{
  transform: rotate(0deg);
  transition: all ease 200ms;  
}
.accordion-item h3:hover button{
  border-bottom: 2px solid #fff;
  transition: all ease 250ms;
}
.accordion-item .content{
  color: #96a4b5;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  padding-top: 10px;
}
.accordion-item .content a{
  color: #fff;  
}
.accordion-item.active .content{
  max-height: 9000px;
  transition: max-height 1s ease-in-out;  
}
.accordion-item.active h3 span i.fas.fa-chevron-down{
  transform: rotate(180deg);
  transition: all ease 200ms;
}
.accordion-hold{
  margin-top:  -25px;
  margin-bottom:  -75px;
}
.grecaptcha-badge{
  display:  none;
}
h3.lg-txt{
  font-size: 38px;
}
iframe html{
  background: none;
}
/*# sourceMappingURL=main.min.css.map */

.mobile-menu li.menu-item-1198 a{
    -webkit-text-stroke: 1px #fc7226 !important;
}

.mobile-menu li.menu-item-1198:hover a,
.mobile-menu li.menu-item-1198 a:hover{
  -webkit-text-fill-color: #fc7226 !important;
}
@media (max-width: 767.98px) {
  .blog .news-item-1 .blog-item-content h2{
    line-height: 38px;
  }

  .blog-item .img-bg{
    margin-top: 15px;
  }
  .single-post .page-inner-wrapper img{
    height: auto;
  }
}

ul#menu-main-menu li.highlight a{
  -webkit-text-stroke: 1px#fc7226;
  -webkit-text-fill-color: transparent;  
}

ul#menu-main-menu li.highlight a:hover{
  -webkit-text-fill-color: #fc7226;  
}

a.orange-txt-link{
  color: #fc7226 !important;
}

a.orange-txt-link:hover{
 color: #fc7226;
 border-color: #fc7226; 
}

.breadcrumb{
  margin-bottom: 35px;
}

.single-post .page-inner-wrapper{
  padding: 50px 0 100px;
}

.archive.category .page-inner-wrapper{
  background: #fff;
}

.archive.category header#site-header{
  padding: 30px 0 50px;
  background: #01152b;  
}

.archive.category .site-wrapper{
  padding-top: 120px;
}

.blog .page-inner-wrapper{
  background: #fff;
}

.top-dsk-menu{
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.dsk-menu ul#menu-main-menu-1 li{
  display: inline-block;
  margin-left: 20px;
}

.dsk-menu ul#menu-main-menu-1 li a{
  color: #fff;
}

.dsk-menu ul#menu-main-menu-1 li ul{
  display: none;
  position: absolute;
  margin-left: -5px;
  padding: 8px 18px 8px;
  background: #01152b;
  border-radius: 3px;
}

.dsk-menu ul#menu-main-menu-1 li ul li{
  display: block;
  margin-left: 0;
  padding: 7px 0;
}

.dsk-menu ul#menu-main-menu-1 li ul li a{
  font-size: 18px;
}

.dsk-menu ul#menu-main-menu-1 li.menu-item-has-children:hover ul{
  display: block;
}

.dsk-menu ul#menu-main-menu-1 li.menu-item-has-children:after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transform: rotate(180deg);
  margin-bottom: 3px;
  margin-left: 1px;
}

@media (min-width: 1100px) {
  #site-header .burger{
    display: none;
  }
  .contact-block.pad-left-40{
    padding-left: 0;
  }
}

@media (max-width: 1100px) {
  #site-header .dsk-menu{
    display: none;
  }
}


@media (max-width: 1250px) {
  #site-header .logo img{
    max-width: 250px;
  }
  #site-header .dsk-menu ul#menu-main-menu-1 li a{
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .mobile-menu .middle-bit .mobile-menu-block ul li a{
    font-size: 28px;
    line-height: 48px;
  }
  #site-header .logo img{
    max-width: 200px;
  }
}

.post-email-hold{
  background: #02254a;
  border-bottom: 3px solid #fc7226;
  padding: 35px 0;
  margin-top: 25px;
}

.post-email-hold h3{
  text-align: center;
}

.post-email-hold h3,
.post-email-hold label{
  color: #fff;
}

.single-post .page-inner-wrapper{
  padding: 50px 0 0;
}

.post-email-hold .form-hold{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.post-email-hold .form-hold label{
  margin-top: 0;
}

.post-email-hold .form-hold input{
  padding: 5px;
}

.post-email-hold .form-hold .gform_footer input{
  padding: 10px 35px;
  margin-top: 0;
}

.single-post .line-button.orange_line{
  margin-bottom: 50px;
}

.standard_text.bg-white li strong,
.standard_text.bg-white strong{
  color: #fc7226;
}

.xs-grid-hold{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 50px 0;
}

.xs-grid-item{
  width: 100%;
  display: flex;
  padding: 100px 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.xs-grid-item:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  transition: all ease 300ms;
}

.xs-grid-item h3{
  color: white;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 32px;
  line-height: 42px;
  transition: all ease 300ms;
}

.xs-grid-item:hover .link{
  color: #fc7226;
}

.xs-grid-item:hover:after{
  background: rgba(0, 0, 0, 0.6);  
  transition: all ease 300ms;
}

.xs-grid-item .link{
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: white;
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: 10px;
}

ul#menu-main-menu li.football-link a{
  -webkit-text-stroke: 1px #3379eb;
  -webkit-text-fill-color: transparent;  
}

ul#menu-main-menu li.football-link a:hover{
  -webkit-text-fill-color: #3379eb;  
}

.flexible-content-container .drivers{
  display: flex;
  width: 100%;
}

.flexible-content-container .drivers .driver-item{
  flex: 1 0 50%;
  padding: 150px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.flexible-content-container .drivers .driver-item:after{
  content: '';
  display: block;
  background: #01152b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.7;
}

.flexible-content-container .drivers .driver-item .content{
  position: relative;
  z-index: 5;
  color: #fff;
}

.flexible-content-container .drivers .driver-item .content h2{
  font-size: 68px;
  line-height: 68px;
}

.flexible-content-container .drivers .driver-item .content a{
  padding: 15px 60px;
  background: #fc7226;
  border: 1px solid #fc7226;
  box-shadow: none;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 30px;
  transition: background 0.3s, border 0.3s;
}

.flexible-content-container .drivers .driver-item .content a:hover{
  background: #ec5603;
  border-color: #ec5603;
}

.tfd-sector-hold{
  padding: 100px 0;
}

.tfd-sectors{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}

.tfd-sectors .sector-item img{
  width: 100%;
  max-width: 70px;
  max-height: 70px;
  margin: 10px 0;
}

h2.sector-heading{
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-size: 52px;
}

.ginput_container_consent{
  display: flex;
  align-items: center;
}

.ginput_container_consent label{
  margin: 0 0 0 10px;
}

p.gform_required_legend{
  display: none;
}

body .gform_wrapper.gravity-theme .gfield_label{
  font-size: 18px;
  font-weight: 500;
}

table.tbl{
  width: 100%;
}

table.tbl tr{
  border-bottom: 1px solid #fff;
}

table.tbl tr td{
  padding: 10px 0;
}

html, body{
  overflow-x: hidden;
}

.job-listing-modern{
  padding-right: 75px;
}

.job-listing-modern .job-listing-item{
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.job-listing-modern h2{
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0;
}

.job-listing-modern h2 a{
  color: #fff;
}

.job-listing-modern .post-excerpt p{
  color: #fff;
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 5px;
}

.job-listing-modern ul.job-listing-meta{
  margin: 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  max-width: 700px;
}

.job-listing-modern ul.job-listing-meta li{
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.job-listing-modern ul.job-listing-meta li.job-type:before{
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fc7226' d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;

}

.job-listing-modern ul.job-listing-meta li.location:before{
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23fc7226' d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.job-listing-modern ul.job-listing-meta li.date-posted:before{
  content: "";
  width: 13px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z' fill='%23fc7226'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.job-listing-modern ul.job-listing-meta li.xs-pay:before{
  content: "";
  width: 13px;
  height: 15px;
  display: inline-block;
  margin-right: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z' fill='%23fc7226'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

li.xs-pay span{
  margin-left: 3px;
}

.job-filter-box{
  background: #01152b;
  border-radius: 3px;
  padding: 25px;
  color: #fff;
  margin-left: 35px;
  margin-bottom: 35px;
}

.job-filter-box h3{
  margin-bottom: 10px;
}

.job-filter-box .facetwp-facet{
  font-size: 17px;
  margin: 0;
}

.job-listing-data{
  padding-right: 50px;
}

button.facetwp-load-more,
input.facetwp-slider-reset{
  padding: 12px 40px;
  background: #fc7226;
  border: 1px solid #fc7226;
  box-shadow: none;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 30px;
  transition: background 0.3s, border 0.3s;  
}

input.facetwp-slider-reset{
  padding: 8px 30px;
}

.job-search input.facetwp-search{
  border: none;
  box-shadow: none;
  padding: 10px 15px;
  border-radius: 3px;
  margin-top: 25px;
  display: block;
}

.job-search{
  width: 100%;
  margin: 60px 0;
}

.job-search span.facetwp-input-wrap,
.job-search span.facetwp-input-wrap input{
  width: 100%;
  min-width: 100%;
  max-width: 700px;
}

body.single-job_listing a.back-jobs{
  display: none;
}

body.single-job_listing input.gform_button{
  margin-top: 0;
}

body.single-job_listing ul.job-listing-meta{
  display: flex;
  align-items: center;
}

body.single-job_listing ul.job-listing-meta li,
body.single-job_listing ul.job-listing-meta li.job-type{
  font-size: 16px;
  color: #000;
  background-color: transparent;
}

.single-job-application{
  border-radius: 15px;
  background: #f5f5f5;
  padding: 30px 50px;
  color: #333;
  margin: 35px 0;
}

.single-job-application h2{
  font-size: 28px;
  line-height: 38px;
  margin: 10px 0 0 0;
}

.single-job-application .gform_footer{
  margin-top: 0 !important;
  padding: 0 !important;
}

body.single-job_listin .col-12{
  margin-left: 8.3333333333% !important;
  max-width: 83.3333333333% !important;
  flex: 0 0 83.3333333333% !important;
}

.col-12 .job-filter-box:nth-child(1){
  margin-top: 55px;
}

@media (max-width: 991px) {
  .job-filter-box{
    margin-left: 0;
  }
}

@media (max-width: 800px) {
  ul.job-listing-meta{
    flex-wrap: wrap;
  }
  ul.job-listing-meta li{
    width: 100%;
  }
}

.single_job_listing ul.job-listing-meta{
  margin: 30px 0;
}

.single_job_listing ul.job-listing-meta li:first-child{
  padding-left: 0;
}

body.page-template-jobs-alerts .right-column{
  display: none !important;
}


.page-template-contact-us h2 {
  font-size: 26px!important;
  line-height: 0px!important;
}
.single-post-new {
  width: 100% !important;
  float: left;
  margin: 0 30px 20px 0;
}

.postid-1121 .page-inner-wrapper img {
  width: 100%;
  float: left;
  margin: 0 30px 20px 0;
}

.postid-1150 .page-inner-wrapper img {
  width: 100%;
  float: left;
  margin: 0 30px 20px 0;
}
.single-post .page-inner-wrapper img{ width: 100%;
  float: left;
  margin: 0 30px 20px 0;}

.postid-1204 .page-inner-wrapper img, .postid-1214 .page-inner-wrapper img, .postid-1222 .page-inner-wrapper img, .postid-1228 .page-inner-wrapper img, .postid-1248 .page-inner-wrapper img, .postid-1284 .page-inner-wrapper img, .postid-1291 .page-inner-wrapper img, .postid-1301 .page-inner-wrapper img, .postid-1321 .page-inner-wrapper img, .postid-1378 .page-inner-wrapper img, .postid-1389 .page-inner-wrapper img, .postid-1414 .page-inner-wrapper img, .postid-1442 .page-inner-wrapper img, .postid-1482 .page-inner-wrapper img, .postid-1495 .page-inner-wrapper img, .postid-1537 .page-inner-wrapper img, .postid-1550 .page-inner-wrapper img, .postid-1554 .page-inner-wrapper img, .postid-1558 .page-inner-wrapper img, .postid-1564 .page-inner-wrapper img, .postid-1592 .page-inner-wrapper img, .postid-1658 .page-inner-wrapper img, .postid-1671 .page-inner-wrapper img, .postid-1690 .page-inner-wrapper img, .postid-1693 .page-inner-wrapper img, .postid-1697 .page-inner-wrapper img, .postid-1702 .page-inner-wrapper img, .postid-1710 .page-inner-wrapper img,  .postid-1726 .page-inner-wrapper img, .postid-1747 .page-inner-wrapper img, .postid-1763 .page-inner-wrapper img, .postid-1784 .page-inner-wrapper img, .postid-1790 .page-inner-wrapper img, .postid-1794 .page-inner-wrapper img, .postid-1800 .page-inner-wrapper img, .postid-1805 .page-inner-wrapper img, .postid-1813 .page-inner-wrapper img, .postid-1837 .page-inner-wrapper img, .postid-1843 .page-inner-wrapper img, .postid-1849 .page-inner-wrapper img, .postid-1853 .page-inner-wrapper img, .postid-1877 .page-inner-wrapper img, .postid-1905 .page-inner-wrapper img, .postid-1909 .page-inner-wrapper img, .postid-1914 .page-inner-wrapper img, .postid-1924 .page-inner-wrapper img, .postid-1929 .page-inner-wrapper img, .postid-1934 .page-inner-wrapper img, .postid-1947 .page-inner-wrapper img, .postid-1954 .page-inner-wrapper img, .postid-1960 .page-inner-wrapper img  {
  width: 100%;
  float: left;
  margin: 0 30px 20px 0;
}

@media only screen and (max-width : 468px) { 

.postid-1248 .vector {
  width: 100%;
  float: left;
  height: 200px!important;
  margin: 0 30px 20px 0;
}

}

@media only screen and (max-width : 812px) { 
  .postid-1248 .vector {
    width: 100%;
    float: left;
    height: 240px!important;
    margin: 0 30px 20px 0;
  }
}

.hills-banner .msg-hold{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

@media only screen and (max-width : 812px) { 
  .hills-banner .msg-hold{
    display: block;
    padding-top: 50px;
  }
  .hills-banner .msg-hold img{
    margin: 0 auto 25px;
    display: block;
  }
  .hills-banner .msg-hold a{
    display: block;
    text-align: center;
    line-height: 2.5rem;
  }
  section.standard_text{
    padding: 0 15px;
  }
}

.hills-banner .msg-hold a{
  font-size: 1.75rem;
  margin-left: 50px;
}

.tfd-search-container{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  width: 98%;
  border-radius: 5px;
  overflow: hidden;
  z-index: 5;
  max-width: 1300px;
  margin: 0 auto;
}

.tfd-search-inputs{
  background: #fff;
  display: flex;
  align-items: center;
}

.tfd-search-inputs .facetwp-facet{
  margin-bottom: 0;
}

.tfd-search-inputs .facetwp-facet input{
  padding: 22px;
  border: none;
  outline: none;
  font-weight: 600;
}

.tfd-search-inputs button{
  padding: 25px 65px;
  background: #fc7226;
  border: 1px solid #fc7226;
  box-shadow: none;
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  transition: background 0.3s, border 0.3s;
  margin-left: 15px;
  cursor: pointer;
}

.tfd-search-inputs button:hover{
  background: #ec5603;
}


.tfd-search-inputs .facetwp-facet-search_copy,
.tfd-search-inputs .facetwp-facet-search_copy input,
.tfd-search-inputs .facetwp-facet-search_copy .facetwp-input-wrap{
  width: 100%;
}

.tfd-search-inputs .facetwp-facet-job_locations_drop select{
  padding: 24px 40px 24px 10px;
  border: none;
  margin-left: 10px;
  min-width: 250px;
  font-weight: 600;
  color: #757575;
}

.tfd-search-inputs .facetwp-facet-job_locations_drop select option{
  color: #757575;
}

.tfd-home-hero .slides{
  align-items: center;
  position: relative;
}

@media only screen and (max-width : 812px) { 
  .tfd-search-inputs .facetwp-facet-job_locations_drop select{
    display: none;
  }
}

@media only screen and (max-width : 700px) {
  .tfd-search-inputs .facetwp-facet-job_locations_drop select{
    display: block;
    width: 100%;
    margin: 0;
  }
  .tfd-search-inputs{
    display: block;
  }
  .tfd-search-inputs button{
    display: block;
    width: 100%;
    margin: 0;
  }
}

#job-manager-job-alerts a.button{
  background-color: transparent;
}

.um-form{
  margin: 200px 0 100px;
}

.um-form label,
.um-form span.um-field-checkbox-option,
.um-form a.um-link-alt{
  color: #fff !important;
}

a.job-alerts-btn{
  margin: 10px 0 20px 35px;
  display: inline-block;
  background: #fc7226;
  color: #fff;
  padding: 7px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

a.job-alerts-btn:hover{
  border: none;
}

a.hills-job-btn{
  background: #e30613;
}

.meet_the_team .text-inner{
  margin-top: -80px;
}

.meet_the_team .text-inner p{
  color: #96a4b5;
}

body.page-id-485 .standard_text.bg-navy h2{
  font-size: 38px;
  margin-bottom: 5px;
}

.accordion-hold.no-mg{
  margin-bottom: 0;
}

.facetwp-facet-search_blog{
  margin-top: 75px;
  margin-bottom: 0 !important;
  display: flex;
  justify-content: flex-end;
  padding-right: 115px;
}

.facetwp-facet-search_blog span.facetwp-input-wrap{
  display: block;
  width: 100%;
  max-width: 500px;
}

.facetwp-facet-search_blog span.facetwp-input-wrap input{
  border: 1px solid #02254a;
  padding: 15px 55px 15px 15px;
  width: 100%;
}

.facetwp-facet-search_blog .facetwp-icon{
  right: 15px;
}

.news-item-1{
  padding-top: 35px !important;
}

.facetwp-facet-pagination{
  text-align: center;
}

header#site-header{
  padding-top: 125px !important;
}

@media (max-width: 768px) {
  .cmd-global-notice{
    display: none !important;
  }
  header#site-header{
    padding-top: 45px !important;
  }
  a.header-linkedin{
    display: none;
  }
  .flexible-content-container .drivers{
    display: block;
  }
}


body.parent-pageid-379  table tr td{
  border: 1px solid #dcd7ca;
  padding: 3px 10px;
}

body.parent-pageid-379 table {
  margin: 15px 0;
}

body.page-id-3800 .hero .slides .container h1.hero-title,
body.parent-pageid-379 .hero .slides .container h1.hero-title{
  font-size: 68px;
  line-height: 78px;
}

body.parent-pageid-379 .page-inner-wrapper .intro .col-xl-7 h2{
  font-size: 42px;
  line-height: 58px;
}

.gfield.hills-only{
  display: none;
}

.single_job_listing.hillsJob .gfield.hills-only{
  display: block;
  margin-bottom: 25px;
}

.address-block > .row{
  align-items: center;
}

body.page-id-2777 .address-block,
body.page-id-2770 .address-block,
body.page-id-3056 .address-block,
body.page-id-2106 .address-block{
  margin-top: 100px;
}

body.single-post .intro h1,
body.single-job_listing .intro h1{
  margin-top: 100px;
}

.sector-landing-page-template .hero .slides h1.hero-title{
  font-size: 58px;
}

.sector-landing-page-template .hero.not-front-page .slides .container .description, .sector-landing-page-template .hero.not-front-page .slides .custom-container .description{
  color: #fff;
  max-width: 800px;
}

.sector-landing-page-template .text_and_image{
  padding: 100px 0;
}

.sector-landing-page-template .text_and_image img.round_image{
  border-radius: 10px;
}

.sector-landing-page-template .d-flex.buttons{
  margin-top: 50px;
}

p.hero-subheading{
  color: #ffff;
  font-size: 24px;
  margin-top: 30px;
  max-width: 65%;
}

.hero-btn-grp{
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.hero-btn-grp .tfd-col{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 25px;
  gap: 20px;
}

.hero-btn-grp .tfd-col:first-child{
  border-right: 2px solid #fff;
  padding-right: 35px;
}

.hero-btn-grp .tfd-col:last-child{
  padding-left: 35px;
}

.hero-btn-grp .btn-hold p{
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.hero-btn-grp .btn-hold a{
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  transition: all ease 350ms;
}

.hero-btn-grp .btn-hold a:hover{
  transition: all ease 350ms;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.hero-btn-grp .btn-hold a.hero-primary{
  border-color: #fc7226;
  background: #fc7226;
}

.hero-btn-grp .btn-hold a.hero-primary:hover{
  border-color: #D85C18;
  background: #D85C18;
}

@media only screen and (max-width : 799px) {
  .home .hero .slides{
    min-height: 1050px;
  }
  .hero-btn-grp{
    display: block;
  }
  .hero-btn-grp .tfd-col:last-child{
    padding-left: 0;
  }
  .hero-btn-grp .tfd-col:first-child{
    border: none;
    padding-right: 0;
  }
  p.hero-subheading{
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 22px;
  }
  .hero-btn-grp .tfd-col{
    justify-content: center;
    margin-bottom: 15px;
  }
  .tfd-search-container{
    width: 95%;
  }
}

@media only screen and (max-width: 1099px) {
  ul#menu-main-menu > li:nth-child(3) a{
    -webkit-text-stroke: 1px #fc7226;
  }
}

body.page-id-3003 .page-inner-wrapper .col-lg-8{
  max-width: 60%;
}

@media only screen and (max-width: 991px) {
  body.page-id-3003 .page-inner-wrapper .col-lg-8{
    max-width: 100%;
  }

  body.page-id-3003 .job-listing-modern{
    padding-right: 0px;
  }
}

body.page-id-3003 .job-search input.facetwp-search{
  box-sizing: border-box;
}


.block-new-hero{
  width: 100%;
  min-height: 600px;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-bottom: 3px solid #fc7226;
}

.block-new-hero:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.block-new-hero .content-area{
  position: relative;
  z-index: 5;
  padding-top: 200px;
  padding-bottom: 100px;
  width: 100%;
  max-width: 950px;
  text-align: center;
}

.block-new-hero .content-area h1{
  font-size: 68px;
  line-height: 78px;
  color: #fff;
}

.block-new-hero .content-area .btn-group{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 20px;
}

a.cmd-new-btn{
  border-radius: 40px;
  padding: 10px 60px 9px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  transition: all ease 300ms;
}

a.cmd-new-btn.cmd-blue-btn{
  background: #36A4DE;
  border: 2px solid #36A4DE;
}

a.cmd-new-btn.cmd-blue-btn:hover{
  background: rgba(54, 164, 222, 0.35);
}

a.cmd-new-btn.cmd-orange-btn{
  background: #fc7226;
  border: 2px solid #fc7226;
}

a.cmd-new-btn.cmd-orange-btn:hover{
  background: rgba(222, 123, 46, 0.35);
}

.block-new-introduction-txt{
  background: #0C2744;
  color: #fff;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.block-new-introduction-txt.bubble-top:after{
  content: '';
  display: block;
  background: #18324D;
  border-radius: 50%;
  width: 790px;
  height: 900px;
  transform: rotate(-15deg);
  position: absolute;
  top: -100px;
  right: -170px;
  z-index: 0;
}

.block-new-introduction-txt.bubble-bottom:after{
  content: '';
  display: block;
  background: #18324D;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -50px;
  left: -280px;
  z-index: 0;
}

.block-new-introduction-txt .content-hold{
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;  
}

.block-new-introduction-txt .content-hold .text-area{
  width: 50%;
}

.block-new-introduction-txt .content-hold .media-area{
  width: 50%;
  padding-top: 120px;
  position: relative;
  z-index: 2;  
}

.block-new-introduction-txt .content-hold .media-area img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.block-new-introduction-txt .content-hold h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
}

.block-new-introduction-txt .content-hold h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin-top: 25px;
}

.block-landing-form{
  background: #0C2744;
}

.block-landing-form .lg-form .gform-holder{
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 35px;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}

.block-landing-form.inline-form.force-inline-fields form{
  max-width: 100%;
}

.block-landing-form.inline-form.force-inline-fields .gform_fields{
  display: flex;
  align-items: center;
  justify-content: space-between;  
}

.block-landing-form.inline-form.force-inline-fields .gform-holder h3{
  padding-left: 5px;
}

.block-landing-form.inline-form.force-inline-fields .gfield_description{
  display: none !important;
}

.block-landing-form.inline-form.force-inline-fields form{
  padding: 15px 15px 25px;
}

.block-landing-form .lg-form .gform-holder h3{
  color: #0C2744;
  font-size: 40px;
  line-height: 44px;
  width: 100%;
  max-width: 570px;
  font-weight: 800;
  position: relative;
}

.block-landing-form .lg-form .gform-holder h3:after{
  content: '';
  display: block;
  width: 90px;
  height: 5px;
  background: #fc7226;
  margin-top: 15px;
}

.block-landing-form .lg-form .gform-holder label{
  color: #0C2744;
  font-weight: 600;
}

.block-landing-form .lg-form .gform-holder input,
.block-landing-form .lg-form .gform-holder textarea{
  background: #0C2744;
  border: none;
  border-radius: 8px;
  color: #fff;
}

.block-landing-form.inline-form{
  background: #36A4DE;
  padding: 25px 0;
}

.block-landing-form.inline-form h3{
  color: #fff;
  margin-bottom: -10px;
  margin-left: 5px;
}

.block-landing-form.inline-form form{
  display: flex;
  background: #fff;
  border-radius: 50px;
  border: 5px solid #fff;  
  justify-content: space-between;
  max-width: 700px;
}

.block-landing-form.inline-form form label{
  display: none !important;
}

.block-landing-form.inline-form form .gform_body{
  display: block;
  width: 100%;
}

.block-landing-form.inline-form.force-inline-fields form .gform_body .gfield{
  width: 100%;
}

.block-landing-form.inline-form form .gform_body input{
  min-width: 400px;
  border: none;
  border-radius: 25px;
  padding: 13px 20px !important;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}

.block-landing-form.inline-form.force-inline-fields form .gform_body input{
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  min-width: auto;
}

.block-landing-form.inline-form.force-inline-fields form .gform_body select{
  border-radius: 25px;
  padding: 13px 20px !important;
  font-size: 16px;
  font-weight: 600;  
}

.block-landing-form.inline-form.force-inline-fields form label{
  display: block !important;
  margin: 0;
  padding-left: 15px;
  padding-bottom: 0px;  
}

.block-landing-form.inline-form.force-inline-fields form{
  gap: 20px;
}

.block-landing-form.inline-form form .gform_footer{
  margin: 0 !important;
  padding: 0 !important;
}

.block-landing-form.inline-form form .gform_footer input{
  margin: 0 !important;
}

.form-container.lg-form .gform-holder input#gform_submit_button_2{
  background: #fc7226;
  border-radius: 35px;
  padding: 12px 50px;
  margin-top: 0;
}

.block-roles{
  background: #03111E;
  padding: 150px 0 100px;
  z-index: 0;
  position: relative;  
}

.block-roles h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
  color: #fff;  
}

.block-roles .roles-container h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin-top: 25px;
}

.block-roles ul{
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.block-roles ul li{
  list-style: none;
  color: #fff;
  background: #25323E;
  padding: 15px;
}

.block-roles a.roles-btn{
  background: #fc7226;
  border-radius: 35px;
  padding: 9px 115px 9px 30px;
  margin-top: 45px;
  color: #fff;
  display: inline-block;
  position: relative;
}

.block-roles a.roles-btn:after{
  content: '';
  display: block;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('../images/new-left-arrow.svg');
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  right: 25px;
  top: 15px;
}

.block-why-we-are-different{
  background: #0C2744;
}

.block-why-we-are-different{
  padding: 100px 0;
}

.block-why-we-are-different h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
  color: #fff;   
}

.block-why-we-are-different h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin-top: 25px; 
}

.block-why-we-are-different .different-grid{
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.block-why-we-are-different .different-grid .item{
  background: #03111E;
  border-radius: 20px;
}

.block-why-we-are-different .different-grid .item-media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.block-why-we-are-different .different-grid .item-content{
  color: #fff;
  padding: 30px 25px 25px 25px;
}

.block-recruiter-cta{
  background: #0C2744;
  padding: 75px 0;
}

.block-recruiter-cta .recruiter-cta-content{
  background: #2E455E;
  border-radius: 25px;
  display: flex;
  padding: 55px;
  gap: 50px;
}

.block-recruiter-cta .recruiter-cta-content .col:nth-child(1){
  width: 40%;
}

.block-recruiter-cta .recruiter-cta-content .col:nth-child(2){
  width: 60%;
}

.block-recruiter-cta .recruiter-media img{
  width: 90%;
  height: auto;
  display: block;
  margin-top: -100px;
  position: absolute;
  bottom: -55px;
}

.block-recruiter-cta .recruiter-cta-content h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
  color: #fff;   
}

.block-recruiter-cta .recruiter-cta-content h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin-top: 20px;
}

.landing-container{
  max-width: 1280px;
}

.block-recruiter-cta p.recruiter-name{
  color: #fff;
  font-weight: 800;
  font-size: 38px;
}

.block-recruiter-cta p.recruiter-title{
  color: #fff;
  font-weight: 500;
  font-size: 28px;
}

.social-wrp{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.social-icon{
  width: 100%;
  max-width: 50px;
  height: auto;
  display: block;
}

.block-landing-testimonial{
  background: #0C2744;
  padding: 75px 0;
}

.block-landing-testimonial h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
  color: #fff;
  text-align: center;
}

.block-landing-testimonial h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin: 20px auto;
}

.testimonial-item{
  background: #03111E;
  color: #fff;
  border-radius: 20px;
  padding: 35px 45px;
}

.testimonial-item p{
  font-size: 16px;
  line-height: 22px;
}

.testimonial-item p.client-name{
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;;
}

.testimonial-item p.client-name:before{
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #fc7226;
  margin-bottom: 25px;
}

.block-landing-testimonial .slick-list{
  margin: 0 45px;
}

.block-landing-testimonial .slick-slide{
  opacity: 1;
  transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  margin: 0 -50px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.block-landing-testimonial .slick-slide:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -55px;
  right: -25px;
  background-image: url('../images/quote-mark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 230px;
  height: 230px;
}

.block-landing-testimonial .slick-current + .slick-active{
  transition: transform 0.3s, opacity 0.3s;
  opacity: 1;
  transform: scale(1);
  z-index: 5;
  position: relative;
}

.block-landing-testimonial button.slick-arrow{
  border: none;
  background: none;
  background-image: url('../images/new-left-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  z-index: 5;  
}

.block-landing-testimonial button.slick-arrow.arrow-next{
  transform: rotate(180deg);
  right: 0;
}

.candidate-block{
  background: #03111E;
  padding: 75px 0; 
}

.candidate-block .candidate-container{
  max-width: 1280px;
  padding:0 15px;
}

.candidate-block h2{
  font-size: 52px;
  line-height: 62px;
  position: relative;
  color: #fff;  
}

.candidate-block h2:after{
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: #fc7226;
  margin: 20px 0; 
}

.candidate-block .candidate-items{
  background: #0C2744;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.candidate-block .candidate-items.even-item{
  grid-template-columns: 60% 40%;
}

.candidate-block .candidate-items:nth-child(odd) .col.content-hold{
  order: 1;
}

.candidate-block .candidate-items:nth-child(odd) .col.media{
  order: 2;
}

.candidate-block .candidate-items .col{
  padding: 0;
}

.candidate-block .candidate-items .media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.candidate-block .candidate-items .content-hold{
  padding: 20px 25px;
}

.candidate-block .candidate-items .content-hold h4{
  color: #fff;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 10px;
}

.candidate-block .candidate-items .content-hold ul.meta{
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.candidate-block .candidate-items .content-hold ul.meta li{
  list-style: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  border-radius: 30px;
  padding: 5px 14px 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.candidate-block .candidate-items .content-hold ul.meta li svg{
  width: 12px;
}

.candidate-block .candidate-items .content-hold ul.meta li.work-type{
  padding: 6px 14px 7px;
}

.candidate-block .candidate-items .content-hold ul.meta li.work-type svg{
  width: 14px;
}

.candidate-block .candidate-items .content-hold ul.meta li svg path{
  fill: #fff;
}

.candidate-block .candidate-items .content-hold ul.meta li.location{
  background: #fc7226;
}

.candidate-block .candidate-items .content-hold ul.meta li.work-type{
  background: #03111E;
}

.candidate-block .candidate-items .content-hold .content{
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}

.candidate-block .candidate-items .content-hold .content p{
  margin-bottom: 2px;
}

.candidate-block .candidate-items .content-hold .content ul{
  padding: 0 0 0 13px;
}

.candidate-block .candidate-items .content-hold .content ul li{
  line-height: 24px;
}

.candidate-block .candidate-items .content-hold a.candidate-btn{
  background: #36A4DE;
  border: 2px solid #36A4DE;
  color: #fff;
  border-radius: 40px;
  padding: 5px 30px 4px;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  transition: all ease 300ms;  
}

.candidate-block .candidate-items .content-hold a.candidate-btn:hover{
  background: rgba(54, 164, 222, 0.35);
  transition: all ease 300ms;
}

@media only screen and (max-width : 876px) {
  .block-new-introduction-txt .content-hold{
    flex-wrap: wrap;
  }
  .block-new-introduction-txt .content-hold .media-area,
  .block-new-introduction-txt .content-hold .text-area{
    width: 100%; 
    text-align: center;
  }
  .block-new-introduction-txt .content-hold .media-area{
    order: 1;
    padding-top: 0;
  }
  .block-new-introduction-txt .content-hold .media-area img{
    max-width: 600px;
    padding: 0 25px;
    margin: 0 auto;
  }
  .block-new-introduction-txt .content-hold .text-area{
    order: 2;
    padding-bottom: 50px;
  }
  .block-new-introduction-txt .content-hold h2:after{
    margin: 20px auto;
  }
  .candidate-block h2{
    text-align: center;
    margin-bottom: 50px;
  }
  .candidate-block h2:after{
    margin: 20px auto;
  }
  .candidate-block .candidate-items{
    display: block;
  }
  .block-new-hero .content-area h1{
    font-size: 54px;
    line-height: 66px;    
  }
  .block-new-hero .btn-group{
    flex-wrap: wrap;
  }
  .block-roles ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
  .block-why-we-are-different .different-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;    
  }
  .block-recruiter-cta .recruiter-cta-content{
    display: block;
  }
  .block-recruiter-cta .recruiter-cta-content .recruiter-media{
    display: none;
  }
  .block-recruiter-cta .recruiter-cta-content .col:nth-child(2){
    width: 100%;
  }
  .block-recruiter-cta .recruiter-cta-content h2{
    margin-bottom: 35px;
  }
  .block-recruiter-cta p.recruiter-name{
    font-size: 34px;
  }
}

body.page-id-7566 .block-landing-form{
  padding: 100px 0;
}

.grid-block .grid-hold{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 75px;
}

.grid-block .grid-img{
  display: block;
  height: 250px;
}

.grid-block .grid-hold img{
  width: auto;
  height: auto;
  max-height: 250px;
  margin: 0 auto;
  display: block;
}

.grid-block .grid-hold h2{
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.grid-block .grid-hold p{
  color: #fff;
  text-align: center;
  margin: 0;
}

.grid-block .grid-hold .grid-link{
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width : 999px) {
  .grid-block .grid-hold{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width : 769px) {
  .grid-block .grid-hold{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


.tfd-m-b-25{
  margin-bottom: 25px;
}

.gfield_radio label.gform-field-label{
  margin-top: 0 !important;
}

body.page-id-9552 .gfield--type-text,
body.page-id-9552 #field_20_9{
  margin-bottom: 15px !important;
}

body.page-id-9552 .hero .slides .hero-title{
  font-size: 78px;
}

a.side-apply{
  display: none;
}

.cmd-global-notice{
  position: relative;
  background: #02254a;
  border-bottom: 3px solid #fc7226;
  color: #fff;
  font-size: 17px;
  display: none;
  z-index: 13;
}

.cmd-global-notice .cmd-notice-inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}

.cmd-global-notice p{
  margin: 0;
  text-align: left;
  flex: 1;
  padding-right: 20px;
}

.cmd-notice-close{
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.cmd-notice-closed header#site-header{
  padding-top: 0 !important;
}

body.admin-bar.cmd-notice-closed header#site-header{
  padding-top: 32px !important;
}

 