/*
 Theme Name: Rural Tech Challenge
 Theme URI: #
 Author: Futurescape
 Author URI: https://www.futurescape.in/
 Description: A custom theme specially created for Rural Tech Challenge
 Version: 1.0
 License: All right reserved.
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Public+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  color: #053569;
  text-align: left;
  background-color: #EDEADF;
}

[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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

.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: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.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: 1280px) {
  .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: 1280px) {
  .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: 1280px) {
  .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;
  }
}
.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-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
.mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
.mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
.mx-lg-n5 {
    margin-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: 1280px) {
  .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-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
.mx-xl-n5 {
    margin-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;
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    line-height: 1.3;
  }
}

* > {
  hyphens: none;
}

* > :first-child {
  margin-top: 0 !important;
}

* > :last-child {
  margin-bottom: 0 !important;
}

a {
  color: #053569;
}
a:hover {
  text-decoration: none;
}

.heading1 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.14;
}
@media (max-width: 991.98px) {
  .heading2 {
    font-size: 26px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 20px;
    line-height: 1.14;
    margin: 0 0 35px !important;
  }
}

.heading3 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 991.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 18px;
    line-height: 1.14;
  }
}

.heading4 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .heading4 {
    font-size: 12px;
    line-height: 1.3;
  }
}

.home .heading2 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.14;
  margin: 0 0 25px;
}
@media (max-width: 991.98px) {
  .home .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .home .heading2 {
    font-size: 20px;
    line-height: 1.14;
  }
}

.link-btn {
  display: inline-block;
  padding: 15px 25px;
  min-height: 46px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  box-shadow: none;
  border: none;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  background-position: center;
  background: #053569;
  color: #EDEADF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-btn__wrapper {
  margin-top: 50px;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn:hover {
  color: #EDEADF;
}
.link-btn__home {
  width: 100%;
  max-width: 360px;
}
.link-btn__center {
  margin-left: auto;
  margin-right: auto;
}
.link-btn__full {
  width: 100%;
}
.link-btn__white {
  background: #EDEADF;
  color: #053569;
}
.link-btn__yellow {
  background: #E8B927;
  color: #053569;
}
.link-btn__yellow:hover {
  color: #053569;
}
@media (max-width: 767.98px) {
  .link-btn {
    width: 100%;
  }
  .link-btn__w230 {
    width: 100%;
  }
}

.left-width-separator {
  height: 20px;
  padding-left: 40px;
  background-color: #bf311a;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.full-width-separator {
  height: 2px;
  width: calc(100vw);
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(100vw - (50vw + 50%));
  position: relative;
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

body {
  overflow-x: hidden;
}

.full-width-container {
  width: calc(100vw);
  margin: 0 calc(-50vw + 50%);
  padding: 0 calc(100vw - (50vw + 50%));
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

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

.pt-40 {
  padding-top: 40px !important;
}

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

.highlighted {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 50px;
}
.highlighted a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.highlighted a:hover {
  color: #EDEADF;
  background: #053569;
}
.highlighted a::selection, .highlighted a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .highlighted a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .highlighted {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 18px;
    margin: 0 0 35px;
  }
}

.link-block {
  display: block;
  background: rgba(0, 0, 153, 0.1);
  padding: 50px;
  color: #053569;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
}
.link-block__wrapper {
  margin: 0 0 35px;
}
.link-block:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-block .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-block h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.link-block p:last-child {
  margin: 0;
}
.link-block:hover {
  color: #053569;
}
@media (max-width: 991.98px) {
  .link-block h3 {
    font-size: 20px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .link-block {
    padding: 40px 25px;
  }
  .link-block h3 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.content-box {
  padding: 50px 50px 30px;
  margin: 0 0 35px;
}
.content-box p:empty {
  display: none;
  border: 10px solid green;
}
.content-box:last-child {
  margin: 0;
}
.content-box h3 {
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .content-box {
    padding: 35px 35px 15px;
  }
}
@media (max-width: 767.98px) {
  .content-box {
    padding: 30px 30px 10px;
  }
}

.on-page-menu {
  margin: 0 0 50px;
}
.on-page-menu .heading4 {
  margin: 0;
  float: left;
}
.on-page-menu ul {
  float: left;
  margin: 0 !important;
  padding: 0 0 0 5px !important;
  list-style: none !important;
}
.on-page-menu ul li {
  float: left;
  padding: 0 !important;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.on-page-menu ul li:not(:last-child)::after {
  content: "|";
  padding: 0 5px;
  color: #053569;
}
.on-page-menu ul li a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
}
.on-page-menu ul li a:hover {
  color: #EDEADF;
  background: #053569;
}
.on-page-menu ul li a::selection, .on-page-menu ul li a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .on-page-menu ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .on-page-menu {
    margin: 0 0 30px;
  }
  .on-page-menu .heading4 {
    float: none;
  }
  .on-page-menu ul {
    float: none;
    padding: 0 !important;
  }
  .on-page-menu ul li {
    float: none;
    display: inline-block;
  }
}

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

.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.iframe-wrapper iframe {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.button-top {
  background: #E8B927 url(images/arrow-top.png) no-repeat center center;
  background-size: 20px 13px;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 35px;
  display: none;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  .button-top {
    background-size: 15px 9px;
    width: 36px;
    height: 36px;
    bottom: 60px;
    right: 20px;
  }
}

#main {
  padding: 80px 0 0;
}
@media (max-width: 991.98px) {
  #main {
    padding: 60px 0 0;
  }
}

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

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

.page-content, .page-section {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .page-content, .page-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.page-section {
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.page-section__footer {
  background-color: #83CEBC;
  text-align: center;
}
.page-section__two-columns .content-left {
  max-width: 360px;
}
.page-section__two-columns .before-full-content {
  margin-bottom: 50px;
}
.page-section__two-columns .after-full-content {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .page-section__two-columns .before-full-content {
    margin-bottom: 35px;
  }
  .page-section__two-columns .after-full-content {
    margin-top: 35px;
  }
}

.gallery {
  margin: 30px -30px;
}
.gallery .gallery-item {
  width: calc(25%);
  padding: 0 30px;
  margin: 0 0 50px;
  float: left;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}
@media (max-width: 1279.98px) {
  .gallery {
    margin: 30px -20px;
  }
  .gallery .gallery-item {
    padding: 0 20px;
    margin: 0 0 40px;
  }
}
@media (max-width: 991.98px) {
  .gallery br {
    display: none;
  }
  .gallery .gallery-item {
    width: 33.3333333333%;
  }
}
@media (max-width: 767.98px) {
  .gallery {
    margin: 25px -10px;
  }
  .gallery .gallery-item {
    padding: 0 10px;
    margin: 0 0 20px;
  }
}
@media (max-width: 575.98px) {
  .gallery .gallery-item {
    width: 50%;
  }
}

.content-blocks {
  position: relative;
}
.content-blocks .container {
  position: static;
}
.content-blocks__left, .content-blocks__right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  z-index: -1;
}
.content-blocks__left {
  left: 0;
}
.content-blocks__right {
  right: 0;
}
.content-blocks .row > [class*=col-] {
  position: static;
}
.content-blocks .block-content__left, .content-blocks .block-content__right, .content-blocks .block-content__full {
  padding: 80px 0 90px;
}
.content-blocks .block-content__left:last-child, .content-blocks .block-content__right:last-child, .content-blocks .block-content__full:last-child {
  margin-bottom: 0;
}
.content-blocks .block-content__left {
  padding-right: 100px;
}
.content-blocks .block-content__right {
  padding-left: 100px;
}
.content-blocks ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  list-style-type: square;
}
.content-blocks ul li {
  margin: 0 0 10px;
  padding-left: 10px;
}
.content-blocks ul li:last-child {
  margin: 0;
}
@media (max-width: 991.98px) {
  .content-blocks .block-content__left, .content-blocks .block-content__right, .content-blocks .block-content__full {
    padding: 60px 0;
  }
  .content-blocks .block-content__left {
    padding-right: 40px;
  }
  .content-blocks .block-content__right {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-blocks .container {
    max-width: 100%;
  }
  .content-blocks .row > [class*=col-] {
    padding: 0;
  }
  .content-blocks__left, .content-blocks__right {
    position: static;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    z-index: 0;
    min-height: 300px;
  }
  .content-blocks .block-content__left, .content-blocks .block-content__right, .content-blocks .block-content__full {
    padding: 40px 15px;
  }
  .content-blocks ul {
    margin-bottom: 0;
  }
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  top: 29px;
  right: 15px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 29px;
  height: 22px;
  text-indent: -999em;
  border-top: 4px solid #053569;
  border-bottom: 4px solid #053569;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  background: #053569;
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #E8B927;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #E8B927;
}
@media (max-width: 991.98px) {
  .menu-toggle {
    top: 19px;
  }
}
@media (max-width: 340px) {
  .menu-toggle {
    transform: scale(0.75);
  }
}

#site-header {
  background: #EDEADF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 80px;
}
#site-header .site-title {
  margin: 0;
  font-size: 18px;
  line-height: 14px;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}
#site-header .site-title a {
  display: inline-block;
  height: 80px;
  width: 242px;
  text-align: center;
  background: #053569;
  padding: 31px 0;
  color: #EDEADF;
}
#site-header .site-title a img {
  max-height: 14px;
  width: auto;
}
#site-header #main-navigation {
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  float: right;
  line-height: 0;
}
#site-header #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header #main-navigation ul li {
  display: block;
  padding: 32px 25px 28px;
  margin-left: 20px;
  float: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  height: 80px;
  border-bottom: 9px solid transparent;
}
#site-header #main-navigation ul li a {
  color: #053569;
}
#site-header #main-navigation ul li.menu-item-has-children > a {
  padding-right: 16px;
  display: inline-block;
  position: relative;
}
#site-header #main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  border: solid #053569;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
}
#site-header #main-navigation ul li:hover {
  border-color: #DD6E27;
}
#site-header #main-navigation ul .mobile-menu {
  display: none;
}
#site-header #main-navigation ul li.current_page_parent,
#site-header #main-navigation ul li.current-menu-ancestor,
#site-header #main-navigation ul li.current-menu-parent,
#site-header #main-navigation ul li.current-menu-item {
  border-color: #DD6E27;
}
#site-header #main-navigation ul li.current_page_parent > a,
#site-header #main-navigation ul li.current-menu-ancestor > a,
#site-header #main-navigation ul li.current-menu-parent > a,
#site-header #main-navigation ul li.current-menu-item > a {
  color: #053569;
}
#site-header #main-navigation ul li.current_page_parent > a::after,
#site-header #main-navigation ul li.current-menu-ancestor > a::after,
#site-header #main-navigation ul li.current-menu-parent > a::after,
#site-header #main-navigation ul li.current-menu-item > a::after {
  border-color: #053569;
}
#site-header #main-navigation .sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 9px);
  left: 0;
  margin: 0;
  padding: 20px 25px 30px;
  text-align: left;
  background: #EAE3CA;
  z-index: 999;
  width: 365px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
#site-header #main-navigation .sub-menu li {
  float: none;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
}
#site-header #main-navigation .sub-menu li:last-child {
  margin: 0;
}
#site-header #main-navigation .sub-menu li a {
  display: block;
  position: relative;
  padding: 0;
  text-decoration: none;
}
#site-header #main-navigation .sub-menu li:hover a span, #site-header #main-navigation .sub-menu li.current_page_parent a span, #site-header #main-navigation .sub-menu li.current-menu-ancestor a span, #site-header #main-navigation .sub-menu li.current-menu-parent a span, #site-header #main-navigation .sub-menu li.current-menu-item a span {
  border-bottom: 0.2em solid #DD6E27;
}
#site-header #main-navigation .sub-menu li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border: solid #DD6E27;
  border-width: 3px 3px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation li.menu-resources .sub-menu {
  width: 270px;
}
@media (max-width: 767.98px) {
  #site-header #main-navigation {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #site-header {
    height: 60px;
  }
  #site-header .site-title {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
  }
  #site-header .site-title a {
    height: 60px;
    width: 180px;
    padding: 23px 0;
  }
}

.pageSlide {
  display: none;
  width: 100%;
  max-width: 320px;
  height: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -320px;
  z-index: 999999;
  overflow: scroll;
  background-color: #053569;
  color: #FFF;
}

@media (max-width: 991.98px) {
  #main-navigation {
    display: none;
  }
  #main-navigation a {
    color: #fff;
  }
  #main-navigation .submenu {
    display: block;
  }

  .menu-toggle {
    display: block;
  }

  .pageSlide {
    display: block;
    padding: 80px 20px 0 20px;
  }
  .pageSlide .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    outline: none;
  }
  .pageSlide .close-btn span {
    transform: rotate(-45deg);
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
  }
  .pageSlide .close-btn span::before, .pageSlide .close-btn span::after {
    content: "";
    position: absolute;
    background: #EDEADF;
  }
  .pageSlide .close-btn span::before {
    top: 0;
    left: 12px;
    height: 28px;
    width: 4px;
  }
  .pageSlide .close-btn span::after {
    top: 12px;
    left: 0;
    width: 28px;
    height: 4px;
  }
  .pageSlide .close-btn:hover span::before, .pageSlide .close-btn:hover span::after, .pageSlide .close-btn:active span::before, .pageSlide .close-btn:active span::after {
    background: #E8B927;
  }
  .pageSlide ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pageSlide ul li {
    padding: 0;
    margin: 0 0 18px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
  }
  .pageSlide ul li:not(.nolink) > a {
    outline: none;
    color: inherit;
    color: #EDEADF;
  }
  .pageSlide ul li:not(.nolink) > a:hover {
    background-color: #EDEADF;
    color: #053569;
  }
  .pageSlide ul li:not(.nolink) > a::selection, .pageSlide ul li:not(.nolink) > a:active {
    background-color: #EDEADF;
    color: #0E785E;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  .pageSlide ul li:not(.nolink) > a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li a {
    color: #EDEADF;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li.nolink > a {
    cursor: default;
  }
}
@media (max-width: 991.98px) {
  .pageSlide ul li.menu-item-has-children ul {
    margin-top: 18px;
    padding-left: 20px;
  }
  .pageSlide ul li.menu-item-has-children .sub-menu li {
    font-weight: 400;
  }
}
@media (max-width: 991.98px) {
  pageSlide.open {
    right: 0;
  }
}
#site-footer {
  background: #053569;
  font-family: "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  padding: 80px 0 0;
  color: #EDEADF;
}
#site-footer .footer-logo {
  margin: 0 0 35px;
}
#site-footer .footer-logo img {
  width: auto;
  height: 78px;
}
#site-footer .footer-subscribe h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 15px;
}
#site-footer .footer-subscribe .mc_embed_signup {
  max-width: 426px;
  margin: 0;
}
#site-footer .footer-social-wrapper {
  position: relative;
  padding-left: 130px;
  min-height: 60px;
}
#site-footer .footer-social-wrapper .footer-social-share {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
}
#site-footer .footer-social-wrapper .footer-contact-email a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#site-footer .footer-social-wrapper .footer-contact-email a:hover {
  background-color: #EDEADF;
  color: #053569;
}
#site-footer .footer-social-wrapper .footer-contact-email a::selection, #site-footer .footer-social-wrapper .footer-contact-email a:active {
  background-color: #EDEADF;
  color: #0E785E;
}
@media (min-width: 576px) {
  #site-footer .footer-social-wrapper .footer-contact-email a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  #site-footer .footer-social-wrapper {
    padding-left: 0;
  }
  #site-footer .footer-social-wrapper .footer-social-share {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  #site-footer .footer-social-wrapper {
    margin: 0 0 30px !important;
  }
}
#site-footer .footer-navigation {
  font-size: 18px;
  line-height: 1.2;
}
#site-footer .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-footer .footer-navigation ul li {
  margin: 0 0 20px;
  padding: 0;
}
#site-footer .footer-navigation ul li a {
  font-weight: 400;
  outline: none;
  color: inherit;
  color: #EDEADF;
  text-decoration: none;
}
#site-footer .footer-navigation ul li a:hover {
  background-color: #EDEADF;
  color: #053569;
}
#site-footer .footer-navigation ul li a::selection, #site-footer .footer-navigation ul li a:active {
  background-color: #EDEADF;
  color: #0E785E;
}
@media (min-width: 576px) {
  #site-footer .footer-navigation ul li a {
    transition: all 0.2s ease-in;
  }
}
#site-footer__bottom {
  margin-top: 40px;
  border-top: 1px solid #EDEADF;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 25px 0;
}
#site-footer__bottom .link-edprizes {
  float: left;
}
#site-footer__bottom .link-luminarylabs {
  float: right;
}
#site-footer__bottom a {
  outline: none;
  color: inherit;
  color: #EDEADF;
  text-decoration: underline;
  text-decoration-color: rgba(237, 234, 223, 0.5);
  font-weight: 700;
}
#site-footer__bottom a:hover {
  background-color: #EDEADF;
  color: #053569;
}
#site-footer__bottom a::selection, #site-footer__bottom a:active {
  background-color: #EDEADF;
  color: #0E785E;
}
@media (min-width: 576px) {
  #site-footer__bottom a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  #site-footer {
    padding: 60px 0 0;
  }
  #site-footer .footer-navigation {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 20px !important;
  }
}
@media (max-width: 767.98px) {
  #site-footer {
    padding: 40px 0 0;
  }
  #site-footer .footer-logo {
    margin: 0 0 35px;
  }
  #site-footer .footer-logo img {
    height: 56px;
  }
  #site-footer .footer-navigation {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 20px !important;
  }
  #site-footer__bottom {
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px;
  }
  #site-footer__bottom .link-edprizes, #site-footer__bottom .link-luminarylabs {
    float: none;
  }
  #site-footer__bottom .link-edprizes {
    margin: 0 0 5px;
  }
}

.footer-social-share {
  margin: 25px 0 0;
}
.footer-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social-share ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.footer-social-share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center center;
  text-indent: -99em;
  overflow: hidden;
}
.footer-social-share ul li.facebook a {
  background-image: url(images/icon-facebook_white.png);
}
.footer-social-share ul li.facebook a:hover {
  background-image: url(images/icon-facebook_yellow.png);
}
.footer-social-share ul li.twitter a {
  background-image: url(images/icon-twitter_white.png);
}
.footer-social-share ul li.twitter a:hover {
  background-image: url(images/icon-twitter_yellow.png);
}
.footer-social-share ul li.youtube a {
  background-image: url(images/icon-youtube_white.png);
}
.footer-social-share ul li.youtube a:hover {
  background-image: url(images/icon-youtube_yellow.png);
}
@media (max-width: 767.98px) {
  .footer-social-share ul li a {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}

.mc_embed_signup {
  width: 100%;
  position: relative;
  margin: 0 auto 25px;
}
.mc_embed_signup form {
  position: relative;
  padding-right: 148px;
  margin: 0 0 25px;
}
.mc_embed_signup form label {
  display: none;
}
.mc_embed_signup form .email {
  background: transparent;
  border: 1px solid #EDEADF;
  width: 100%;
  height: 46px;
  padding: 13px 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #EDEADF;
  box-shadow: none;
}
.mc_embed_signup form .email::-moz-placeholder {
  font-style: italic;
  color: #EDEADF;
  opacity: 1;
}
.mc_embed_signup form .email:-ms-input-placeholder {
  color: #EDEADF;
}
.mc_embed_signup form .email::-webkit-input-placeholder {
  color: #EDEADF;
}
.mc_embed_signup form .mc-embedded-subscribe {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 131px;
  min-height: 46px;
  border: 1px solid #EDEADF;
  background: #EDEADF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  color: #053569;
}
.mc_embed_signup form .mc-embedded-subscribe:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.mc_embed_signup form .mc-embedded-subscribe .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.mc_embed_signup form .mc-embedded-subscribe:active {
  border-color: #053569;
}
@media (max-width: 991.98px) {
  .mc_embed_signup form {
    padding-right: 0;
  }
  .mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .mc_embed_signup form .mc-embedded-subscribe {
    position: static;
    width: 100%;
  }
}

.timeline .item {
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
  color: #053569;
}
.timeline .item::before, .timeline .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #053569;
}
.timeline .item::before {
  width: 2px;
  top: 16px;
  bottom: -3px;
  left: 7.5px;
}
.timeline .item::after {
  width: 17px;
  height: 17px;
  left: 0;
  top: 3px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.timeline .item:last-child {
  padding-bottom: 0;
}
.timeline .item:last-child::before {
  display: none;
}
.timeline .item.current::after {
  border: 4px solid #DD6E27;
  background: #EDEADF;
}
.timeline .item.archived::before {
  background-color: #DD6E27;
  width: 3px;
  left: 7px;
  bottom: -3px;
}
.timeline .item.archived::after {
  background-color: #DD6E27;
}
.timeline .item__status {
  position: absolute;
  top: -20px;
  left: 50px;
  padding: 0 0 5px;
  color: #DD6E27;
}
.timeline .item__title {
  margin: -5px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}
.timeline .item__date {
  font-size: 18px;
  line-height: 1.3;
}
.timeline .item__text a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.timeline .item__text a:hover {
  color: #EDEADF;
  background: #053569;
}
.timeline .item__text a::selection, .timeline .item__text a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .timeline .item__text a {
    transition: all 0.2s ease-in;
  }
}
.timeline .item__show-text .item__title {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 10px;
}
.timeline .item__show-text .item__date {
  color: #053569;
}
.timeline .item__show-text .item__status {
  font-size: 12px;
}
.timeline .item:only-child::before {
  display: block !important;
}
@media (max-width: 991.98px) {
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__date {
    font-size: 16px;
    line-height: 1.2;
  }
  .timeline .item__show-text .item__title {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .timeline .item {
    padding-bottom: 40px;
    padding-left: 32px;
  }
  .timeline .item:first-child.current {
    margin-top: 20px !important;
  }
  .timeline .item::before {
    width: 1px;
    left: 6px;
  }
  .timeline .item::after {
    width: 13px;
    height: 13px;
    top: 3px;
  }
  .timeline .item.archived::before {
    width: 3px;
    left: 5px;
  }
  .timeline .item__status {
    left: 32px;
    top: -15px;
    font-size: 10px;
    line-height: 1.2;
  }
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__date {
    font-size: 14px;
    line-height: 1.3;
  }
  .timeline .item__show-text .item__title {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 5px;
  }
  .timeline .item__show-text .item__date {
    color: #053569;
  }
  .timeline .item__show-text .item__status {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.page-header {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 110px 0 90px;
  min-height: 256px;
}
.page-header__home {
  min-height: 530px;
}
.page-header__home .logo-image {
  margin: 0 0 35px;
}
.page-header__home .logo-image img {
  width: 360px;
  height: auto;
}
.page-header__home .banner-content {
  max-width: 520px;
}
.page-header__home .banner-content p {
  margin: 0 0 50px;
}
.page-header__home .img-mobile {
  display: none;
}
.page-header__default .page-title {
  padding-left: 77px;
  background: url(images/triangle.png) no-repeat left top;
  background-size: 52px 50px;
}
.page-header__banner {
  min-height: 256px;
}
.page-header__banner, .page-header__home {
  position: relative;
}
.page-header__banner figure, .page-header__home figure {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-position: 100% 100%;
  background-size: auto 100%;
  z-index: -1;
}
@media (max-width: 1279.98px) {
  .page-header__home .banner-content {
    max-width: 50%;
    padding-right: 30px;
  }
  .page-header__banner figure, .page-header__home figure {
    background-position: 0% 100%;
  }
}
@media (max-width: 991.98px) {
  .page-header {
    padding: 80px 0 60px;
    height: auto;
  }
  .page-header__default .page-title {
    padding-left: 60px;
    background-size: 40px 40px;
  }
  .page-header__home {
    min-height: 0;
  }
  .page-header__home .logo-image img {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    padding: 60px 0 40px;
    min-height: 156px;
  }
  .page-header__default .page-title {
    padding-left: 40px;
    background-size: 26px 25px;
  }
  .page-header__home {
    min-height: 0;
    padding-bottom: 0;
  }
  .page-header__home figure {
    display: none;
  }
  .page-header__home .logo-image img {
    width: 240px;
  }
  .page-header__home .banner-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .page-header__home .banner-content p {
    margin: 0 0 30px;
  }
  .page-header__home .img-mobile {
    display: block;
    margin-top: 35px;
    width: 100%;
    height: auto;
  }
  .page-header__banner figure {
    position: absolute;
    width: 60%;
    left: 40%;
    top: 0;
    bottom: 0;
    margin: 0;
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0% 100%;
    background-size: auto 100%;
    z-index: -1;
  }
}

.entry-content h2, [class*=block-content__] h2 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.14;
  margin: 0 0 35px;
}
@media (max-width: 991.98px) {
  .entry-content h2, [class*=block-content__] h2 {
    font-size: 26px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h2, [class*=block-content__] h2 {
    font-size: 20px;
    line-height: 1.14;
    margin: 0 0 35px !important;
  }
}
.entry-content h3, [class*=block-content__] h3 {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 25px;
}
@media (max-width: 991.98px) {
  .entry-content h3, [class*=block-content__] h3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h3, [class*=block-content__] h3 {
    font-size: 18px;
    line-height: 1.14;
  }
}
.entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn), [class*=block-content__] h4 a:not(.link-btn), [class*=block-content__] p a:not(.link-btn), [class*=block-content__] li a:not(.link-btn) {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.entry-content h4 a:not(.link-btn):hover, .entry-content p a:not(.link-btn):hover, .entry-content li a:not(.link-btn):hover, [class*=block-content__] h4 a:not(.link-btn):hover, [class*=block-content__] p a:not(.link-btn):hover, [class*=block-content__] li a:not(.link-btn):hover {
  color: #EDEADF;
  background: #053569;
}
.entry-content h4 a:not(.link-btn)::selection, .entry-content h4 a:not(.link-btn):active, .entry-content p a:not(.link-btn)::selection, .entry-content p a:not(.link-btn):active, .entry-content li a:not(.link-btn)::selection, .entry-content li a:not(.link-btn):active, [class*=block-content__] h4 a:not(.link-btn)::selection, [class*=block-content__] h4 a:not(.link-btn):active, [class*=block-content__] p a:not(.link-btn)::selection, [class*=block-content__] p a:not(.link-btn):active, [class*=block-content__] li a:not(.link-btn)::selection, [class*=block-content__] li a:not(.link-btn):active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn), [class*=block-content__] h4 a:not(.link-btn), [class*=block-content__] p a:not(.link-btn), [class*=block-content__] li a:not(.link-btn) {
    transition: all 0.2s ease-in;
  }
}
.entry-content p, .entry-content ul, .entry-content ol, [class*=block-content__] p, [class*=block-content__] ul, [class*=block-content__] ol {
  margin: 0 0 25px;
}
.entry-content ul, .entry-content ol, [class*=block-content__] ul, [class*=block-content__] ol {
  padding-left: 20px;
}
.entry-content ul li, .entry-content ol li, [class*=block-content__] ul li, [class*=block-content__] ol li {
  padding-left: 20px;
  margin: 0 0 20px;
}
.entry-content ul, [class*=block-content__] ul {
  list-style: square;
}
.entry-content .wp-block-quote, [class*=block-content__] .wp-block-quote {
  margin: 50px 0;
  color: #053569;
  border-top: 1px solid #DD6E27;
  border-bottom: 1px solid #DD6E27;
  padding: 35px 0;
}
.entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
}
.entry-content .wp-block-quote cite, [class*=block-content__] .wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
}
.entry-content * + h2, .entry-content * + h3, .entry-content p + .link-block__wrapper, [class*=block-content__] * + h2, [class*=block-content__] * + h3, [class*=block-content__] p + .link-block__wrapper {
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-content, [class*=block-content__] {
    margin: 0 0 25px;
  }
  .entry-content ul, .entry-content ol, [class*=block-content__] ul, [class*=block-content__] ol {
    padding-left: 20px;
  }
  .entry-content ul li, .entry-content ol li, [class*=block-content__] ul li, [class*=block-content__] ol li {
    padding-left: 10px;
    margin: 0 0 20px;
  }
  .entry-content .wp-block-quote, [class*=block-content__] .wp-block-quote {
    margin: 35px 0;
    padding: 25px 0;
  }
  .entry-content .wp-block-quote p, [class*=block-content__] .wp-block-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
  .entry-content * + h2, .entry-content * + h3, .entry-content p + .link-block__wrapper, [class*=block-content__] * + h2, [class*=block-content__] * + h3, [class*=block-content__] p + .link-block__wrapper {
    margin-top: 35px;
  }
}

.home-about-challenge {
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.home-timeline {
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.home-timeline .content-blocks__right {
  background: #EAE3CA;
}
.home-timeline .timeline .item.current::after {
  background: #EAE3CA;
}
@media (max-width: 767.98px) {
  .home-timeline .block-content__right {
    background: #EAE3CA;
  }
}

.home-awards {
  box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
  color: #053569;
}
.home-awards .total-prize-pool {
  margin: 30px 0;
}
.home-awards .total-prize-pool h3 {
  font-size: 64px;
  line-height: 1.1;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .home-awards .total-prize-pool h3 {
    font-size: 56px;
  }
}

@media (min-width: 768px) {
  .verticle-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.founders-list .item {
  float: left;
  padding: 20px;
  margin: 0 0 40px;
  background: rgba(152, 129, 98, 0.3);
  min-height: 340px;
}
.founders-list .item__image {
  margin: 0 0 15px;
  width: 100%;
  height: auto;
}
.founders-list .item__name {
  font-weight: 900;
  letter-spacing: 0.03em;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}
.founders-list .item__title {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.founders-list .item:nth-child(5) {
  clear: left;
}

.resource-links__header {
  background: url(images/triangle-yellow.png) no-repeat 0 0;
  background-size: 24px 24px;
  font-size: 24px;
  line-height: 1.3;
  padding: 0 35px;
}
.resource-links__header h2 {
  margin: 0;
}
.resource-links__list .item {
  margin: 0 0 30px;
}
.resource-links__list .item:last-child {
  margin: 0;
}
.resource-links__list .item h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 15px;
}
@media (max-width: 991.98px) {
  .resource-links__header {
    font-size: 21px;
    line-height: 1.14;
    background-size: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .resource-links__header {
    margin: 0 0 30px !important;
    font-size: 18px;
    line-height: 1.2;
    background-size: 20px 20px;
  }
}

.share-resources {
  background: rgba(0, 0, 153, 0.1);
}
.share-resources__content {
  max-width: 530px;
  margin: 0 auto;
}
.share-resources h2 {
  margin: 0 0 35px;
}
.share-resources .link-btn {
  width: 100%;
}

.resource-submission__form {
  width: 100%;
  max-width: 420px;
  position: relative;
  margin: 0 auto;
}
.resource-submission__form .thanks-message {
  display: none;
  font-weight: 700;
}
.resource-submission__form form {
  position: relative;
  padding-right: 140px;
}
.resource-submission__form form .field-input {
  background: #EDEADF;
  border: 1px solid #053569;
  width: 100%;
  height: 46px;
  padding: 13px 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  box-shadow: none;
}
.resource-submission__form form .field-input::-moz-placeholder {
  font-style: italic;
  color: #053569;
  opacity: 1;
}
.resource-submission__form form .field-input:-ms-input-placeholder {
  color: #053569;
}
.resource-submission__form form .field-input::-webkit-input-placeholder {
  color: #053569;
}
.resource-submission__form form .field-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 46px;
  border: none;
  background: #053569;
  color: #EDEADF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.resource-submission__form form .field-submit:hover, .resource-submission__form form .field-submit:focus {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.criteria-grid {
  margin: 50px 0;
}
.criteria-grid .item {
  border-top: 1px solid #DD6E27;
  margin: 0 0 40px;
  position: relative;
  padding: 10px 0 0 210px;
}
.criteria-grid .item:last-child {
  margin: 0;
}
.criteria-grid .item__title {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 10px;
  width: 160px;
}
@media (max-width: 767.98px) {
  .criteria-grid {
    margin: 40px 0;
  }
  .criteria-grid .item {
    margin: 0 0 35px;
    padding: 10px 0 0 140px;
  }
  .criteria-grid .item__title {
    width: 100px;
  }
}

.judges-list {
  margin: 50px 0 0;
}
.judges-list .item {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin: 0 0 80px;
}
.judges-list .item:nth-child(2n+1) {
  clear: left;
}
.judges-list .item__header {
  min-height: 150px;
  position: relative;
  padding: 30px 0 0 210px;
}
.judges-list .item__image {
  position: absolute;
  left: 0;
  top: 0;
}
.judges-list .item__image img {
  position: relative;
  max-width: 150px;
  height: auto;
}
.judges-list .item__name {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.3;
}
.judges-list .item__info a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.judges-list .item__info a:hover {
  color: #EDEADF;
  background: #053569;
}
.judges-list .item__info a::selection, .judges-list .item__info a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .judges-list .item__info a {
    transition: all 0.2s ease-in;
  }
}
.judges-list .item__about {
  margin: 25px 0 0;
}
@media (max-width: 991.98px) {
  .judges-list {
    margin: 50px 0 0;
  }
  .judges-list .item {
    padding-right: 40px;
    margin: 0 0 50px;
  }
  .judges-list .item__header {
    min-height: 120px;
    padding: 20px 0 0 140px;
  }
  .judges-list .item__image img {
    max-width: 125px;
  }
  .judges-list .item__name {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  .judges-list .item__about {
    margin: 25px 0 0;
    font-size: 16px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .judges-list .item:nth-last-child(1), .judges-list .item:nth-last-child(2) {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .judges-list .item {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 0 50px;
  }
}
.judges-list.finalists {
  margin: 50px 0 0;
}
.judges-list.finalists .item__header {
  padding: 0 0 0 210px;
}
.judges-list.finalists .item__header .link-btn {
  position: absolute;
  bottom: 0;
  left: 210px;
}
@media (max-width: 991.98px) {
  .judges-list.finalists .item__header {
    min-height: 120px;
    padding: 0 0 0 140px;
  }
  .judges-list.finalists .item__header .link-btn {
    position: absolute;
    bottom: 0;
    left: 140px;
    padding: 10px 15px;
    font-size: 12px;
    min-height: 0;
    width: 100%;
    max-width: 140px;
    text-align: center;
  }
}

.challenge-awards {
  margin: 50px 0 80px;
}
.challenge-awards h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
.challenge-awards__total, .challenge-awards__phase {
  float: left;
  position: relative;
  min-height: 110px;
}
.challenge-awards__total {
  width: 34%;
}
.challenge-awards__phase {
  width: 33%;
}
.challenge-awards__total {
  border-right: 1px solid #000;
}
.challenge-awards__total h3 {
  font-size: 74px;
  line-height: 90px;
  font-weight: 800;
  margin: 0;
}
.challenge-awards__phase {
  padding-left: 56px;
}
.challenge-awards__phase h3 {
  width: 100%;
  background: #E8B927;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  padding: 14px 20px;
  margin: 0 0 15px;
  text-align: center;
}
.challenge-awards__phase p {
  margin: 0;
}
.challenge-awards__phase2 h3 {
  background-color: #83CEBC;
}
@media (max-width: 1279.98px) {
  .challenge-awards__total {
    float: none;
    min-height: 0;
    width: 100%;
  }
  .challenge-awards__phase {
    width: 50%;
  }
  .challenge-awards__total {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0 0 30px;
    margin: 0 0 35px;
  }
  .challenge-awards__total h3 {
    font-size: 64px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
  }
  .challenge-awards__phase1 {
    padding-left: 0;
    padding-right: 20px;
  }
  .challenge-awards__phase2 {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .challenge-awards {
    margin: 40px 0 0;
  }
  .challenge-awards__total, .challenge-awards__phase {
    float: none;
    min-height: 0;
    width: 100%;
  }
  .challenge-awards__total h3 {
    font-size: 56px;
    line-height: 1.1;
  }
  .challenge-awards__phase {
    margin-top: 35px;
    padding: 0;
  }
  .challenge-awards__phase h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

.blog-latest {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.blog-latest .heading4 {
  margin: 0 0 25px;
}
.blog-latest .post-title {
  font-size: 48px;
  line-height: 1.14;
  margin: 0;
}
.blog-latest .post-title a {
  outline: none;
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
}
.blog-latest .post-title a:hover {
  color: #EDEADF;
  background: #053569;
}
.blog-latest .post-title a::selection, .blog-latest .post-title a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .blog-latest .post-title a {
    transition: all 0.2s ease-in;
  }
}
.blog-latest .post-meta {
  margin: 50px 0;
}
.blog-latest .post-actions .post-social-share {
  margin: 30px 0 0;
}
.blog-latest .post-actions .post-social-share ul li.twitter a, .blog-latest .post-actions .post-social-share ul li.facebook a {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.blog-latest .post-actions .post-social-share ul li.facebook {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .blog-latest .post-title {
    font-size: 36px;
    line-height: 1.14;
  }
  .blog-latest .post-meta {
    margin: 35px 0;
  }
  .blog-latest .post-actions .post-social-share {
    margin: 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .blog-latest .post-title {
    font-size: 30px;
    line-height: 1.14;
  }
  .blog-latest .post-actions .post-social-share {
    margin-bottom: 50px !important;
  }
}

.blog-archive .heading4 {
  margin: 0 0 calc(35px - $grid-gutter-width);
}
.blog-archive .item {
  position: relative;
  padding-bottom: 75%;
  background: #83CEBC;
  margin-top: 30px !important;
}
.blog-archive .item__post {
  color: #053569;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.blog-archive .item__post:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.blog-archive .item__post .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.blog-archive .item__post h3, .blog-archive .item__post .post-meta {
  position: absolute;
  left: 25px;
  right: 40px;
  z-index: 1;
}
.blog-archive .item__post h3 {
  top: 25px;
}
.blog-archive .item__post .post-meta {
  bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
.blog-archive .item .post-social-share {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 30px;
}
.blog-archive .item .post-social-share ul li.facebook a {
  background-image: url(images/icon-facebook_blue.png);
}
.blog-archive .item .post-social-share ul li.facebook a:focus, .blog-archive .item .post-social-share ul li.facebook a:hover {
  background-image: url(images/icon-facebook_yellow.png);
}
.blog-archive .item .post-social-share ul li.twitter a {
  background-image: url(images/icon-twitter_blue.png);
}
.blog-archive .item .post-social-share ul li.twitter a:focus, .blog-archive .item .post-social-share ul li.twitter a:hover {
  background-image: url(images/icon-twitter_yellow.png);
}
@media (max-width: 1279.98px) {
  .blog-archive .item {
    padding-bottom: 100%;
  }
  .blog-archive .item__post h3, .blog-archive .item__post .post-meta {
    right: 25px;
  }
  .blog-archive .item__post .post-meta {
    bottom: 32px;
    font-size: 14px;
    line-height: 1.2;
  }
  .blog-archive .item .post-social-share {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .blog-archive .heading4 {
    margin: 0 0 5px;
  }
  .blog-archive .item {
    padding-bottom: 75%;
    margin-top: 30px !important;
  }
}
@media (max-width: 767.98px) {
  .blog-archive .item {
    position: relative;
    padding: 0;
  }
  .blog-archive .item__post {
    padding: 35px 25px 30px;
    position: relative;
  }
  .blog-archive .item__post h3, .blog-archive .item__post .post-meta {
    position: static;
  }
  .blog-archive .item__post .post-meta {
    font-size: 14px;
    line-height: 1.2;
  }
  .blog-archive .item .post-social-share {
    right: 20px;
    bottom: 20px;
  }
}

.single-post .post {
  max-width: 740px;
}
.single-post .post-meta {
  margin: 50px 0;
  font-size: 24px;
  line-height: 1.14;
}
.single-post .post-meta a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.single-post .post-meta a:hover {
  color: #EDEADF;
  background: #053569;
}
.single-post .post-meta a::selection, .single-post .post-meta a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .single-post .post-meta a {
    transition: all 0.2s ease-in;
  }
}
.single-post .post-social-share h4 {
  display: inline-block;
  margin-right: 20px;
}
.single-post .post-social-share ul {
  display: inline-block;
}
.single-post .post-social-share ul li.twitter a, .single-post .post-social-share ul li.facebook a {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
@media (max-width: 991.98px) {
  .single-post .post-meta {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-meta {
    margin: 50px 0 35px;
    font-size: 16px;
    line-height: 1.14;
  }
  .single-post .post-social-share h4 {
    display: inline-block;
    margin-right: 10px;
  }
  .single-post .post-social-share ul {
    display: inline-block;
  }
  .single-post .post-social-share ul li.twitter a, .single-post .post-social-share ul li.facebook a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .single-post .post-social-share {
    margin: 50px 0 !important;
  }
}

.post-social-share {
  margin: 60px 0 0;
}
.post-social-share h4 {
  display: none;
}
.post-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-social-share ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.post-social-share ul li.twitter a, .post-social-share ul li.facebook a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-indent: -999em;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
.post-social-share ul li.facebook {
  margin-right: 10px;
}
.post-social-share ul li.facebook a {
  background-image: url(images/icon-facebook_blue.png);
}
.post-social-share ul li.facebook a:focus, .post-social-share ul li.facebook a:hover {
  background-image: url(images/icon-facebook_yellow.png);
}
.post-social-share ul li.twitter a {
  background-image: url(images/icon-twitter_blue.png);
}
.post-social-share ul li.twitter a:focus, .post-social-share ul li.twitter a:hover {
  background-image: url(images/icon-twitter_yellow.png);
}

.blog-sidebar ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.blog-sidebar aside {
  font-size: 18px;
  line-height: 1.25;
}
.blog-sidebar aside .widget-title {
  font-weight: 700;
  color: #053569;
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 767.98px) {
  .blog-sidebar aside .widget-title {
    font-size: 12px;
    line-height: 1.3;
  }
}
.blog-sidebar aside ul li {
  margin: 0 0 20px;
}
.blog-sidebar aside ul li:last-child {
  margin: 0;
}
.blog-sidebar aside ul li a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.blog-sidebar aside ul li a:hover {
  color: #EDEADF;
  background: #053569;
}
.blog-sidebar aside ul li a::selection, .blog-sidebar aside ul li a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .blog-sidebar aside ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar aside {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .blog-sidebar {
    border-top: 1px solid #000;
    padding: 35px 0 0;
  }
}

.paging-navigation {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.news-subscribe {
  background: #E8B927;
  padding: 50px 35px;
}
.news-subscribe .heading3 {
  margin: 0 0 50px;
}
.news-subscribe a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.news-subscribe a:hover {
  color: #EDEADF;
  background: #053569;
}
.news-subscribe a::selection, .news-subscribe a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .news-subscribe a {
    transition: all 0.2s ease-in;
  }
}
.news-subscribe .mc_embed_signup {
  margin: 0;
}
.news-subscribe .mc_embed_signup form {
  padding: 0;
}
.news-subscribe .mc_embed_signup form .email {
  background: #EDEADF;
  border-color: #053569;
  color: #053569;
  margin: 0 0 15px;
}
.news-subscribe .mc_embed_signup form .email::-moz-placeholder {
  font-style: italic;
  color: #053569;
  opacity: 1;
}
.news-subscribe .mc_embed_signup form .email:-ms-input-placeholder {
  color: #053569;
}
.news-subscribe .mc_embed_signup form .email::-webkit-input-placeholder {
  color: #053569;
}
.news-subscribe .mc_embed_signup form .mc-embedded-subscribe {
  position: static;
  border: none;
  background: #053569;
  color: #EDEADF;
}
@media (max-width: 991.98px) {
  .news-subscribe {
    padding: 40px 25px;
  }
  .news-subscribe .heading3 {
    margin: 0 0 35px;
  }
  .news-subscribe .mc_embed_signup form {
    padding-right: 0;
  }
  .news-subscribe .mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .news-subscribe .mc_embed_signup form .mc-embedded-subscribe {
    position: static;
    width: 100%;
  }
}

.post-cta {
  padding: 50px;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
}
.post-cta p:empty {
  display: none;
}
.post-cta:last-child {
  margin: 0;
}
.post-cta a {
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.post-cta a:hover {
  color: #EDEADF;
  background: #053569;
}
.post-cta a::selection, .post-cta a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .post-cta a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 991.98px) {
  .post-cta {
    padding: 30px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .post-cta {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.has-sticky-notification #page {
  padding-bottom: 75px;
}

.notification-bar {
  background: #E8B927;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 9999;
  font-weight: 700;
}
.notification-bar a {
  outline: none;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.notification-bar a:hover {
  color: #EDEADF;
  background: #053569;
}
.notification-bar a::selection, .notification-bar a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .notification-bar a {
    transition: all 0.2s ease-in;
  }
}
.notification-bar .notification-wrapper {
  position: absolute;
  margin: 0 -50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.notification-bar .notification-wrapper .notification-text {
  float: left;
  width: 70%;
}
.notification-bar .notification-wrapper .notification-link {
  float: right;
  text-align: right;
  width: 25%;
}
@media (max-width: 767.98px) {
  .notification-bar {
    height: 75px;
  }
  .notification-bar .notification-wrapper {
    font-size: 14px;
    line-height: 1.2;
  }
  .notification-bar .notification-wrapper .notification-link {
    text-align: left;
  }
}

.entrants-items {
  border-top: 1.5px solid #DD6E27;
  padding-top: 80px;
}
.entrants-items .item {
  float: left;
  width: 50%;
  margin: 0 0 50px;
  position: relative;
}
.entrants-items .item:nth-child(2n+1) {
  clear: left;
}
.entrants-items .item h2 {
  position: absolute;
  left: 0;
  top: 0;
}
.entrants-items .item .entry-content {
  padding-left: 20%;
  padding-right: 80px;
}
.entrants-items .item .entry-content h3 {
  margin: 0 0 15px;
}
.entrants-items .item .entry-content ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.entrants-items .item .entry-content ul li {
  padding: 0;
  margin: 0 0 5px;
}
@media (max-width: 991.98px) {
  .entrants-items {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .entrants-items .item {
    float: none;
    width: 100%;
    margin: 0 0 50px;
  }
  .entrants-items .item .entry-content {
    padding-left: 50px;
    padding-right: 0;
  }
}

.entrants-filters {
  margin: 50px 0 80px;
}
.entrants-filters h3 {
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0 0;
  margin-right: 40px;
}
.entrants-filters a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
  font-weight: 700;
  margin: 0 10px 5px 0;
  text-align: center;
  transition: all 0.2s linear;
}
.entrants-filters a.active, .entrants-filters a:hover {
  background: #E8B927;
  color: #053569;
}
@media (max-width: 767.98px) {
  .entrants-filters {
    margin: 40px 0 50px;
  }
  .entrants-filters h3 {
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
  }
  .entrants-filters a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 20px;
    margin-right: 5px;
  }
}

.finalists-list {
  margin: 50px 0;
}
.finalists-list .row {
  margin-left: -30px;
  margin-right: -30px;
}
.finalists-list .row > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
.finalists-list .item {
  background: #EAE3CA;
  padding: 50px;
  margin: 0 0 60px !important;
}
.finalists-list .item .heading2 {
  margin: 0 0 25px;
  min-height: 90px;
  line-height: 30px;
}
.finalists-list .item__state-team {
  font-style: italic;
  margin: 0 0 25px;
}
.finalists-list .item__content {
  margin: 0;
}
@media (max-width: 1279.98px) {
  .finalists-list .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .finalists-list .row > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .finalists-list .item {
    padding: 30px;
    margin: 0 0 30px !important;
  }
  .finalists-list .item .heading2 {
    margin: 0 0 15px;
    min-height: 85px;
  }
  .finalists-list .item__state-team {
    font-style: italic;
    margin: 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .finalists-list {
    margin: 40px 0;
  }
  .finalists-list .item {
    padding: 30px;
    margin: 0 0 30px !important;
  }
  .finalists-list .item .heading2 {
    margin: 0 0 15px;
    min-height: 50px;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767.98px) {
  .finalists-list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .finalists-list .row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .finalists-list {
    margin: 30px 0;
  }
  .finalists-list .item {
    padding: 30px 25px;
    margin: 0 0 20px !important;
  }
  .finalists-list .item .heading2 {
    min-height: 0;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.2;
  }
}

.home-finalists .has-video {
  margin-top: 50px;
}
.home-finalists .video-content {
  margin: 0 0 25px !important;
}
.home-finalists .content-bottom {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .home-finalists .content-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .home-finalists .content-bottom {
    margin-bottom: 25px;
  }
}

.progress-header {
  box-shadow: none;
  background-color: #83CEBC;
}
.progress-header h2.heading2 {
  padding: 0 !important;
  margin: 0 !important;
}
.progress-header .has-overline {
  border-color: #053569;
}
.progress-header .has-overline {
  margin: 0;
}
.progress-header.theme-orange {
  background-color: #ffedcc;
}
.progress-header.theme-orange .has-overline {
  border-color: #DD6E27;
}
.progress-header.theme-lime {
  background-color: #EBFFEC;
}
.progress-header.theme-lime .has-overline {
  border-color: #7CFF81;
}
.progress-header.theme-blue {
  background-color: #cde6f5;
}
.progress-header.theme-blue .has-overline {
  border-color: #3789FF;
}
.progress-header.theme-skyblue {
  background-color: #f2ffff;
}
.progress-header.theme-skyblue .has-overline {
  border-color: #8FDCFF;
}
.progress-header.theme-red {
  background-color: #ffe3df;
}
.progress-header.theme-red .has-overline {
  border-color: #FF5546;
}

.progress-header + .page-section {
  box-shadow: none;
}

.entry-content .finalist-links {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.entry-content .finalist-links li {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline;
}
.entry-content .finalist-links li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent !important;
  background-size: 100% !important;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.entry-content .finalist-links li.external-link a {
  background-image: url(images/icon-finalist-link.png);
}
.entry-content .finalist-links li.external-link a:hover {
  background-image: url(images/icon-finalist-link_hover.png);
}
.entry-content .finalist-links li.facebook a {
  background-image: url(images/icon-finalist-facebook.png);
}
.entry-content .finalist-links li.facebook a:hover {
  background-image: url(images/icon-finalist-facebook_hover.png);
}
.entry-content .finalist-links li.instagram a {
  background-image: url(images/icon-finalist-instagram.png);
}
.entry-content .finalist-links li.instagram a:hover {
  background-image: url(images/icon-finalist-instagram_hover.png);
}
.entry-content .finalist-links li.twitter a {
  background-image: url(images/icon-finalist-twitter.png);
}
.entry-content .finalist-links li.twitter a:hover {
  background-image: url(images/icon-finalist-twitter_hover.png);
}
@media (max-width: 991.98px) {
  .entry-content .finalist-links li {
    margin-right: 15px;
  }
  .entry-content .finalist-links li a {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767.98px) {
  .entry-content .finalist-links li {
    margin-right: 10px;
  }
}

.pswp__bg {
  background: #fff !important;
}
.pswp__top-bar {
  background: #fff !important;
}
.pswp__button--close {
  width: 32px;
  height: 32px;
  background-image: url(images/icon-close.png) !important;
  background-color: transparent !important;
  background-size: 90% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  top: 20px;
  right: 20px;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 30px;
  position: absolute;
}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 20px !important;
  height: 30px !important;
  background-color: transparent !important;
  background-size: 90% !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  left: 0;
  top: 0;
}
.pswp__button--arrow--left {
  left: 30px;
}
.pswp__button--arrow--left::before {
  background-image: url(images/icon-left-arrow.png) !important;
}
.pswp__button--arrow--right {
  right: 30px;
}
.pswp__button--arrow--right::before {
  background-image: url(images/icon-right-arrow.png) !important;
}
.pswp__item {
  bottom: 40px;
}
.pswp__caption {
  background: transparent !important;
}
.pswp__caption__center {
  max-width: 800px;
  margin: 30px auto;
  color: #787878;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .pswp__caption__center {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .pswp__caption__center {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  .pswp__caption__center {
    font-size: 12px;
    line-height: 1.2;
  }
}

.on-page-navigation {
  font-family: "Poppins", "Public Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.on-page-navigation .navigation-wrapper {
  padding: 0 0 50px;
}
.on-page-navigation .navigation-wrapper h3 {
  margin: 0;
  display: inline;
}
.on-page-navigation .navigation-wrapper ul {
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.on-page-navigation .navigation-wrapper ul li {
  display: inline-block;
}
.on-page-navigation .navigation-wrapper ul li::after {
  content: "|";
  padding: 0 10px;
  display: inline-block;
}
.on-page-navigation .navigation-wrapper ul li:last-child::after {
  content: "";
}
.on-page-navigation .navigation-wrapper ul li a {
  color: #000;
  outline: none;
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
  text-decoration: none;
  font-weight: 400;
}
.on-page-navigation .navigation-wrapper ul li a:hover {
  color: #EDEADF;
  background: #053569;
}
.on-page-navigation .navigation-wrapper ul li a::selection, .on-page-navigation .navigation-wrapper ul li a:active {
  background: #053569;
  color: #E8B927;
}
@media (min-width: 576px) {
  .on-page-navigation .navigation-wrapper ul li a {
    transition: all 0.2s ease-in;
  }
}
.on-page-navigation .navigation-wrapper ul.back-link {
  display: inline;
}
.on-page-navigation .navigation-wrapper ul.back-link li::after {
  content: "|" !important;
}
@media (max-width: 991.98px) {
  .on-page-navigation {
    padding: 30px 0 0;
  }
  .on-page-navigation .navigation-wrapper {
    padding: 0 0 30px;
  }
  .on-page-navigation .navigation-wrapper ul {
    font-size: 14px;
    line-height: 1.3;
  }
  .on-page-navigation .navigation-wrapper ul.back-link {
    padding: 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .on-page-navigation {
    padding: 20px 0 0;
  }
  .on-page-navigation .navigation-wrapper ul {
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  .page-id-14 .page-section {
    min-height: calc(100vh - 793px);
  }
}

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