@charset "UTF-8";
/* ------------------------------------------------------------------
 * * [Table of contents]
 * *
 * * 1. Reset
 * * 2. Variables
 * * 3. Icons
 * * 4. Bootsrap GS
 * * 5. Base Styling
 * * 6. Typgraphy
 * * 7. WordPress Styles
 * * 8. Tables
 * * 9. Forms
 * * 10. Buttons
 * *
 * * 11. UI Components
 * *   11.1. Header
 * *   11.2. Footer
 * *   11.3. Sections
 * *   11.4. Components
 * *
 * * ------------------------------------------------------------------ */
/* */
/* */
/* */
/* */
/* ----------------- 1. Variables ----------------- */
/* ----------------- 2. Reset ----------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input:focus,
textarea:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------- 3. Icons ----------------- */
/* ----------------- 4. Bootrstrap GS ----------------- */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 830px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }
}

.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 4.16667%;
  max-width: 4.16667%;
}

.col-2 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-3 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-5 {
  flex: 0 0 20.83333%;
  max-width: 20.83333%;
}

.col-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-7 {
  flex: 0 0 29.16667%;
  max-width: 29.16667%;
}

.col-8 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-9 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-11 {
  flex: 0 0 45.83333%;
  max-width: 45.83333%;
}

.col-12 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-13 {
  flex: 0 0 54.16667%;
  max-width: 54.16667%;
}

.col-14 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-15 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-17 {
  flex: 0 0 70.83333%;
  max-width: 70.83333%;
}

.col-18 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-19 {
  flex: 0 0 79.16667%;
  max-width: 79.16667%;
}

.col-20 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-21 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-23 {
  flex: 0 0 95.83333%;
  max-width: 95.83333%;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 25;
}

.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;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.offset-1 {
  margin-left: 4.16667%;
}

.offset-2 {
  margin-left: 8.33333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66667%;
}

.offset-5 {
  margin-left: 20.83333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16667%;
}

.offset-8 {
  margin-left: 33.33333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66667%;
}

.offset-11 {
  margin-left: 45.83333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.16667%;
}

.offset-14 {
  margin-left: 58.33333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.66667%;
}

.offset-17 {
  margin-left: 70.83333%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.16667%;
}

.offset-20 {
  margin-left: 83.33333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.66667%;
}

.offset-23 {
  margin-left: 95.83333%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-sm-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-sm-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-sm-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-sm-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-sm-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-sm-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-sm-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 25;
  }

  .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;
  }

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

  .order-sm-15 {
    order: 15;
  }

  .order-sm-16 {
    order: 16;
  }

  .order-sm-17 {
    order: 17;
  }

  .order-sm-18 {
    order: 18;
  }

  .order-sm-19 {
    order: 19;
  }

  .order-sm-20 {
    order: 20;
  }

  .order-sm-21 {
    order: 21;
  }

  .order-sm-22 {
    order: 22;
  }

  .order-sm-23 {
    order: 23;
  }

  .order-sm-24 {
    order: 24;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 4.16667%;
  }

  .offset-sm-2 {
    margin-left: 8.33333%;
  }

  .offset-sm-3 {
    margin-left: 12.5%;
  }

  .offset-sm-4 {
    margin-left: 16.66667%;
  }

  .offset-sm-5 {
    margin-left: 20.83333%;
  }

  .offset-sm-6 {
    margin-left: 25%;
  }

  .offset-sm-7 {
    margin-left: 29.16667%;
  }

  .offset-sm-8 {
    margin-left: 33.33333%;
  }

  .offset-sm-9 {
    margin-left: 37.5%;
  }

  .offset-sm-10 {
    margin-left: 41.66667%;
  }

  .offset-sm-11 {
    margin-left: 45.83333%;
  }

  .offset-sm-12 {
    margin-left: 50%;
  }

  .offset-sm-13 {
    margin-left: 54.16667%;
  }

  .offset-sm-14 {
    margin-left: 58.33333%;
  }

  .offset-sm-15 {
    margin-left: 62.5%;
  }

  .offset-sm-16 {
    margin-left: 66.66667%;
  }

  .offset-sm-17 {
    margin-left: 70.83333%;
  }

  .offset-sm-18 {
    margin-left: 75%;
  }

  .offset-sm-19 {
    margin-left: 79.16667%;
  }

  .offset-sm-20 {
    margin-left: 83.33333%;
  }

  .offset-sm-21 {
    margin-left: 87.5%;
  }

  .offset-sm-22 {
    margin-left: 91.66667%;
  }

  .offset-sm-23 {
    margin-left: 95.83333%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-md-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-md-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-md-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-md-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-md-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-md-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-md-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 25;
  }

  .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;
  }

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

  .order-md-15 {
    order: 15;
  }

  .order-md-16 {
    order: 16;
  }

  .order-md-17 {
    order: 17;
  }

  .order-md-18 {
    order: 18;
  }

  .order-md-19 {
    order: 19;
  }

  .order-md-20 {
    order: 20;
  }

  .order-md-21 {
    order: 21;
  }

  .order-md-22 {
    order: 22;
  }

  .order-md-23 {
    order: 23;
  }

  .order-md-24 {
    order: 24;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 4.16667%;
  }

  .offset-md-2 {
    margin-left: 8.33333%;
  }

  .offset-md-3 {
    margin-left: 12.5%;
  }

  .offset-md-4 {
    margin-left: 16.66667%;
  }

  .offset-md-5 {
    margin-left: 20.83333%;
  }

  .offset-md-6 {
    margin-left: 25%;
  }

  .offset-md-7 {
    margin-left: 29.16667%;
  }

  .offset-md-8 {
    margin-left: 33.33333%;
  }

  .offset-md-9 {
    margin-left: 37.5%;
  }

  .offset-md-10 {
    margin-left: 41.66667%;
  }

  .offset-md-11 {
    margin-left: 45.83333%;
  }

  .offset-md-12 {
    margin-left: 50%;
  }

  .offset-md-13 {
    margin-left: 54.16667%;
  }

  .offset-md-14 {
    margin-left: 58.33333%;
  }

  .offset-md-15 {
    margin-left: 62.5%;
  }

  .offset-md-16 {
    margin-left: 66.66667%;
  }

  .offset-md-17 {
    margin-left: 70.83333%;
  }

  .offset-md-18 {
    margin-left: 75%;
  }

  .offset-md-19 {
    margin-left: 79.16667%;
  }

  .offset-md-20 {
    margin-left: 83.33333%;
  }

  .offset-md-21 {
    margin-left: 87.5%;
  }

  .offset-md-22 {
    margin-left: 91.66667%;
  }

  .offset-md-23 {
    margin-left: 95.83333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-lg-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-lg-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-lg-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-lg-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-lg-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-lg-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-lg-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-lg-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 25;
  }

  .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;
  }

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

  .order-lg-15 {
    order: 15;
  }

  .order-lg-16 {
    order: 16;
  }

  .order-lg-17 {
    order: 17;
  }

  .order-lg-18 {
    order: 18;
  }

  .order-lg-19 {
    order: 19;
  }

  .order-lg-20 {
    order: 20;
  }

  .order-lg-21 {
    order: 21;
  }

  .order-lg-22 {
    order: 22;
  }

  .order-lg-23 {
    order: 23;
  }

  .order-lg-24 {
    order: 24;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 4.16667%;
  }

  .offset-lg-2 {
    margin-left: 8.33333%;
  }

  .offset-lg-3 {
    margin-left: 12.5%;
  }

  .offset-lg-4 {
    margin-left: 16.66667%;
  }

  .offset-lg-5 {
    margin-left: 20.83333%;
  }

  .offset-lg-6 {
    margin-left: 25%;
  }

  .offset-lg-7 {
    margin-left: 29.16667%;
  }

  .offset-lg-8 {
    margin-left: 33.33333%;
  }

  .offset-lg-9 {
    margin-left: 37.5%;
  }

  .offset-lg-10 {
    margin-left: 41.66667%;
  }

  .offset-lg-11 {
    margin-left: 45.83333%;
  }

  .offset-lg-12 {
    margin-left: 50%;
  }

  .offset-lg-13 {
    margin-left: 54.16667%;
  }

  .offset-lg-14 {
    margin-left: 58.33333%;
  }

  .offset-lg-15 {
    margin-left: 62.5%;
  }

  .offset-lg-16 {
    margin-left: 66.66667%;
  }

  .offset-lg-17 {
    margin-left: 70.83333%;
  }

  .offset-lg-18 {
    margin-left: 75%;
  }

  .offset-lg-19 {
    margin-left: 79.16667%;
  }

  .offset-lg-20 {
    margin-left: 83.33333%;
  }

  .offset-lg-21 {
    margin-left: 87.5%;
  }

  .offset-lg-22 {
    margin-left: 91.66667%;
  }

  .offset-lg-23 {
    margin-left: 95.83333%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-xl-2 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-3 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-4 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-5 {
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-xl-6 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-7 {
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-xl-8 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-10 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-11 {
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-xl-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-13 {
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-xl-14 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-15 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-16 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-17 {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-xl-18 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-19 {
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-xl-20 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-21 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xl-22 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-23 {
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-xl-24 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 25;
  }

  .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;
  }

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

  .order-xl-15 {
    order: 15;
  }

  .order-xl-16 {
    order: 16;
  }

  .order-xl-17 {
    order: 17;
  }

  .order-xl-18 {
    order: 18;
  }

  .order-xl-19 {
    order: 19;
  }

  .order-xl-20 {
    order: 20;
  }

  .order-xl-21 {
    order: 21;
  }

  .order-xl-22 {
    order: 22;
  }

  .order-xl-23 {
    order: 23;
  }

  .order-xl-24 {
    order: 24;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 4.16667%;
  }

  .offset-xl-2 {
    margin-left: 8.33333%;
  }

  .offset-xl-3 {
    margin-left: 12.5%;
  }

  .offset-xl-4 {
    margin-left: 16.66667%;
  }

  .offset-xl-5 {
    margin-left: 20.83333%;
  }

  .offset-xl-6 {
    margin-left: 25%;
  }

  .offset-xl-7 {
    margin-left: 29.16667%;
  }

  .offset-xl-8 {
    margin-left: 33.33333%;
  }

  .offset-xl-9 {
    margin-left: 37.5%;
  }

  .offset-xl-10 {
    margin-left: 41.66667%;
  }

  .offset-xl-11 {
    margin-left: 45.83333%;
  }

  .offset-xl-12 {
    margin-left: 50%;
  }

  .offset-xl-13 {
    margin-left: 54.16667%;
  }

  .offset-xl-14 {
    margin-left: 58.33333%;
  }

  .offset-xl-15 {
    margin-left: 62.5%;
  }

  .offset-xl-16 {
    margin-left: 66.66667%;
  }

  .offset-xl-17 {
    margin-left: 70.83333%;
  }

  .offset-xl-18 {
    margin-left: 75%;
  }

  .offset-xl-19 {
    margin-left: 79.16667%;
  }

  .offset-xl-20 {
    margin-left: 83.33333%;
  }

  .offset-xl-21 {
    margin-left: 87.5%;
  }

  .offset-xl-22 {
    margin-left: 91.66667%;
  }

  .offset-xl-23 {
    margin-left: 95.83333%;
  }
}
/* ----------------- 5. Base Styling ----------------- */
body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  padding: 30px;
}
body:not(.home) .page-wrapper {
  padding-top: 198px;
  padding-bottom: 37px;
}

.row-fit {
  margin: 0;
}
.row-fit .row {
  margin: 0;
}
.row-fit [class*="col-"] {
  padding: 0;
}

.row-fit-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.row-fit-60 [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.aligncenter {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  margin-right: auto;
}

.alignright {
  text-align: right;
}

.flex-center {
  justify-content: center;
}

.flex-start {
  justify-content: start;
}

.flex-end {
  justify-content: end;
}

.vcenter {
  align-items: center;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

.border-image {
  position: relative;
}
.border-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2682a;
  z-index: 8;
}
.border-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.border-image.bottom-right:after {
  top: 10px;
  left: 10px;
  transform: translate(7px, 7px);
}

.divider {
  background: #939598;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 75px;
}
.divider.orange {
  background: #f2682a;
  height: 3px;
}

#top-border,
#bottom-border,
#left-border,
#right-border {
  position: fixed;
  background: #ffffff;
  z-index: 999;
}

#left-border,
#right-border {
  top: 0;
  bottom: 0;
  width: 30px;
}

#left-border {
  left: 0;
}

#right-border {
  right: 0;
}

#top-border,
#bottom-border {
  left: 0;
  right: 0;
  height: 30px;
}

#top-border {
  top: 0;
}

#bottom-border {
  bottom: 0;
}

body:not(.home) #top-border,
body:not(.home) #bottom-border,
body:not(.home) #left-border,
body:not(.home) #right-border {
  background: #939598;
}

@media (max-width: 992px) {
  body:not(.home) .page-wrapper {
    padding-top: 178px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 0 30px;
  }

  body:not(.home) {
    padding-bottom: 0;
  }
  body:not(.home) .page-wrapper {
    padding-top: 86px;
    padding-bottom: 0;
  }
  body:not(.home) #bottom-border {
    display: none;
  }

  #top-border,
  #left-border,
  #right-border {
    display: none;
  }

  #bottom-border {
    background: #ffffff !important;
    height: 45px;
  }
}
@media (max-width: 620px) {
  body:not(.home) .page-wrapper {
    padding-left: 50px;
  }
}
/* ----------------- 6. Typography ----------------- */
@font-face {
  font-family: GothamPro;
  src: url("../css/fonts/GothamPro-Light.eot");
  src: url("../css/fonts/GothamPro-Light.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Light.woff") format("woff"),
    url("../css/fonts/GothamPro-Light.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg"),
    url("../css/fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url("../css/fonts/GothamPro.eot");
  src: url("../css/fonts/GothamPro.woff2") format("woff2"),
    url("../css/fonts/GothamPro.woff") format("woff"),
    url("../css/fonts/GothamPro.ttf") format("truetype"),
    url("../css/fonts/GothamPro.svg#GothamPro") format("svg"),
    url("../css/fonts/GothamPro.eot?#iefix") format("embedded-opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url("../css/fonts/GothamPro-Medium.eot");
  src: url("../css/fonts/GothamPro-Medium.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Medium.woff") format("woff"),
    url("../css/fonts/GothamPro-Medium.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg"),
    url("../css/fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url("../css/fonts/GothamPro-Bold.eot");
  src: url("../css/fonts/GothamPro-Bold.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Bold.woff") format("woff"),
    url("../css/fonts/GothamPro-Bold.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg"),
    url("../css/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: GothamPro;
  src: url("../css/fonts/GothamPro-Black.eot");
  src: url("../css/fonts/GothamPro-Black.woff2") format("woff2"),
    url("../css/fonts/GothamPro-Black.woff") format("woff"),
    url("../css/fonts/GothamPro-Black.ttf") format("truetype"),
    url("../css/fonts/GothamPro-Black.svg#GothamPro-Black") format("svg"),
    url("../css/fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: GothamPro;
  font-size: 14px;
  line-height: 1.714em;
  color: #000000;
  font-weight: 200;
}

h1 {
  font-family: GothamPro;
  font-size: 60px;
  line-height: 1em;
  color: #f2682a;
  font-weight: 800;
  margin-bottom: 25px;
}

h2 {
  font-family: GothamPro;
  font-size: 36px;
  line-height: 1em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

h3 {
  font-family: GothamPro;
  font-size: 24px;
  line-height: 1.25em;
  color: #000000;
  font-weight: 400;
  margin-bottom: 25px;
}

h4 {
  font-family: GothamPro;
  font-size: 18px;
  line-height: 1.222em;
  color: #000000;
  font-weight: 600;
  margin-bottom: 25px;
}

p {
  font-size: 14px;
  line-height: 1.714em;
  color: #000000;
  margin-bottom: 30px;
}

a {
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  position: relative;
  font-size: 18px;
  line-height: 1.714em;
  font-weight: 100;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 30px;
}
blockquote:before,
blockquote:after {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='29px' height='22px' fill='%23F2682A'><path d='M16.86,21.72 C24.3,21.48 28.98,18.24 28.98,9.54 L28.98,-2.27373675e-13 L17.34,-2.27373675e-13 L17.34,11.7 L21.78,11.7 C21.9,14.94 19.92,16.86 15.9,17.34 L16.86,21.72 Z M0.9,21.72 L-2.27373675e-13,17.34 C4.02,16.86 6,14.94 5.82,11.7 L1.38,11.7 L1.38,-2.27373675e-13 L13.08,-2.27373675e-13 L13.08,9.54 C13.08,18.24 8.4,21.48 0.9,21.72 Z'/></svg>");
}
blockquote:before {
  top: -12px;
  left: 0;
  transform: rotate(180deg);
}
blockquote:after {
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  blockquote {
    padding-left: 28px;
    padding-right: 28px;
  }
  blockquote:before {
    transform: rotate(180deg) scale(0.6);
  }
  blockquote:after {
    transform: scale(0.6);
  }
}
/* ----------------- 8. Tables ----------------- */
/* ----------------- 9. Forms ----------------- */
/* ----------------- 10. Buttons ----------------- */
.btn:not(.wp-block-button),
.wp-block-button.btn a {
  display: inline-block;
  font-family: GothamPro;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff !important;
  background: #f2682a;
  padding: 15px 27px 12px;
  text-decoration: none !important;
  border-radius: 0;
}
.wp-block-button.btn-img a {
  display: inline-block;
  font-family: GothamPro;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  background: #f2682a;
  padding: 8px 15px 8px;
  text-decoration: none !important;
  border-radius: 0;
}
.wp-block-button.btn-img a:hover {
  background: #ffa278;
}
.wp-block-button.btn-img a img {
  width: 25px !important;
  margin: 0 0 -7px 5px;
}
.wp-block-button.btn-img-text a {
  display: inline-block;
  font-family: GothamPro;
  font-size: 14px;
  color: #ffffff !important;
  background: none;
  padding: inherit;
  text-decoration: none !important;
  border-radius: 0;
}
@media (max-width: 992px) {
  .wp-block-button.btn-img-text {
    margin-bottom: 30px;
  }
}
.wp-block-button.btn-img-text a:hover {
  text-decoration: underline !important;
}
.wp-block-button.btn-img-text a img {
  width: 25px !important;
  margin: 0 0 -7px 5px;
}
.btn:not(.wp-block-button):hover,
.wp-block-button.btn a:hover {
  background: #ffa278;
}

/* ----------------- 11.1. UI Components - Header ----------------- */
.main-header {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 50;
  background: #ffffff;
  transition: all 200ms ease-in-out;
}
.main-header .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.main-header .header-inner {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.main-header .header-inner .logo .white {
  display: none;
}
.main-header .header-inner .logo img {
  display: block;
  max-width: 174px;
  width: 100%;
}
.main-header .header-inner .menu-toggle {
  display: none;
  margin-left: auto;
  z-index: 102;
  height: 24px;
}
.main-header .header-inner .navigation {
  margin-left: auto;
}
.main-header .header-inner .navigation .menu li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
}
.main-header .header-inner .navigation .menu li > a {
  font-weight: 600;
  color: #939598;
  text-transform: uppercase;
}
.main-header .header-inner .navigation .menu li > a:hover {
  color: #000000;
}
.main-header .header-inner .navigation .menu li.current_page_item > a {
  color: #000000;
  border-bottom: 3px solid #f2682a;
  padding-bottom: 3px;
}
.main-header.fixed .header-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-header.fixed .header-inner .navigation .menu li > a {
  color: #939598;
}
.main-header.fixed .header-inner .navigation .menu li > a:hover {
  color: #000000;
}
.main-header.fixed .header-inner .navigation .menu li.current-menu-item > a {
  color: #000000;
}

body.home .main-header {
  background: transparent;
}
body.home .main-header .logo .dark {
  display: none;
}
body.home .main-header .logo .white {
  display: block;
}
body.home .main-header .navigation .menu li > a {
  color: #ffffff;
}
body.home .main-header .navigation .menu li > a:hover {
  color: #f2682a;
}
body.home .main-header .navigation .menu li.menu-item-active > a {
  color: #ffffff;
}
body.home .main-header.fixed {
  background: #ffffff;
}
body.home .main-header.fixed .logo .white {
  display: none;
}
body.home .main-header.fixed .logo .dark {
  display: block;
}

.menu-is-visible {
  overflow: hidden;
}
.menu-is-visible .main-header .header-inner .navigation {
  opacity: 1;
  visibility: visible;
}
.menu-is-visible .main-header .header-inner .logo {
  z-index: 999;
}
.menu-is-visible .main-header .header-inner .logo .white {
  display: none;
}
.menu-is-visible .main-header .header-inner .logo .dark {
  display: block;
}

@media (max-width: 767px) {
  .main-header {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
  }
  .main-header .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-header .header-inner {
    padding: 20px 0;
  }
  .main-header .header-inner .logo img {
    max-width: 150px;
  }
  .main-header .header-inner .menu-toggle {
    display: block;
  }
  .main-header .header-inner .navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
  }
  .main-header .header-inner .navigation .menu {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
  }
  .main-header .header-inner .navigation .menu li {
    display: block;
    margin-bottom: 25px;
  }
  .main-header .header-inner .navigation .menu li > a {
    font-size: 20px;
    color: #939598 !important;
  }
  .main-header .header-inner .navigation .menu li > a:hover {
    color: #000000 !important;
  }
}
@media (max-height: 562px) {
  .main-header .header-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ----------------- 11.2. UI Components - Footer ----------------- */
.main-footer {
  position: relative;
}
.main-footer .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.main-footer .footer-inner {
  position: relative;
  padding-top: 47px;
  padding-bottom: 37px;
  padding-left: 40px;
  padding-right: 40px;
}
.main-footer .footer-inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  height: 1px;
  background: #939598;
}
.main-footer .footer-inner .copyright {
  position: fixed;
  margin: 0;
  bottom: -28px;
  left: 0;
  right: 0;
  color: #ffffff;
  width: 100%;
  z-index: 1000;
}
.main-footer .footer-inner .copyright a {
  font-weight: 600;
  color: #ffffff;
}
.main-footer .footer-inner .copyright a:hover {
  text-decoration: underline;
}
.main-footer .footer-inner .socials {
  position: fixed;
  left: 70px;
  bottom: 77px;
  z-index: 25;
}
.main-footer .footer-inner .socials li {
  list-style-type: none;
  margin-bottom: 8px;
}
.main-footer .footer-inner .socials li a {
  display: block;
  width: 25px;
  height: 25px;
}
.main-footer .footer-inner .socials li a .icon {
  width: 25px;
  height: 25px;
  fill: #000000;
  transition: all 200ms ease-in-out;
}
.main-footer .footer-inner .socials li a:hover .icon {
  fill: #000000;
}
.main-footer .footer-inner .socials li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-inner .locations {
  text-align: center;
}
.main-footer .footer-inner .locations li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  color: #939598;
  margin-right: 4px;
  margin-bottom: 4px;
  padding-right: 14px;
  font-weight: 400;
  align-items: flex-start;
}
.main-footer .footer-inner .locations li:before {
  content: "/";
  color: #f2682a;
  position: absolute;
  left: -15px;
  top: 0;
}
.main-footer .footer-inner .locations li:last-child {
  margin: 0;
  padding: 0;
}
.main-footer .footer-inner .locations li:first-child:before {
  display: none;
}
.main-footer .footer-inner .locations li span {
  display: inline-block;
}
.main-footer .footer-inner .locations li .short-name {
  display: none;
}
.main-footer .footer-inner .locations li .name {
  cursor: pointer;
  white-space: nowrap;
  transition: all 200ms ease-in-out;
}
.main-footer .footer-inner .locations li .name:hover {
  color: #000000;
}
.main-footer .footer-inner .locations li .description {
  display: none;
  white-space: nowrap;
  transition: all 150ms ease-in-out;
  color: #000000;
  font-weight: 200;
}
.main-footer .footer-inner .locations li .description a {
  color: #000000;
}
.main-footer .footer-inner .locations li.active .name {
  color: #f2682a;
  margin-right: 4px;
}
.main-footer .footer-inner .locations li.active .description {
  display: inline-block;
}
.main-footer .footer-inner .location-mobile-description {
  display: none;
  color: #939598;
  font-weight: 200;
}
.main-footer .footer-inner .location-mobile-description span {
  white-space: nowrap;
  display: table;
}
.main-footer .footer-inner .location-mobile-description span a {
  color: #939598;
}

body.home .main-footer {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
body.home .main-footer:before,
body.home .main-footer:after {
  display: none;
}
body.home .main-footer .footer-inner {
  padding-right: 0;
}
body.home .main-footer .footer-inner .copyright {
  color: #939598;
}
body.home .main-footer .footer-inner .copyright a,
body.home .main-footer .footer-inner .copyright p {
  color: #939598;
}
body.home .main-footer .footer-inner:before {
  display: none;
}
body.home .main-footer .footer-inner .socials {
  position: absolute;
  bottom: 52px;
  left: 0;
}
body.home .main-footer .footer-inner .socials li a .icon {
  fill: #ffffff;
}
body.home .main-footer .footer-inner .socials li a:hover .icon {
  fill: #939598;
}
body.home .main-footer .footer-inner .locations {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
body.home .main-footer .footer-inner .locations li .name {
  position: relative;
  color: #ffffff;
}
body.home .main-footer .footer-inner .locations li .name:hover {
  color: #939598;
}
body.home .main-footer .footer-inner .locations li .description {
  color: #ffffff;
}
body.home .main-footer .footer-inner .locations li .description a {
  color: #ffffff;
}
body.home .main-footer .footer-inner .locations li.active .name {
  font-weight: 400;
  color: #ffffff;
}
body.home .main-footer .footer-inner .locations li.current-slide .name {
  color: #f2682a;
}
body.home .main-footer .footer-inner .location-mobile-description {
  color: #ffffff;
}
body.home .main-footer .footer-inner .location-mobile-description span {
  color: #ffffff;
}
body.home .main-footer .footer-inner .location-mobile-description span a {
  color: #ffffff;
}
body.home .main-footer .footer-inner .copyright {
  white-space: nowrap;
  overflow: hidden;
}

.menu-is-visible .main-footer .footer-inner .socials {
  z-index: 999;
}
.menu-is-visible .main-footer .footer-inner .socials li .icon {
  fill: #939598 !important;
}
.menu-is-visible .main-footer .footer-inner .socials li .icon:hover {
  fill: #000000 !important;
}

@media (max-width: 1300px) {
  .main-footer .footer-inner {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .main-footer .footer-inner {
    padding-left: 73px;
  }
  .main-footer .footer-inner:before {
    left: 75px;
    right: 0;
    transform: none;
    max-width: 100%;
    width: auto;
  }
  .main-footer .footer-inner .locations {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .main-footer .footer-inner .locations {
    text-align: left !important;
  }
  .main-footer .footer-inner .locations li .name {
    display: none;
  }
  .main-footer .footer-inner .locations li .short-name {
    display: inline-block;
    margin-right: 0 !important;
  }
  .main-footer .footer-inner .locations li .description {
    display: none !important;
    white-space: normal;
    opacity: 1;
    visibility: visible;
  }
  .main-footer .footer-inner .socials {
    bottom: 85px;
  }
  .main-footer .footer-inner .location-mobile-description {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-footer,
  body.home .main-footer {
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .main-footer .container-fluid,
  body.home .main-footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer .footer-inner,
  body.home .main-footer .footer-inner {
    margin: 0;
    padding-top: 45px;
    padding-left: 45px;
    padding-bottom: 22px;
  }
  .main-footer .footer-inner .socials,
  body.home .main-footer .footer-inner .socials {
    left: 0;
    bottom: 25px;
  }
  .main-footer .footer-inner .copyright,
  body.home .main-footer .footer-inner .copyright {
    bottom: -2px;
    text-align: center;
  }

  .main-footer .footer-inner .copyright p,
  .main-footer .footer-inner .copyright a,
  body.home .main-footer .footer-inner .copyright p,
  body.home .main-footer .footer-inner .copyright a {
    font-size: 12px;
    margin-bottom: 0;
  }

  .main-footer .footer-inner .copyright .align-right {
    text-align: center;
  }

  body:not(.home) .main-footer {
    bottom: 0;
  }
  body:not(.home) .main-footer .footer-inner {
    padding-top: 24px;
    padding-bottom: 17px;
  }
  body:not(.home) .main-footer .footer-inner .socials {
    left: 20px;
  }
  body:not(.home) .main-footer .footer-inner .copyright {
    position: relative;
    color: #939598;
    padding-top: 12px;
  }
  body:not(.home) .main-footer .footer-inner .copyright a,
  body:not(.home) .main-footer .footer-inner .copyright p {
    color: #939598;
    margin-bottom: 0;
  }
  body:not(.home) .main-footer .footer-inner:before {
    transform: none;
    left: 47px;
    right: 0;
    width: auto;
  }
}
@media (max-width: 420px) {
  .main-footer .footer-inner .copyright {
    font-size: 11px;
  }
  .main-footer .footer-inner .copyright a {
    white-space: nowrap;
  }
}
@media (max-height: 562px) {
  body:not(.home) .main-footer .container-fluid {
    padding-left: 62px;
  }
  body:not(.home) .main-footer .footer-inner .socials {
    position: absolute;
    bottom: 48px;
    left: 0;
  }
}
@media (min-width: 768px) and (max-height: 562px) {
  body:not(.home) .main-footer .footer-inner .socials {
    left: 35px;
  }
}
/* ----------------- 11.3. UI Components - Sections ----------------- */
.main-section {
  padding-bottom: 0;
  width: 100%;
}
.main-section .page-name {
  position: fixed;
  text-transform: uppercase;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  width: 100vh;
  left: 70px;
  bottom: -35px;
  margin: 0;
  text-align: center;
  z-index: 20;
}
.main-section .section-heading {
  position: relative;
  margin-bottom: 105px;
}
.main-section .section-heading .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22%;
  max-width: 300px;
  z-index: 12;
}
.main-section .section-heading .border-image {
  position: relative;
}
.main-section .section-heading .border-image:after {
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-right: -6px;
  z-index: 11;
  background: transparent;
  border-right: 12px solid #f2682a;
  border-bottom: 12px solid #f2682a;
  right: 7px;
  bottom: 2px;
}
.main-section .section-heading .border-image .wp-post-image {
  max-height: 366px;
}
.main-section .section-heading .border-image .wp-block-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.main-section .section-heading .border-image .wp-block-video video {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.main-section .section-heading .border-image .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
}
.main-section .section-heading .border-image .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  fill: #ffffff;
  cursor: pointer;
  z-index: 14;
  transition: all 200ms ease-in-out;
}
.main-section .section-heading .border-image .play:hover {
  fill: #f2682a;
}
.main-section .section-heading .border-image.is-playing .wp-block-video {
  opacity: 1;
  visibility: visible;
}
.main-section .section-heading .border-image.is-playing .layer,
.main-section .section-heading .border-image.is-playing .play,
.main-section .section-heading .border-image.is-playing .wp-post-image {
  opacity: 0;
  visibility: hidden;
}
.main-section .page-content .heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.main-section .page-content .heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #f2682a;
}
.main-section .page-content .heading.space {
  padding: 0 0 70px 0;
  font-size: 50px;
  margin: 0 auto 19px auto;
}
@media (max-width: 720px) {
  .main-section .page-content .heading.space {
    padding: 0 0 49px 0;
    font-size: 30px;
    margin: 40px auto 20px auto;
  }
}
.main-section .page-content .heading.decoration {
  font-size: 30px;
  margin: 15px 0 0 20px;
}
@media (max-width: 767px) {
  .main-section .page-content .heading.decoration {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main-section .page-content .heading.decoration.small {
  width: 52%;
}
.main-section .page-content .heading.decoration.medium {
  width: 90%;
}
@media (min-width: 768px) {
  .main-section .page-content .heading.decoration.small {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .main-section .page-content .heading.decoration.small {
    width: 60%;
  }
}
.main-section .page-content .heading.decoration:before {
  content: "";
  position: absolute;
  border: 12px solid #f2682a;
  border-width: 0 0 6px 6px;
  width: 86px;
  height: 86px;
}
.main-section .page-content .heading.decoration:after {
  content: none;
}
.main-section .page-content .heading.decoration.top-left:before {
  top: -25px;
  left: -25px;
  transform: rotate(90deg);
}
.main-section .page-content .heading.line {
  padding: 0;
  overflow: hidden;
}
.main-section .page-content .heading.line:after {
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin-left: 25px;
}
.main-section
  .page-content
  .has-luminous-vivid-orange-background-color.has-background {
  padding: 3em 80px !important;
}
@media (min-width: 992px) {
  .main-section
    .page-content
    .has-luminous-vivid-orange-background-color.has-background {
    padding: 3em 25% !important;
  }
}

@media (min-width: 1200px) {
  .main-section
    .page-content
    .has-luminous-vivid-orange-background-color.has-background {
    padding: 3em 45% !important;
  }
}
.main-section .page-content .column-reverse {
  display: flex !important;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .main-section .page-content .column-reverse {
    flex-direction: initial;
  }
}
.main-section .page-content .full-width {
  margin-left: calc(-100vw / 2 + 80% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  padding-top: 50px;
}
.main-section .page-content .full-width .wp-block-column {
  margin-left: 11% !important;
}
@media (min-width: 992px) {
  .main-section .page-content .full-width .wp-block-column {
    max-width: 400px;
  }
  .main-section .page-content .full-width .wp-block-column figure {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .main-section .page-content .full-width {
    margin-left: calc(-100vw / 2 + 560px / 2);
    margin-right: calc(-100vw / 2 + 560px / 2);
  }
}
@media (min-width: 992px) {
  .main-section .page-content .full-width {
    margin-left: calc(-100vw / 2 + 660px / 2);
    margin-right: calc(-100vw / 2 + 660px / 2);
    justify-content: center;
  }
  .main-section .page-content .full-width .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
    flex-grow: 0;
    margin-left: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-section .page-content .mobile-2-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .main-section .page-content .full-width .wp-block-column {
    flex-basis: calc(50% - 93px) !important;
    flex-grow: 0;
    margin-left: 62px !important;
  }
}
@media (min-width: 768px) {
  .main-section .page-content .col-aling-center {
    margin: auto;
  }
}
@media (max-width: 420px) {
  .main-section .page-content .wp-block-column.mobile-paragraph p {
    margin-left: 20px;
  }
}
.main-section .page-content .figcaption-text figcaption {
  font-size: 14px;
  font-weight: 400;
  margin-top: 1em;
}

.main-section .page-content .video-caption {
  margin: 0;
}

.main-section .page-content .video-caption figcaption {
  margin-top: 1em;
  margin-bottom: 0;
}

.main-section .page-content .heading.line span {
  position: relative;
  background: #ffffff;
  z-index: 5;
  padding-right: 20px;
}
.main-section .page-content ul {
  list-style: none;
  margin-bottom: 30px;
}
.main-section .page-content ul li {
  position: relative;
  padding-left: 30px;
}
.main-section .page-content ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 15px;
  color: #f2682a;
  font-weight: 800;
}
.main-section .page-content a {
  color: #f2682a;
  font-weight: 400;
}
.main-section .page-content .underline-text {
  text-decoration: underline;
}
.main-section .page-content .link-black a {
  color: #000000;
}
.main-section .page-content a:hover {
  text-decoration: underline;
}
.main-section .page-content .wp-block-column ul {
  margin-bottom: 15px;
}
.main-section .page-content .wp-block-image.remove-mb {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-section .section-heading {
    margin-bottom: 85px;
  }
  .main-section .page-content .wp-block-button + .wp-block-spacer {
    height: 50px !important;
  }
}
@media (max-width: 767px) {
  .main-section .page-name {
    left: 20px;
    bottom: -25px;
  }
  .main-section .section-heading {
    margin-bottom: 16px;
  }
  .main-section .section-heading .title {
    position: relative;
    font-size: 35px;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .main-section .page-content .heading {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .main-section .page-content p.mb-40 {
    margin-bottom: 15px !important;
  }
  .main-section .page-content .wp-block-columns {
    display: block;
    margin-bottom: 18px;
  }
  .main-section .page-content .wp-block-columns .wp-block-column {
    margin-left: 0;
  }
  .main-section .page-content .wp-block-columns .wp-block-column ul {
    margin-bottom: 0;
  }
  .main-section .page-content .wp-block-separator.mb-45 {
    margin-bottom: 23px !important;
  }
  .main-section .page-content .wp-block-separator.mt-42 {
    margin-top: -3px !important;
  }
  .main-section .page-content .wp-block-separator.mb-47 {
    margin-bottom: 22px !important;
  }
  .main-section .page-content .wp-block-separator.mb-50 {
    margin-bottom: 25px !important;
  }
  .main-section .page-content .wp-block-button + .wp-block-spacer {
    height: 25px !important;
  }
}
@media (max-height: 562px) {
  .main-section .page-name {
    font-size: 25px;
    text-align: left;
    padding-bottom: 95px;
  }
}
.hero-section {
  padding-top: 0;
  padding-bottom: 0;
}
.hero-section .slider .slide {
  position: relative;
}
.hero-section .slider .slide .slide-box {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
.hero-section .slider .slide .container {
  position: relative;
  height: calc(100vh - 60px);
  padding-left: 20px;
  padding-right: 20px;
}
.hero-section .slider .slide .container .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.hero-section .slider .slide .container .content h1 {
  position: relative;
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.hero-section .slider .slide .container .content h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2682a;
  height: 3px;
  width: 50px;
}
.hero-section .slider .slide .container .content h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hero-section .slider .slide .container {
    height: calc(100vh - 30px);
  }
  .hero-section .slider .slide .container .content h1 {
    padding-bottom: 11px;
    margin-bottom: 13px;
  }
  .hero-section .slider .slide .container .content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .hero-section .slider .slide h1 {
    font-size: 40px;
  }
  .hero-section .slider .slide h3 {
    font-size: 20px;
  }
}
@media (max-height: 562px) {
  .hero-section .slider .slide .container {
    height: auto;
    min-height: calc(100vh - 60px);
  }
  .hero-section .slider .slide .container .content {
    position: relative;
    top: 0;
    transform: none;
    padding-top: 140px;
    padding-bottom: 165px;
  }
}
@media (max-width: 767px) and (max-height: 562px) {
  .hero-section .slider .slide .container {
    min-height: calc(100vh - 33px);
  }
  .hero-section .slider .slide .container .content {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}

.error404 .page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 175px);
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 0 !important;
}

/* ----------------- 11.4. UI Components - Components ----------------- */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  background-color: #939598;
}
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #939598;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/* 3DX */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

body.home .hamburger-inner {
  background-color: #ffffff;
}
body.home .hamburger-inner:before,
body.home .hamburger-inner:after {
  background-color: #ffffff;
}
body.home .fixed .hamburger-inner {
  background-color: #939598;
}
body.home .fixed .hamburger-inner:before,
body.home .fixed .hamburger-inner:after {
  background-color: #939598;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.members {
  padding-top: 18px;
}
.members.inactive .member {
  pointer-events: none;
  opacity: 0.4;
}
.members > .row > [class*="col-"]:nth-child(even) .member .description {
  margin-left: -176%;
  margin-right: -25%;
}

.member {
  margin-bottom: 72px;
  transition: all 200ms ease-in-out;
}
.member .cover {
  position: relative;
  margin-bottom: 25px;
}
.member .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.member .cover:before {
  content: "";
  position: absolute;
  border: 12px solid #f2682a;
  border-width: 0 0 12px 12px;
  width: 86px;
  height: 86px;
}
.member .cover.top-right:before {
  top: -6px;
  right: -6px;
  transform: rotate(-180deg);
}
.member .cover.bottom-left:before {
  left: -6px;
  bottom: -6px;
}
.member .cover.bottom-right:before {
  right: -6px;
  bottom: -6px;
  transform: rotate(-90deg);
}
.member .cover.top-left:before {
  top: -6px;
  left: -6px;
  transform: rotate(90deg);
}
.member .name {
  margin-bottom: 0;
}
.member .position {
  margin-bottom: 10px;
}
.member .read {
  position: relative;
  cursor: pointer;
  color: #f2682a;
  font-weight: 400;
}
.member .read:hover {
  text-decoration: underline;
}
.member .read .icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -24px;
  width: 11px;
  height: 11px;
  fill: #e7e7e7;
  transform: rotate(180deg);
}
.member .read.less {
  display: none;
}
.member .read.less .icon {
  transform: none;
  top: 5px;
  right: -30px;
}
.member .description {
  display: none;
  position: relative;
  background: #e7e7e7;
  padding: 90px 30px;
  box-shadow: -240px 0 0 0 #e7e7e7, 240px 0 0 0 #e7e7e7, -770px 0 0 0 #e7e7e7,
    770px 0 0 0 #e7e7e7, -1440px 0 0 0 #e7e7e7, 1440px 0 0 0 #e7e7e7;
  margin-top: 42px;
  margin-bottom: 87px;
  margin-right: -160%;
  margin-left: -23%;
}
.member .description blockquote {
  margin-bottom: 0;
}
.member .description .close-icon {
  position: absolute;
  top: 50px;
  right: -80px;
  width: 16px;
  height: 16px;
  fill: #939598;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.member .description .close-icon:hover {
  fill: #000000;
}
.member.active {
  pointer-events: all !important;
  opacity: 1 !important;
}
.member.active .more {
  display: none;
}
.member.active .less {
  display: inline-block;
}

@media (max-width: 1200px) {
  .member .description .close-icon {
    right: -20px;
  }
}
@media (max-width: 992px) {
  .member {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .member {
    margin-bottom: 22px;
  }
  .member .description {
    margin: 17px 0 22px !important;
    padding-top: 55px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
  .member .description .close-icon {
    right: 0;
  }
  .member .cover {
    margin-bottom: 20px;
  }
  .member .position {
    margin-bottom: 2px;
  }

  .members {
    padding-top: 0;
  }
  .members .row-fit-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .members .row-fit-60 [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-post {
  margin-bottom: 74px;
}
.blog-post .cover {
  margin-bottom: 22px;
}
.blog-post .cover img {
  display: block;
}
.blog-post .title {
  margin-bottom: 5px;
}
.blog-post .readmore {
  position: relative;
  cursor: pointer;
  color: #f2682a;
  font-weight: 400;
}
.blog-post .readmore:hover {
  text-decoration: underline;
}
.blog-post .readmore .icon {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -24px;
  width: 11px;
  height: 11px;
  fill: #e7e7e7;
  transform: rotate(90deg);
}

@media (max-width: 992px) {
  .blog-post {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 17px;
  }
  .blog-post .cover {
    margin-bottom: 17px;
  }
}

/*# sourceMappingURL=screen.css.map */
