@charset "UTF-8";
/** Variables **/
/** Fonts **/
/** Colors **/
/*
Light Blue: #42ABE2
Dark Blue: #3B4598
Purple: #9C3C9A
Green: #57B436
Yellow: #F8ED4E
Pink: #EC3F7B

$white          : #fff;
$black          : #242424;
$dark-gray      : #32353e;
$dark-blue      : #003b5f;
$blue           : #0A5999;
$light-blue     : #27a8df;
$purple         : #76288f;
$pink           : #eb008b;
$green          : #85FF9E;
$red            : #d53c3c;
*/
/** Bootstrap **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

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

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

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

.text-success {
  color: #57b436 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

nav ul {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

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

[hidden] {
  display: none;
}

/*

Usage:

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

*/
/** Base Typography **/
body {
  color: #242424;
  font-family: "Wix Madefor Display", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

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

img {
  max-width: 100%;
}

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

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

.h100 {
  height: 100%;
}

.rel {
  position: relative;
}

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

.site-container {
  background: #fff;
  border-radius: 20px;
  margin: 30px auto;
  min-height: 100vh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

div[id^=section-]:last-child > div:first-child {
  margin-bottom: 0 !important;
}

h4, h3, h2, h1 {
  font-family: "Wix Madefor Display", sans-serif;
}

p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 400;
}

/** Components **/
.buttons {
  margin: 0 -10px 10px;
}
.buttons.buttons-center {
  text-align: center;
}
.buttons .button {
  position: relative;
  margin: 0 10px 20px;
}

.button-group {
  margin-bottom: 30px;
}
.button-group .buttons {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  background: #27a8df;
  color: #fff;
  padding: 10px 30px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
}
.button:hover {
  background: #EC3F7B;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
}
.button.small {
  padding: 5px 15px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.button .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-left: 6px;
  font-size: 19px;
}
.button .text {
  padding-left: 33px;
}
.button.pink {
  background: #EC3F7B;
  color: #fff;
}
.button.pink:hover {
  background: #27a8df;
}
.button.simple {
  background: transparent;
  border: 1px solid #242424;
  color: #242424;
}
.button.simple .icon {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #242424;
  padding-left: 0;
  width: 36px;
}
.button.simple .text {
  padding-left: 0;
  padding-right: 30px;
}
.button.simple:hover {
  background: #242424;
  color: #fff;
}

.pills {
  margin: 0 -5px 0;
}
.pills .pill {
  margin: 0 5px 0;
  position: relative;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  font-weight: 400;
  border-radius: 50px;
  font-size: 12px;
}
.pills .pill .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}
.pills .pill .text {
  padding-left: 18px;
}
.pills .pill.pink {
  background: #EC3F7B;
}
.pills .pill.blue {
  background: #3B4598;
}
.pills .pill.light-blue {
  background: #27a8df;
}

@media (max-width: 767.98px) {
  .button-group .buttons {
    margin: 0;
  }
  .button-group .buttons .button {
    display: block;
    margin: 0;
  }
  .button-group .buttons .button + .button {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .button {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.text-inputs, form:not(.acf-form) .select .select-styled, form:not(.acf-form) textarea, form:not(.acf-form) input[type=text], form:not(.acf-form) input[type=email], form:not(.acf-form) input[type=number], form:not(.acf-form) input[type=password], form:not(.acf-form) input[type=tel] {
  border: 1px solid #242424;
  border-radius: 0 15px 15px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
}

form:not(.acf-form) label,
form:not(.acf-form) legend {
  cursor: pointer;
}
form:not(.acf-form) .input-group {
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
form:not(.acf-form) .input-group label {
  order: 1;
}
form:not(.acf-form) .input-group input {
  order: 2;
}
form:not(.acf-form) .input-group.submit {
  margin-top: 20px;
  margin-bottom: 0;
}
form:not(.acf-form) label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background: #242424;
  color: #fff;
  padding: 5px 15px;
  margin: 0;
  transition: 0.3s ease all;
}
form:not(.acf-form) input[type=text], form:not(.acf-form) input[type=email], form:not(.acf-form) input[type=number], form:not(.acf-form) input[type=password], form:not(.acf-form) input[type=tel] {
  transition: 0.3s ease all;
}
form:not(.acf-form) input[type=text]:focus, form:not(.acf-form) input[type=email]:focus, form:not(.acf-form) input[type=number]:focus, form:not(.acf-form) input[type=password]:focus, form:not(.acf-form) input[type=tel]:focus {
  border-color: #EC3F7B;
}
form:not(.acf-form) input[type=text]:focus + label, form:not(.acf-form) input[type=email]:focus + label, form:not(.acf-form) input[type=number]:focus + label, form:not(.acf-form) input[type=password]:focus + label, form:not(.acf-form) input[type=tel]:focus + label {
  background: #EC3F7B;
}
form:not(.acf-form) input[type=radio], form:not(.acf-form) input[type=checkbox] {
  display: none;
}
form:not(.acf-form) input[type=radio]:checked + label::after, form:not(.acf-form) input[type=checkbox]:checked + label::after {
  opacity: 1;
}
form:not(.acf-form) input[type=radio] + label, form:not(.acf-form) input[type=checkbox] + label {
  position: relative;
  color: #242424;
  background: transparent;
  padding: 0 0 0 24px;
}
form:not(.acf-form) input[type=radio] + label::before, form:not(.acf-form) input[type=radio] + label::after, form:not(.acf-form) input[type=checkbox] + label::before, form:not(.acf-form) input[type=checkbox] + label::after {
  display: block;
  position: absolute;
  content: "";
  border: 1px solid #242424;
  background-color: white;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
form:not(.acf-form) input[type=radio] + label::after, form:not(.acf-form) input[type=checkbox] + label::after {
  border: 0;
  background: #242424;
  opacity: 0;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
}
form:not(.acf-form) input[type=radio] + label::before, form:not(.acf-form) input[type=radio] + label::after {
  border-radius: 50%;
}
form:not(.acf-form) input[type=submit] {
  background: #EC3F7B;
  color: #fff;
  display: block;
  width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 100px;
  transition: 0.3s ease all;
  font-weight: 800;
  font-size: 18px;
}
form:not(.acf-form) input[type=submit]:hover {
  background: #27a8df;
  border-radius: 0;
}
form:not(.acf-form) fieldset legend + div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
form:not(.acf-form) fieldset legend + div > div > * {
  margin-left: 10px;
  margin-right: 10px;
}
form:not(.acf-form) textarea {
  min-height: 140px;
}
form:not(.acf-form) select {
  border: 1px solid #242424;
  border-radius: 0 15px 15px;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  display: block;
  width: 100%;
}
form:not(.acf-form) .select {
  position: relative;
  z-index: 1;
}
form:not(.acf-form) .select .select-hidden {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
}
form:not(.acf-form) .select .select-styled {
  position: relative;
  cursor: pointer;
}
form:not(.acf-form) .select .select-styled::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid red;
  right: 12px;
  top: 14px;
}
form:not(.acf-form) .select .select-styled.active::before {
  transform: rotate(-180deg);
}
form:not(.acf-form) .select .select-options {
  display: none;
  position: absolute;
  list-style-type: none;
  cursor: pointer;
}
form:not(.acf-form) .select .select-options li.hide {
  display: none;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 46px;
  line-height: 1.2;
  color: #242424;
  font-weight: 800;
}
.wysiwyg h1 strong,
.wysiwyg h2 strong,
.wysiwyg h3 strong,
.wysiwyg h4 strong,
.wysiwyg h5 strong,
.wysiwyg h6 strong {
  color: #27a8df;
}
.wysiwyg h1 {
  font-size: 42px;
}
.wysiwyg h2 {
  font-size: 36px;
}
.wysiwyg h3 {
  font-size: 28px;
}
.wysiwyg h4 {
  font-size: 24px;
}
.wysiwyg h5 {
  font-size: 21px;
}
.wysiwyg h6 {
  font-size: 18px;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 20px;
  padding-left: 37px;
}
.wysiwyg li {
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 10px;
}
.wysiwyg li:last-child {
  padding: 0;
}
.wysiwyg p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 20px;
}
.wysiwyg.small h1,
.wysiwyg.small h2,
.wysiwyg.small h3,
.wysiwyg.small h4,
.wysiwyg.small h5,
.wysiwyg.small h6 {
  font-size: 32px;
  line-height: 1.2;
  color: #242424;
  font-weight: 800;
}
.wysiwyg.small h1 strong,
.wysiwyg.small h2 strong,
.wysiwyg.small h3 strong,
.wysiwyg.small h4 strong,
.wysiwyg.small h5 strong,
.wysiwyg.small h6 strong {
  color: #27a8df;
}
.wysiwyg.small h1 {
  font-size: 32px;
}
.wysiwyg.small h2 {
  font-size: 26px;
}
.wysiwyg.small h3 {
  font-size: 22px;
}
.wysiwyg.small h4 {
  font-size: 18px;
}
.wysiwyg.small h5 {
  font-size: 16px;
}
.wysiwyg.small h6 {
  font-size: 14px;
}
.wysiwyg.small ul,
.wysiwyg.small ol {
  margin: 0 0 20px;
  padding-left: 37px;
}
.wysiwyg.small li {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 3px;
}
.wysiwyg.small li:last-child {
  padding: 0;
}
.wysiwyg.small p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 15px;
}
.wysiwyg img,
.wysiwyg .wp-caption {
  max-width: 100%;
  border-radius: 20px;
}
.wysiwyg img.alignleft,
.wysiwyg .wp-caption.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.wysiwyg img.alignright,
.wysiwyg .wp-caption.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.wysiwyg img.aligncenter, .wysiwyg img.alignnone,
.wysiwyg .wp-caption.aligncenter,
.wysiwyg .wp-caption.alignnone {
  float: none;
  clear: both;
  margin: 0 auto 20px;
  display: block;
}
.wysiwyg .wp-caption {
  border-radius: 0;
}
.wysiwyg .wp-caption img {
  border-radius: 20px;
  margin: 0;
}
.wysiwyg .wp-caption p {
  text-align: center;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  margin: 5px 0 0;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 800;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg.module {
  margin-bottom: 60px;
}
.wysiwyg code {
  color: #27a8df;
}
.wysiwyg a:not(.button) {
  font-weight: 800;
  border-bottom: 1px solid #27a8df;
  color: #27a8df;
}
.wysiwyg a:not(.button):hover {
  text-decoration: none;
  color: #007bff;
  border-bottom-color: #007bff;
}
.wysiwyg.text-center {
  text-align: center;
}

@media (max-width: 991.98px) {
  .wysiwyg.module {
    margin-bottom: 45px;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -33px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  border-radius: 0;
}
.slick-dots li button:before {
  transition: 0.3s ease all;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #242424;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-align: center;
}
.slick-dots li.slick-active button:before {
  border-radius: 0;
  background-color: #242424;
}

.fullscreen-video {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  z-index: 10000;
}
.fullscreen-video .fullscreen-wrapper {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fullscreen-video .fullscreen-wrapper .video-container {
  width: 100%;
}
.fullscreen-video .fullscreen-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  background: #27a8df;
}
.fullscreen-video .fullscreen-close:hover {
  background: #EC3F7B;
}

/** Layouts **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s ease all;
}
.header .sitewide-banner {
  width: 100%;
  max-height: 150px;
  background: #27a8df;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s all linear;
}
.header .sitewide-banner .banner-content {
  color: #fff;
  width: 80%;
  padding: 10px 15px;
}
.header .sitewide-banner .banner-content p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
.header .sitewide-banner .banner-buttons {
  width: 20%;
  margin: 0;
  padding: 10px 15px;
}
.header .sitewide-banner .banner-buttons .button {
  margin: 0;
  display: block;
  text-align: center;
}
.header.scrolled {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.header.scrolled .menu .main-nav-cta {
  padding-top: 5px;
  padding-bottom: 5px;
}
.header.scrolled .menu .menu-trigger {
  height: 59px;
  width: 59px;
}
.header.scrolled .brand img {
  max-width: 90px;
}
.header.scrolled .sitewide-banner {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.header .header-nav {
  display: flex;
  margin-left: 15px;
}
.header a:hover {
  text-decoration: none;
}
.header .brand {
  padding: 6px 0;
}
.header .brand img {
  max-width: 110px;
  transition: 0.3s ease all;
}
.header .main-navigation {
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  visibility: hidden;
}
.header .main-navigation .blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  z-index: 5;
  transition: 0.3s ease all;
  opacity: 0;
}
.header .main-navigation > ul {
  transition: 0.3s ease all;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  background: #fff;
  z-index: 10;
  margin: 0;
}
.header .main-navigation > ul::-webkit-scrollbar {
  display: none;
}
.header .main-navigation > ul > li {
  display: block;
}
.header .main-navigation > ul > li > a {
  display: block;
  position: relative;
  color: #3B4598;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}
.header .main-navigation > ul > li > a .text {
  padding-right: 40px;
}
.header .main-navigation > ul > li > a .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: 0.3s ease all;
}
.header .main-navigation > ul > li > a:hover, .header .main-navigation > ul > li > a.active {
  background: #3B4598;
  color: #fff;
}
.header .main-navigation > ul > li.active .icon {
  transform: rotate(180deg);
}
.header .main-navigation > ul > li.nav-header {
  position: relative;
  padding: 10px 20px;
}
.header .main-navigation > ul > li.nav-header a {
  padding: 0;
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  background: transparent;
}
.header .main-navigation > ul > li.nav-header a img {
  max-width: 100px;
}
.header .main-navigation > ul > li.nav-header a span {
  font-weight: 400;
}
.header .main-navigation > ul > li.nav-header a:hover {
  color: #27a8df;
  text-decoration: none;
}
.header .main-navigation > ul > li.nav-header a.nav-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .main-navigation > ul > li.nav-buttons {
  display: flex;
}
.header .main-navigation > ul > li.nav-buttons a {
  width: 50%;
  display: block;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.header .main-navigation > ul > li.nav-buttons a:first-child {
  border-right: 1px solid #3B4598;
  background: #27a8df;
}
.header .main-navigation > ul > li.nav-buttons a:last-child {
  background: #EC3F7B;
}
.header .main-navigation > ul > li.nav-buttons a:hover {
  color: #fff;
}
.header .main-navigation > ul > li.nav-buttons a:hover:first-child, .header .main-navigation > ul > li.nav-buttons a:hover:last-child {
  background: #3B4598;
}
.header .main-navigation > ul > li > ul {
  background: #3B4598;
  display: none;
}
.header .main-navigation > ul > li > ul > li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
}
.header .main-navigation > ul > li > ul > li a:hover {
  background: #27a8df;
  padding-left: 16px;
}
.header .menu {
  display: flex;
  align-items: center;
}
.header .menu .main-nav-cta {
  padding: 10px 30px;
  background: #27a8df;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 50px;
  text-transform: uppercase;
}
.header .menu .main-nav-cta:hover {
  background: #EC3F7B;
  border-radius: 0;
}
.header .menu .menu-trigger {
  display: flex;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: #3B4598;
  color: #fff;
  margin-left: 15px;
}
.header .menu .menu-trigger:hover {
  color: #fff;
  background: #EC3F7B;
}
.header .menu .menu-trigger .open-icon {
  display: block;
}
.header .menu .menu-trigger .close-icon {
  display: none;
}

.main-navigation-active {
  overflow: hidden;
}
.main-navigation-active .main-navigation {
  visibility: visible;
}
.main-navigation-active .main-navigation ul {
  right: 0;
}
.main-navigation-active .main-navigation .blur {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .header .sitewide-banner .banner-content {
    width: 65%;
  }
  .header .sitewide-banner .banner-buttons {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .header .menu .main-nav-cta {
    display: none;
  }
  .header .sitewide-banner .banner-content {
    width: 55%;
  }
  .header .sitewide-banner .banner-content p {
    font-size: 14px;
    line-height: 19px;
  }
  .header .sitewide-banner .banner-buttons {
    width: 45%;
  }
  .header .sitewide-banner .banner-buttons .button.small {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.footer {
  background: #242424;
  padding: 30px 0 0;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #27a8df;
  text-decoration: none;
}
.footer .footer-cols {
  display: flex;
  justify-content: space-between;
}
.footer .footer-cols .footer-section {
  width: 33.3333%;
  padding: 15px;
  text-align: center;
}
.footer .footer-cols .footer-section h4 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 300;
}
.footer .footer-cols .footer-section ul li {
  padding: 0 0 5px;
}
.footer .footer-cols .footer-section .social {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer .footer-cols .footer-section .social li {
  padding: 0 5px;
}
.footer .footer-cols .footer-section .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #27a8df;
  border-radius: 50%;
}
.footer .footer-cols .footer-section .social a:hover {
  background: #EC3F7B;
  border-radius: 0;
}
.footer .copyright {
  padding: 10px;
  text-align: center;
  background: #000;
}
.footer .copyright p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.footer .copyright ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .footer .footer-cols {
    display: block;
  }
  .footer .footer-cols .footer-section {
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
  }
}
.back-to-top {
  position: fixed;
  bottom: 0;
  left: -150px;
  background: #9c3c9a;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  width: 150px;
  text-align: center;
}
.back-to-top.scrolled {
  left: 0;
}
.back-to-top:hover {
  background: #27a8df;
  text-decoration: none;
  color: #fff;
}

.hero {
  padding-top: 70px;
}

.hero {
  background: #007bff;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.hero.medium {
  min-height: 670px;
}
.hero.fullscreen {
  min-height: 100vh;
}
.hero.not-first {
  padding-top: 0;
}
.hero.image, .hero.video-trigger {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero.image::after, .hero.video-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 168, 223, 0.3);
  z-index: 10;
}
.hero.image > *, .hero.video-trigger > * {
  position: relative;
  z-index: 20 !important;
}
.hero.small-content .content {
  font-size: 16px;
}
.hero > .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero .video-background {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero .logo {
  max-width: 240px;
}
.hero .play-button,
.hero .play-fullscreen {
  width: 210px;
  height: 210px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease all;
}
.hero .play-button .active,
.hero .play-fullscreen .active {
  display: none;
}
.hero .play-button.active .active,
.hero .play-fullscreen.active .active {
  display: block;
}
.hero .play-button.active .inactive,
.hero .play-fullscreen.active .inactive {
  display: none;
}
.hero .play-button .icon,
.hero .play-button .text,
.hero .play-fullscreen .icon,
.hero .play-fullscreen .text {
  color: #fff;
}
.hero .play-button .text,
.hero .play-fullscreen .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 14px;
}
.hero .play-button .icon,
.hero .play-fullscreen .icon {
  font-size: 72px;
}
.hero .play-button:hover,
.hero .play-fullscreen:hover {
  background: #27a8df;
}
.hero .intro {
  background: rgba(0, 0, 0, 0.7);
  margin: 0 60px 0 0;
  padding: 30px;
  border-radius: 60px;
  max-width: 75%;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  opacity: 1;
  transition: 0.3s ease all;
}
.hero .intro.no-links .content {
  margin-bottom: 0;
}
.hero .intro.center-intro {
  margin: 0 auto;
}
.hero.video-playing .intro {
  opacity: 0;
}
.hero.video-playing .play-button {
  opacity: 0.15;
}
.hero.video-playing .play-button:hover {
  opacity: 1;
}
.hero.video-audio .intro {
  margin-right: 30px;
}
.hero .top-header {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  color: #EC3F7B;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero .main-header {
  color: #fff;
  font-size: 34px;
  line-height: 1;
  max-width: 950px;
  margin: 0 0 5px;
  font-weight: 300;
}
.hero .content {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
  margin: 15px 0 30px;
  font-weight: 300;
}
.hero .bottom-header {
  color: #27a8df;
  font-size: 18px;
  margin: 20px 0;
}
.hero .buttons {
  margin-bottom: -10px;
}
.hero .buttons .button {
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .hero > .container {
    flex-wrap: wrap;
  }
  .hero .logo {
    width: 100%;
    order: 1;
    margin: 0 auto 30px;
    max-width: 180px;
  }
  .hero .intro {
    order: 2;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0;
    border-radius: 30px;
  }
  .hero .buttons {
    margin: 0;
    padding: 0;
  }
  .hero .buttons .button {
    display: block;
    width: 100%;
    margin: 0;
  }
  .hero .buttons .button + .button {
    margin-top: 10px;
  }
  .hero.video-trigger .intro {
    order: 1;
  }
  .hero.video-trigger .content {
    font-size: 16px;
    margin: 10px 0 20px;
  }
  .hero.video-trigger .bottom-header {
    margin: 10px 0;
  }
  .hero.video-trigger .play-fullscreen {
    order: 2;
    width: 100px;
    height: 100px;
    margin: 15px auto 0;
  }
  .hero.video-trigger .play-fullscreen .icon {
    font-size: 42px;
    margin-top: -25px;
  }
}
@media (max-width: 767.98px) {
  .hero .intro {
    padding: 15px;
  }
  .hero .top-header {
    font-size: 21px;
    letter-spacing: 0.5px;
  }
  .hero .main-header {
    font-size: 28px;
  }
  .hero .content {
    font-size: 18px;
  }
}
.color-bar {
  background: #9c3c9a;
  padding: 30px 0;
  margin-bottom: 60px;
}
.color-bar h2 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.color-bar h2 strong {
  font-weight: 800;
}
.color-bar p {
  color: #fff;
  margin-bottom: 0;
}
.color-bar .container > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .color-bar h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .color-bar {
    text-align: center;
    margin-bottom: 45px;
  }
  .color-bar h2 {
    margin: 0 0 15px;
  }
  .color-bar p {
    font-size: 16px;
    line-height: 24px;
  }
}
.headline {
  text-align: center;
  margin-bottom: 60px;
}
.headline h2 {
  color: #32353e;
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}
.headline h2 strong {
  font-weight: 800;
  color: #27a8df;
}
.headline p {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
}
.headline .number {
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #242424;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.headline.dark-bg h2 {
  color: #fff;
}
.headline.dark-bg h2 strong {
  color: #EC3F7B;
}
.headline.dark-bg p {
  color: rgba(255, 255, 255, 0.7);
}
.headline.side {
  text-align: left;
}
.headline.side .buttons {
  width: 100%;
  margin: 0;
}
.headline.side .buttons .button {
  margin: 0;
  display: block;
  text-align: center;
}
.headline.side .buttons .button + .button {
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .headline h2 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .headline {
    margin-bottom: 45px;
    text-align: center;
  }
  .headline.side {
    text-align: center;
  }
  .headline.side .buttons {
    margin: 15px 0 0;
  }
  .headline h2 {
    font-size: 36px;
    margin: 0 0 15px;
  }
  .headline .buttons {
    margin: 15px 0 0;
  }
}
.speaker-group {
  margin-bottom: 60px;
}
.speaker-group.speaker-wall {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.speaker-group.speaker-wall .speaker-card {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.speaker-group .speaker-day-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #242424;
  margin: 0 0 45px;
}
.speaker-group .speaker-day-header h3,
.speaker-group .speaker-day-header h4 {
  text-align: center;
  margin: 0;
}
.speaker-group .speaker-day-header h3 {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #242424;
  border-bottom: 0;
  padding: 5px 15px;
  margin-right: 15px;
}
.speaker-group .speaker-day-header h4 {
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
}
.speaker-group .speaker-day-header h4 strong {
  font-weight: 800;
  color: #EC3F7B;
}
.speaker-group .speaker-card .speaker-image {
  position: relative;
  background-image: url("../img/user-placeholder.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 60px;
  overflow: hidden;
}
.speaker-group .speaker-card .speaker-image.loaded {
  padding-top: 0;
}
.speaker-group .speaker-card .speaker-image .bio-trigger {
  background: #27a8df;
  color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.speaker-group .speaker-card .speaker-image .bio-trigger:hover {
  text-decoration: none;
  color: #fff;
  background: #EC3F7B;
}
.speaker-group .speaker-card .speaker-bio {
  display: none;
  margin-top: 10px;
}
.speaker-group .speaker-card .speaker-bio p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.speaker-group .speaker-card .speaker-bio ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  border: 1px solid #242424;
}
.speaker-group .speaker-card .speaker-bio ul li {
  border-bottom: 1px dotted #aaa;
  padding: 3px 5px;
  font-weight: 800;
  font-size: 12px;
}
.speaker-group .speaker-card .speaker-bio ul li:last-child {
  border-bottom: 0;
}
.speaker-group .speaker-card .speaker-bio .speaker-social-links {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.speaker-group .speaker-card .speaker-bio .speaker-social-links a {
  margin: 0 4px;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #27a8df;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.speaker-group .speaker-card .speaker-bio .speaker-social-links a:hover {
  background: #EC3F7B;
  color: #fff;
}
.speaker-group .speaker-card .speaker-meta {
  margin: 5px 0 0;
  text-align: center;
}
.speaker-group .speaker-card .speaker-meta .name {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 5px;
}
.speaker-group .speaker-card .speaker-meta .company,
.speaker-group .speaker-card .speaker-meta .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
.speaker-group .row + .row {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .speaker-group.speaker-wall .speaker-card {
    width: calc(50% - 30px);
  }
  .speaker-group .row + .row {
    margin-top: 0;
  }
  .speaker-group .row:last-child .col-md-3:last-child .speaker-card {
    margin-bottom: 0;
  }
  .speaker-group .speaker-card {
    margin: 0 auto 30px;
    max-width: 420px;
  }
  .speaker-group .speaker-day-header {
    margin: 0 0 30px;
  }
  .speaker-group .speaker-day-header h3 {
    padding: 5px 7px;
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .speaker-group .speaker-day-header h4 {
    font-size: 18px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .speaker-group .speaker-day-header {
    justify-content: center;
  }
  .speaker-group .speaker-day-header h3 {
    display: none;
  }
  .speaker-group .speaker-day-header h4 {
    text-align: center;
    line-height: 24px;
  }
}
.user-profiles {
  margin-bottom: 60px;
}
.user-profiles hgroup {
  text-align: center;
  margin: 0 0 30px;
}
.user-profiles hgroup h3 {
  font-weight: 300;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px;
}

.user-profile {
  margin: 0 0 30px;
}
.user-profile .profile-image {
  margin: 0 0 15px;
  position: relative;
}
.user-profile .profile-image img {
  border-radius: 60px;
  width: 100%;
}
.user-profile .user-profile-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.user-profile .user-profile-social ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.user-profile .user-profile-social ul li {
  margin: 0 5px;
}
.user-profile .user-profile-social ul li a {
  display: flex;
  width: 35px;
  height: 35px;
  background: #27a8df;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.user-profile .user-profile-social ul li a:hover {
  background: #EC3F7B;
}
.user-profile .user-profile-meta {
  text-align: center;
}
.user-profile .name {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 5px;
}
.user-profile .title,
.user-profile .subtitle {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  margin: 0;
}
.user-profile .user-profile-about .buttons {
  margin-top: 15px;
}
.user-profile .user-profile-about .buttons .button .icon svg {
  transition: 0.3s ease all;
  transform: rotate(0deg);
}
.user-profile .user-profile-about .buttons .button.open .icon svg {
  transform: rotate(180deg);
}
.user-profile .user-profile-about-content {
  display: none;
  padding: 15px;
  border: 1px solid #242424;
  border-radius: 30px;
}
.user-profile .user-profile-about-content .wysiwyg > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .user-profiles {
    margin-bottom: 45px;
  }
}
.sponsor-group {
  margin: 0 0 60px;
}
.sponsor-group h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 21px;
  line-height: 1;
  margin: 0 0 20px;
  font-weight: 700;
  text-align: center;
}
.sponsor-group .sponsor-subtitle {
  text-align: center;
  padding: 0;
  margin: -15px auto 30px;
}
.sponsor-group .sponsor-wall-group {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsor-group .sponsor-wall-group .logo-large {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.sponsor-group .sponsor-wall-group .logo-medium {
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
}
.sponsor-group .sponsor-wall-group .logo-small {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
.sponsor-group .logo-wrapper {
  display: flex;
  padding: 30px;
  border: 1px solid #242424;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  top: 0;
  transition: 0.3s ease all;
}
.sponsor-group .logo-wrapper:hover {
  border-radius: 0;
}
.sponsor-group .logo-wrapper {
  height: 150px;
  padding: 0;
  margin: 0 auto 15px;
}
.sponsor-group .logo-wrapper a {
  display: flex;
  height: 120px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sponsor-group .logo-wrapper img {
  max-height: 100%;
}
.sponsor-group .buttons {
  margin-bottom: 0;
}
.sponsor-group .buttons .button {
  margin-bottom: 0;
}
.sponsor-group .row + .row {
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .sponsor-group {
    margin: 0 0 45px;
  }
  .sponsor-group h3 {
    margin-bottom: 15px;
  }
  .sponsor-group .logo-wrapper {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .sponsor-group {
    margin: 0 0 20px;
  }
  .sponsor-group .wysiwyg {
    margin-bottom: 30px;
  }
  .sponsor-group .logo-wrapper {
    height: 120px;
    padding: 0;
    margin: 0 auto 15px;
  }
  .sponsor-group .logo-wrapper a {
    display: flex;
    height: 120px;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .sponsor-group .logo-wrapper img {
    max-height: 100%;
  }
  .sponsor-group.sponsor-wall-level {
    margin: 0 0 45px;
  }
  .sponsor-group .sponsor-wall-group {
    margin: 0 -6px;
  }
  .sponsor-group .sponsor-wall-group .logo-wrapper {
    border-radius: 15px;
    margin: 0 auto;
  }
  .sponsor-group .sponsor-wall-group .logo-wrapper a {
    padding: 10px;
  }
  .sponsor-group .sponsor-wall-group .logo-large {
    width: 100%;
    margin: 0 6px 12px;
  }
  .sponsor-group .sponsor-wall-group .logo-medium {
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
  .sponsor-group .sponsor-wall-group .logo-small {
    width: calc(33.3333% - 12px);
    margin: 0 6px 12px;
  }
}
@media screen and (max-width: 520px) {
  .sponsor-group .sponsor-wall-group .logo-small {
    width: calc(50% - 12px);
  }
}
.image-and-content {
  padding: 90px 0;
  background: #3B4598;
  margin-bottom: 60px;
}
.image-and-content .image img {
  border-radius: 100px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: 0.3s ease all;
  margin: 0 0 15px;
  position: relative;
  top: 0;
}
.image-and-content .image a {
  text-align: center;
  display: block;
}
.image-and-content .image a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  top: -10px;
}
.image-and-content .image a:hover span {
  background: #27a8df;
}
.image-and-content .image a span {
  transition: 0.3s ease all;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #EC3F7B;
  padding: 7px 15px;
  border-radius: 100px;
  font-size: 14px;
}
.image-and-content .content p {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
}
.image-and-content .content p strong {
  font-weight: 800;
  color: #EC3F7B;
}
.image-and-content.image-left .image-wrap {
  order: 1;
}
.image-and-content.image-left .content-wrap {
  order: 2;
}
.image-and-content.image-right .image-wrap {
  order: 2;
}
.image-and-content.image-right .content-wrap {
  order: 1;
}
.image-and-content.no-image .content {
  text-align: center;
}

@media (max-width: 991.98px) {
  .image-and-content {
    margin-bottom: 45px;
  }
  .image-and-content.image-left .image {
    margin-bottom: 30px;
  }
  .image-and-content.image-right .image-wrap {
    order: 1;
  }
  .image-and-content.image-right .content-wrap {
    order: 2;
  }
  .image-and-content.image-left .content, .image-and-content.image-right .content {
    text-align: center;
  }
  .image-and-content.image-left .content p, .image-and-content.image-right .content p {
    font-size: 21px;
  }
}
@media (max-width: 767.98px) {
  .image-and-content.image-left p, .image-and-content.image-right p {
    font-size: 18px;
  }
}
.faq {
  margin-bottom: 60px;
}
.faq .question {
  border-bottom: 1px solid #32353e;
  margin-bottom: 30px;
}
.faq .question:last-child {
  border-bottom: 0;
}
.faq .question .question-bar {
  position: relative;
  padding: 0 0 10px;
}
.faq .question .question-bar h3,
.faq .question .question-bar svg {
  transition: 0.3s ease all;
}
.faq .question .question-bar:hover h3,
.faq .question .question-bar:hover svg {
  color: #007bff;
  cursor: pointer;
}
.faq .question .question-bar h3 {
  font-size: 21px;
  line-height: 1.2;
  color: #32353e;
  font-weight: 600;
  padding-right: 50px;
}
.faq .question .question-bar .icon {
  color: #32353e;
  font-size: 20px;
  top: 0;
  right: 0;
  position: absolute;
  transition: 0.3s ease all;
  transform: rotate(0deg);
}
.faq .question .answer-bar {
  display: none;
}
.faq .question.active .icon {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .faq {
    margin-bottom: 45px;
  }
}
.login-form {
  margin: 0 0 60px;
}

@media (max-width: 991.98px) {
  .login-form {
    margin: 0 0 45px;
  }
}
.gallery {
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .slick-slide {
  padding: 0 10px;
}
.gallery .gallery-square {
  display: block;
  padding: 15px;
  border: 1px solid #242424;
  border-radius: 30px;
}
.gallery .gallery-square img {
  border-radius: 15px;
}
.gallery .row + .row {
  margin-top: 30px;
}
.gallery.square-gallery {
  margin-bottom: 60px;
}
.gallery .gallery-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .gallery .gallery-square {
    padding: 5px;
    border-radius: 20px;
  }
  .gallery .slick-slide img {
    max-width: 400px;
  }
}
@media (max-width: 991.98px) {
  .gallery.square-gallery {
    margin-bottom: 45px;
  }
  .gallery .row + .row {
    margin-top: 0;
  }
  .gallery .gallery-square {
    margin-bottom: 30px;
  }
  .gallery .slick-slide img {
    max-width: 280px;
  }
  .gallery .gallery-title {
    font-size: 32px;
  }
}
.hubspot-form {
  margin-bottom: 60px;
}
.hubspot-form .hs-error-msgs {
  list-style: none;
}
.hubspot-form .hs-error-msgs li label,
.hubspot-form .hs-error-msgs .hs-error-msg {
  background: transparent;
  color: #d53c3c;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
}
.hubspot-form form .field {
  margin: 0 0 30px;
}
.hubspot-form form .field legend {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0 0 10px;
}
.hubspot-form form .hs-fieldtype-checkbox > label,
.hubspot-form form .hs-fieldtype-booleancheckbox > label {
  margin-bottom: 10px;
}
.hubspot-form form .hs-fieldtype-checkbox .input ul.inputs-list,
.hubspot-form form .hs-fieldtype-booleancheckbox .input ul.inputs-list {
  list-style: none;
}
.hubspot-form form .hs-fieldtype-checkbox .input ul.inputs-list label,
.hubspot-form form .hs-fieldtype-booleancheckbox .input ul.inputs-list label {
  margin-bottom: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  color: #242424;
  text-transform: none;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  padding: 0;
}
.hubspot-form form .hs-fieldtype-checkbox .input ul.inputs-list label input,
.hubspot-form form .hs-fieldtype-booleancheckbox .input ul.inputs-list label input {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .hubspot-form {
    margin: 0 0 45px;
  }
}
body .select2-container--default .select2-selection--single {
  border-color: #242424;
  border-radius: 10px;
  height: 42px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 400;
  line-height: 42px;
  color: #242424;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #242424 transparent transparent transparent;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #27a8df;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #242424;
}
body .select2-results__option {
  padding: 10px;
  font-size: 14px;
}
body .select2-results__option .title,
body .select2-results__option .time {
  display: block;
}
body .select2-results__option .title {
  font-size: 18px;
  line-height: 21px;
  padding-bottom: 5px;
}
body .select2-results__option .time {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
body .select2-dropdown {
  border-color: #242424;
}

.loading-arena {
  display: block;
  padding: 50px 0;
  text-align: center;
}
.loading-arena svg {
  width: 120px;
  margin: 0 auto;
}
.loading-arena span {
  display: block;
  color: #27a8df;
  font-size: 13px;
}

.no-results {
  text-align: center;
  display: none;
}
.no-results .no-results-wrapper {
  margin: 0 auto;
}
.no-results .no-results-wrapper h3 {
  color: #242424;
  font-size: 21px;
  letter-spacing: 0;
  font-weight: 800;
}
.no-results .no-results-wrapper p {
  font-size: 18px;
  line-height: 1.5;
  color: #242424;
}

.agenda {
  margin-bottom: 60px;
}
.agenda.random .session, .agenda.manual .session {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
}
.agenda.random .session .session-card, .agenda.manual .session .session-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}
.agenda.random .session .session-card .session-actions, .agenda.manual .session .session-card .session-actions {
  margin-top: auto;
}
.agenda .sessionize-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.agenda .control-group + .control-group {
  margin-top: 30px;
}
.agenda .controls {
  width: 30%;
  margin-top: 60px;
}
.agenda .controls .control-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 10px;
  color: #242424;
  font-weight: 300;
}
.agenda .content {
  width: calc(70% - 30px);
}
.agenda.speaker-agenda {
  padding: 30px;
  border: 1px solid #242424;
  border-radius: 30px;
}
.agenda.speaker-agenda .controls {
  width: 100%;
  margin-top: 0;
}
.agenda.sponsor-wall-filters {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #242424;
}
.agenda.sponsor-wall-filters h3 {
  color: #27a8df;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
}
.agenda.sponsor-wall-filters .controls {
  width: 100%;
  margin-top: 0;
}
.agenda.sponsor-wall-filters .filter-row + .filter-row {
  margin-top: 30px;
}
.agenda .search-control {
  display: flex;
  justify-content: space-between;
}
.agenda .search-control input {
  width: calc(50% - 5px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 7px;
  height: 30px;
  padding: 5px 3px;
  font-size: 13px;
}
.agenda .search-control a {
  display: block;
  width: calc(50% - 5px);
  color: #fff;
  background: #27a8df;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-radius: 7px;
}
.agenda .search-control a:hover {
  text-decoration: none;
  background: #007bff;
}
.agenda .radio-search label {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}
.agenda .radio-search label input {
  border-color: #ddd;
  background: #fff;
  height: 13px;
  width: 13px;
}
.agenda .radio-search label span {
  position: relative;
  top: 1px;
}
.agenda .radio-search label + label {
  margin-left: 10px;
}
.agenda .tabs a.tab-control {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 15px;
  border: 1px solid #242424;
  color: #242424;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.agenda .tabs a.tab-control:last-child {
  margin-bottom: 0;
}
.agenda .tabs a.tab-control img {
  width: 40px;
}
.agenda .tabs a.tab-control span {
  display: block;
  width: calc(100% - 40px);
  padding-left: 10px;
}
.agenda .tabs a.tab-control:hover {
  text-decoration: none;
  border-radius: 0;
}
.agenda .tabs a.tab-control.active {
  background-color: #27a8df;
  color: #fff;
  border-radius: 0;
}
.agenda .day-controls {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.agenda .day-controls .day-wrapper {
  flex: 1 1 0;
  width: 0;
  padding: 0 5px;
}
.agenda .day-controls .day {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px solid #242424;
  color: #242424;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  transition: 0.3s ease all;
  margin-bottom: 23px;
}
.agenda .day-controls .day.active {
  display: block;
  background: #27a8df;
  border-radius: 0;
  color: #fff;
}
.agenda .day-controls .day:hover {
  text-decoration: none;
  border-radius: 0;
}
.agenda .day-controls .day span {
  display: block;
  position: relative;
  z-index: 10;
}
.agenda .day-controls .day span.day-name {
  font-size: 15px;
  margin: 0 0 5px;
}
.agenda .day-controls .day span.day-date {
  font-weight: 400;
}
.agenda .session {
  margin: 0 0 30px;
  display: none;
}
.agenda .session .session-card {
  border: 1px solid #242424;
  border-radius: 15px;
}
.agenda .session .session-header h3,
.agenda .session .session-header h4,
.agenda .session .session-header h5 {
  color: #242424;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}
.agenda .session .session-header h3 {
  font-size: 21px;
  margin: 0 0 5px;
}
.agenda .session .session-header h4 {
  font-size: 16px;
  font-weight: 300;
}
.agenda .session .session-header h5 {
  font-size: 16px;
  margin: 0 0 13px;
}
.agenda .session .session-header .session-key-meta {
  padding: 15px;
}
.agenda .session .speaker-photos {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.agenda .session .speaker-photos .lazy-image {
  width: 100%;
  min-height: 46px;
  max-height: 46px;
  min-width: 46px;
  max-width: 46px;
  border-radius: 50%;
  overflow: hidden;
}
.agenda .session .speaker-photos .lazy-image + .lazy-image {
  margin-left: 10px;
}
.agenda .session .speaker-titles p {
  font-size: 14px;
  color: #242424;
  margin: 0;
}
.agenda .session .speaker-info {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #242424;
}
.agenda .session .session-tracks {
  display: flex;
}
.agenda .session .session-tracks .track {
  position: relative;
}
.agenda .session .session-tracks .track.no-logo img {
  display: none;
}
.agenda .session .session-tracks .track.no-logo .name {
  display: block;
  position: static;
  border-radius: 50px;
}
.agenda .session .session-tracks .track img {
  max-width: 46px;
  border-radius: 50%;
}
.agenda .session .session-tracks .track .name {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  background: #242424;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.2;
}
.agenda .session .session-tracks .track .name span {
  display: block;
  white-space: nowrap;
}
.agenda .session .session-tracks .track:hover .name {
  display: block;
}
.agenda .session .session-tracks .track + .track {
  margin-left: 5px;
}
.agenda .session .session-filters {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.agenda .session .session-meta {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.agenda .session .session-meta span {
  display: inline-block;
  background: #EC3F7B;
  border-radius: 50px;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.agenda .session .session-meta span:nth-child(1) {
  background: #27a8df;
}
.agenda .session .session-meta span:nth-child(2) {
  background: #903db9;
}
.agenda .session .session-meta span + span {
  margin-left: 4px;
}
.agenda .session .session-description,
.agenda .session .session-topics {
  border-top: 1px solid #242424;
  padding: 15px;
}
.agenda .session .session-description p,
.agenda .session .session-topics p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.agenda .session .expand-target {
  display: none;
}
.agenda .session .session-topics {
  border-top: 1px solid #242424;
}
.agenda .session .session-actions {
  border-top: 1px solid #242424;
  padding: 10px;
}
.agenda .session .session-actions .buttons {
  margin: 0;
}
.agenda .session .session-actions .buttons .button {
  margin: 0;
}
.agenda .session .speaker-info.many-speakers {
  display: block;
}
.agenda .session .speaker-info.many-speakers .speaker-photos {
  flex-wrap: wrap;
  margin-right: 0;
  align-items: center;
  margin: 0 -5px;
}
.agenda .session .speaker-info.many-speakers .speaker-photos .lazy-image {
  margin: 0 5px 5px;
}
.agenda .session .speaker-info.many-speakers .speaker-photos .lazy-image + .lazy-image {
  margin: 0 5px 5px;
}
.agenda .session .session-speaker-bios .speaker-profile {
  padding: 10px;
  margin: 0 0 15px;
  border-top: 1px solid #242424;
}
.agenda .session .session-speaker-bios .speaker-intro {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
}
.agenda .session .session-speaker-bios .speaker-intro .speaker-image {
  min-height: 46px;
  max-height: 46px;
  min-width: 46px;
  max-width: 46px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.agenda .session .session-speaker-bios .speaker-intro .speaker-name {
  margin: 0;
}
.agenda .session .session-speaker-bios h4, .agenda .session .session-speaker-bios h5 {
  color: #242424;
  font-weight: 800;
  margin-bottom: 10px;
}
.agenda .session .session-speaker-bios h5 {
  margin-top: 10px;
  margin-bottom: 7px;
}
.agenda .session .session-speaker-bios p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.agenda .session .speaker-links {
  margin: 0 0 15px;
}
.agenda .session .session-footer,
.agenda .session .speaker-links {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.agenda .session .session-footer .badge,
.agenda .session .session-footer a,
.agenda .session .speaker-links .badge,
.agenda .session .speaker-links a {
  width: 36px;
  height: 36px;
  background: #EC3F7B;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  position: relative;
}
.agenda .session .session-footer .badge .badge-text,
.agenda .session .session-footer a .badge-text,
.agenda .session .speaker-links .badge .badge-text,
.agenda .session .speaker-links a .badge-text {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: #242424;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.agenda .session .session-footer .badge:hover .badge-text,
.agenda .session .session-footer a:hover .badge-text,
.agenda .session .speaker-links .badge:hover .badge-text,
.agenda .session .speaker-links a:hover .badge-text {
  display: block;
}
.agenda .session .session-footer a:hover,
.agenda .session .speaker-links a:hover {
  background: #27a8df;
  border-radius: 0;
}
.agenda .session .session-footer .badge + .badge,
.agenda .session .session-footer a + a,
.agenda .session .speaker-links .badge + .badge,
.agenda .session .speaker-links a + a {
  margin-left: 10px;
}
.agenda .filter-toggle {
  display: none;
}

@media (max-width: 991.98px) {
  .sessionize .day-controls .day span.day-name {
    font-size: 15px;
  }
  .sessionize .day-controls .day span.day-date {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .sessionize .filter-toggle {
    display: block;
    width: 100%;
    color: #242424;
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid #242424;
  }
  .sessionize .filter-toggle:hover {
    text-decoration: none;
    background: #27a8df;
    border-radius: 0;
  }
  .sessionize .sessionize-wrapper {
    display: block;
  }
  .sessionize .controls {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .sessionize .content {
    width: 100%;
  }
  .sessionize .filter-panel {
    margin: 15px 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 7px;
    display: none;
  }
  .sessionize .day-controls {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .sessionize .day-controls .day {
    margin: 0 0 10px;
  }
  .sessionize .day-controls .day.active::after {
    display: none;
  }
  .sessionize .session {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .sessionize .day-controls {
    display: block;
  }
  .sessionize .day-controls .day-wrapper {
    width: 100%;
  }
  .agenda.sponsor-wall-filters .control-group {
    margin: 0 0 15px;
  }
  .agenda.sponsor-wall-filters .filter-row + .filter-row {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .agenda .session .session-header .session-key-meta {
    padding: 15px 0 0 0;
  }
  .agenda .session .session-header .session-key-meta h3,
  .agenda .session .session-header .session-key-meta h4,
  .agenda .session .session-header .session-key-meta h5,
  .agenda .session .session-header .session-key-meta .session-tracks {
    padding: 0 15px;
  }
  .agenda .session .session-meta {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: -1px;
  }
  .agenda .session .session-meta span {
    display: block;
    margin: 0;
    border-radius: 0;
  }
  .agenda .session .session-meta span + span {
    margin-left: 0;
  }
  .agenda .session .session-filters {
    display: block;
    margin-top: 10px;
  }
  .agenda .session .session-filters .session-meta {
    display: block;
  }
  .agenda.sponsor-wall-filters {
    padding: 15px;
    border-radius: 15px;
  }
}
.alt-image-content {
  margin-bottom: 60px;
}
.alt-image-content.image-left .image {
  order: 1;
}
.alt-image-content.image-left .content {
  order: 2;
}
.alt-image-content.image-right .image {
  order: 2;
}
.alt-image-content.image-right .content {
  order: 1;
}
.alt-image-content .image img {
  border-radius: 60px;
}
.alt-image-content .content .buttons .button {
  display: block;
  text-align: center;
}
.alt-image-content .content .buttons .button:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .alt-image-content {
    margin-bottom: 45px;
  }
  .alt-image-content.image-left .image, .alt-image-content.image-right .image {
    order: 1;
    margin-bottom: 30px;
  }
  .alt-image-content.image-left .image img, .alt-image-content.image-right .image img {
    border-radius: 30px;
  }
  .alt-image-content.image-left .content, .alt-image-content.image-right .content {
    order: 2;
  }
}
.video-image-caption {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.video-image-caption .video-image {
  width: 70%;
  border-radius: 45px;
  overflow: hidden;
}
.video-image-caption .caption {
  width: 30%;
  padding: 35px 0 0;
}
.video-image-caption .caption .wysiwyg {
  padding: 15px;
  border: 1px solid #242424;
  border-left: 0;
  border-radius: 0 30px 30px 0;
}
.video-image-caption .caption .wysiwyg > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .video-image-caption {
    margin-bottom: 45px;
    flex-wrap: wrap;
  }
  .video-image-caption .video-image {
    width: 100%;
    margin: 0 0 15px;
    border-radius: 30px;
  }
  .video-image-caption .caption {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .video-image-caption .caption .wysiwyg {
    padding: 0;
    border: 0;
  }
}
.content-columns {
  margin-bottom: 60px;
}
.content-columns .image {
  margin: 0 0 15px;
}
.content-columns .image img {
  border-radius: 30px;
}
.content-columns hgroup {
  border: 1px solid #242424;
  padding: 15px;
  border-radius: 30px;
  margin: 0 0 15px;
}
.content-columns hgroup h3 {
  font-weight: 800;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}
.content-columns hgroup h4 {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  margin: 5px 0 0;
}
.content-columns .buttons .button {
  display: block;
  text-align: center;
}
.content-columns .content-column {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .content-columns {
    margin-bottom: 45px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .content-columns .col-lg-4 {
    margin-bottom: 30px;
  }
  .content-columns .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
.swag-bag {
  margin-bottom: 60px;
}
.swag-bag .swag-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}
.swag-bag .swag-choice {
  width: calc(33.3333% - 30px);
  border-radius: 30px;
  border: 1px solid #242424;
  margin: 0 15px 30px;
  transition: 0.3s ease all;
  cursor: pointer;
  position: relative;
}
.swag-bag .swag-choice:hover {
  border-radius: 0;
}
.swag-bag .swag-choice.active {
  border-radius: 0;
  border-color: #27a8df;
}
.swag-bag .swag-choice.active .swag-logo {
  border-bottom: 1px solid #27a8df;
}
.swag-bag .swag-choice.active .selected {
  opacity: 1;
}
.swag-bag .swag-choice .selected {
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: #3B4598;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -17px;
  transform: translate(0, -50%);
  opacity: 0;
}
.swag-bag .swag-choice .swag-logo {
  padding: 15px;
  border-bottom: 1px solid #242424;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 150px;
}
.swag-bag .swag-choice .swag-logo img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.swag-bag .swag-choice .swag-meta {
  padding: 15px;
}
.swag-bag .swag-choice .swag-meta h4 {
  margin-bottom: 0;
  color: #27a8df;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.swag-bag .swag-form {
  margin: 45px 0 0;
}
.swag-bag .swag-form-wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 15px;
}
.swag-bag .swag-form-wrapper .col-lg-8.offset-lg-2 {
  margin-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.swag-bag .swag-form-wrapper .form .gform_footer::after {
  display: none;
}
.swag-bag .swag-form-wrapper .gform_heading {
  display: none;
}
.swag-bag .swag-form-wrapper .gform_wrapper.gform-theme .gform_footer input[type=submit] {
  background: #27a8df !important;
  transition: 0.3s ease all;
  padding: 10px 30px !important;
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  display: block !important;
  font-size: 16px !important;
  width: 100% !important;
  margin: 5px 0 0 !important;
  text-align: center !important;
  cursor: pointer;
  border-radius: 50px !important;
}
.swag-bag .swag-form-wrapper .gform_wrapper.gform-theme .gform_footer input[type=submit]:hover {
  background: #EC3F7B !important;
}
.swag-bag .swag-form-wrapper .gform_wrapper.gform-theme .gform_validation_errors {
  display: none !important;
}
.swag-bag .swag-form-wrapper .gform_submission_error {
  display: block;
  background: #9c3c9a;
  color: #fff;
  -webkit-text-stroke: 0;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  padding: 10px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 7px;
  margin: 0 0 15px;
}
.swag-bag .swag-form-wrapper .gfield_validation_message {
  font-size: 16px;
  font-weight: 700;
  color: #9c3c9a;
}
.swag-bag .swag-form-wrapper .gfield {
  margin: 0 0 15px;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-checkbox .gfield_checkbox .gform-field-label {
  margin-left: 0;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-checkbox .gfield_checkbox .gform-field-label::before {
  top: 2px;
}
.swag-bag .swag-form-wrapper .gfield.gfield_visibility_hidden {
  display: none !important;
}
.swag-bag .swag-form-wrapper .gfield input[type=text],
.swag-bag .swag-form-wrapper .gfield input[type=email] {
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #242424;
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
.swag-bag .swag-form-wrapper .gfield select {
  border: 1px solid #242424;
  width: 100%;
  border-radius: 0;
  padding: 7px 5px;
  box-shadow: none;
  line-height: 21px;
}
.swag-bag .swag-form-wrapper .gfield .gform-field-label {
  display: block;
  width: 100%;
}
.swag-bag .swag-form-wrapper .gfield .gform-field-label.gform-field-label--type-sub {
  font-size: 13px;
  line-height: 1;
  margin: 3px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3B4598;
  background: #fff !important;
  padding: 0;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-captcha label {
  display: none;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-name .ginput_complex {
  display: flex;
  justify-content: space-between;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-name .ginput_complex span {
  display: block;
  width: 49%;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-address .ginput_complex > span {
  display: block;
}
.swag-bag .swag-form-wrapper .gfield.gfield--type-address .ginput_complex > span + span {
  margin-top: 10px;
}
.swag-bag .swag-form-wrapper .gfield_required_asterisk {
  color: #d53c3c;
}
.swag-bag .swag-form-wrapper .gfield_label {
  background: transparent;
  padding: 0;
  text-transform: none;
  color: #000;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 7px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .swag-bag .swag-choice {
    width: calc(50% - 10px);
  }
}
@media (max-width: 575.98px) {
  .swag-bag .swag-choice {
    width: 100%;
  }
  .swag-bag .swag-choice .swag-logo {
    margin: 0 auto 10px;
  }
  .swag-bag .swag-choice .swag-meta {
    width: 100%;
    text-align: center;
  }
}
.call-to-action {
  padding: 45px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.call-to-action .cta-header {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 15px;
}

@media (max-width: 991.98px) {
  .call-to-action {
    margin-bottom: 45px;
  }
}
/** Pages **/
.single-sponsor {
  padding: 120px 0 60px;
}
.single-sponsor .sponsor-all.buttons {
  margin-left: 0;
  margin-right: 0;
}
.single-sponsor .headline h2 {
  margin-bottom: 0;
}
.single-sponsor .headline h1.sponsor-name {
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  margin: 20px 0 0;
}
.single-sponsor .profile-edit {
  border-radius: 15px;
  border: 1px solid #242424;
  overflow: hidden;
}
.single-sponsor .profile-edit .updated {
  background: #3B4598;
  padding: 10px 15px;
}
.single-sponsor .profile-edit .updated p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
}
.single-sponsor .profile-edit .acf-form .acf-fields.-sidebar::before {
  border: 0;
  border-right: 1px solid #242424;
  background: transparent;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap {
  background: transparent;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group {
  margin-top: 0;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group li {
  margin: 0;
  padding-right: 1px;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a {
  transition: 0.3s ease all;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #242424;
  color: #242424;
  font-size: 12px;
  font-weight: 800;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group li a:hover {
  background: #EC3F7B;
  color: #fff;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group li.active {
  padding-right: 2px;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left .acf-tab-group li.active a {
  color: #fff;
  background: #27a8df;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-tab-wrap.-left:first-child .act-tab-group li:first-child a {
  border: 1px solid #242424;
}
.single-sponsor .profile-edit .acf-form .acf-field .acf-label label {
  font-weight: 800;
  color: #27a8df;
}
.single-sponsor .profile-edit .acf-form .acf-field p.description {
  color: #242424;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.single-sponsor .profile-edit .acf-form .acf-field input[type=text],
.single-sponsor .profile-edit .acf-form .acf-field textarea {
  border: 1px solid #242424;
  border-radius: 50px;
  transition: 0.3s ease all;
  background: #f1f1f1;
  padding: 10px 15px;
  font-size: 16px;
}
.single-sponsor .profile-edit .acf-form .acf-field input[type=text]:focus,
.single-sponsor .profile-edit .acf-form .acf-field textarea:focus {
  border-radius: 0;
}
.single-sponsor .profile-edit .acf-form .acf-field textarea {
  border-radius: 15px;
}
.single-sponsor .profile-edit .acf-form .acf-field .image-wrap {
  padding: 15px;
  border: 1px solid #242424;
  border-radius: 15px;
}
.single-sponsor .profile-edit .acf-form .acf-field .image-wrap img {
  background: transparent;
}
.single-sponsor .profile-edit .acf-form .acf-field .acf-icon.dark {
  color: #fff;
}
.single-sponsor .profile-edit .acf-form .acf-field .acf-icon.dark:hover {
  color: #fff;
  text-decoration: none;
}
.single-sponsor .profile-edit .acf-form .acf-fields > .acf-field {
  border-top-color: #242424;
}
.single-sponsor .profile-edit .acf-form .acf-form-submit {
  padding: 30px;
  border-top: 1px solid #242424;
}
.single-sponsor .profile-edit .acf-form .acf-form-submit input {
  width: 100%;
  text-align: center;
}
.single-sponsor .pills {
  margin: 15px 0 0;
}
.single-sponsor .pills.products-supported {
  margin-top: 30px;
}
.single-sponsor .pills h3 {
  color: #EC3F7B;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 10px;
}
.single-sponsor .sponsor-profile .logo {
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid #242424;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  z-index: 10;
  margin-bottom: -50px;
}
.single-sponsor .sponsor-profile .buttons {
  margin: 0 0 30px;
}
.single-sponsor .sponsor-profile .buttons .button {
  display: block;
  margin: 0;
  font-size: 14px;
  padding: 7px 15px 7px 30px;
}
.single-sponsor .sponsor-profile .buttons .button .icon {
  font-size: 17px;
}
.single-sponsor .sponsor-profile .buttons .button + .button {
  margin-top: 10px;
}
.single-sponsor .sponsor-profile .buttons.pdf {
  margin-top: 15px;
  text-align: center;
}
.single-sponsor .sponsor-profile .sponsor-about + .video-container {
  margin-top: 30px;
}
.single-sponsor .sponsor-profile .sponsor-about + .buttons {
  margin-top: 30px;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-about ul,
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-about ol {
  padding-left: 30px;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-about p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.single-sponsor .sponsor-profile .video-container {
  border-radius: 30px;
  overflow: hidden;
}
.single-sponsor .sponsor-profile .video-container + .buttons {
  margin-top: 30px;
}
.single-sponsor .sponsor-profile .sponsor-meta {
  position: relative;
  z-index: 1;
  padding: 80px 30px 30px;
  border: 1px solid #242424;
  border-radius: 30px;
}
.single-sponsor .sponsor-profile .sponsor-meta p {
  margin-bottom: 0;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-meta-widget p {
  font-size: 14px;
  line-height: 1.3;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-meta-widget + .sponsor-meta-widget {
  margin-top: 30px;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-meta-widget.industries-served ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.single-sponsor .sponsor-profile .sponsor-meta .sponsor-meta-widget.industries-served ul li {
  font-size: 14px;
  line-height: 1.3;
}
.single-sponsor .sponsor-profile .social {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.single-sponsor .sponsor-profile .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  font-size: 15px;
  background: #EC3F7B;
}
.single-sponsor .sponsor-profile .social a:hover {
  background: #27a8df;
  color: #fff;
}
.single-sponsor .sponsor-profile .social li + li {
  margin-left: 8px;
}
.single-sponsor .sponsor-profile a:not(.button, .social a) {
  font-weight: 800;
  color: #27a8df;
}
.single-sponsor .sponsor-profile a:not(.button, .social a):hover {
  text-decoration: none;
  color: #007bff;
}

@media (max-width: 1199.98px) {
  .single-sponsor .sponsor-profile .sponsor-main-content {
    margin-top: 30px;
  }
}
.four-oh-four {
  padding-top: 160px;
}
.four-oh-four h1 {
  color: #27a8df;
}
.four-oh-four h3 {
  color: #EC3F7B;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
