@charset "UTF-8";
/** Variables **/
/** Fonts **/
/** Colors **/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(14, 17, 22, 0);
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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: #3c4ec2;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2a3788;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 {
  overflow: hidden;
  vertical-align: middle;
}

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafffd;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fafffd;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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-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%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.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%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
}
.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: 1200px) {
  .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 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;
  }
}
.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: 1200px) {
  .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;
  }
}
.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%;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fafffd !important;
}

.text-primary {
  color: #3c4ec2 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2a3788 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #5dcb5d !important;
}

a.text-success:hover, a.text-success:focus {
  color: #35a635 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(14, 17, 22, 0.5) !important;
}

.text-white-50 {
  color: rgba(250, 255, 253, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/** Base Styles **/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/*

Usage:

@include placeholder {
    color: rgba($white, .8);
}

*/
/** Base Typography **/
body {
  color: #0e1116;
  font-family: "Roboto Flex", sans-serif;
}

a,
a:visited {
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}

a,
a:link,
a:hover,
input[type=submit],
input[type=submit]:hover,
.transition,
form .select .select-options li,
form .select .select-styled::before,
form .select .select-styled,
form input[type=radio] + label::before,
form input[type=radio] + label::after,
form input[type=checkbox] + label::before,
form input[type=checkbox] + label::after,
.transition:hover {
  transition: all 0.3s ease;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.no-select, form .select .select-options li, form input[type=radio] + label, form input[type=checkbox] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animation-target {
  position: relative;
  opacity: 0;
  bottom: -30px;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}

.animated {
  opacity: 1;
  bottom: 0;
}

.small {
  width: 66.666%;
  margin: 0 auto;
}

.half {
  width: 50%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .small,
  .half {
    width: 100%;
  }
}
h6, h5, h4, h3, h2, h1 {
  font-family: "Instrument Sans", sans-serif;
}

h1 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h1.white {
  color: #fafffd;
}
h1.black {
  color: #0e1116;
}
h1.green {
  color: #5dcb5d;
}
h1.body {
  font-family: "Roboto Flex", sans-serif;
}

h2 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h2.white {
  color: #fafffd;
}
h2.black {
  color: #0e1116;
}
h2.green {
  color: #5dcb5d;
}
h2.body {
  font-family: "Roboto Flex", sans-serif;
}

h3 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h3.white {
  color: #fafffd;
}
h3.black {
  color: #0e1116;
}
h3.green {
  color: #5dcb5d;
}
h3.body {
  font-family: "Roboto Flex", sans-serif;
}

h4 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h4.white {
  color: #fafffd;
}
h4.black {
  color: #0e1116;
}
h4.green {
  color: #5dcb5d;
}
h4.body {
  font-family: "Roboto Flex", sans-serif;
}

h5 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h5.white {
  color: #fafffd;
}
h5.black {
  color: #0e1116;
}
h5.green {
  color: #5dcb5d;
}
h5.body {
  font-family: "Roboto Flex", sans-serif;
}

h6 {
  line-height: 1.1;
  position: relative;
  color: #3c4ec2;
}
h6.white {
  color: #fafffd;
}
h6.black {
  color: #0e1116;
}
h6.green {
  color: #5dcb5d;
}
h6.body {
  font-family: "Roboto Flex", sans-serif;
}

h1 {
  font-size: 52px;
  margin: 0 0 30px;
}

h2 {
  font-size: 42px;
  margin: 0 0 25px;
}

h3 {
  font-size: 32px;
  margin: 0 0 20px;
}

h4 {
  font-size: 24px;
  margin: 0 0 15px;
}

h5 {
  font-size: 18px;
  margin: 0 0 10px;
}

h6 {
  font-size: 16px;
  margin: 0 0 5px;
}

hgroup {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}
hgroup h4 {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3;
  color: #0e1116;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
    margin: 0 0 15px;
  }
  h2 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  h3 {
    font-size: 25px;
    margin: 0 0 10px;
  }
  h4 {
    font-size: 21px;
    margin: 0 0 10px;
  }
}
/** Layouts **/
.header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-family: "Instrument Sans", sans-serif;
  position: relative;
  z-index: 1000;
  align-items: center;
}
.header .brand {
  display: block;
  width: 320px;
}
.header .main-navigation {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .main-navigation ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
  width: 100%;
}
.header .main-navigation li {
  display: inline-block;
  padding: 23px 0;
}
.header .main-navigation li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #0e1116;
}
.header .main-navigation li a:hover {
  color: #5dcb5d;
}
.header .main-navigation li .mega-dropdown {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 85px;
  width: 100%;
  display: none;
}
.header .main-navigation li .mega-dropdown .mega-wrapper {
  background: #fafffd;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid #222C6D;
  display: flex;
  align-items: stretch;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .nav {
  width: 300px;
  background: #3c4ec2;
  border-right: 1px solid #222C6D;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .nav ul li {
  text-align: left;
  padding: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #222C6D;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .nav ul li a {
  color: #fafffd;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 900;
  margin: 0;
  font-size: 24px;
  padding: 30px 15px;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .nav ul li a:hover {
  background: #fafffd;
  color: #3c4ec2;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels {
  width: calc(100% - 300px);
  padding: 30px;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .pane {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: none;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .pane:first-child {
  display: flex;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .description-group {
  text-align: left;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group {
  width: 49%;
  position: relative;
  border-left: 5px solid #5dcb5d;
  padding: 5px 10px 23px 10px;
  transition: 0.3s all linear;
  position: relative;
  flex-grow: 2;
  margin-bottom: 10px;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group h4,
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group p {
  text-align: left;
  transition: 0.3s all linear;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group h4 {
  font-size: 16px;
  margin: 0 0 5px;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group .next {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group .next span {
  font-size: 12px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 900;
  color: #fafffd;
  line-height: 1;
  padding-right: 10px;
  transition: 0.3s all linear;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group .next svg {
  position: relative;
  top: 2px;
  font-size: 17px;
  color: #3c4ec2;
  transition: 0.3s all linear;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group:hover {
  background: #3c4ec2;
  border-left-color: #222C6D;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group:hover h4,
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group:hover p {
  color: #fafffd;
}
.header .main-navigation li .mega-dropdown .mega-wrapper .panels .link-group:hover .next svg {
  transform: rotate(180deg);
  color: #fafffd;
}
.header .main-navigation .site li:first-child a {
  margin-left: 0;
}
.header .main-navigation .site li a {
  font-size: 24px;
  margin-left: 30px;
}
.header .cta {
  margin: 0;
}
.header .cta .buttons {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header .cta .buttons .button, .header .cta .buttons .pagination .next a, .pagination .next .header .cta .buttons a,
.header .cta .buttons .pagination .previous a,
.pagination .previous .header .cta .buttons a {
  margin: 0 0 0 15px;
}
.header .cta .buttons .button:last-child, .header .cta .buttons .pagination .next a:last-child, .pagination .next .header .cta .buttons a:last-child,
.header .cta .buttons .pagination .previous a:last-child,
.pagination .previous .header .cta .buttons a:last-child {
  background-color: #5dcb5d;
  border-color: #5dcb5d;
}
.header .cta .buttons .button:last-child:hover, .header .cta .buttons .pagination .next a:last-child:hover, .pagination .next .header .cta .buttons a:last-child:hover,
.header .cta .buttons .pagination .previous a:last-child:hover,
.pagination .previous .header .cta .buttons a:last-child:hover {
  background-color: #2D8B2D;
  border-color: #2D8B2D;
}
.header .cta .buttons .button:first-child, .header .cta .buttons .pagination .next a:first-child, .pagination .next .header .cta .buttons a:first-child,
.header .cta .buttons .pagination .previous a:first-child,
.pagination .previous .header .cta .buttons a:first-child {
  margin-left: 0;
}
.header .mobile-navigation {
  display: none;
  position: relative;
}
.header .mobile-navigation.active .mobile-menu {
  display: block;
}
.header .mobile-trigger {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #3c4ec2;
  color: #3c4ec2;
}
.header .mobile-trigger:hover, .header .mobile-trigger.active {
  background: #3c4ec2;
  color: #fafffd;
}
.header .mobile-trigger.active {
  border-radius: 4px 4px 0 0;
}
.header .mobile-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 280px;
  background: #3c4ec2;
  border-radius: 4px 0 4px 4px;
  text-align: right;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header .mobile-menu ul {
  padding: 0;
  margin: 0;
}
.header .mobile-menu li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header .mobile-menu li:first-child {
  border-top: 0;
}
.header .mobile-menu li a {
  color: #fafffd;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 8px 10px;
}
.header .mobile-menu li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.header .mobile-menu li .link {
  position: relative;
  z-index: 10;
}
.header .mobile-menu li .link a {
  padding-left: 40px;
}
.header .mobile-menu li .expand {
  background: #222C6D;
  color: #fafffd;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.header .mobile-menu li .expand svg {
  transition: 0.3s all linear;
  transform: rotate(0deg);
}
.header .mobile-menu li .expand:hover svg,
.header .mobile-menu li .expand .active svg {
  transform: rotate(45deg);
}
.header .mobile-menu li .submenu {
  display: none;
  position: relative;
  z-index: 30;
  background: #222C6D;
}
.header .mobile-menu li .submenu li {
  border-top-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199.98px) {
  .header .brand {
    width: 250px;
  }
  .header .main-navigation .site li a {
    margin-left: 15px;
    font-size: 21px;
  }
  .cta .buttons .button, .cta .buttons .pagination .next a, .pagination .next .cta .buttons a,
  .cta .buttons .pagination .previous a,
  .pagination .previous .cta .buttons a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header .main-navigation,
  .header .cta {
    display: none;
  }
  .header .mobile-navigation {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .header .brand {
    width: 210px;
  }
}
.hero {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 10;
  background: #3c4ec2;
  left: 0;
  right: 0;
  bottom: 60px;
  height: 450px;
}
.hero > * {
  position: relative;
  z-index: 100;
}
.hero .container {
  position: relative;
}
.hero .hero-content {
  align-items: stretch;
  padding: 75px 0;
}
.hero .page-title,
.hero .page-intro {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero .page-title h1 {
  margin: 0;
}
.hero .page-intro {
  flex-direction: column;
  justify-content: center;
}
.hero .page-intro h2 {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.hero .page-intro p {
  font-weight: 200;
  font-size: 16px;
  line-height: 1.3;
}
.hero .page-intro .buttons {
  width: 100%;
  z-index: 20;
  text-align: right;
  margin: 15px 0 0 0;
}
.hero .page-intro .buttons .button, .hero .page-intro .buttons .pagination .next a, .pagination .next .hero .page-intro .buttons a,
.hero .page-intro .buttons .pagination .previous a,
.pagination .previous .hero .page-intro .buttons a {
  margin: 0 0 0 15px;
}
.hero .page-image {
  position: relative;
  z-index: 10;
}
.hero .page-image img {
  position: relative;
  z-index: 10;
}
.hero .default-hero {
  height: 600px;
  margin: 0 0 60px;
}
.hero .default-hero .hero-content {
  padding: 0 0 60px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.hero .default-hero .hero-content p {
  margin-bottom: 0;
}
.hero .default-hero .hero-header {
  position: relative;
  z-index: 10;
  padding: 30px;
  background: #fafffd;
  border-bottom: 10px #3c4ec2 solid;
}
.hero .default-hero .hero-intro {
  text-align: right;
}
.hero .default-hero h1 {
  color: #3c4ec2;
  margin: 0 0 45px;
}
.hero .default-hero .buttons {
  margin-bottom: -20px;
}
.hero .blog-hero hgroup {
  margin-bottom: 0;
}

.blog .hero::after {
  display: none;
}

.page-template-default .hero::after {
  display: none;
}

@media (max-width: 1199.98px) {
  .hero::after {
    height: 360px;
  }
}
@media (max-width: 991.98px) {
  .hero::after {
    display: none;
  }
  .hero .home-hero .hero-content {
    padding: 30px 0;
  }
  .hero .home-hero .buttons {
    margin-top: 20px;
    text-align: left;
  }
  .hero .home-hero .page-title {
    margin: 0 0 30px;
  }
  .hero .home-hero .page-intro .buttons .button, .hero .home-hero .page-intro .buttons .pagination .next a, .pagination .next .hero .home-hero .page-intro .buttons a,
  .hero .home-hero .page-intro .buttons .pagination .previous a,
  .pagination .previous .hero .home-hero .page-intro .buttons a {
    margin: 0 20px 20px 0;
  }
  .hero .default-hero .hero-content {
    align-items: center;
    padding: 30px 0;
  }
  .hero .default-hero .hero-content .buttons {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .hero .home-hero .page-image {
    display: none;
  }
  .hero .default-hero {
    height: auto;
    margin: 0 0 30px;
  }
  .hero .default-hero h1 {
    margin: 0 0 30px;
  }
}
.footer {
  margin-top: 50px;
}
.footer .about {
  padding: 80px 0;
  background: #222C6D;
  text-align: center;
}
.footer .about h3,
.footer .about h4,
.footer .about p {
  color: #fafffd;
  text-align: center;
}
.footer .about ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.footer .about ul li {
  display: inline-block;
}
.footer .about ul li a {
  display: block;
  color: #fafffd;
  text-align: center;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1;
}
.footer .about ul li a:hover {
  color: #5dcb5d;
}
.footer .copyright {
  background: #0e1116;
  color: #fafffd;
  text-align: center;
}
.footer .copyright p {
  padding: 10px 0;
  margin: 0;
}
.footer .offices {
  background: #5dcb5d;
  padding: 15px;
  text-align: center;
}
.footer .offices h4 {
  color: #fafffd;
}
.footer .offices li {
  color: #fafffd;
  display: inline-block;
  padding: 0 7px;
  font-size: 18px;
}
.footer .offices a {
  color: #3c4ec2;
  border-bottom: 1px dotted #3c4ec2;
}
.footer .offices a:hover {
  color: #222C6D;
}

.pagination {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pagination .next,
.pagination .previous {
  display: inline-block;
}
.feed .card {
  min-height: 0;
}
.feed .card h4 {
  margin-bottom: 60px;
}

.post-meta {
  margin-bottom: 20px;
}
.post-meta span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 3px 7px;
  color: #fafffd;
  margin: 0 5px 5px 0;
  background: #3c4ec2;
  border-radius: 4px;
}

@media (max-width: 991.98px) {
  .feed .card {
    max-width: 100%;
  }
}
/** Components **/
.button-group.center {
  text-align: center;
}
.button-group.right {
  text-align: right;
}

.button, .pagination .next a,
.pagination .previous a,
input[type=submit] {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 800;
  background: #3c4ec2;
  padding: 3px 13px;
  border: 2px solid #3c4ec2;
  color: #fafffd;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.button:hover, .pagination .next a:hover,
.pagination .previous a:hover,
input[type=submit]:hover {
  background: #222C6D;
  border-color: #222C6D;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  top: -4px;
  color: #fafffd;
}

.form {
  margin-bottom: 50px;
}

.buttons {
  margin: 0 -10px 10px;
}
.buttons .button, .buttons .pagination .next a, .pagination .next .buttons a,
.buttons .pagination .previous a,
.pagination .previous .buttons a {
  margin: 0 10px 20px;
}
.buttons .button.green, .buttons .pagination .next a.green, .pagination .next .buttons a.green,
.buttons .pagination .previous a.green,
.pagination .previous .buttons a.green {
  background: #5dcb5d;
  border-color: #5dcb5d;
}
.buttons .button.green:hover, .buttons .pagination .next a.green:hover, .pagination .next .buttons a.green:hover,
.buttons .pagination .previous a.green:hover,
.pagination .previous .buttons a.green:hover {
  background: #2D8B2D;
  border-color: #2D8B2D;
}
.buttons .button.white, .buttons .pagination .next a.white, .pagination .next .buttons a.white,
.buttons .pagination .previous a.white,
.pagination .previous .buttons a.white {
  background: #fafffd;
  border-color: #fafffd;
  color: #3c4ec2;
}
.buttons .button.white:hover, .buttons .pagination .next a.white:hover, .pagination .next .buttons a.white:hover,
.buttons .pagination .previous a.white:hover,
.pagination .previous .buttons a.white:hover {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.buttons .button.ghost, .buttons .pagination .next a.ghost, .pagination .next .buttons a.ghost,
.buttons .pagination .previous a.ghost,
.pagination .previous .buttons a.ghost {
  background: transparent;
  box-shadow: none;
  color: #3c4ec2;
}
.buttons .button.ghost:hover, .buttons .pagination .next a.ghost:hover, .pagination .next .buttons a.ghost:hover,
.buttons .pagination .previous a.ghost:hover,
.pagination .previous .buttons a.ghost:hover {
  background: #3c4ec2;
  border-color: #3c4ec2;
  color: #fafffd;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.buttons .button.ghost.green, .buttons .pagination .next a.ghost.green, .pagination .next .buttons a.ghost.green,
.buttons .pagination .previous a.ghost.green,
.pagination .previous .buttons a.ghost.green {
  border-color: #5dcb5d;
  color: #5dcb5d;
}
.buttons .button.ghost.green:hover, .buttons .pagination .next a.ghost.green:hover, .pagination .next .buttons a.ghost.green:hover,
.buttons .pagination .previous a.ghost.green:hover,
.pagination .previous .buttons a.ghost.green:hover {
  color: #fafffd;
  background: #5dcb5d;
}

.text-inputs, form .select .select-styled, form textarea, form input[type=text], form input[type=email], form input[type=number], form input[type=url], form input[type=tel] {
  background: #fafffd;
  border-radius: 7px;
  border: 1px solid #ddd;
  border: 2px solid #3c4ec2;
  padding: 6px 10px;
  transition: 0.3s all linear;
  display: block;
  width: 100%;
}
.text-inputs:focus, form .select .select-styled:focus, form textarea:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=number]:focus, form input[type=url]:focus, form input[type=tel]:focus {
  border-color: #5dcb5d;
}

.career-application .gform_validation_errors h2 {
  font-size: 28px;
  line-height: 1.4;
  margin: 0 0 15px;
}
.career-application .gform_validation_errors ol {
  margin: 0 0 0 30px;
}

.newsletter .gform_validation_errors,
.newsletter .gform_heading {
  display: none;
}
.newsletter form {
  display: flex;
  justify-content: space-between;
}
.newsletter form .gform_body {
  width: 75%;
}
.newsletter form .gform_body .gform_fields {
  display: flex;
  justify-content: space-between;
}
.newsletter form .gform_body .gform_fields > div {
  width: 33.3333%;
  margin-bottom: 0;
}
.newsletter form .gform_body input {
  width: 100%;
}
.newsletter form .gform_footer {
  width: 25%;
}
.newsletter form .gform_footer input {
  width: 100%;
}
.newsletter form .hidden_label label {
  display: none;
}
.newsletter form .gfield_validation_message {
  text-align: left;
  color: #fafffd;
}
.newsletter form input[type=submit] {
  padding: 6px 10px;
  margin-top: 2px;
  border: 0;
  width: 98%;
}
.newsletter form input[type=submit] {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 900;
  background: #5dcb5d;
  color: #fafffd;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
  transition: 0.3s all linear;
}
.newsletter form input[type=submit]:hover {
  top: -4px;
  background: #2D8B2D;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.gform_required_legend {
  display: none;
}

.gfield--type-honeypot {
  display: none;
}

.gfield {
  margin: 0 0 30px;
}

.gfield--type-time {
  display: block;
}
.gfield--type-time .hour_minute_colon {
  display: none;
}
.gfield--type-time input {
  margin-bottom: 10px;
}
.gfield--type-time .gfield_time_ampm {
  width: 100%;
  display: block;
  margin: 0;
}
.gfield--type-time .gfield_time_ampm .select {
  margin: 0;
}

.gform-datepicker:focus {
  border-radius: 7px 7px 7px 0;
}

legend.gfield_label .gfield_required,
label.gfield_label .gfield_required {
  position: relative;
}
legend.gfield_label .gfield_required .gfield_required_text,
label.gfield_label .gfield_required .gfield_required_text {
  color: #822020;
  font-size: 14px;
  line-height: 1;
  top: -5px;
  padding-left: 7px;
}

.ginput_container_fileupload {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}
.ginput_container_fileupload .gform_fileupload_rules {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

.career-application {
  margin-bottom: 45px;
}
.career-application form label.gform-field-label--type-sub {
  margin-bottom: 5px;
}
.career-application .ginput_complex .gform-grid-col {
  display: block;
}
.career-application .ginput_complex .gform-grid-col + .gform-grid-col {
  margin-top: 10px;
}

.ui-datepicker {
  background: #5dcb5d;
  color: #fafffd;
  border-radius: 0 0 7px 7px;
}
.ui-datepicker a {
  color: #fafffd;
  cursor: pointer;
}
.ui-datepicker a:hover {
  color: #3c4ec2;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  padding: 0 5px;
}
.ui-datepicker select {
  display: block;
  width: 100%;
  padding: 3px;
  border: 1px solid #fafffd;
  border-radius: 4px;
  margin: 0 0 7px;
  color: #fafffd;
}
.ui-datepicker th,
.ui-datepicker td {
  padding: 5px;
}

form label,
form legend {
  cursor: pointer;
}
form label {
  font-size: 21px;
  line-height: 1;
  margin: 0 0 8px;
}
form label.gform-field-label--type-sub {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 15px;
}
form input[type=radio], form input[type=checkbox] {
  display: none;
}
form input[type=radio]:checked + label::after, form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
form input[type=radio] + label, form input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  padding-top: 2px;
}
form input[type=radio] + label::before, form input[type=radio] + label::after, form input[type=checkbox] + label::before, form input[type=checkbox] + label::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border: 2px solid #3c4ec2;
  border-radius: 7px;
  background-color: #fafffd;
  width: 20px;
  height: 20px;
}
form input[type=radio] + label::after, form input[type=checkbox] + label::after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3c4ec2;
}
form input[type=radio] + label::before, form input[type=radio] + label::after {
  border-radius: 50%;
}
form fieldset legend + div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
form fieldset legend + div > div > * {
  margin-left: 10px;
  margin-right: 10px;
}
form fieldset legend + div > div.gfield_list {
  display: block;
  margin: 0;
}
form fieldset legend + div > div.gfield_list > * {
  margin-left: 0;
  margin-right: 0;
}
form .gfield_list .gfield_list_group {
  margin: 0 0 10px;
}
form .gfield_list button {
  margin-top: 5px;
  display: inline-block;
  margin-right: 10px;
  background: #3c4ec2;
  color: #fafffd;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
}
form .gfield_list button:hover {
  background: #222C6D;
}
form .select {
  position: relative;
  z-index: 1;
}
form .select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
form .select .select-styled {
  position: relative;
  cursor: pointer;
  min-height: 40px;
}
form .select .select-styled::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #5dcb5d;
  right: 12px;
  top: 14px;
}
form .select .select-styled.active {
  border-radius: 7px 7px 0 0;
}
form .select .select-styled.active::before {
  transform: rotate(-180deg);
}
form .select .select-options {
  display: none;
  position: absolute;
  list-style-type: none;
  cursor: pointer;
  background: #5dcb5d;
  width: 100%;
  border-radius: 0 0 7px 7px;
}
form .select .select-options li {
  color: #fafffd;
  padding: 5px 10px;
}
form .select .select-options li.hide {
  display: none;
}

@media (max-width: 767.98px) {
  .newsletter form {
    flex-wrap: wrap;
  }
  .newsletter form .gform_body {
    width: 100%;
  }
  .newsletter form .gform_body .gform_fields {
    flex-wrap: wrap;
  }
  .newsletter form .gform_body .gform_fields > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter form .gform_footer {
    width: 100%;
  }
  .newsletter form .gform_footer input {
    width: 100% !important;
  }
}
.col-md-4:nth-child(2) .card {
  background-image: url("../img/card-2.jpg");
}

.col-md-4:nth-child(3) .card {
  background-image: url("../img/card-3.jpg");
}

.card {
  position: relative;
  background: #fafffd;
  padding: 30px;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s all ease-in-out;
  border-bottom: 10px solid #3c4ec2;
  background-image: url("../img/card-1.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 10px solid #fafffd;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0e1116;
  opacity: 0.5;
  z-index: 10;
  transition: 0.3s all linear;
}
.card > * {
  position: relative;
  z-index: 15;
}
.card .panel-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.card h4 {
  color: #fafffd;
}
.card p {
  position: relative;
  left: -120%;
  color: #fafffd;
}
.card h4,
.card p,
.card span {
  transition: 0.22s all ease-in-out;
}
.card .next {
  text-align: right;
}
.card .next span {
  color: #fafffd;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 900;
  padding-right: 10px;
}
.card .next svg {
  color: #fafffd;
  font-size: 30px;
  transition: 0.3s all linear;
  transform: rotate(0deg);
  position: relative;
  top: 5px;
}
.card:hover {
  border-bottom-color: #5dcb5d;
  background-size: 120%;
}
.card:hover::before {
  opacity: 0.3;
}
.card:hover h4,
.card:hover p {
  color: #fafffd;
}
.card:hover p {
  left: 0;
}
.card:hover .next svg {
  transform: rotate(180deg);
}
.card.excerpt {
  background: #3c4ec2;
  border-bottom-color: #5dcb5d;
  margin-bottom: 30px;
}
.card.excerpt::before {
  display: none;
}
.card.excerpt h4,
.card.excerpt p {
  color: #fafffd;
}
.card.excerpt .next span {
  color: #3c4ec2;
}
.card.excerpt .next svg {
  color: #fafffd;
}
.card.excerpt p {
  left: 0;
}
.card.excerpt p.date {
  margin-bottom: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 900;
}
.card.excerpt:hover {
  background: #5dcb5d;
}
.card.excerpt:hover .next span {
  color: #fafffd;
}

@media (max-width: 1199.98px) {
  .card {
    min-height: 400px;
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .card {
    min-height: 0;
    max-width: 460px;
    margin: 0 auto 30px;
  }
}
.cta-bar {
  background-color: #5dcb5d;
  background-image: url("../img/topographic-texture.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 80px 0;
  margin: 80px 0;
}
.cta-bar .buttons {
  margin-bottom: 0;
}
.cta-bar .buttons .button, .cta-bar .buttons .pagination .next a, .pagination .next .cta-bar .buttons a,
.cta-bar .buttons .pagination .previous a,
.pagination .previous .cta-bar .buttons a {
  margin-bottom: 0;
}
.cta-bar p {
  color: #fafffd;
  font-size: 18px;
  line-height: 28px;
}
.cta-bar.blue {
  background-color: #3c4ec2;
}
.cta-bar.no-margin {
  margin: 0;
}
.cta-bar.custom {
  position: relative;
}
.cta-bar.custom > * {
  position: relative;
  z-index: 20;
}
.cta-bar.custom::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.text-styles ul,
.text-styles ol {
  margin-left: 30px;
}
.text-styles li {
  margin-bottom: 3px;
}
.text-styles blockquote {
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  border-left: 10px solid #3c4ec2;
}
.text-styles blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.text-styles a {
  color: #3c4ec2;
  font-weight: 700;
  border-bottom: 1px dashed #5dcb5d;
}
.text-styles a:hover {
  color: #5dcb5d;
}

.alignright,
.alignleft {
  position: relative;
  top: 5px;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter,
.alignnone {
  display: block;
  margin: 0 auto 30px;
}

.wp-caption-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 0;
}

.page-header .foreground,
.page-header .background {
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.page-header .foreground {
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 65%;
}
.page-header .background {
  z-index: 10;
  right: 0;
  top: 0;
  width: 75%;
}
.page-header h3 {
  font-weight: 200;
  font-size: 18px;
  line-height: 1.3;
  margin: 50px 0 0;
  padding: 30px 0 0;
  color: #0e1116;
  position: relative;
}
.page-header h3::before, .page-header h3::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: -20px;
  background: #5dcb5d;
  width: 270px;
  height: 14px;
  z-index: 10;
}
.page-header h3::after {
  z-index: 20;
  left: 20px;
  top: -13px;
  background: #3c4ec2;
}
.page-header h3.divider-only {
  padding: 0;
}
.page-header.text {
  margin: 0 0 30px;
}
.page-header.image {
  margin: 0 0 50px;
}
.page-header.image .header-copy {
  padding: 80px 0;
}

@media (max-width: 1199.98px) {
  .page-header .foreground {
    width: 75%;
  }
}
@media (max-width: 991.98px) {
  .page-header .background {
    display: none;
  }
  .page-header .foreground {
    width: 100%;
    position: static;
  }
  .page-header.image .header-copy {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .page-header .foreground {
    display: none;
  }
}
.large-image,
.large-video {
  margin: 0 0 50px;
}
.large-image .image-wrapper,
.large-video .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.large-image .image-wrapper .image,
.large-video .image-wrapper .image {
  width: 100%;
}
.large-image .image-wrapper .image img,
.large-image .image-wrapper .image .video-container,
.large-video .image-wrapper .image img,
.large-video .image-wrapper .image .video-container {
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.large-image.has-caption .image-wrapper .image,
.large-video.has-caption .image-wrapper .image {
  width: 70%;
}
.large-image.has-caption .image-wrapper .caption,
.large-video.has-caption .image-wrapper .caption {
  width: 30%;
}
.large-image.has-caption .image-wrapper .caption p,
.large-video.has-caption .image-wrapper .caption p {
  background: #3c4ec2;
  margin-top: 50px;
  color: #fafffd;
  margin-bottom: 0;
  padding: 20px;
}
.large-image.right .image,
.large-video.right .image {
  order: 2;
}
.large-image.right .caption,
.large-video.right .caption {
  order: 1;
}

@media (max-width: 991.98px) {
  .large-image.right .image,
  .large-video.right .image {
    order: 1;
  }
  .large-image.right .caption,
  .large-video.right .caption {
    order: 2;
  }
  .large-image.has-caption .image-wrapper .image,
  .large-video.has-caption .image-wrapper .image {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption,
  .large-video.has-caption .image-wrapper .caption {
    width: 100%;
  }
  .large-image.has-caption .image-wrapper .caption p,
  .large-video.has-caption .image-wrapper .caption p {
    margin-top: 15px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  display: none;
  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;
}

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

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

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

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

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

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

.photo-gallery .slider-for {
  margin-bottom: 30px;
}
.photo-gallery .slider-for .image-wrapper img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.photo-gallery .slider-nav .slick-track .image-wrapper {
  padding: 15px;
}
.photo-gallery .slider-nav .slick-track img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.photo-gallery .slider-nav .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.columns .column {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
.columns .column .icon-wrapper {
  font-size: 60px;
  color: #5dcb5d;
}
.columns .column .image-wrapper {
  margin: 0 0 30px;
}
.columns .column .image-wrapper img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.columns .column hgroup {
  text-align: left;
  margin: 0 0 15px;
}
.columns .column hgroup h3 {
  margin: 0 0 5px;
}
.columns .column hgroup h4 {
  color: #222C6D;
}
.columns .buttons {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .columns .column .image-wrapper {
    margin-bottom: 15px;
  }
  .columns .column hgroup {
    margin-bottom: 15px;
  }
  .columns .column hgroup h3 {
    font-size: 26px;
  }
}
.shareable {
  text-align: center;
  margin: 50px 0;
  padding: 50px;
  border-top: 1px solid #ddd;
}

.bullets {
  margin: 0 0 30px;
}
.bullets .bullet {
  position: relative;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.bullets .bullet .label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-right: 95px;
}
.bullets .bullet .description {
  display: none;
}
.bullets .bullet .description p {
  line-height: 20px;
  padding: 15px;
  background: #ddd;
  border-radius: 4px;
  margin: 10px 0 0 0;
}
.bullets .bullet .bullet-trigger {
  position: absolute;
  right: 0;
  top: 3px;
  background: #3c4ec2;
  color: #fafffd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  padding: 3px 8px;
}
.bullets .bullet .bullet-trigger:hover {
  background: #5dcb5d;
}

/** Pages **/
#home .services {
  position: relative;
  z-index: 30;
  margin-top: -200px;
}
#home .services hgroup {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#home .services .services-wrapper {
  padding: 0 30px;
}

@media (max-width: 767.98px) {
  #home .services {
    margin-top: 0;
  }
  #home .services .services-wrapper {
    padding: 0;
  }
}
#contact .office p .po-box {
  display: block;
}

.page-template-single-careers .career-buttons .career-button {
  color: #fafffd;
  background: #3c4ec2;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.page-template-single-careers .career-buttons .career-button + .career-button {
  margin-left: 15px;
}
.page-template-single-careers .career-buttons .career-button:hover {
  background-color: #222C6D;
}
.page-template-single-careers .career-buttons .career-button.green {
  background-color: #5dcb5d;
}
.page-template-single-careers .career-buttons .career-button.green:hover {
  background-color: #222C6D;
}
.page-template-single-careers .career-hero {
  background: url("../img/career-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 45px auto 90px;
  padding: 30px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
  flex-wrap: wrap;
}
.page-template-single-careers .career-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 15px;
}
.page-template-single-careers .career-hero > * {
  position: relative;
  z-index: 10;
  width: 100%;
}
.page-template-single-careers .career-hero h1,
.page-template-single-careers .career-hero h2,
.page-template-single-careers .career-hero p {
  max-width: 70%;
  padding-right: 30px;
}
.page-template-single-careers .career-hero h1 {
  color: #fafffd;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 45px;
}
.page-template-single-careers .career-hero h1 strong {
  color: #5dcb5d;
}
.page-template-single-careers .career-hero h2 {
  color: #fafffd;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 10px;
}
.page-template-single-careers .career-hero p {
  color: #fafffd;
}
.page-template-single-careers .career-hero .career-buttons {
  position: absolute;
  bottom: -24px;
  right: 30px;
  z-index: 15;
  width: auto;
}
.page-template-single-careers .career-section {
  margin: 0 0 75px;
}
.page-template-single-careers .career-section .career-header h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 15px;
  font-weight: 300;
  color: #0e1116;
  letter-spacing: -2px;
}
.page-template-single-careers .career-section .career-header h3 {
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
  color: #5dcb5d;
  font-weight: 700;
}
.page-template-single-careers .career-section .career-header h3 + p {
  margin-top: 15px;
}
.page-template-single-careers .career-section .career-header p {
  font-size: 16px;
  color: #54555f;
}
.page-template-single-careers .career-section .career-header > *:last-child {
  margin-bottom: 0;
}
.page-template-single-careers .career-section .career-header .career-header-buttons {
  margin: 30px 0 0;
}
.page-template-single-careers .career-section .career-header .career-header-buttons .career-buttons .career-button {
  margin: 0;
  width: 100%;
  display: block;
  text-align: center;
  background: transparent;
  color: #0e1116;
  border: 1px solid #0e1116;
  padding: 10px;
}
.page-template-single-careers .career-section .career-header .career-header-buttons .career-buttons .career-button:hover {
  background: #3c4ec2;
  color: #fafffd;
  border-color: #3c4ec2;
}
.page-template-single-careers .career-section .career-content {
  padding-top: 60px;
}
.page-template-single-careers .career-section .career-content h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #3c4ec2;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-right: 30px;
  border-bottom: 1px solid #0e1116;
  display: inline-block;
}
.page-template-single-careers .career-section .career-content p {
  font-size: 16px;
  color: #54555f;
}
.page-template-single-careers .career-section .career-content p:last-child {
  margin-bottom: 0;
}
.page-template-single-careers .career-section .career-content .career-benefit {
  background: #eff0fb;
  border-radius: 15px;
  padding: 15px;
}
.page-template-single-careers .career-section .career-content .career-benefit h4 {
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  color: #0e1116;
  padding: 0;
  border-bottom: 0;
}
.page-template-single-careers .career-section .career-content .career-benefit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-single-careers .career-section .career-content .career-benefit ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2;
}
.page-template-single-careers .career-section .career-content .career-benefit ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.page-template-single-careers .career-section .career-content .career-benefit .benefit-icon {
  display: flex;
  width: 54px;
  height: 54px;
  font-size: 24px;
  border-radius: 50%;
  background: #5dcb5d;
  color: #fafffd;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
}
.page-template-single-careers .career-benefits .row + .row {
  margin-top: 30px;
}
.page-template-single-careers .career-offices .row {
  display: flex;
  align-items: center;
}
.page-template-single-careers .career-offices .career-slider .career-slide img {
  border-radius: 15px;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-photo img {
  border-radius: 15px;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content {
  text-align: left;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content h3,
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content h4 {
  font-size: 700;
  color: #fafffd;
  font-size: 21px;
  line-height: 1;
  margin: 0;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content h3 {
  margin: 0 0 5px;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content h4 {
  font-size: 16px;
  margin: 0 0 15px;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 15px;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content p:last-child {
  margin: 0;
}
.page-template-single-careers .career-testimonials.cta-bar.blue .career-testimonial-slider .row {
  display: flex;
  align-items: center;
}
.page-template-single-careers .career-openings .career-position {
  background: #eff0fb;
  padding: 15px;
  border-radius: 15px;
  margin: 0 0 30px;
}
.page-template-single-careers .career-openings .career-position h3 {
  color: #0e1116;
  font-size: 21px;
  margin: 0 0 10px;
}
.page-template-single-careers .career-openings .career-position p {
  margin: 0 0 20px;
}
.page-template-single-careers .career-openings .career-position .career-position-button {
  border: 1px solid #3c4ec2;
  padding: 5px 10px;
  border-radius: 10px;
}
.page-template-single-careers .career-openings .career-position .career-position-button svg {
  padding-left: 7px;
}
.page-template-single-careers .career-openings .career-position .career-position-button:hover {
  background: #3c4ec2;
  border-color: #3c4ec2;
  color: #fafffd;
}
.page-template-single-careers .career-disclaimers p,
.page-template-single-careers .career-disclaimers ul {
  color: #54555f;
  font-size: 12px;
  line-height: 1.4;
}
.page-template-single-careers .career-disclaimers p {
  margin: 0 0 15px;
}
.page-template-single-careers .career-disclaimers ul {
  border: 1px solid #ddd;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-template-single-careers .career-disclaimers ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.page-template-single-careers .career-disclaimers ul li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-template-single-careers .career-hero {
    margin-bottom: 45px;
  }
  .page-template-single-careers .career-hero h1,
  .page-template-single-careers .career-hero h2 {
    max-width: 100%;
    padding-right: 0;
  }
  .page-template-single-careers .career-hero .career-buttons {
    position: static;
    width: 100%;
  }
  .page-template-single-careers .career-hero .career-buttons .career-button {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .page-template-single-careers .career-hero .career-buttons .career-button + .career-button {
    margin-top: 5px;
  }
  .page-template-single-careers .career-section {
    margin-bottom: 45px;
  }
  .page-template-single-careers .career-section .career-content {
    padding-top: 15px;
  }
  .page-template-single-careers .career-offices .career-gallery {
    order: 2;
    margin-top: 15px;
  }
  .page-template-single-careers .career-offices .career-header {
    order: 1;
  }
  .page-template-single-careers .career-benefits .row + .row {
    margin-top: 0;
  }
  .page-template-single-careers .career-benefits .career-benefit {
    margin-bottom: 30px;
  }
  .page-template-single-careers .career-testimonials.cta-bar.blue {
    margin: 45px 0;
  }
  .page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-wrapper .testimonial-photo {
    margin: 0 auto 15px;
    max-width: 250px;
  }
  .page-template-single-careers .career-testimonials.cta-bar.blue .testimonial-content {
    padding: 0 15px;
    text-align: center;
  }
  .page-template-single-careers .career-openings {
    margin-bottom: 15px;
  }
  .page-template-single-careers .career-openings .career-header {
    text-align: center;
    margin: 0 0 30px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
