@charset "UTF-8";
@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf-Medium.eot");
  src: url("../fonts/Telegraf-Medium.eot") format("embedded-opentype"), url("../fonts/Telegraf-Medium.woff2") format("woff2"), url("../fonts/Telegraf-Medium.woff") format("woff"), url("../fonts/Telegraf-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf-SemiBold.eot");
  src: url("../fonts/Telegraf-SemiBold.eot") format("embedded-opentype"), url("../fonts/Telegraf-SemiBold.woff2") format("woff2"), url("../fonts/Telegraf-SemiBold.woff") format("woff"), url("../fonts/Telegraf-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Telegraf';
  src: url("../fonts/Telegraf-Light.eot");
  src: url("../fonts/Telegraf-Light.eot") format("embedded-opentype"), url("../fonts/Telegraf-Light.woff2") format("woff2"), url("../fonts/Telegraf-Light.woff") format("woff"), url("../fonts/Telegraf-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

.background-black {
  background-color: #000; }

.color-black {
  color: #000; }

.background-white {
  background-color: #fff; }

.color-white {
  color: #fff; }

.background-primary {
  background-color: #E13019; }

.color-primary {
  color: #E13019; }

.background-secondary {
  background-color: #E13019; }

.color-secondary {
  color: #E13019; }

.background-offwhite {
  background-color: #FFEFE4; }

.color-offwhite {
  color: #FFEFE4; }

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

.full-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .full-cover--fit {
    -o-object-fit: cover;
       object-fit: cover; }
  .full-cover--fit-contain {
    -o-object-fit: contain;
       object-fit: contain; }

.z-inherit {
  z-index: inherit; }

.z-0 {
  z-index: 0; }

.z-10 {
  z-index: 10; }

.z-10 {
  z-index: 20; }

.z-80 {
  z-index: 80; }

.z-100 {
  z-index: 100; }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #E13019;
  --secondary: #E13019;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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 {
  -webkit-box-sizing: content-box;
          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: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #E13019;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #9c2111;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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,
.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,
.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, .tribe_events-template-default .block--wysiwig-editor .row > div, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .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,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .tribe_events-template-default .block--wysiwig-editor .row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2, .tribe_events-template-default .block--wysiwig-editor .row > div {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.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;
  -o-text-overflow: ellipsis;
     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: #E13019 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

/* Slider */
/* Icons */
/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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: 30px; }

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

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px; }

.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0; }

.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots button {
  background-color: white; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.my-mfp-slide-in .mfp-content {
  position: relative;
  height: 100vh;
  width: 100vw; }

.my-mfp-slide-in .mfp-container {
  padding: 0; }

/* overlay at start */
.my-mfp-slide-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.my-mfp-slide-in.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.my-mfp-slide-in.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.my-mfp-slide-in.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.my-mfp-slide-in.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.my-mfp-slide-in.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*
	We now manage margins and paddings using the BS utilities. Add more as necessary here: 
*/
.m-0 {
  margin: 0px !important; }

.mt-0,
.my-0 {
  margin-top: 0px !important; }
  @media (max-width: 767px) {
    .mt-0,
    .my-0 {
      margin-top: 30px !important; } }

.mr-0,
.mx-0 {
  margin-right: 0px !important; }
  @media (max-width: 767px) {
    .mr-0,
    .mx-0 {
      margin-right: 30px !important; } }

.mb-0,
.my-0 {
  margin-bottom: 0px !important; }
  @media (max-width: 767px) {
    .mb-0,
    .my-0 {
      margin-bottom: 30px !important; } }

.ml-0,
.mx-0 {
  margin-left: 0px !important; }
  @media (max-width: 767px) {
    .ml-0,
    .mx-0 {
      margin-left: 30px !important; } }

.m-sm {
  margin: 15px !important; }

.mt-sm,
.my-sm {
  margin-top: 15px !important; }
  @media (max-width: 767px) {
    .mt-sm,
    .my-sm {
      margin-top: 30px !important; } }

.mr-sm,
.mx-sm {
  margin-right: 15px !important; }
  @media (max-width: 767px) {
    .mr-sm,
    .mx-sm {
      margin-right: 30px !important; } }

.mb-sm,
.my-sm {
  margin-bottom: 15px !important; }
  @media (max-width: 767px) {
    .mb-sm,
    .my-sm {
      margin-bottom: 30px !important; } }

.ml-sm,
.mx-sm {
  margin-left: 15px !important; }
  @media (max-width: 767px) {
    .ml-sm,
    .mx-sm {
      margin-left: 30px !important; } }

.m-md {
  margin: 50px !important; }

.mt-md,
.my-md {
  margin-top: 50px !important; }
  @media (max-width: 767px) {
    .mt-md,
    .my-md {
      margin-top: 30px !important; } }

.mr-md,
.mx-md {
  margin-right: 50px !important; }
  @media (max-width: 767px) {
    .mr-md,
    .mx-md {
      margin-right: 30px !important; } }

.mb-md,
.my-md {
  margin-bottom: 50px !important; }
  @media (max-width: 767px) {
    .mb-md,
    .my-md {
      margin-bottom: 30px !important; } }

.ml-md,
.mx-md {
  margin-left: 50px !important; }
  @media (max-width: 767px) {
    .ml-md,
    .mx-md {
      margin-left: 30px !important; } }

.m-lg {
  margin: 80px !important; }

.mt-lg,
.my-lg {
  margin-top: 80px !important; }
  @media (max-width: 767px) {
    .mt-lg,
    .my-lg {
      margin-top: 30px !important; } }

.mr-lg,
.mx-lg {
  margin-right: 80px !important; }
  @media (max-width: 767px) {
    .mr-lg,
    .mx-lg {
      margin-right: 30px !important; } }

.mb-lg,
.my-lg {
  margin-bottom: 80px !important; }
  @media (max-width: 767px) {
    .mb-lg,
    .my-lg {
      margin-bottom: 30px !important; } }

.ml-lg,
.mx-lg {
  margin-left: 80px !important; }
  @media (max-width: 767px) {
    .ml-lg,
    .mx-lg {
      margin-left: 30px !important; } }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }
  @media (max-width: 767px) {
    .mt-15,
    .my-15 {
      margin-top: 30px !important; } }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }
  @media (max-width: 767px) {
    .mr-15,
    .mx-15 {
      margin-right: 30px !important; } }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }
  @media (max-width: 767px) {
    .mb-15,
    .my-15 {
      margin-bottom: 30px !important; } }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }
  @media (max-width: 767px) {
    .ml-15,
    .mx-15 {
      margin-left: 30px !important; } }

.m-20 {
  margin: 20px !important; }

.mt-20,
.my-20 {
  margin-top: 20px !important; }
  @media (max-width: 767px) {
    .mt-20,
    .my-20 {
      margin-top: 30px !important; } }

.mr-20,
.mx-20 {
  margin-right: 20px !important; }
  @media (max-width: 767px) {
    .mr-20,
    .mx-20 {
      margin-right: 30px !important; } }

.mb-20,
.my-20 {
  margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    .mb-20,
    .my-20 {
      margin-bottom: 30px !important; } }

.ml-20,
.mx-20 {
  margin-left: 20px !important; }
  @media (max-width: 767px) {
    .ml-20,
    .mx-20 {
      margin-left: 30px !important; } }

.m-25 {
  margin: 25px !important; }

.mt-25,
.my-25 {
  margin-top: 25px !important; }
  @media (max-width: 767px) {
    .mt-25,
    .my-25 {
      margin-top: 30px !important; } }

.mr-25,
.mx-25 {
  margin-right: 25px !important; }
  @media (max-width: 767px) {
    .mr-25,
    .mx-25 {
      margin-right: 30px !important; } }

.mb-25,
.my-25 {
  margin-bottom: 25px !important; }
  @media (max-width: 767px) {
    .mb-25,
    .my-25 {
      margin-bottom: 30px !important; } }

.ml-25,
.mx-25 {
  margin-left: 25px !important; }
  @media (max-width: 767px) {
    .ml-25,
    .mx-25 {
      margin-left: 30px !important; } }

.m-30 {
  margin: 30px !important; }

.mt-30,
.my-30 {
  margin-top: 30px !important; }
  @media (max-width: 767px) {
    .mt-30,
    .my-30 {
      margin-top: 30px !important; } }

.mr-30,
.mx-30 {
  margin-right: 30px !important; }
  @media (max-width: 767px) {
    .mr-30,
    .mx-30 {
      margin-right: 30px !important; } }

.mb-30,
.my-30 {
  margin-bottom: 30px !important; }
  @media (max-width: 767px) {
    .mb-30,
    .my-30 {
      margin-bottom: 30px !important; } }

.ml-30,
.mx-30 {
  margin-left: 30px !important; }
  @media (max-width: 767px) {
    .ml-30,
    .mx-30 {
      margin-left: 30px !important; } }

.m-40 {
  margin: 40px !important; }

.mt-40,
.my-40 {
  margin-top: 40px !important; }
  @media (max-width: 767px) {
    .mt-40,
    .my-40 {
      margin-top: 30px !important; } }

.mr-40,
.mx-40 {
  margin-right: 40px !important; }
  @media (max-width: 767px) {
    .mr-40,
    .mx-40 {
      margin-right: 30px !important; } }

.mb-40,
.my-40 {
  margin-bottom: 40px !important; }
  @media (max-width: 767px) {
    .mb-40,
    .my-40 {
      margin-bottom: 30px !important; } }

.ml-40,
.mx-40 {
  margin-left: 40px !important; }
  @media (max-width: 767px) {
    .ml-40,
    .mx-40 {
      margin-left: 30px !important; } }

.m-50 {
  margin: 50px !important; }

.mt-50, .course-finder .title + .post-wrapper, .links-list .title + .post-wrapper,
.my-50 {
  margin-top: 50px !important; }
  @media (max-width: 767px) {
    .mt-50, .course-finder .title + .post-wrapper, .links-list .title + .post-wrapper,
    .my-50 {
      margin-top: 30px !important; } }

.mr-50,
.mx-50 {
  margin-right: 50px !important; }
  @media (max-width: 767px) {
    .mr-50,
    .mx-50 {
      margin-right: 30px !important; } }

.mb-50,
.my-50 {
  margin-bottom: 50px !important; }
  @media (max-width: 767px) {
    .mb-50,
    .my-50 {
      margin-bottom: 30px !important; } }

.ml-50,
.mx-50 {
  margin-left: 50px !important; }
  @media (max-width: 767px) {
    .ml-50,
    .mx-50 {
      margin-left: 30px !important; } }

.m-60 {
  margin: 60px !important; }

.mt-60,
.my-60 {
  margin-top: 60px !important; }
  @media (max-width: 767px) {
    .mt-60,
    .my-60 {
      margin-top: 30px !important; } }

.mr-60,
.mx-60 {
  margin-right: 60px !important; }
  @media (max-width: 767px) {
    .mr-60,
    .mx-60 {
      margin-right: 30px !important; } }

.mb-60,
.my-60 {
  margin-bottom: 60px !important; }
  @media (max-width: 767px) {
    .mb-60,
    .my-60 {
      margin-bottom: 30px !important; } }

.ml-60,
.mx-60 {
  margin-left: 60px !important; }
  @media (max-width: 767px) {
    .ml-60,
    .mx-60 {
      margin-left: 30px !important; } }

.m-65 {
  margin: 65px !important; }

.mt-65,
.my-65 {
  margin-top: 65px !important; }
  @media (max-width: 767px) {
    .mt-65,
    .my-65 {
      margin-top: 30px !important; } }

.mr-65,
.mx-65 {
  margin-right: 65px !important; }
  @media (max-width: 767px) {
    .mr-65,
    .mx-65 {
      margin-right: 30px !important; } }

.mb-65,
.my-65 {
  margin-bottom: 65px !important; }
  @media (max-width: 767px) {
    .mb-65,
    .my-65 {
      margin-bottom: 30px !important; } }

.ml-65,
.mx-65 {
  margin-left: 65px !important; }
  @media (max-width: 767px) {
    .ml-65,
    .mx-65 {
      margin-left: 30px !important; } }

.m-80 {
  margin: 80px !important; }

.mt-80,
.my-80 {
  margin-top: 80px !important; }
  @media (max-width: 767px) {
    .mt-80,
    .my-80 {
      margin-top: 30px !important; } }

.mr-80,
.mx-80 {
  margin-right: 80px !important; }
  @media (max-width: 767px) {
    .mr-80,
    .mx-80 {
      margin-right: 30px !important; } }

.mb-80,
.my-80 {
  margin-bottom: 80px !important; }
  @media (max-width: 767px) {
    .mb-80,
    .my-80 {
      margin-bottom: 30px !important; } }

.ml-80,
.mx-80 {
  margin-left: 80px !important; }
  @media (max-width: 767px) {
    .ml-80,
    .mx-80 {
      margin-left: 30px !important; } }

.m-88 {
  margin: 88px !important; }

.mt-88,
.my-88 {
  margin-top: 88px !important; }
  @media (max-width: 767px) {
    .mt-88,
    .my-88 {
      margin-top: 30px !important; } }

.mr-88,
.mx-88 {
  margin-right: 88px !important; }
  @media (max-width: 767px) {
    .mr-88,
    .mx-88 {
      margin-right: 30px !important; } }

.mb-88,
.my-88 {
  margin-bottom: 88px !important; }
  @media (max-width: 767px) {
    .mb-88,
    .my-88 {
      margin-bottom: 30px !important; } }

.ml-88,
.mx-88 {
  margin-left: 88px !important; }
  @media (max-width: 767px) {
    .ml-88,
    .mx-88 {
      margin-left: 30px !important; } }

.m-90 {
  margin: 90px !important; }

.mt-90,
.my-90 {
  margin-top: 90px !important; }
  @media (max-width: 767px) {
    .mt-90,
    .my-90 {
      margin-top: 30px !important; } }

.mr-90,
.mx-90 {
  margin-right: 90px !important; }
  @media (max-width: 767px) {
    .mr-90,
    .mx-90 {
      margin-right: 30px !important; } }

.mb-90,
.my-90 {
  margin-bottom: 90px !important; }
  @media (max-width: 767px) {
    .mb-90,
    .my-90 {
      margin-bottom: 30px !important; } }

.ml-90,
.mx-90 {
  margin-left: 90px !important; }
  @media (max-width: 767px) {
    .ml-90,
    .mx-90 {
      margin-left: 30px !important; } }

.m-110 {
  margin: 110px !important; }

.mt-110,
.my-110 {
  margin-top: 110px !important; }
  @media (max-width: 767px) {
    .mt-110,
    .my-110 {
      margin-top: 30px !important; } }

.mr-110,
.mx-110 {
  margin-right: 110px !important; }
  @media (max-width: 767px) {
    .mr-110,
    .mx-110 {
      margin-right: 30px !important; } }

.mb-110,
.my-110 {
  margin-bottom: 110px !important; }
  @media (max-width: 767px) {
    .mb-110,
    .my-110 {
      margin-bottom: 30px !important; } }

.ml-110,
.mx-110 {
  margin-left: 110px !important; }
  @media (max-width: 767px) {
    .ml-110,
    .mx-110 {
      margin-left: 30px !important; } }

.m-120 {
  margin: 120px !important; }

.mt-120,
.my-120 {
  margin-top: 120px !important; }
  @media (max-width: 767px) {
    .mt-120,
    .my-120 {
      margin-top: 30px !important; } }

.mr-120,
.mx-120 {
  margin-right: 120px !important; }
  @media (max-width: 767px) {
    .mr-120,
    .mx-120 {
      margin-right: 30px !important; } }

.mb-120,
.my-120 {
  margin-bottom: 120px !important; }
  @media (max-width: 767px) {
    .mb-120,
    .my-120 {
      margin-bottom: 30px !important; } }

.ml-120,
.mx-120 {
  margin-left: 120px !important; }
  @media (max-width: 767px) {
    .ml-120,
    .mx-120 {
      margin-left: 30px !important; } }

.m-140 {
  margin: 140px !important; }

.mt-140,
.my-140 {
  margin-top: 140px !important; }
  @media (max-width: 767px) {
    .mt-140,
    .my-140 {
      margin-top: 30px !important; } }

.mr-140,
.mx-140 {
  margin-right: 140px !important; }
  @media (max-width: 767px) {
    .mr-140,
    .mx-140 {
      margin-right: 30px !important; } }

.mb-140,
.my-140 {
  margin-bottom: 140px !important; }
  @media (max-width: 767px) {
    .mb-140,
    .my-140 {
      margin-bottom: 30px !important; } }

.ml-140,
.mx-140 {
  margin-left: 140px !important; }
  @media (max-width: 767px) {
    .ml-140,
    .mx-140 {
      margin-left: 30px !important; } }

.m-160 {
  margin: 160px !important; }

.mt-160,
.my-160 {
  margin-top: 160px !important; }
  @media (max-width: 767px) {
    .mt-160,
    .my-160 {
      margin-top: 30px !important; } }

.mr-160,
.mx-160 {
  margin-right: 160px !important; }
  @media (max-width: 767px) {
    .mr-160,
    .mx-160 {
      margin-right: 30px !important; } }

.mb-160,
.my-160 {
  margin-bottom: 160px !important; }
  @media (max-width: 767px) {
    .mb-160,
    .my-160 {
      margin-bottom: 30px !important; } }

.ml-160,
.mx-160 {
  margin-left: 160px !important; }
  @media (max-width: 767px) {
    .ml-160,
    .mx-160 {
      margin-left: 30px !important; } }

.m-190 {
  margin: 190px !important; }

.mt-190,
.my-190 {
  margin-top: 190px !important; }
  @media (max-width: 767px) {
    .mt-190,
    .my-190 {
      margin-top: 30px !important; } }

.mr-190,
.mx-190 {
  margin-right: 190px !important; }
  @media (max-width: 767px) {
    .mr-190,
    .mx-190 {
      margin-right: 30px !important; } }

.mb-190,
.my-190 {
  margin-bottom: 190px !important; }
  @media (max-width: 767px) {
    .mb-190,
    .my-190 {
      margin-bottom: 30px !important; } }

.ml-190,
.mx-190 {
  margin-left: 190px !important; }
  @media (max-width: 767px) {
    .ml-190,
    .mx-190 {
      margin-left: 30px !important; } }

.m-200 {
  margin: 200px !important; }

.mt-200,
.my-200 {
  margin-top: 200px !important; }
  @media (max-width: 767px) {
    .mt-200,
    .my-200 {
      margin-top: 30px !important; } }

.mr-200,
.mx-200 {
  margin-right: 200px !important; }
  @media (max-width: 767px) {
    .mr-200,
    .mx-200 {
      margin-right: 30px !important; } }

.mb-200,
.my-200 {
  margin-bottom: 200px !important; }
  @media (max-width: 767px) {
    .mb-200,
    .my-200 {
      margin-bottom: 30px !important; } }

.ml-200,
.mx-200 {
  margin-left: 200px !important; }
  @media (max-width: 767px) {
    .ml-200,
    .mx-200 {
      margin-left: 30px !important; } }

.m-250 {
  margin: 250px !important; }

.mt-250,
.my-250 {
  margin-top: 250px !important; }
  @media (max-width: 767px) {
    .mt-250,
    .my-250 {
      margin-top: 30px !important; } }

.mr-250,
.mx-250 {
  margin-right: 250px !important; }
  @media (max-width: 767px) {
    .mr-250,
    .mx-250 {
      margin-right: 30px !important; } }

.mb-250,
.my-250 {
  margin-bottom: 250px !important; }
  @media (max-width: 767px) {
    .mb-250,
    .my-250 {
      margin-bottom: 30px !important; } }

.ml-250,
.mx-250 {
  margin-left: 250px !important; }
  @media (max-width: 767px) {
    .ml-250,
    .mx-250 {
      margin-left: 30px !important; } }

.m-300 {
  margin: 300px !important; }

.mt-300,
.my-300 {
  margin-top: 300px !important; }
  @media (max-width: 767px) {
    .mt-300,
    .my-300 {
      margin-top: 30px !important; } }

.mr-300,
.mx-300 {
  margin-right: 300px !important; }
  @media (max-width: 767px) {
    .mr-300,
    .mx-300 {
      margin-right: 30px !important; } }

.mb-300,
.my-300 {
  margin-bottom: 300px !important; }
  @media (max-width: 767px) {
    .mb-300,
    .my-300 {
      margin-bottom: 30px !important; } }

.ml-300,
.mx-300 {
  margin-left: 300px !important; }
  @media (max-width: 767px) {
    .ml-300,
    .mx-300 {
      margin-left: 30px !important; } }

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

.pt-0,
.py-0 {
  padding-top: 0px !important; }
  @media (max-width: 767px) {
    .pt-0,
    .py-0 {
      padding-top: 30px !important; } }

.pr-0,
.px-0 {
  padding-right: 0px !important; }
  @media (max-width: 767px) {
    .pr-0,
    .px-0 {
      padding-right: 30px !important; } }

.pb-0,
.py-0 {
  padding-bottom: 0px !important; }
  @media (max-width: 767px) {
    .pb-0,
    .py-0 {
      padding-bottom: 30px !important; } }

.pl-0,
.px-0 {
  padding-left: 0px !important; }
  @media (max-width: 767px) {
    .pl-0,
    .px-0 {
      padding-left: 30px !important; } }

.p-sm {
  padding: 15px !important; }

.pt-sm,
.py-sm {
  padding-top: 15px !important; }
  @media (max-width: 767px) {
    .pt-sm,
    .py-sm {
      padding-top: 30px !important; } }

.pr-sm,
.px-sm {
  padding-right: 15px !important; }
  @media (max-width: 767px) {
    .pr-sm,
    .px-sm {
      padding-right: 30px !important; } }

.pb-sm,
.py-sm {
  padding-bottom: 15px !important; }
  @media (max-width: 767px) {
    .pb-sm,
    .py-sm {
      padding-bottom: 30px !important; } }

.pl-sm,
.px-sm {
  padding-left: 15px !important; }
  @media (max-width: 767px) {
    .pl-sm,
    .px-sm {
      padding-left: 30px !important; } }

.p-md {
  padding: 50px !important; }

.pt-md,
.py-md {
  padding-top: 50px !important; }
  @media (max-width: 767px) {
    .pt-md,
    .py-md {
      padding-top: 30px !important; } }

.pr-md,
.px-md {
  padding-right: 50px !important; }
  @media (max-width: 767px) {
    .pr-md,
    .px-md {
      padding-right: 30px !important; } }

.pb-md,
.py-md {
  padding-bottom: 50px !important; }
  @media (max-width: 767px) {
    .pb-md,
    .py-md {
      padding-bottom: 30px !important; } }

.pl-md,
.px-md {
  padding-left: 50px !important; }
  @media (max-width: 767px) {
    .pl-md,
    .px-md {
      padding-left: 30px !important; } }

.p-lg {
  padding: 80px !important; }

.pt-lg,
.py-lg {
  padding-top: 80px !important; }
  @media (max-width: 767px) {
    .pt-lg,
    .py-lg {
      padding-top: 30px !important; } }

.pr-lg,
.px-lg {
  padding-right: 80px !important; }
  @media (max-width: 767px) {
    .pr-lg,
    .px-lg {
      padding-right: 30px !important; } }

.pb-lg,
.py-lg {
  padding-bottom: 80px !important; }
  @media (max-width: 767px) {
    .pb-lg,
    .py-lg {
      padding-bottom: 30px !important; } }

.pl-lg,
.px-lg {
  padding-left: 80px !important; }
  @media (max-width: 767px) {
    .pl-lg,
    .px-lg {
      padding-left: 30px !important; } }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }
  @media (max-width: 767px) {
    .pt-15,
    .py-15 {
      padding-top: 30px !important; } }

.pr-15,
.px-15 {
  padding-right: 15px !important; }
  @media (max-width: 767px) {
    .pr-15,
    .px-15 {
      padding-right: 30px !important; } }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }
  @media (max-width: 767px) {
    .pb-15,
    .py-15 {
      padding-bottom: 30px !important; } }

.pl-15,
.px-15 {
  padding-left: 15px !important; }
  @media (max-width: 767px) {
    .pl-15,
    .px-15 {
      padding-left: 30px !important; } }

.p-20 {
  padding: 20px !important; }

.pt-20,
.py-20 {
  padding-top: 20px !important; }
  @media (max-width: 767px) {
    .pt-20,
    .py-20 {
      padding-top: 30px !important; } }

.pr-20,
.px-20 {
  padding-right: 20px !important; }
  @media (max-width: 767px) {
    .pr-20,
    .px-20 {
      padding-right: 30px !important; } }

.pb-20,
.py-20 {
  padding-bottom: 20px !important; }
  @media (max-width: 767px) {
    .pb-20,
    .py-20 {
      padding-bottom: 30px !important; } }

.pl-20,
.px-20 {
  padding-left: 20px !important; }
  @media (max-width: 767px) {
    .pl-20,
    .px-20 {
      padding-left: 30px !important; } }

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }
  @media (max-width: 767px) {
    .pt-25,
    .py-25 {
      padding-top: 30px !important; } }

.pr-25,
.px-25 {
  padding-right: 25px !important; }
  @media (max-width: 767px) {
    .pr-25,
    .px-25 {
      padding-right: 30px !important; } }

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }
  @media (max-width: 767px) {
    .pb-25,
    .py-25 {
      padding-bottom: 30px !important; } }

.pl-25,
.px-25 {
  padding-left: 25px !important; }
  @media (max-width: 767px) {
    .pl-25,
    .px-25 {
      padding-left: 30px !important; } }

.p-30 {
  padding: 30px !important; }

.pt-30,
.py-30 {
  padding-top: 30px !important; }
  @media (max-width: 767px) {
    .pt-30,
    .py-30 {
      padding-top: 30px !important; } }

.pr-30,
.px-30 {
  padding-right: 30px !important; }
  @media (max-width: 767px) {
    .pr-30,
    .px-30 {
      padding-right: 30px !important; } }

.pb-30,
.py-30 {
  padding-bottom: 30px !important; }
  @media (max-width: 767px) {
    .pb-30,
    .py-30 {
      padding-bottom: 30px !important; } }

.pl-30,
.px-30 {
  padding-left: 30px !important; }
  @media (max-width: 767px) {
    .pl-30,
    .px-30 {
      padding-left: 30px !important; } }

.p-40 {
  padding: 40px !important; }

.pt-40,
.py-40 {
  padding-top: 40px !important; }
  @media (max-width: 767px) {
    .pt-40,
    .py-40 {
      padding-top: 30px !important; } }

.pr-40,
.px-40 {
  padding-right: 40px !important; }
  @media (max-width: 767px) {
    .pr-40,
    .px-40 {
      padding-right: 30px !important; } }

.pb-40,
.py-40 {
  padding-bottom: 40px !important; }
  @media (max-width: 767px) {
    .pb-40,
    .py-40 {
      padding-bottom: 30px !important; } }

.pl-40,
.px-40 {
  padding-left: 40px !important; }
  @media (max-width: 767px) {
    .pl-40,
    .px-40 {
      padding-left: 30px !important; } }

.p-50 {
  padding: 50px !important; }

.pt-50,
.py-50 {
  padding-top: 50px !important; }
  @media (max-width: 767px) {
    .pt-50,
    .py-50 {
      padding-top: 30px !important; } }

.pr-50,
.px-50 {
  padding-right: 50px !important; }
  @media (max-width: 767px) {
    .pr-50,
    .px-50 {
      padding-right: 30px !important; } }

.pb-50,
.py-50 {
  padding-bottom: 50px !important; }
  @media (max-width: 767px) {
    .pb-50,
    .py-50 {
      padding-bottom: 30px !important; } }

.pl-50,
.px-50 {
  padding-left: 50px !important; }
  @media (max-width: 767px) {
    .pl-50,
    .px-50 {
      padding-left: 30px !important; } }

.p-60 {
  padding: 60px !important; }

.pt-60,
.py-60 {
  padding-top: 60px !important; }
  @media (max-width: 767px) {
    .pt-60,
    .py-60 {
      padding-top: 30px !important; } }

.pr-60,
.px-60 {
  padding-right: 60px !important; }
  @media (max-width: 767px) {
    .pr-60,
    .px-60 {
      padding-right: 30px !important; } }

.pb-60, .page-template-tpl-give .banner,
.py-60 {
  padding-bottom: 60px !important; }
  @media (max-width: 767px) {
    .pb-60, .page-template-tpl-give .banner,
    .py-60 {
      padding-bottom: 30px !important; } }

.pl-60,
.px-60 {
  padding-left: 60px !important; }
  @media (max-width: 767px) {
    .pl-60,
    .px-60 {
      padding-left: 30px !important; } }

.p-65 {
  padding: 65px !important; }

.pt-65,
.py-65 {
  padding-top: 65px !important; }
  @media (max-width: 767px) {
    .pt-65,
    .py-65 {
      padding-top: 30px !important; } }

.pr-65,
.px-65 {
  padding-right: 65px !important; }
  @media (max-width: 767px) {
    .pr-65,
    .px-65 {
      padding-right: 30px !important; } }

.pb-65,
.py-65 {
  padding-bottom: 65px !important; }
  @media (max-width: 767px) {
    .pb-65,
    .py-65 {
      padding-bottom: 30px !important; } }

.pl-65,
.px-65 {
  padding-left: 65px !important; }
  @media (max-width: 767px) {
    .pl-65,
    .px-65 {
      padding-left: 30px !important; } }

.p-80 {
  padding: 80px !important; }

.pt-80,
.py-80 {
  padding-top: 80px !important; }
  @media (max-width: 767px) {
    .pt-80,
    .py-80 {
      padding-top: 30px !important; } }

.pr-80,
.px-80 {
  padding-right: 80px !important; }
  @media (max-width: 767px) {
    .pr-80,
    .px-80 {
      padding-right: 30px !important; } }

.pb-80,
.py-80 {
  padding-bottom: 80px !important; }
  @media (max-width: 767px) {
    .pb-80,
    .py-80 {
      padding-bottom: 30px !important; } }

.pl-80,
.px-80 {
  padding-left: 80px !important; }
  @media (max-width: 767px) {
    .pl-80,
    .px-80 {
      padding-left: 30px !important; } }

.p-88 {
  padding: 88px !important; }

.pt-88,
.py-88 {
  padding-top: 88px !important; }
  @media (max-width: 767px) {
    .pt-88,
    .py-88 {
      padding-top: 30px !important; } }

.pr-88,
.px-88 {
  padding-right: 88px !important; }
  @media (max-width: 767px) {
    .pr-88,
    .px-88 {
      padding-right: 30px !important; } }

.pb-88,
.py-88 {
  padding-bottom: 88px !important; }
  @media (max-width: 767px) {
    .pb-88,
    .py-88 {
      padding-bottom: 30px !important; } }

.pl-88,
.px-88 {
  padding-left: 88px !important; }
  @media (max-width: 767px) {
    .pl-88,
    .px-88 {
      padding-left: 30px !important; } }

.p-90 {
  padding: 90px !important; }

.pt-90,
.py-90 {
  padding-top: 90px !important; }
  @media (max-width: 767px) {
    .pt-90,
    .py-90 {
      padding-top: 30px !important; } }

.pr-90,
.px-90 {
  padding-right: 90px !important; }
  @media (max-width: 767px) {
    .pr-90,
    .px-90 {
      padding-right: 30px !important; } }

.pb-90,
.py-90 {
  padding-bottom: 90px !important; }
  @media (max-width: 767px) {
    .pb-90,
    .py-90 {
      padding-bottom: 30px !important; } }

.pl-90,
.px-90 {
  padding-left: 90px !important; }
  @media (max-width: 767px) {
    .pl-90,
    .px-90 {
      padding-left: 30px !important; } }

.p-110 {
  padding: 110px !important; }

.pt-110,
.py-110 {
  padding-top: 110px !important; }
  @media (max-width: 767px) {
    .pt-110,
    .py-110 {
      padding-top: 30px !important; } }

.pr-110,
.px-110 {
  padding-right: 110px !important; }
  @media (max-width: 767px) {
    .pr-110,
    .px-110 {
      padding-right: 30px !important; } }

.pb-110,
.py-110 {
  padding-bottom: 110px !important; }
  @media (max-width: 767px) {
    .pb-110,
    .py-110 {
      padding-bottom: 30px !important; } }

.pl-110,
.px-110 {
  padding-left: 110px !important; }
  @media (max-width: 767px) {
    .pl-110,
    .px-110 {
      padding-left: 30px !important; } }

.p-120 {
  padding: 120px !important; }

.pt-120,
.py-120 {
  padding-top: 120px !important; }
  @media (max-width: 767px) {
    .pt-120,
    .py-120 {
      padding-top: 30px !important; } }

.pr-120,
.px-120 {
  padding-right: 120px !important; }
  @media (max-width: 767px) {
    .pr-120,
    .px-120 {
      padding-right: 30px !important; } }

.pb-120,
.py-120 {
  padding-bottom: 120px !important; }
  @media (max-width: 767px) {
    .pb-120,
    .py-120 {
      padding-bottom: 30px !important; } }

.pl-120,
.px-120 {
  padding-left: 120px !important; }
  @media (max-width: 767px) {
    .pl-120,
    .px-120 {
      padding-left: 30px !important; } }

.p-140 {
  padding: 140px !important; }

.pt-140,
.py-140 {
  padding-top: 140px !important; }
  @media (max-width: 767px) {
    .pt-140,
    .py-140 {
      padding-top: 30px !important; } }

.pr-140,
.px-140 {
  padding-right: 140px !important; }
  @media (max-width: 767px) {
    .pr-140,
    .px-140 {
      padding-right: 30px !important; } }

.pb-140,
.py-140 {
  padding-bottom: 140px !important; }
  @media (max-width: 767px) {
    .pb-140,
    .py-140 {
      padding-bottom: 30px !important; } }

.pl-140,
.px-140 {
  padding-left: 140px !important; }
  @media (max-width: 767px) {
    .pl-140,
    .px-140 {
      padding-left: 30px !important; } }

.p-160 {
  padding: 160px !important; }

.pt-160,
.py-160 {
  padding-top: 160px !important; }
  @media (max-width: 767px) {
    .pt-160,
    .py-160 {
      padding-top: 30px !important; } }

.pr-160,
.px-160 {
  padding-right: 160px !important; }
  @media (max-width: 767px) {
    .pr-160,
    .px-160 {
      padding-right: 30px !important; } }

.pb-160,
.py-160 {
  padding-bottom: 160px !important; }
  @media (max-width: 767px) {
    .pb-160,
    .py-160 {
      padding-bottom: 30px !important; } }

.pl-160,
.px-160 {
  padding-left: 160px !important; }
  @media (max-width: 767px) {
    .pl-160,
    .px-160 {
      padding-left: 30px !important; } }

.p-190 {
  padding: 190px !important; }

.pt-190,
.py-190 {
  padding-top: 190px !important; }
  @media (max-width: 767px) {
    .pt-190,
    .py-190 {
      padding-top: 30px !important; } }

.pr-190,
.px-190 {
  padding-right: 190px !important; }
  @media (max-width: 767px) {
    .pr-190,
    .px-190 {
      padding-right: 30px !important; } }

.pb-190,
.py-190 {
  padding-bottom: 190px !important; }
  @media (max-width: 767px) {
    .pb-190,
    .py-190 {
      padding-bottom: 30px !important; } }

.pl-190,
.px-190 {
  padding-left: 190px !important; }
  @media (max-width: 767px) {
    .pl-190,
    .px-190 {
      padding-left: 30px !important; } }

.p-200 {
  padding: 200px !important; }

.pt-200,
.py-200 {
  padding-top: 200px !important; }
  @media (max-width: 767px) {
    .pt-200,
    .py-200 {
      padding-top: 30px !important; } }

.pr-200,
.px-200 {
  padding-right: 200px !important; }
  @media (max-width: 767px) {
    .pr-200,
    .px-200 {
      padding-right: 30px !important; } }

.pb-200,
.py-200 {
  padding-bottom: 200px !important; }
  @media (max-width: 767px) {
    .pb-200,
    .py-200 {
      padding-bottom: 30px !important; } }

.pl-200,
.px-200 {
  padding-left: 200px !important; }
  @media (max-width: 767px) {
    .pl-200,
    .px-200 {
      padding-left: 30px !important; } }

.p-250 {
  padding: 250px !important; }

.pt-250,
.py-250 {
  padding-top: 250px !important; }
  @media (max-width: 767px) {
    .pt-250,
    .py-250 {
      padding-top: 30px !important; } }

.pr-250,
.px-250 {
  padding-right: 250px !important; }
  @media (max-width: 767px) {
    .pr-250,
    .px-250 {
      padding-right: 30px !important; } }

.pb-250,
.py-250 {
  padding-bottom: 250px !important; }
  @media (max-width: 767px) {
    .pb-250,
    .py-250 {
      padding-bottom: 30px !important; } }

.pl-250,
.px-250 {
  padding-left: 250px !important; }
  @media (max-width: 767px) {
    .pl-250,
    .px-250 {
      padding-left: 30px !important; } }

.p-300 {
  padding: 300px !important; }

.pt-300,
.py-300 {
  padding-top: 300px !important; }
  @media (max-width: 767px) {
    .pt-300,
    .py-300 {
      padding-top: 30px !important; } }

.pr-300,
.px-300 {
  padding-right: 300px !important; }
  @media (max-width: 767px) {
    .pr-300,
    .px-300 {
      padding-right: 30px !important; } }

.pb-300,
.py-300 {
  padding-bottom: 300px !important; }
  @media (max-width: 767px) {
    .pb-300,
    .py-300 {
      padding-bottom: 30px !important; } }

.pl-300,
.px-300 {
  padding-left: 300px !important; }
  @media (max-width: 767px) {
    .pl-300,
    .px-300 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-sm {
    margin: 15px !important; }
  .mt-sm-sm,
  .my-sm-sm {
    margin-top: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-sm,
    .my-sm-sm {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-sm,
  .mx-sm-sm {
    margin-right: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-sm,
    .mx-sm-sm {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-sm,
  .my-sm-sm {
    margin-bottom: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-sm,
    .my-sm-sm {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-sm,
  .mx-sm-sm {
    margin-left: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-sm,
    .mx-sm-sm {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-md {
    margin: 50px !important; }
  .mt-sm-md,
  .my-sm-md {
    margin-top: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-md,
    .my-sm-md {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-md,
  .mx-sm-md {
    margin-right: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-md,
    .mx-sm-md {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-md,
  .my-sm-md {
    margin-bottom: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-md,
    .my-sm-md {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-md,
  .mx-sm-md {
    margin-left: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-md,
    .mx-sm-md {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-lg {
    margin: 80px !important; }
  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-lg,
    .my-sm-lg {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-lg,
    .mx-sm-lg {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-lg,
    .my-sm-lg {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-lg,
    .mx-sm-lg {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-15,
    .my-sm-15 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-15,
    .mx-sm-15 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-15,
    .my-sm-15 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-15,
    .mx-sm-15 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-20,
    .my-sm-20 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-20,
    .mx-sm-20 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-20,
    .my-sm-20 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-20,
    .mx-sm-20 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-25,
    .my-sm-25 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-25,
    .mx-sm-25 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-25,
    .my-sm-25 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-25,
    .mx-sm-25 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-30,
    .my-sm-30 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-30,
    .mx-sm-30 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-30,
    .my-sm-30 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-30,
    .mx-sm-30 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-40,
    .my-sm-40 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-40,
    .mx-sm-40 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-40,
    .my-sm-40 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-40,
    .mx-sm-40 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-50 {
    margin: 50px !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-50,
    .my-sm-50 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-50,
    .mx-sm-50 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-50,
    .my-sm-50 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-50,
    .mx-sm-50 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-60 {
    margin: 60px !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-60,
    .my-sm-60 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-60,
    .mx-sm-60 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-60,
    .my-sm-60 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-60,
    .mx-sm-60 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-65,
    .my-sm-65 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-65,
    .mx-sm-65 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-65,
    .my-sm-65 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-65,
    .mx-sm-65 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px !important; }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-80,
    .my-sm-80 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-80,
    .mx-sm-80 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-80,
    .my-sm-80 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-80,
    .mx-sm-80 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-88 {
    margin: 88px !important; }
  .mt-sm-88,
  .my-sm-88 {
    margin-top: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-88,
    .my-sm-88 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-88,
  .mx-sm-88 {
    margin-right: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-88,
    .mx-sm-88 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-88,
  .my-sm-88 {
    margin-bottom: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-88,
    .my-sm-88 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-88,
  .mx-sm-88 {
    margin-left: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-88,
    .mx-sm-88 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-90 {
    margin: 90px !important; }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-90,
    .my-sm-90 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-90,
    .mx-sm-90 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-90,
    .my-sm-90 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-90,
    .mx-sm-90 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-110 {
    margin: 110px !important; }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-110,
    .my-sm-110 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-110,
    .mx-sm-110 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-110,
    .my-sm-110 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-110,
    .mx-sm-110 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-120 {
    margin: 120px !important; }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-120,
    .my-sm-120 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-120,
    .mx-sm-120 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-120,
    .my-sm-120 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-120,
    .mx-sm-120 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-140 {
    margin: 140px !important; }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-140,
    .my-sm-140 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-140,
    .mx-sm-140 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-140,
    .my-sm-140 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-140,
    .mx-sm-140 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-160 {
    margin: 160px !important; }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-160,
    .my-sm-160 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-160,
    .mx-sm-160 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-160,
    .my-sm-160 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-160,
    .mx-sm-160 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-190 {
    margin: 190px !important; }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-190,
    .my-sm-190 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-190,
    .mx-sm-190 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-190,
    .my-sm-190 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-190,
    .mx-sm-190 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-200 {
    margin: 200px !important; }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-200,
    .my-sm-200 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-200,
    .mx-sm-200 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-200,
    .my-sm-200 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-200,
    .mx-sm-200 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-250 {
    margin: 250px !important; }
  .mt-sm-250,
  .my-sm-250 {
    margin-top: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-250,
    .my-sm-250 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-250,
  .mx-sm-250 {
    margin-right: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-250,
    .mx-sm-250 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-250,
  .my-sm-250 {
    margin-bottom: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-250,
    .my-sm-250 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-250,
  .mx-sm-250 {
    margin-left: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-250,
    .mx-sm-250 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .m-sm-300 {
    margin: 300px !important; }
  .mt-sm-300,
  .my-sm-300 {
    margin-top: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mt-sm-300,
    .my-sm-300 {
      margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mr-sm-300,
  .mx-sm-300 {
    margin-right: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mr-sm-300,
    .mx-sm-300 {
      margin-right: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-300,
  .my-sm-300 {
    margin-bottom: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .mb-sm-300,
    .my-sm-300 {
      margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .ml-sm-300,
  .mx-sm-300 {
    margin-left: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .ml-sm-300,
    .mx-sm-300 {
      margin-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-sm {
    padding: 15px !important; }
  .pt-sm-sm,
  .py-sm-sm {
    padding-top: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-sm,
    .py-sm-sm {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-sm,
  .px-sm-sm {
    padding-right: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-sm,
    .px-sm-sm {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-sm,
  .py-sm-sm {
    padding-bottom: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-sm,
    .py-sm-sm {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-sm,
  .px-sm-sm {
    padding-left: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-sm,
    .px-sm-sm {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-md {
    padding: 50px !important; }
  .pt-sm-md,
  .py-sm-md {
    padding-top: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-md,
    .py-sm-md {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-md,
  .px-sm-md {
    padding-right: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-md,
    .px-sm-md {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-md,
  .py-sm-md {
    padding-bottom: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-md,
    .py-sm-md {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-md,
  .px-sm-md {
    padding-left: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-md,
    .px-sm-md {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-lg {
    padding: 80px !important; }
  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-lg,
    .py-sm-lg {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-lg,
    .px-sm-lg {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-lg,
    .py-sm-lg {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-lg,
    .px-sm-lg {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-15,
    .py-sm-15 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-15,
    .px-sm-15 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-15,
    .py-sm-15 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-15,
    .px-sm-15 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-20 {
    padding: 20px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-20,
    .py-sm-20 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-20,
    .px-sm-20 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-20,
    .py-sm-20 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-20,
    .px-sm-20 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-25,
    .py-sm-25 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-25,
    .px-sm-25 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-25,
    .py-sm-25 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-25,
    .px-sm-25 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-30,
    .py-sm-30 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-30,
    .px-sm-30 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-30,
    .py-sm-30 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-30,
    .px-sm-30 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-40 {
    padding: 40px !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-40,
    .py-sm-40 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-40,
    .px-sm-40 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-40,
    .py-sm-40 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-40,
    .px-sm-40 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-50 {
    padding: 50px !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-50,
    .py-sm-50 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-50,
    .px-sm-50 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-50,
    .py-sm-50 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-50,
    .px-sm-50 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-60 {
    padding: 60px !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-60,
    .py-sm-60 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-60,
    .px-sm-60 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-60,
    .py-sm-60 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-60,
    .px-sm-60 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-65,
    .py-sm-65 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-65,
    .px-sm-65 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-65,
    .py-sm-65 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-65,
    .px-sm-65 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-80 {
    padding: 80px !important; }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-80,
    .py-sm-80 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-80,
    .px-sm-80 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-80,
    .py-sm-80 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-80,
    .px-sm-80 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-88 {
    padding: 88px !important; }
  .pt-sm-88,
  .py-sm-88 {
    padding-top: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-88,
    .py-sm-88 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-88,
  .px-sm-88 {
    padding-right: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-88,
    .px-sm-88 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-88,
  .py-sm-88 {
    padding-bottom: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-88,
    .py-sm-88 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-88,
  .px-sm-88 {
    padding-left: 88px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-88,
    .px-sm-88 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-90 {
    padding: 90px !important; }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-90,
    .py-sm-90 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-90,
    .px-sm-90 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-90,
    .py-sm-90 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-90,
    .px-sm-90 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-110 {
    padding: 110px !important; }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-110,
    .py-sm-110 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-110,
    .px-sm-110 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-110,
    .py-sm-110 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-110,
    .px-sm-110 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-120 {
    padding: 120px !important; }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-120,
    .py-sm-120 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-120,
    .px-sm-120 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-120,
    .py-sm-120 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-120,
    .px-sm-120 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-140 {
    padding: 140px !important; }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-140,
    .py-sm-140 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-140,
    .px-sm-140 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-140,
    .py-sm-140 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-140,
    .px-sm-140 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-160 {
    padding: 160px !important; }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-160,
    .py-sm-160 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-160,
    .px-sm-160 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-160,
    .py-sm-160 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 160px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-160,
    .px-sm-160 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-190 {
    padding: 190px !important; }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-190,
    .py-sm-190 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-190,
    .px-sm-190 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-190,
    .py-sm-190 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 190px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-190,
    .px-sm-190 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-200 {
    padding: 200px !important; }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-200,
    .py-sm-200 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-200,
    .px-sm-200 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-200,
    .py-sm-200 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-200,
    .px-sm-200 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-250 {
    padding: 250px !important; }
  .pt-sm-250,
  .py-sm-250 {
    padding-top: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-250,
    .py-sm-250 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-250,
  .px-sm-250 {
    padding-right: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-250,
    .px-sm-250 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-250,
  .py-sm-250 {
    padding-bottom: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-250,
    .py-sm-250 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-250,
  .px-sm-250 {
    padding-left: 250px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-250,
    .px-sm-250 {
      padding-left: 30px !important; } }

@media (min-width: 576px) {
  .p-sm-300 {
    padding: 300px !important; }
  .pt-sm-300,
  .py-sm-300 {
    padding-top: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pt-sm-300,
    .py-sm-300 {
      padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pr-sm-300,
  .px-sm-300 {
    padding-right: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pr-sm-300,
    .px-sm-300 {
      padding-right: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-300,
  .py-sm-300 {
    padding-bottom: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pb-sm-300,
    .py-sm-300 {
      padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pl-sm-300,
  .px-sm-300 {
    padding-left: 300px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .pl-sm-300,
    .px-sm-300 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-0,
    .my-md-0 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-0,
    .mx-md-0 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-0,
    .mx-md-0 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-sm {
    margin: 15px !important; }
  .mt-md-sm,
  .my-md-sm {
    margin-top: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-sm,
    .my-md-sm {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-sm,
  .mx-md-sm {
    margin-right: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-sm,
    .mx-md-sm {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-sm,
  .my-md-sm {
    margin-bottom: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-sm,
    .my-md-sm {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-sm,
  .mx-md-sm {
    margin-left: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-sm,
    .mx-md-sm {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-md {
    margin: 50px !important; }
  .mt-md-md,
  .my-md-md {
    margin-top: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-md,
    .my-md-md {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-md,
  .mx-md-md {
    margin-right: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-md,
    .mx-md-md {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-md,
  .my-md-md {
    margin-bottom: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-md,
    .my-md-md {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-md,
  .mx-md-md {
    margin-left: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-md,
    .mx-md-md {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-lg {
    margin: 80px !important; }
  .mt-md-lg,
  .my-md-lg {
    margin-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-lg,
    .my-md-lg {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-lg,
  .mx-md-lg {
    margin-right: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-lg,
    .mx-md-lg {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-lg,
    .my-md-lg {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-lg,
  .mx-md-lg {
    margin-left: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-lg,
    .mx-md-lg {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-15,
    .my-md-15 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-15,
    .mx-md-15 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-15,
    .my-md-15 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-15,
    .mx-md-15 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-20,
    .my-md-20 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-20,
    .mx-md-20 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-20,
    .my-md-20 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-20,
    .mx-md-20 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-25,
    .my-md-25 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-25,
    .mx-md-25 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-25,
    .my-md-25 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-25,
    .mx-md-25 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-30,
    .my-md-30 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-30,
    .mx-md-30 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-30,
    .my-md-30 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-30,
    .mx-md-30 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-40,
    .my-md-40 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-40,
    .mx-md-40 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-40,
    .my-md-40 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-40,
    .mx-md-40 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-50 {
    margin: 50px !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-50,
    .my-md-50 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-50,
    .mx-md-50 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-50,
    .my-md-50 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-50,
    .mx-md-50 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-60 {
    margin: 60px !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-60,
    .my-md-60 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-60,
    .mx-md-60 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-60,
    .my-md-60 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-60,
    .mx-md-60 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-65,
    .my-md-65 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-65,
    .mx-md-65 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-65,
    .my-md-65 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-65,
    .mx-md-65 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px !important; }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-80,
    .my-md-80 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-80,
    .mx-md-80 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-80,
    .my-md-80 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-80,
    .mx-md-80 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-88 {
    margin: 88px !important; }
  .mt-md-88,
  .my-md-88 {
    margin-top: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-88,
    .my-md-88 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-88,
  .mx-md-88 {
    margin-right: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-88,
    .mx-md-88 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-88,
  .my-md-88 {
    margin-bottom: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-88,
    .my-md-88 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-88,
  .mx-md-88 {
    margin-left: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-88,
    .mx-md-88 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-90 {
    margin: 90px !important; }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-90,
    .my-md-90 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-90,
    .mx-md-90 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-90,
    .my-md-90 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-90,
    .mx-md-90 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-110 {
    margin: 110px !important; }
  .mt-md-110,
  .my-md-110 {
    margin-top: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-110,
    .my-md-110 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-110,
  .mx-md-110 {
    margin-right: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-110,
    .mx-md-110 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-110,
    .my-md-110 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-110,
  .mx-md-110 {
    margin-left: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-110,
    .mx-md-110 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-120 {
    margin: 120px !important; }
  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-120,
    .my-md-120 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-120,
    .mx-md-120 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-120,
    .my-md-120 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-120,
    .mx-md-120 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-140 {
    margin: 140px !important; }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-140,
    .my-md-140 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-140,
    .mx-md-140 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-140,
    .my-md-140 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-140,
    .mx-md-140 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-160 {
    margin: 160px !important; }
  .mt-md-160,
  .my-md-160 {
    margin-top: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-160,
    .my-md-160 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-160,
  .mx-md-160 {
    margin-right: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-160,
    .mx-md-160 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-160,
    .my-md-160 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-160,
  .mx-md-160 {
    margin-left: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-160,
    .mx-md-160 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-190 {
    margin: 190px !important; }
  .mt-md-190,
  .my-md-190 {
    margin-top: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-190,
    .my-md-190 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-190,
  .mx-md-190 {
    margin-right: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-190,
    .mx-md-190 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-190,
    .my-md-190 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-190,
  .mx-md-190 {
    margin-left: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-190,
    .mx-md-190 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px !important; }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-200,
    .my-md-200 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-200,
    .mx-md-200 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-200,
    .my-md-200 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-200,
    .mx-md-200 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-250 {
    margin: 250px !important; }
  .mt-md-250,
  .my-md-250 {
    margin-top: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-250,
    .my-md-250 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-250,
  .mx-md-250 {
    margin-right: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-250,
    .mx-md-250 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-250,
  .my-md-250 {
    margin-bottom: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-250,
    .my-md-250 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-250,
  .mx-md-250 {
    margin-left: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-250,
    .mx-md-250 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .m-md-300 {
    margin: 300px !important; }
  .mt-md-300,
  .my-md-300 {
    margin-top: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mt-md-300,
    .my-md-300 {
      margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mr-md-300,
  .mx-md-300 {
    margin-right: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mr-md-300,
    .mx-md-300 {
      margin-right: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-300,
  .my-md-300 {
    margin-bottom: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .mb-md-300,
    .my-md-300 {
      margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .ml-md-300,
  .mx-md-300 {
    margin-left: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .ml-md-300,
    .mx-md-300 {
      margin-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-0,
    .py-md-0 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-0,
    .px-md-0 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-0,
    .px-md-0 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-sm {
    padding: 15px !important; }
  .pt-md-sm,
  .py-md-sm {
    padding-top: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-sm,
    .py-md-sm {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-sm,
  .px-md-sm {
    padding-right: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-sm,
    .px-md-sm {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-sm,
  .py-md-sm {
    padding-bottom: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-sm,
    .py-md-sm {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-sm,
  .px-md-sm {
    padding-left: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-sm,
    .px-md-sm {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-md {
    padding: 50px !important; }
  .pt-md-md,
  .py-md-md {
    padding-top: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-md,
    .py-md-md {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-md,
  .px-md-md {
    padding-right: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-md,
    .px-md-md {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-md,
  .py-md-md {
    padding-bottom: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-md,
    .py-md-md {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-md,
  .px-md-md {
    padding-left: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-md,
    .px-md-md {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-lg {
    padding: 80px !important; }
  .pt-md-lg,
  .py-md-lg {
    padding-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-lg,
    .py-md-lg {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-lg,
  .px-md-lg {
    padding-right: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-lg,
    .px-md-lg {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-lg,
    .py-md-lg {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-lg,
  .px-md-lg {
    padding-left: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-lg,
    .px-md-lg {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-15,
    .py-md-15 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-15,
    .px-md-15 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-15,
    .py-md-15 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-15,
    .px-md-15 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-20 {
    padding: 20px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-20,
    .py-md-20 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-20,
    .px-md-20 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-20,
    .py-md-20 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-20,
    .px-md-20 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-25,
    .py-md-25 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-25,
    .px-md-25 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-25,
    .py-md-25 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-25,
    .px-md-25 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-30,
    .py-md-30 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-30,
    .px-md-30 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-30,
    .py-md-30 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-30,
    .px-md-30 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-40 {
    padding: 40px !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-40,
    .py-md-40 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-40,
    .px-md-40 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-40,
    .py-md-40 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-40,
    .px-md-40 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-50 {
    padding: 50px !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-50,
    .py-md-50 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-50,
    .px-md-50 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-50,
    .py-md-50 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-50,
    .px-md-50 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-60 {
    padding: 60px !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-60,
    .py-md-60 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-60,
    .px-md-60 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-60,
    .py-md-60 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-60,
    .px-md-60 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-65,
    .py-md-65 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-65,
    .px-md-65 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-65,
    .py-md-65 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-65,
    .px-md-65 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px !important; }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-80,
    .py-md-80 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-80,
    .px-md-80 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-80,
    .py-md-80 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-80,
    .px-md-80 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-88 {
    padding: 88px !important; }
  .pt-md-88,
  .py-md-88 {
    padding-top: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-88,
    .py-md-88 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-88,
  .px-md-88 {
    padding-right: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-88,
    .px-md-88 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-88,
  .py-md-88 {
    padding-bottom: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-88,
    .py-md-88 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-88,
  .px-md-88 {
    padding-left: 88px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-88,
    .px-md-88 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-90 {
    padding: 90px !important; }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-90,
    .py-md-90 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-90,
    .px-md-90 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-90,
    .py-md-90 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-90,
    .px-md-90 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-110 {
    padding: 110px !important; }
  .pt-md-110,
  .py-md-110 {
    padding-top: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-110,
    .py-md-110 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-110,
  .px-md-110 {
    padding-right: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-110,
    .px-md-110 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-110,
    .py-md-110 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-110,
  .px-md-110 {
    padding-left: 110px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-110,
    .px-md-110 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-120 {
    padding: 120px !important; }
  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-120,
    .py-md-120 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-120,
    .px-md-120 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-120,
    .py-md-120 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-120,
    .px-md-120 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-140 {
    padding: 140px !important; }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-140,
    .py-md-140 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-140,
    .px-md-140 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-140,
    .py-md-140 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-140,
    .px-md-140 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-160 {
    padding: 160px !important; }
  .pt-md-160,
  .py-md-160 {
    padding-top: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-160,
    .py-md-160 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-160,
  .px-md-160 {
    padding-right: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-160,
    .px-md-160 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-160,
    .py-md-160 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-160,
  .px-md-160 {
    padding-left: 160px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-160,
    .px-md-160 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-190 {
    padding: 190px !important; }
  .pt-md-190,
  .py-md-190 {
    padding-top: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-190,
    .py-md-190 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-190,
  .px-md-190 {
    padding-right: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-190,
    .px-md-190 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-190,
    .py-md-190 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-190,
  .px-md-190 {
    padding-left: 190px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-190,
    .px-md-190 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-200 {
    padding: 200px !important; }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-200,
    .py-md-200 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-200,
    .px-md-200 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-200,
    .py-md-200 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-200,
    .px-md-200 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-250 {
    padding: 250px !important; }
  .pt-md-250,
  .py-md-250 {
    padding-top: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-250,
    .py-md-250 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-250,
  .px-md-250 {
    padding-right: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-250,
    .px-md-250 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-250,
  .py-md-250 {
    padding-bottom: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-250,
    .py-md-250 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-250,
  .px-md-250 {
    padding-left: 250px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-250,
    .px-md-250 {
      padding-left: 30px !important; } }

@media (min-width: 768px) {
  .p-md-300 {
    padding: 300px !important; }
  .pt-md-300,
  .py-md-300 {
    padding-top: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pt-md-300,
    .py-md-300 {
      padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pr-md-300,
  .px-md-300 {
    padding-right: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pr-md-300,
    .px-md-300 {
      padding-right: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-300,
  .py-md-300 {
    padding-bottom: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pb-md-300,
    .py-md-300 {
      padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pl-md-300,
  .px-md-300 {
    padding-left: 300px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .pl-md-300,
    .px-md-300 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-sm {
    margin: 15px !important; }
  .mt-lg-sm,
  .my-lg-sm {
    margin-top: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-sm,
    .my-lg-sm {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-sm,
  .mx-lg-sm {
    margin-right: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-sm,
    .mx-lg-sm {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-sm,
  .my-lg-sm {
    margin-bottom: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-sm,
    .my-lg-sm {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-sm,
  .mx-lg-sm {
    margin-left: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-sm,
    .mx-lg-sm {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-md {
    margin: 50px !important; }
  .mt-lg-md,
  .my-lg-md {
    margin-top: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-md,
    .my-lg-md {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-md,
  .mx-lg-md {
    margin-right: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-md,
    .mx-lg-md {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-md,
  .my-lg-md {
    margin-bottom: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-md,
    .my-lg-md {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-md,
  .mx-lg-md {
    margin-left: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-md,
    .mx-lg-md {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-lg {
    margin: 80px !important; }
  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-lg,
    .my-lg-lg {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-lg,
    .mx-lg-lg {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-lg,
    .my-lg-lg {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-lg,
    .mx-lg-lg {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-15,
    .my-lg-15 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-15,
    .mx-lg-15 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-15,
    .my-lg-15 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-15,
    .mx-lg-15 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-20,
    .my-lg-20 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-20,
    .mx-lg-20 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-20,
    .my-lg-20 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-20,
    .mx-lg-20 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-25,
    .my-lg-25 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-25,
    .mx-lg-25 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-25,
    .my-lg-25 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-25,
    .mx-lg-25 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-30,
    .my-lg-30 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-30,
    .mx-lg-30 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-30,
    .my-lg-30 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-30,
    .mx-lg-30 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-40,
    .my-lg-40 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-40,
    .mx-lg-40 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-40,
    .my-lg-40 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-40,
    .mx-lg-40 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-50 {
    margin: 50px !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-50,
    .my-lg-50 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-50,
    .mx-lg-50 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-50,
    .my-lg-50 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-50,
    .mx-lg-50 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-60 {
    margin: 60px !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-60,
    .my-lg-60 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-60,
    .mx-lg-60 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-60,
    .my-lg-60 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-60,
    .mx-lg-60 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-65,
    .my-lg-65 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-65,
    .mx-lg-65 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-65,
    .my-lg-65 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-65,
    .mx-lg-65 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px !important; }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-80,
    .my-lg-80 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-80,
    .mx-lg-80 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-80,
    .my-lg-80 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-80,
    .mx-lg-80 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-88 {
    margin: 88px !important; }
  .mt-lg-88,
  .my-lg-88 {
    margin-top: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-88,
    .my-lg-88 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-88,
  .mx-lg-88 {
    margin-right: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-88,
    .mx-lg-88 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-88,
  .my-lg-88 {
    margin-bottom: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-88,
    .my-lg-88 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-88,
  .mx-lg-88 {
    margin-left: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-88,
    .mx-lg-88 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-90 {
    margin: 90px !important; }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-90,
    .my-lg-90 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-90,
    .mx-lg-90 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-90,
    .my-lg-90 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-90,
    .mx-lg-90 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-110 {
    margin: 110px !important; }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-110,
    .my-lg-110 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-110,
    .mx-lg-110 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-110,
    .my-lg-110 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-110,
    .mx-lg-110 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-120 {
    margin: 120px !important; }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-120,
    .my-lg-120 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-120,
    .mx-lg-120 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-120,
    .my-lg-120 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-120,
    .mx-lg-120 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-140 {
    margin: 140px !important; }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-140,
    .my-lg-140 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-140,
    .mx-lg-140 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-140,
    .my-lg-140 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-140,
    .mx-lg-140 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-160 {
    margin: 160px !important; }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-160,
    .my-lg-160 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-160,
    .mx-lg-160 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-160,
    .my-lg-160 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-160,
    .mx-lg-160 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-190 {
    margin: 190px !important; }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-190,
    .my-lg-190 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-190,
    .mx-lg-190 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-190,
    .my-lg-190 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-190,
    .mx-lg-190 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-200 {
    margin: 200px !important; }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-200,
    .my-lg-200 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-200,
    .mx-lg-200 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-200,
    .my-lg-200 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-200,
    .mx-lg-200 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-250 {
    margin: 250px !important; }
  .mt-lg-250,
  .my-lg-250 {
    margin-top: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-250,
    .my-lg-250 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-250,
  .mx-lg-250 {
    margin-right: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-250,
    .mx-lg-250 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-250,
  .my-lg-250 {
    margin-bottom: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-250,
    .my-lg-250 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-250,
  .mx-lg-250 {
    margin-left: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-250,
    .mx-lg-250 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .m-lg-300 {
    margin: 300px !important; }
  .mt-lg-300,
  .my-lg-300 {
    margin-top: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mt-lg-300,
    .my-lg-300 {
      margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mr-lg-300,
  .mx-lg-300 {
    margin-right: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mr-lg-300,
    .mx-lg-300 {
      margin-right: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-300,
  .my-lg-300 {
    margin-bottom: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .mb-lg-300,
    .my-lg-300 {
      margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .ml-lg-300,
  .mx-lg-300 {
    margin-left: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .ml-lg-300,
    .mx-lg-300 {
      margin-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-sm {
    padding: 15px !important; }
  .pt-lg-sm,
  .py-lg-sm {
    padding-top: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-sm,
    .py-lg-sm {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-sm,
  .px-lg-sm {
    padding-right: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-sm,
    .px-lg-sm {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-sm,
  .py-lg-sm {
    padding-bottom: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-sm,
    .py-lg-sm {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-sm,
  .px-lg-sm {
    padding-left: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-sm,
    .px-lg-sm {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-md {
    padding: 50px !important; }
  .pt-lg-md,
  .py-lg-md {
    padding-top: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-md,
    .py-lg-md {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-md,
  .px-lg-md {
    padding-right: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-md,
    .px-lg-md {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-md,
  .py-lg-md {
    padding-bottom: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-md,
    .py-lg-md {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-md,
  .px-lg-md {
    padding-left: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-md,
    .px-lg-md {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-lg {
    padding: 80px !important; }
  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-lg,
    .py-lg-lg {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-lg,
    .px-lg-lg {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-lg,
    .py-lg-lg {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-lg,
    .px-lg-lg {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-15,
    .py-lg-15 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-15,
    .px-lg-15 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-15,
    .py-lg-15 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-15,
    .px-lg-15 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-20 {
    padding: 20px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-20,
    .py-lg-20 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-20,
    .px-lg-20 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-20,
    .py-lg-20 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-20,
    .px-lg-20 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-25,
    .py-lg-25 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-25,
    .px-lg-25 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-25,
    .py-lg-25 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-25,
    .px-lg-25 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-30,
    .py-lg-30 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-30,
    .px-lg-30 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-30,
    .py-lg-30 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-30,
    .px-lg-30 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-40 {
    padding: 40px !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-40,
    .py-lg-40 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-40,
    .px-lg-40 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-40,
    .py-lg-40 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-40,
    .px-lg-40 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-50 {
    padding: 50px !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-50,
    .py-lg-50 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-50,
    .px-lg-50 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-50,
    .py-lg-50 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-50,
    .px-lg-50 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-60 {
    padding: 60px !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-60,
    .py-lg-60 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-60,
    .px-lg-60 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-60,
    .py-lg-60 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-60,
    .px-lg-60 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-65,
    .py-lg-65 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-65,
    .px-lg-65 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-65,
    .py-lg-65 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-65,
    .px-lg-65 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-80 {
    padding: 80px !important; }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-80,
    .py-lg-80 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-80,
    .px-lg-80 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-80,
    .py-lg-80 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-80,
    .px-lg-80 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-88 {
    padding: 88px !important; }
  .pt-lg-88,
  .py-lg-88 {
    padding-top: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-88,
    .py-lg-88 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-88,
  .px-lg-88 {
    padding-right: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-88,
    .px-lg-88 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-88,
  .py-lg-88 {
    padding-bottom: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-88,
    .py-lg-88 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-88,
  .px-lg-88 {
    padding-left: 88px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-88,
    .px-lg-88 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-90 {
    padding: 90px !important; }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-90,
    .py-lg-90 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-90,
    .px-lg-90 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-90,
    .py-lg-90 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-90,
    .px-lg-90 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-110 {
    padding: 110px !important; }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-110,
    .py-lg-110 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-110,
    .px-lg-110 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-110,
    .py-lg-110 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-110,
    .px-lg-110 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-120 {
    padding: 120px !important; }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-120,
    .py-lg-120 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-120,
    .px-lg-120 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-120,
    .py-lg-120 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-120,
    .px-lg-120 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-140 {
    padding: 140px !important; }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-140,
    .py-lg-140 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-140,
    .px-lg-140 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-140,
    .py-lg-140 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-140,
    .px-lg-140 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-160 {
    padding: 160px !important; }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-160,
    .py-lg-160 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-160,
    .px-lg-160 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-160,
    .py-lg-160 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-160,
    .px-lg-160 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-190 {
    padding: 190px !important; }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-190,
    .py-lg-190 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-190,
    .px-lg-190 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-190,
    .py-lg-190 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 190px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-190,
    .px-lg-190 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-200 {
    padding: 200px !important; }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-200,
    .py-lg-200 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-200,
    .px-lg-200 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-200,
    .py-lg-200 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-200,
    .px-lg-200 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-250 {
    padding: 250px !important; }
  .pt-lg-250,
  .py-lg-250 {
    padding-top: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-250,
    .py-lg-250 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-250,
  .px-lg-250 {
    padding-right: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-250,
    .px-lg-250 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-250,
  .py-lg-250 {
    padding-bottom: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-250,
    .py-lg-250 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-250,
  .px-lg-250 {
    padding-left: 250px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-250,
    .px-lg-250 {
      padding-left: 30px !important; } }

@media (min-width: 992px) {
  .p-lg-300 {
    padding: 300px !important; }
  .pt-lg-300,
  .py-lg-300 {
    padding-top: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pt-lg-300,
    .py-lg-300 {
      padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pr-lg-300,
  .px-lg-300 {
    padding-right: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pr-lg-300,
    .px-lg-300 {
      padding-right: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-300,
  .py-lg-300 {
    padding-bottom: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pb-lg-300,
    .py-lg-300 {
      padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pl-lg-300,
  .px-lg-300 {
    padding-left: 300px !important; } }
  @media (min-width: 992px) and (max-width: 767px) {
    .pl-lg-300,
    .px-lg-300 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-sm {
    margin: 15px !important; }
  .mt-xl-sm,
  .my-xl-sm {
    margin-top: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-sm,
    .my-xl-sm {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-sm,
  .mx-xl-sm {
    margin-right: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-sm,
    .mx-xl-sm {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-sm,
  .my-xl-sm {
    margin-bottom: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-sm,
    .my-xl-sm {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-sm,
  .mx-xl-sm {
    margin-left: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-sm,
    .mx-xl-sm {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-md {
    margin: 50px !important; }
  .mt-xl-md,
  .my-xl-md {
    margin-top: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-md,
    .my-xl-md {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-md,
  .mx-xl-md {
    margin-right: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-md,
    .mx-xl-md {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-md,
  .my-xl-md {
    margin-bottom: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-md,
    .my-xl-md {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-md,
  .mx-xl-md {
    margin-left: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-md,
    .mx-xl-md {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-lg {
    margin: 80px !important; }
  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-lg,
    .my-xl-lg {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-lg,
    .mx-xl-lg {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-lg,
    .my-xl-lg {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-lg,
    .mx-xl-lg {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-15,
    .my-xl-15 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-15,
    .mx-xl-15 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-15,
    .my-xl-15 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-15,
    .mx-xl-15 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-20,
    .my-xl-20 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-20,
    .mx-xl-20 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-20,
    .my-xl-20 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-20,
    .mx-xl-20 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-25,
    .my-xl-25 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-25,
    .mx-xl-25 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-25,
    .my-xl-25 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-25,
    .mx-xl-25 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-30,
    .my-xl-30 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-30,
    .mx-xl-30 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-30,
    .my-xl-30 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-30,
    .mx-xl-30 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-40,
    .my-xl-40 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-40,
    .mx-xl-40 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-40,
    .my-xl-40 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-40,
    .mx-xl-40 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-50 {
    margin: 50px !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-50,
    .my-xl-50 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-50,
    .mx-xl-50 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-50,
    .my-xl-50 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-50,
    .mx-xl-50 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-60 {
    margin: 60px !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-60,
    .my-xl-60 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-60,
    .mx-xl-60 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-60,
    .my-xl-60 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-60,
    .mx-xl-60 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-65 {
    margin: 65px !important; }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-65,
    .my-xl-65 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-65,
    .mx-xl-65 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-65,
    .my-xl-65 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-65,
    .mx-xl-65 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px !important; }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-80,
    .my-xl-80 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-80,
    .mx-xl-80 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-80,
    .my-xl-80 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-80,
    .mx-xl-80 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-88 {
    margin: 88px !important; }
  .mt-xl-88,
  .my-xl-88 {
    margin-top: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-88,
    .my-xl-88 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-88,
  .mx-xl-88 {
    margin-right: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-88,
    .mx-xl-88 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-88,
  .my-xl-88 {
    margin-bottom: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-88,
    .my-xl-88 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-88,
  .mx-xl-88 {
    margin-left: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-88,
    .mx-xl-88 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-90 {
    margin: 90px !important; }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-90,
    .my-xl-90 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-90,
    .mx-xl-90 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-90,
    .my-xl-90 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-90,
    .mx-xl-90 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-110 {
    margin: 110px !important; }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-110,
    .my-xl-110 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-110,
    .mx-xl-110 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-110,
    .my-xl-110 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-110,
    .mx-xl-110 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-120 {
    margin: 120px !important; }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-120,
    .my-xl-120 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-120,
    .mx-xl-120 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-120,
    .my-xl-120 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-120,
    .mx-xl-120 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-140 {
    margin: 140px !important; }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-140,
    .my-xl-140 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-140,
    .mx-xl-140 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-140,
    .my-xl-140 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-140,
    .mx-xl-140 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-160 {
    margin: 160px !important; }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-160,
    .my-xl-160 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-160,
    .mx-xl-160 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-160,
    .my-xl-160 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-160,
    .mx-xl-160 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-190 {
    margin: 190px !important; }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-190,
    .my-xl-190 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-190,
    .mx-xl-190 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-190,
    .my-xl-190 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-190,
    .mx-xl-190 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-200 {
    margin: 200px !important; }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-200,
    .my-xl-200 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-200,
    .mx-xl-200 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-200,
    .my-xl-200 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-200,
    .mx-xl-200 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-250 {
    margin: 250px !important; }
  .mt-xl-250,
  .my-xl-250 {
    margin-top: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-250,
    .my-xl-250 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-250,
  .mx-xl-250 {
    margin-right: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-250,
    .mx-xl-250 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-250,
  .my-xl-250 {
    margin-bottom: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-250,
    .my-xl-250 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-250,
  .mx-xl-250 {
    margin-left: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-250,
    .mx-xl-250 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .m-xl-300 {
    margin: 300px !important; }
  .mt-xl-300,
  .my-xl-300 {
    margin-top: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mt-xl-300,
    .my-xl-300 {
      margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mr-xl-300,
  .mx-xl-300 {
    margin-right: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mr-xl-300,
    .mx-xl-300 {
      margin-right: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-300,
  .my-xl-300 {
    margin-bottom: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .mb-xl-300,
    .my-xl-300 {
      margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .ml-xl-300,
  .mx-xl-300 {
    margin-left: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .ml-xl-300,
    .mx-xl-300 {
      margin-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-sm {
    padding: 15px !important; }
  .pt-xl-sm,
  .py-xl-sm {
    padding-top: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-sm,
    .py-xl-sm {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-sm,
  .px-xl-sm {
    padding-right: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-sm,
    .px-xl-sm {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-sm,
  .py-xl-sm {
    padding-bottom: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-sm,
    .py-xl-sm {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-sm,
  .px-xl-sm {
    padding-left: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-sm,
    .px-xl-sm {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-md {
    padding: 50px !important; }
  .pt-xl-md,
  .py-xl-md {
    padding-top: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-md,
    .py-xl-md {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-md,
  .px-xl-md {
    padding-right: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-md,
    .px-xl-md {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-md,
  .py-xl-md {
    padding-bottom: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-md,
    .py-xl-md {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-md,
  .px-xl-md {
    padding-left: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-md,
    .px-xl-md {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-lg {
    padding: 80px !important; }
  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-lg,
    .py-xl-lg {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-lg,
    .px-xl-lg {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-lg,
    .py-xl-lg {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-lg,
    .px-xl-lg {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-15,
    .py-xl-15 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-15,
    .px-xl-15 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-15,
    .py-xl-15 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-15,
    .px-xl-15 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-20 {
    padding: 20px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-20,
    .py-xl-20 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-20,
    .px-xl-20 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-20,
    .py-xl-20 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-20,
    .px-xl-20 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-25,
    .py-xl-25 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-25,
    .px-xl-25 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-25,
    .py-xl-25 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-25,
    .px-xl-25 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-30,
    .py-xl-30 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-30,
    .px-xl-30 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-30,
    .py-xl-30 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-30,
    .px-xl-30 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-40 {
    padding: 40px !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-40,
    .py-xl-40 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-40,
    .px-xl-40 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-40,
    .py-xl-40 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-40,
    .px-xl-40 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-50 {
    padding: 50px !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-50,
    .py-xl-50 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-50,
    .px-xl-50 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-50,
    .py-xl-50 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-50,
    .px-xl-50 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-60 {
    padding: 60px !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-60,
    .py-xl-60 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-60,
    .px-xl-60 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-60,
    .py-xl-60 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-60,
    .px-xl-60 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-65 {
    padding: 65px !important; }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-65,
    .py-xl-65 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-65,
    .px-xl-65 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-65,
    .py-xl-65 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-65,
    .px-xl-65 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-80 {
    padding: 80px !important; }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-80,
    .py-xl-80 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-80,
    .px-xl-80 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-80,
    .py-xl-80 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-80,
    .px-xl-80 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-88 {
    padding: 88px !important; }
  .pt-xl-88,
  .py-xl-88 {
    padding-top: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-88,
    .py-xl-88 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-88,
  .px-xl-88 {
    padding-right: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-88,
    .px-xl-88 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-88,
  .py-xl-88 {
    padding-bottom: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-88,
    .py-xl-88 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-88,
  .px-xl-88 {
    padding-left: 88px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-88,
    .px-xl-88 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-90 {
    padding: 90px !important; }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-90,
    .py-xl-90 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-90,
    .px-xl-90 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-90,
    .py-xl-90 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-90,
    .px-xl-90 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-110 {
    padding: 110px !important; }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-110,
    .py-xl-110 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-110,
    .px-xl-110 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-110,
    .py-xl-110 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 110px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-110,
    .px-xl-110 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-120 {
    padding: 120px !important; }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-120,
    .py-xl-120 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-120,
    .px-xl-120 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-120,
    .py-xl-120 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-120,
    .px-xl-120 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-140 {
    padding: 140px !important; }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-140,
    .py-xl-140 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-140,
    .px-xl-140 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-140,
    .py-xl-140 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-140,
    .px-xl-140 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-160 {
    padding: 160px !important; }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-160,
    .py-xl-160 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-160,
    .px-xl-160 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-160,
    .py-xl-160 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-160,
    .px-xl-160 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-190 {
    padding: 190px !important; }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-190,
    .py-xl-190 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-190,
    .px-xl-190 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-190,
    .py-xl-190 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 190px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-190,
    .px-xl-190 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-200 {
    padding: 200px !important; }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-200,
    .py-xl-200 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-200,
    .px-xl-200 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-200,
    .py-xl-200 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-200,
    .px-xl-200 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-250 {
    padding: 250px !important; }
  .pt-xl-250,
  .py-xl-250 {
    padding-top: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-250,
    .py-xl-250 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-250,
  .px-xl-250 {
    padding-right: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-250,
    .px-xl-250 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-250,
  .py-xl-250 {
    padding-bottom: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-250,
    .py-xl-250 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-250,
  .px-xl-250 {
    padding-left: 250px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-250,
    .px-xl-250 {
      padding-left: 30px !important; } }

@media (min-width: 1200px) {
  .p-xl-300 {
    padding: 300px !important; }
  .pt-xl-300,
  .py-xl-300 {
    padding-top: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pt-xl-300,
    .py-xl-300 {
      padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pr-xl-300,
  .px-xl-300 {
    padding-right: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pr-xl-300,
    .px-xl-300 {
      padding-right: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-300,
  .py-xl-300 {
    padding-bottom: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pb-xl-300,
    .py-xl-300 {
      padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pl-xl-300,
  .px-xl-300 {
    padding-left: 300px !important; } }
  @media (min-width: 1200px) and (max-width: 767px) {
    .pl-xl-300,
    .px-xl-300 {
      padding-left: 30px !important; } }

@media (max-width: 767px) {
  .pt-200, .pt-300, .pt-160, .pt-140, .pt-110 {
    padding-top: 50px !important; } }

@media (max-width: 767px) {
  .pb-200, .pb-300, .pb-140, .pb-110 {
    padding-bottom: 50px !important; } }

@media (max-width: 767px) {
  .mt-200, .mt-300, .mt-140, .mt-110 {
    margin-top: 50px !important; } }

@media (max-width: 767px) {
  .mb-200, .mb-300, .mb-140, .mb-110 {
    margin-bottom: 50px !important; } }

@media (max-width: 767px) {
  .banner--home.pt-150 {
    padding-top: 150px !important; } }

@media (max-width: 991.98px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 50px !important; }
  .pt-lg,
  .py-lg {
    padding-top: 50px !important; }
  .mb-lg,
  .my-lg {
    margin-bottom: 50px !important; }
  .mt-lg,
  .my-lg {
    margin-top: 50px !important; }
  .mb-md,
  .my-md {
    margin-bottom: 30px !important; }
  .mt-md,
  .my-md {
    margin-top: 30px !important; } }

@media (max-width: 767.98px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 30px !important; }
  .pt-lg,
  .py-lg {
    padding-top: 30px !important; }
  .mb-lg,
  .my-lg {
    margin-bottom: 30px !important; }
  .mt-lg,
  .my-lg {
    margin-top: 30px !important; }
  .mb-md,
  .my-md {
    margin-bottom: 20px !important; }
  .mt-md,
  .my-md {
    margin-top: 20px !important; } }

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

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

@media (max-width: 767px) {
  .m-b-ipad {
    margin-bottom: 30px; } }

.pad-inner, .top-nav, .site-footer {
  padding-left: 73px;
  padding-right: 73px; }
  .pad-inner--no-bs {
    padding-left: 88px;
    padding-right: 88px; }
  @media (max-width: 991px) {
    .pad-inner, .top-nav, .site-footer {
      padding-left: 18px;
      padding-right: 18px; }
      .pad-inner--no-bs {
        padding-left: 33px;
        padding-right: 33px; } }

.overlay--container {
  position: relative;
  z-index: 0; }

.overlay--content-over {
  position: relative;
  z-index: 1; }

[class^=overlay].overlay--light {
  opacity: .5; }

[class^=overlay].overlay--lighter {
  opacity: .25; }

[class^=overlay].overlay--dark {
  opacity: .75; }

[class^=overlay].overlay--darker {
  opacity: .9; }

.overlay--full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .7; }

.overlay--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }

.overlay--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.overlay--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  @media (max-width: 767px) {
    .overlay--left {
      right: 0; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "Telegraf", sans-serif; }

.base-theme-padding {
  padding: 100px 0; }

.top-nav {
  position: relative;
  z-index: 999;
  width: 100vw;
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: transparent;
  /* MOBILE */ }
  .top-nav__logo img,
  .top-nav__logo svg {
    width: 120px;
    height: auto; }
    @media (max-width: 600px) {
      .top-nav__logo img,
      .top-nav__logo svg {
        width: 70px; } }
  .top-nav__logo svg rect,
  .top-nav__logo svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .top-nav .button--sphere, .top-nav .button-magnetic {
    float: right;
    height: 120px;
    width: 120px; }
    .top-nav .button--sphere .button__inner, .top-nav .button--sphere .button__deco, .top-nav .button-magnetic .button__inner, .top-nav .button-magnetic .button__deco {
      height: 120px;
      width: 120px; }
  .top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .top-nav ul > li {
      padding: 0;
      text-indent: 0; }
    .top-nav ul li {
      position: relative;
      display: inline-block; }
      .top-nav ul li a {
        display: inline-block;
        padding: 0 15px;
        color: #FFFFFF;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 20px;
        position: relative;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .top-nav ul li a:hover {
          text-decoration: none;
          opacity: 0.7;
          color: #ffffff; }
      .top-nav ul li.current_page_item {
        opacity: 0.7; }
    @media (max-width: 600px) {
      .top-nav ul {
        padding-top: 30px; } }
  .top-nav .back-menu {
    display: none; }
  @media (max-width: 991px) {
    .top-nav {
      padding-top: 30px; } }
  .top-nav.mobileMenu .top-nav__logo svg rect {
    fill: #000; }
  .top-nav.mobileMenu .top-nav__logo svg path {
    fill: #fff; }
  @media (min-width: 1200px) and (max-width: 1350px) {
    .top-nav .menu-wrapper {
      white-space: nowrap;
      margin-left: -34px;
      margin-right: 30px; } }
  .top-nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    padding: 13px 40px;
    z-index: 999999999999; }
    .top-nav.fixed-header .button--sphere, .top-nav.fixed-header .button__inner, .top-nav.fixed-header .button-magnetic, .top-nav.fixed-header .button__deco {
      width: 75px;
      height: 75px; }
    .top-nav.fixed-header .top-nav__logo svg {
      width: 100px; }
    .top-nav.fixed-header.fixed-header-transform {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .top-nav.fixed-header.transform-none {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }

.menu-main-container {
  padding-top: 40px; }

@media (min-width: 1200px) {
  .sub-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 9;
    overflow: hidden;
    background: #FFEFE4;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.8s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: 0.8s cubic-bezier(0.33, 0, 0, 1);
    transition: 0.8s cubic-bezier(0.33, 0, 0, 1); }
  .top-nav.menu-active .sub-menu-wrapper {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    bottom: 40%; } }
  @media (min-width: 1200px) and (max-height: 710px) {
    .top-nav.menu-active .sub-menu-wrapper {
      bottom: 20%; } }

@media (min-width: 1200px) {
  .top-nav.menu-active ul li a {
    color: #000; }
  .top-nav.menu-active ul li.active a {
    color: #E13019; }
  .top-nav.menu-active .button--sphere, .top-nav.menu-active .button-magnetic {
    border-color: #E13019;
    color: #E13019; }
    .top-nav.menu-active .button--sphere .button__inner, .top-nav.menu-active .button--sphere .button__deco, .top-nav.menu-active .button-magnetic .button__inner, .top-nav.menu-active .button-magnetic .button__deco {
      border-color: #E13019; }
  .top-nav.menu-active .top-nav__logo svg rect {
    fill: #000; }
  .top-nav.menu-active .top-nav__logo svg path {
    fill: #fff; } }

@media (max-height: 750px) {
  .sub-menu-wrapper {
    bottom: 29%; } }

.sub-menu-wrap {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 237px 88px 50px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  width: 100vw;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .sub-menu-wrap {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); } }
  .sub-menu-wrap__wrapper {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 1460px;
    margin: auto; }
  .sub-menu-wrap.sub-menu-open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper {
      opacity: 1; }
    .sub-menu-wrap.sub-menu-open:after {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
      @media (min-width: 1200px) {
        .sub-menu-wrap.sub-menu-open:after {
          -webkit-transform: translateY(0%);
              -ms-transform: translateY(0%);
                  transform: translateY(0%); } }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper > div > * {
      opacity: 1;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      -webkit-transition-delay: 0.7s;
           -o-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper ul:before {
      width: 100%;
      -webkit-transition-delay: 0.7s;
           -o-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__image {
      opacity: 1;
      -webkit-transition-delay: 0.7s;
           -o-transition-delay: 0.7s;
              transition-delay: 0.7s; }
      .sub-menu-wrap.sub-menu-open .sub-menu-wrap__image:before {
        -webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
                transform: translateY(100%);
        -webkit-transition-delay: 0.7s;
             -o-transition-delay: 0.7s;
                transition-delay: 0.7s; }
  .sub-menu-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFEFE4;
    -webkit-transition: 0.8s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: 0.8s cubic-bezier(0.33, 0, 0, 1);
    transition: 0.8s cubic-bezier(0.33, 0, 0, 1);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
    @media (min-width: 1200px) {
      .sub-menu-wrap:after {
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%); } }
  .sub-menu-wrap .title--xl {
    font-family: "Telegraf", sans-serif;
    color: #fff;
    background: #E13019;
    display: inline-block;
    padding: 5px 5px 0 5px; }
  .sub-menu-wrap ul {
    list-style: none; }
  .sub-menu-wrap > div > div > ul {
    padding: 0;
    padding-top: 38.5px;
    position: relative;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .sub-menu-wrap > div > div > ul li {
      line-height: 22px;
      margin-bottom: 10px;
      display: block; }
    .sub-menu-wrap > div > div > ul .title {
      margin-bottom: 25px; }
    .sub-menu-wrap > div > div > ul > li {
      position: relative; }
      .sub-menu-wrap > div > div > ul > li a {
        padding: 0;
        max-width: 250px; }
    .sub-menu-wrap > div > div > ul:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0px;
      -webkit-transition: 0.5s ease-in;
      -o-transition: 0.5s ease-in;
      transition: 0.5s ease-in;
      height: 1px;
      background-color: #E13019; }
  .sub-menu-wrap__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; }
    .sub-menu-wrap__wrapper > div > * {
      opacity: 0;
      -webkit-transition: 0.7s cubic-bezier(0.33, 0, 0, 1);
      -o-transition: 0.7s cubic-bezier(0.33, 0, 0, 1);
      transition: 0.7s cubic-bezier(0.33, 0, 0, 1); }
      @media (min-width: 1200px) {
        .sub-menu-wrap__wrapper > div > * {
          -webkit-transform: translateY(-40px);
              -ms-transform: translateY(-40px);
                  transform: translateY(-40px); } }
  .sub-menu-wrap__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sub-menu-wrap__content > * {
      width: 50%; }
    @media (max-width: 1200px) {
      .sub-menu-wrap__content {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
  .sub-menu-wrap__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .sub-menu-wrap__header .sub-menu__close {
      cursor: pointer;
      font-weight: 600; }
      .sub-menu-wrap__header .sub-menu__close span {
        display: inline-block;
        margin-right: 12.5px; }
      .sub-menu-wrap__header .sub-menu__close svg * {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .sub-menu-wrap__header .sub-menu__close:hover {
        color: #E13019; }
        .sub-menu-wrap__header .sub-menu__close:hover svg circle {
          fill: #E13019; }
        .sub-menu-wrap__header .sub-menu__close:hover svg g > g > line {
          stroke: #fff; }
  @media (max-width: 1200px) {
    .sub-menu-wrap {
      z-index: 999;
      padding: 129px 40px 40px; }
      .sub-menu-wrap .hide-sub-menu {
        display: block;
        position: relative;
        cursor: pointer;
        font-weight: 600;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-bottom: 20px; }
        .sub-menu-wrap .hide-sub-menu:before {
          content: "";
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg);
          border: solid #E13019;
          opacity: 1;
          border-width: 0 2px 2px 0;
          position: absolute;
          left: 3px;
          top: 8px;
          padding: 3px;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        .sub-menu-wrap .hide-sub-menu:after {
          content: "";
          width: 25px;
          height: 25px;
          border: 1px solid #EB0000;
          border-radius: 50%;
          position: absolute;
          left: -7px;
          top: 0px; }
      .sub-menu-wrap .title {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        font-family: "Telegraf", sans-serif;
        padding-bottom: 20px; }
      .sub-menu-wrap .sub-menu__close {
        display: none; }
      .sub-menu-wrap .sub-menu-wrap__image {
        display: none; }
      .sub-menu-wrap__content {
        padding-left: 0;
        padding-right: 0;
        padding-left: 40px; }
        .sub-menu-wrap__content > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          height: calc(100vh - 201px);
          padding-right: 20px !important;
          overflow-x: hidden;
          display: block; }
          .sub-menu-wrap__content > ul li {
            width: 100%;
            display: block;
            margin-bottom: 10px; }
      .sub-menu-wrap > div > div > ul > li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        display: block; }
        .sub-menu-wrap > div > div > ul > li + li {
          margin-left: 0; } }
  @media (max-width: 1200px) and (min-width: 767px) {
    .sub-menu-wrap {
      width: 60vw;
      right: 0;
      left: auto; } }

.menu-top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9999999; }

.single-undergraduate-course .top-nav ul li a,
.post-type-archive-undergraduate-course .top-nav ul li a,
.single-post .top-nav ul li a,
.single-tribe_events .top-nav ul li a {
  color: #000; }

.single-undergraduate-course .top-nav ul li.active a,
.post-type-archive-undergraduate-course .top-nav ul li.active a,
.single-post .top-nav ul li.active a,
.single-tribe_events .top-nav ul li.active a {
  color: #E13019; }

.single-undergraduate-course .top-nav .button--sphere, .single-undergraduate-course .top-nav .button-magnetic,
.post-type-archive-undergraduate-course .top-nav .button--sphere,
.post-type-archive-undergraduate-course .top-nav .button-magnetic,
.single-post .top-nav .button--sphere,
.single-post .top-nav .button-magnetic,
.single-tribe_events .top-nav .button--sphere,
.single-tribe_events .top-nav .button-magnetic {
  border-color: #E13019;
  color: #E13019; }
  .single-undergraduate-course .top-nav .button--sphere .button__inner, .single-undergraduate-course .top-nav .button--sphere .button__deco, .single-undergraduate-course .top-nav .button-magnetic .button__inner, .single-undergraduate-course .top-nav .button-magnetic .button__deco,
  .post-type-archive-undergraduate-course .top-nav .button--sphere .button__inner,
  .post-type-archive-undergraduate-course .top-nav .button--sphere .button__deco,
  .post-type-archive-undergraduate-course .top-nav .button-magnetic .button__inner,
  .post-type-archive-undergraduate-course .top-nav .button-magnetic .button__deco,
  .single-post .top-nav .button--sphere .button__inner,
  .single-post .top-nav .button--sphere .button__deco,
  .single-post .top-nav .button-magnetic .button__inner,
  .single-post .top-nav .button-magnetic .button__deco,
  .single-tribe_events .top-nav .button--sphere .button__inner,
  .single-tribe_events .top-nav .button--sphere .button__deco,
  .single-tribe_events .top-nav .button-magnetic .button__inner,
  .single-tribe_events .top-nav .button-magnetic .button__deco {
    border-color: #E13019; }

.single-undergraduate-course .sub-menu-wrap:after,
.single-undergraduate-course .sub-menu-wrapper,
.post-type-archive-undergraduate-course .sub-menu-wrap:after,
.post-type-archive-undergraduate-course .sub-menu-wrapper,
.single-post .sub-menu-wrap:after,
.single-post .sub-menu-wrapper,
.single-tribe_events .sub-menu-wrap:after,
.single-tribe_events .sub-menu-wrapper {
  background: #fff; }

.single-tribe_events .top-nav ul li a {
  color: white; }

.single-tribe_events .top-nav .button__text {
  color: white; }

.single-tribe_events .top-nav.menu-active ul li a {
  color: black !important; }

.single-tribe_events .top-nav.menu-active .button__text {
  color: black !important; }

@media (max-width: 767px) {
  .post-type-archive-undergraduate-course .banner--archive {
    padding-bottom: 50px; } }

.single-postgraduate-course .banner,
.page-template-tpl-apply-form .banner,
.page-template-tpl-course-no-archive .banner,
.post-type-archive-postgraduate-course .banner,
.single-foundation-course .banner,
.page-template-tpl-home .banner,
.page-template-tpl-contact .banner,
.single-pdevelopment-course .banner,
.single-short-course .banner,
.single-staff .banner,
.single-graduate .banner,
.post-type-archive-short-course .banner,
.post-type-archive-staff .banner,
.post-type-archive-graduate .banner,
.post-type-archive-foundation-course .banner,
.page-template-tpl-industry-advisory-board .banner {
  padding-top: 186px;
  padding-bottom: 80px; }

.single-postgraduate-course .top-nav,
.page-template-tpl-apply-form .top-nav,
.page-template-tpl-course-no-archive .top-nav,
.post-type-archive-postgraduate-course .top-nav,
.single-foundation-course .top-nav,
.page-template-tpl-home .top-nav,
.page-template-tpl-contact .top-nav,
.single-pdevelopment-course .top-nav,
.single-short-course .top-nav,
.single-staff .top-nav,
.single-graduate .top-nav,
.post-type-archive-short-course .top-nav,
.post-type-archive-staff .top-nav,
.post-type-archive-graduate .top-nav,
.post-type-archive-foundation-course .top-nav,
.page-template-tpl-industry-advisory-board .top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .single-postgraduate-course .top-nav.fixed-header,
  .page-template-tpl-apply-form .top-nav.fixed-header,
  .page-template-tpl-course-no-archive .top-nav.fixed-header,
  .post-type-archive-postgraduate-course .top-nav.fixed-header,
  .single-foundation-course .top-nav.fixed-header,
  .page-template-tpl-home .top-nav.fixed-header,
  .page-template-tpl-contact .top-nav.fixed-header,
  .single-pdevelopment-course .top-nav.fixed-header,
  .single-short-course .top-nav.fixed-header,
  .single-staff .top-nav.fixed-header,
  .single-graduate .top-nav.fixed-header,
  .post-type-archive-short-course .top-nav.fixed-header,
  .post-type-archive-staff .top-nav.fixed-header,
  .post-type-archive-graduate .top-nav.fixed-header,
  .post-type-archive-foundation-course .top-nav.fixed-header,
  .page-template-tpl-industry-advisory-board .top-nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    padding: 13px 40px;
    z-index: 999; }
    .single-postgraduate-course .top-nav.fixed-header li a,
    .page-template-tpl-apply-form .top-nav.fixed-header li a,
    .page-template-tpl-course-no-archive .top-nav.fixed-header li a,
    .post-type-archive-postgraduate-course .top-nav.fixed-header li a,
    .single-foundation-course .top-nav.fixed-header li a,
    .page-template-tpl-home .top-nav.fixed-header li a,
    .page-template-tpl-contact .top-nav.fixed-header li a,
    .single-pdevelopment-course .top-nav.fixed-header li a,
    .single-short-course .top-nav.fixed-header li a,
    .single-staff .top-nav.fixed-header li a,
    .single-graduate .top-nav.fixed-header li a,
    .post-type-archive-short-course .top-nav.fixed-header li a,
    .post-type-archive-staff .top-nav.fixed-header li a,
    .post-type-archive-graduate .top-nav.fixed-header li a,
    .post-type-archive-foundation-course .top-nav.fixed-header li a,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header li a {
      color: #fff; }
    .single-postgraduate-course .top-nav.fixed-header.menu-active li a,
    .page-template-tpl-apply-form .top-nav.fixed-header.menu-active li a,
    .page-template-tpl-course-no-archive .top-nav.fixed-header.menu-active li a,
    .post-type-archive-postgraduate-course .top-nav.fixed-header.menu-active li a,
    .single-foundation-course .top-nav.fixed-header.menu-active li a,
    .page-template-tpl-home .top-nav.fixed-header.menu-active li a,
    .page-template-tpl-contact .top-nav.fixed-header.menu-active li a,
    .single-pdevelopment-course .top-nav.fixed-header.menu-active li a,
    .single-short-course .top-nav.fixed-header.menu-active li a,
    .single-staff .top-nav.fixed-header.menu-active li a,
    .single-graduate .top-nav.fixed-header.menu-active li a,
    .post-type-archive-short-course .top-nav.fixed-header.menu-active li a,
    .post-type-archive-staff .top-nav.fixed-header.menu-active li a,
    .post-type-archive-graduate .top-nav.fixed-header.menu-active li a,
    .post-type-archive-foundation-course .top-nav.fixed-header.menu-active li a,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header.menu-active li a {
      color: #000; }
    .single-postgraduate-course .top-nav.fixed-header.menu-active .button--white,
    .page-template-tpl-apply-form .top-nav.fixed-header.menu-active .button--white,
    .page-template-tpl-course-no-archive .top-nav.fixed-header.menu-active .button--white,
    .post-type-archive-postgraduate-course .top-nav.fixed-header.menu-active .button--white,
    .single-foundation-course .top-nav.fixed-header.menu-active .button--white,
    .page-template-tpl-home .top-nav.fixed-header.menu-active .button--white,
    .page-template-tpl-contact .top-nav.fixed-header.menu-active .button--white,
    .single-pdevelopment-course .top-nav.fixed-header.menu-active .button--white,
    .single-short-course .top-nav.fixed-header.menu-active .button--white,
    .single-staff .top-nav.fixed-header.menu-active .button--white,
    .single-graduate .top-nav.fixed-header.menu-active .button--white,
    .post-type-archive-short-course .top-nav.fixed-header.menu-active .button--white,
    .post-type-archive-staff .top-nav.fixed-header.menu-active .button--white,
    .post-type-archive-graduate .top-nav.fixed-header.menu-active .button--white,
    .post-type-archive-foundation-course .top-nav.fixed-header.menu-active .button--white,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header.menu-active .button--white {
      border: 1px solid #000; }
    .single-postgraduate-course .top-nav.fixed-header .button--sphere, .single-postgraduate-course .top-nav.fixed-header .button__inner, .single-postgraduate-course .top-nav.fixed-header .button-magnetic, .single-postgraduate-course .top-nav.fixed-header .button__deco,
    .page-template-tpl-apply-form .top-nav.fixed-header .button--sphere,
    .page-template-tpl-apply-form .top-nav.fixed-header .button__inner,
    .page-template-tpl-apply-form .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-apply-form .top-nav.fixed-header .button__deco,
    .page-template-tpl-course-no-archive .top-nav.fixed-header .button--sphere,
    .page-template-tpl-course-no-archive .top-nav.fixed-header .button__inner,
    .page-template-tpl-course-no-archive .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-course-no-archive .top-nav.fixed-header .button__deco,
    .post-type-archive-postgraduate-course .top-nav.fixed-header .button--sphere,
    .post-type-archive-postgraduate-course .top-nav.fixed-header .button__inner,
    .post-type-archive-postgraduate-course .top-nav.fixed-header .button-magnetic,
    .post-type-archive-postgraduate-course .top-nav.fixed-header .button__deco,
    .single-foundation-course .top-nav.fixed-header .button--sphere,
    .single-foundation-course .top-nav.fixed-header .button__inner,
    .single-foundation-course .top-nav.fixed-header .button-magnetic,
    .single-foundation-course .top-nav.fixed-header .button__deco,
    .page-template-tpl-home .top-nav.fixed-header .button--sphere,
    .page-template-tpl-home .top-nav.fixed-header .button__inner,
    .page-template-tpl-home .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-home .top-nav.fixed-header .button__deco,
    .page-template-tpl-contact .top-nav.fixed-header .button--sphere,
    .page-template-tpl-contact .top-nav.fixed-header .button__inner,
    .page-template-tpl-contact .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-contact .top-nav.fixed-header .button__deco,
    .single-pdevelopment-course .top-nav.fixed-header .button--sphere,
    .single-pdevelopment-course .top-nav.fixed-header .button__inner,
    .single-pdevelopment-course .top-nav.fixed-header .button-magnetic,
    .single-pdevelopment-course .top-nav.fixed-header .button__deco,
    .single-short-course .top-nav.fixed-header .button--sphere,
    .single-short-course .top-nav.fixed-header .button__inner,
    .single-short-course .top-nav.fixed-header .button-magnetic,
    .single-short-course .top-nav.fixed-header .button__deco,
    .single-staff .top-nav.fixed-header .button--sphere,
    .single-staff .top-nav.fixed-header .button__inner,
    .single-staff .top-nav.fixed-header .button-magnetic,
    .single-staff .top-nav.fixed-header .button__deco,
    .single-graduate .top-nav.fixed-header .button--sphere,
    .single-graduate .top-nav.fixed-header .button__inner,
    .single-graduate .top-nav.fixed-header .button-magnetic,
    .single-graduate .top-nav.fixed-header .button__deco,
    .post-type-archive-short-course .top-nav.fixed-header .button--sphere,
    .post-type-archive-short-course .top-nav.fixed-header .button__inner,
    .post-type-archive-short-course .top-nav.fixed-header .button-magnetic,
    .post-type-archive-short-course .top-nav.fixed-header .button__deco,
    .post-type-archive-staff .top-nav.fixed-header .button--sphere,
    .post-type-archive-staff .top-nav.fixed-header .button__inner,
    .post-type-archive-staff .top-nav.fixed-header .button-magnetic,
    .post-type-archive-staff .top-nav.fixed-header .button__deco,
    .post-type-archive-graduate .top-nav.fixed-header .button--sphere,
    .post-type-archive-graduate .top-nav.fixed-header .button__inner,
    .post-type-archive-graduate .top-nav.fixed-header .button-magnetic,
    .post-type-archive-graduate .top-nav.fixed-header .button__deco,
    .post-type-archive-foundation-course .top-nav.fixed-header .button--sphere,
    .post-type-archive-foundation-course .top-nav.fixed-header .button__inner,
    .post-type-archive-foundation-course .top-nav.fixed-header .button-magnetic,
    .post-type-archive-foundation-course .top-nav.fixed-header .button__deco,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header .button--sphere,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header .button__inner,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header .button__deco {
      width: 75px;
      height: 75px; }
    .single-postgraduate-course .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-apply-form .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-course-no-archive .top-nav.fixed-header .top-nav__logo svg,
    .post-type-archive-postgraduate-course .top-nav.fixed-header .top-nav__logo svg,
    .single-foundation-course .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-home .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-contact .top-nav.fixed-header .top-nav__logo svg,
    .single-pdevelopment-course .top-nav.fixed-header .top-nav__logo svg,
    .single-short-course .top-nav.fixed-header .top-nav__logo svg,
    .single-staff .top-nav.fixed-header .top-nav__logo svg,
    .single-graduate .top-nav.fixed-header .top-nav__logo svg,
    .post-type-archive-short-course .top-nav.fixed-header .top-nav__logo svg,
    .post-type-archive-staff .top-nav.fixed-header .top-nav__logo svg,
    .post-type-archive-graduate .top-nav.fixed-header .top-nav__logo svg,
    .post-type-archive-foundation-course .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header .top-nav__logo svg {
      width: 100px; }
    .single-postgraduate-course .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-apply-form .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-course-no-archive .top-nav.fixed-header.fixed-header-transform,
    .post-type-archive-postgraduate-course .top-nav.fixed-header.fixed-header-transform,
    .single-foundation-course .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-home .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-contact .top-nav.fixed-header.fixed-header-transform,
    .single-pdevelopment-course .top-nav.fixed-header.fixed-header-transform,
    .single-short-course .top-nav.fixed-header.fixed-header-transform,
    .single-staff .top-nav.fixed-header.fixed-header-transform,
    .single-graduate .top-nav.fixed-header.fixed-header-transform,
    .post-type-archive-short-course .top-nav.fixed-header.fixed-header-transform,
    .post-type-archive-staff .top-nav.fixed-header.fixed-header-transform,
    .post-type-archive-graduate .top-nav.fixed-header.fixed-header-transform,
    .post-type-archive-foundation-course .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header.fixed-header-transform {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .single-postgraduate-course .top-nav.fixed-header.transform-none,
    .page-template-tpl-apply-form .top-nav.fixed-header.transform-none,
    .page-template-tpl-course-no-archive .top-nav.fixed-header.transform-none,
    .post-type-archive-postgraduate-course .top-nav.fixed-header.transform-none,
    .single-foundation-course .top-nav.fixed-header.transform-none,
    .page-template-tpl-home .top-nav.fixed-header.transform-none,
    .page-template-tpl-contact .top-nav.fixed-header.transform-none,
    .single-pdevelopment-course .top-nav.fixed-header.transform-none,
    .single-short-course .top-nav.fixed-header.transform-none,
    .single-staff .top-nav.fixed-header.transform-none,
    .single-graduate .top-nav.fixed-header.transform-none,
    .post-type-archive-short-course .top-nav.fixed-header.transform-none,
    .post-type-archive-staff .top-nav.fixed-header.transform-none,
    .post-type-archive-graduate .top-nav.fixed-header.transform-none,
    .post-type-archive-foundation-course .top-nav.fixed-header.transform-none,
    .page-template-tpl-industry-advisory-board .top-nav.fixed-header.transform-none {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }

.page-template-tpl-industry-advisory-board .banner {
  padding-top: 350px; }
  .page-template-tpl-industry-advisory-board .banner--media .banner__title:before {
    background-color: white; }
  .page-template-tpl-industry-advisory-board .banner__intro {
    color: white;
    letter-spacing: -1px;
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.15;
    /* 46px */ }
  @media (max-width: 991px) {
    .page-template-tpl-industry-advisory-board .banner {
      padding-top: 200px; } }

.undergraduate-course-template-default .top-nav.fixed-header ul li a,
.post-type-archive-undergraduate-course .top-nav.fixed-header ul li a {
  color: #fff; }

.undergraduate-course-template-default .top-nav.fixed-header .top-nav__logo svg rect,
.post-type-archive-undergraduate-course .top-nav.fixed-header .top-nav__logo svg rect {
  fill: #fff; }

.undergraduate-course-template-default .top-nav.fixed-header .top-nav__logo svg path,
.post-type-archive-undergraduate-course .top-nav.fixed-header .top-nav__logo svg path {
  fill: #000; }

.undergraduate-course-template-default .top-nav.fixed-header .banner-messages-ticker,
.post-type-archive-undergraduate-course .top-nav.fixed-header .banner-messages-ticker {
  display: none; }

.page-template-default .top-nav, .page-template-tpl-graduating-class .top-nav,
.page-template-tpl-give .top-nav, .single-tribe_events .top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .page-template-default .top-nav.fixed-header, .page-template-tpl-graduating-class .top-nav.fixed-header,
  .page-template-tpl-give .top-nav.fixed-header, .single-tribe_events .top-nav.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: black;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    padding: 13px 40px;
    z-index: 999999999999; }
    .page-template-default .top-nav.fixed-header .button--sphere, .page-template-default .top-nav.fixed-header .button__inner, .page-template-default .top-nav.fixed-header .button-magnetic, .page-template-default .top-nav.fixed-header .button__deco, .page-template-tpl-graduating-class .top-nav.fixed-header .button--sphere, .page-template-tpl-graduating-class .top-nav.fixed-header .button__inner, .page-template-tpl-graduating-class .top-nav.fixed-header .button-magnetic, .page-template-tpl-graduating-class .top-nav.fixed-header .button__deco,
    .page-template-tpl-give .top-nav.fixed-header .button--sphere,
    .page-template-tpl-give .top-nav.fixed-header .button__inner,
    .page-template-tpl-give .top-nav.fixed-header .button-magnetic,
    .page-template-tpl-give .top-nav.fixed-header .button__deco, .single-tribe_events .top-nav.fixed-header .button--sphere, .single-tribe_events .top-nav.fixed-header .button__inner, .single-tribe_events .top-nav.fixed-header .button-magnetic, .single-tribe_events .top-nav.fixed-header .button__deco {
      width: 75px;
      height: 75px; }
    .page-template-default .top-nav.fixed-header .top-nav__logo svg, .page-template-tpl-graduating-class .top-nav.fixed-header .top-nav__logo svg,
    .page-template-tpl-give .top-nav.fixed-header .top-nav__logo svg, .single-tribe_events .top-nav.fixed-header .top-nav__logo svg {
      width: 100px; }
    .page-template-default .top-nav.fixed-header.fixed-header-transform, .page-template-tpl-graduating-class .top-nav.fixed-header.fixed-header-transform,
    .page-template-tpl-give .top-nav.fixed-header.fixed-header-transform, .single-tribe_events .top-nav.fixed-header.fixed-header-transform {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    .page-template-default .top-nav.fixed-header.transform-none, .page-template-tpl-graduating-class .top-nav.fixed-header.transform-none,
    .page-template-tpl-give .top-nav.fixed-header.transform-none, .single-tribe_events .top-nav.fixed-header.transform-none {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }

.single-tribe_events .banner--media {
  margin-top: 0;
  background-color: black  !important; }
  @media (max-width: 600px) {
    .single-tribe_events .banner--media {
      padding-top: 150px; } }

.single-tribe_events .banner__img {
  right: 56.4% !important;
  padding-top: 43.8% !important; }
  @media (max-width: 991px) {
    .single-tribe_events .banner__img {
      padding-top: 63.8% !important; } }
  @media (max-width: 600px) {
    .single-tribe_events .banner__img {
      padding-top: 75.8% !important;
      width: 100% !important; } }

.single-tribe_events .banner .share-icons svg {
  width: 32px;
  height: 32px;
  margin-right: 8px; }

.single-tribe_events .banner__title:before {
  display: none; }

.single-tribe_events .banner .line-before:before {
  content: "";
  width: calc(100% - 15px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
  background-color: #dc3545; }

.single-tribe_events .banner .events-dates {
  position: absolute;
  left: -15px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 21.5px; }
  .single-tribe_events .banner .events-dates p {
    margin-bottom: 0; }
  .single-tribe_events .banner .events-dates .events-day, .single-tribe_events .banner .events-dates span {
    margin-bottom: 0;
    font-family: Telegraf;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 32px; }
  .single-tribe_events .banner .events-dates .events-day {
    font-size: 28px; }
  @media (max-width: 991px) {
    .single-tribe_events .banner .events-dates {
      position: relative;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin-bottom: 15px; } }

#button-rectangle {
  padding: 15px 27px;
  margin: 0; }

@media (max-width: 767px) {
  .post-type-archive-foundation-course .banner {
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px; } }

.hamburger {
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 9999999999; }
  .hamburger.open {
    color: #000; }
    .hamburger.open .nav-icon:after,
    .hamburger.open .nav-icon:before,
    .hamburger.open .nav-icon div {
      background-color: #000; }
  .hamburger.open .nav-icon:before {
    -webkit-transform: translateY(3px) rotate(135deg);
        -ms-transform: translateY(3px) rotate(135deg);
            transform: translateY(3px) rotate(135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:before {
        -webkit-transform: translateY(9px) rotate(135deg);
            -ms-transform: translateY(9px) rotate(135deg);
                transform: translateY(9px) rotate(135deg); } }
  .hamburger.open .nav-icon:after {
    -webkit-transform: translateY(-11px) rotate(-135deg);
        -ms-transform: translateY(-11px) rotate(-135deg);
            transform: translateY(-11px) rotate(-135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:after {
        -webkit-transform: translateY(-12px) rotate(-135deg);
            -ms-transform: translateY(-12px) rotate(-135deg);
                transform: translateY(-12px) rotate(-135deg); } }
  .hamburger.open .nav-icon div {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  @media (max-width: 600px) {
    .hamburger {
      margin-right: 0px; } }

.nav-icon {
  width: 35px; }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #fff;
  border-radius: 0px;
  content: '';
  display: block;
  height: 1.9px;
  margin: 9px 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

#main-menu > li:last-of-type {
  display: none; }

@media (max-width: 1199.98px) {
  #main-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s cubic-bezier(0.33, 0, 0, 1);
    -o-transition: 0.3s cubic-bezier(0.33, 0, 0, 1);
    transition: 0.3s cubic-bezier(0.33, 0, 0, 1);
    height: 100vh;
    width: 60vw;
    padding: 150px 60px;
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    background: #FFEFE4;
    text-align: left; }
    #main-menu > li:last-of-type {
      display: block; }
    #main-menu > li {
      display: block;
      margin-bottom: 10px; }
    #main-menu > li > a {
      font-size: 40px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 40px;
      color: #E13019;
      padding-left: 0; }
    #main-menu .sub-menu-wrap {
      z-index: 999999;
      -webkit-transform: translateX(100%) translateX(100%);
          -ms-transform: translateX(100%) translateX(100%);
              transform: translateX(100%) translateX(100%); }
      #main-menu .sub-menu-wrap.sub-menu-open {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        z-index: 9999999; }
      #main-menu .sub-menu-wrap .sub-menu-wrap__content {
        display: block;
        padding-left: 0; }
        #main-menu .sub-menu-wrap .sub-menu-wrap__content .title--xl {
          font-size: 40px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 40px;
          color: #E13019;
          background: transparent;
          padding: 0;
          position: relative; }
          #main-menu .sub-menu-wrap .sub-menu-wrap__content .title--xl:before {
            content: "";
            position: absolute;
            top: 20px;
            left: calc(100% + 30px);
            width: 5300px;
            height: 1px;
            background: #E13019; } }
          @media (max-width: 1199.98px) and (max-width: 767px) {
            #main-menu .sub-menu-wrap .sub-menu-wrap__content .title--xl:before {
              top: 22px;
              left: calc(100% + 10px); } }

@media (max-width: 1199.98px) {
        #main-menu .sub-menu-wrap .sub-menu-wrap__content > * {
          width: 100%; }
        #main-menu .sub-menu-wrap .sub-menu-wrap__content ul {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1; }
          #main-menu .sub-menu-wrap .sub-menu-wrap__content ul:before {
            display: none; }
        #main-menu .sub-menu-wrap .sub-menu-wrap__content li a {
          color: #000;
          max-width: unset; } }

@media (max-width: 600px) {
  #main-menu {
    padding: 170px 30px;
    width: 100vw; } }

#main-menu.open {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.single-undergraduate-course .nav-icon:after,
.single-undergraduate-course .nav-icon:before,
.single-undergraduate-course .nav-icon div,
.post-type-archive-undergraduate-course .nav-icon:after,
.post-type-archive-undergraduate-course .nav-icon:before,
.post-type-archive-undergraduate-course .nav-icon div,
.single-post .nav-icon:after,
.single-post .nav-icon:before,
.single-post .nav-icon div {
  background: #000; }

.back-button {
  position: absolute;
  top: -85px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  cursor: pointer; }
  .back-button:before {
    content: "";
    position: absolute;
    border: solid #000;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 0;
    top: 7px; }

.banner-messages-ticker {
  background: #E13019;
  color: white;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: -0.44px;
  padding: 17px 0;
  overflow: hidden;
  margin-top: -60px;
  margin-left: -73px;
  width: calc(100% + 146px);
  margin-bottom: 20px; }
  .banner-messages-ticker p, .banner-messages-ticker a {
    color: white;
    font-size: 1.375rem;
    line-height: 1.4;
    letter-spacing: -0.44px;
    margin: 0; }
  .banner-messages-ticker a {
    color: white !important;
    text-decoration: underline; }
  .banner-messages-ticker a:hover {
    text-decoration: none; }
  .banner-messages-ticker .ticker-js__item {
    color: white;
    padding-left: 150px;
    display: inline-block; }
  @media (max-width: 1199.98px) {
    .banner-messages-ticker {
      margin-top: -30px; } }
  @media (max-width: 767.98px) {
    .banner-messages-ticker p, .banner-messages-ticker a {
      font-size: 1.2rem; } }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.sticky.menu-active a {
  color: #000 !important; }

.page-template-tpl-home .top-nav.fixed-header li a.menu-active {
  color: #000 !important; }

.home .top-nav {
  visibility: hidden; }

.site-footer {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 109px;
  color: #fff; }
  .site-footer svg {
    width: 75px;
    height: 90px; }
  .site-footer .social-media img {
    width: 34px;
    height: 34px; }
  .site-footer ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    max-width: 220px;
    list-style: none;
    margin: 60px 0 0;
    padding: 0; }
    .site-footer ul li {
      list-style: none;
      margin-bottom: 10px;
      padding: 0; }
      .site-footer ul li a {
        color: #fff; }
  .site-footer .title--md {
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 32px;
    border-top: 1px solid #fff;
    color: #fff; }
  .site-footer p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }
  .site-footer .col-md-8, .site-footer .tribe_events-template-default .block--wysiwig-editor .row > div, .tribe_events-template-default .block--wysiwig-editor .site-footer .row > div {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff; }
    .site-footer .col-md-8 p, .site-footer .tribe_events-template-default .block--wysiwig-editor .row > div p, .tribe_events-template-default .block--wysiwig-editor .site-footer .row > div p, .site-footer .col-md-8 a, .site-footer .tribe_events-template-default .block--wysiwig-editor .row > div a, .tribe_events-template-default .block--wysiwig-editor .site-footer .row > div a, .site-footer .col-md-8 *, .site-footer .tribe_events-template-default .block--wysiwig-editor .row > div *, .tribe_events-template-default .block--wysiwig-editor .site-footer .row > div * {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      color: #fff; }
  @media (max-width: 767px) {
    .site-footer {
      text-align: center !important;
      padding: 50px 0; }
      .site-footer ul {
        margin: 30px auto 0px; }
      .site-footer .top-nav__logo img {
        width: 92px !important; }
      .site-footer .title--md {
        padding: 30px 0;
        margin: 30px 0 0; }
      .site-footer .social-media {
        text-align: center;
        margin-bottom: 30px; }
      .site-footer .text-md-right {
        text-align: center !important; } }
  .site-footer .top-nav__logo img {
    width: 160px; }

.accreditations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  .accreditations > div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
    .accreditations > div img {
      height: 65px;
      -o-object-fit: contain;
         object-fit: contain; }

.title {
  font-family: "Telegraf", sans-serif;
  font-weight: 300; }
  .title--xs {
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.3125;
    /* 21px */ }
  .title--sm {
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1.33333;
    /* 32px */ }
  .title--md {
    font-size: 32px;
    /* 32px */
    font-size: 2rem;
    /* 32px */
    line-height: 1.1875;
    /* 38px */
    letter-spacing: -0.5px; }
  .title--mdlg {
    font-size: 58px;
    /* 58px */
    font-size: 3.625rem;
    /* 58px */
    line-height: 1.06897;
    /* 62px */
    letter-spacing: -1.5px; }
    @media (max-width: 769px) {
      .title--mdlg {
        font-size: 34px;
        letter-spacing: -0.8px;
        line-height: 38px; } }
  .title--lg {
    font-size: 72px;
    /* 72px */
    font-size: 4.5rem;
    /* 72px */
    line-height: 1.01389;
    /* 73px */
    letter-spacing: -1.5px; }
    @media (max-width: 769px) {
      .title--lg {
        font-size: 60px;
        letter-spacing: 0;
        line-height: 63px; } }
    @media (max-width: 767px) {
      .title--lg {
        font-size: 34px;
        letter-spacing: 0;
        line-height: 39px; } }
  .title--xl {
    font-size: 90px;
    /* 90px */
    font-size: 5.625rem;
    /* 90px */
    line-height: 1;
    /* 90px */
    letter-spacing: -2px;
    font-weight: 500; }
    @media (max-width: 769px) {
      .title--xl {
        font-size: 70px;
        font-weight: 200;
        letter-spacing: -1.4px;
        line-height: 64px; } }
    @media (max-width: 600px) {
      .title--xl {
        font-size: 50px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 50px; } }
  .title--99 {
    font-size: 99px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 100px; }
    @media (max-width: 769px) {
      .title--99 {
        font-size: 70px;
        font-weight: 200;
        letter-spacing: -1.4px;
        line-height: 64px; } }
    @media (max-width: 600px) {
      .title--99 {
        font-size: 50px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 50px; } }
  .title--100 {
    font-size: 100px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 100px; }
    @media (max-width: 991px) {
      .title--100 {
        font-size: 85px;
        line-height: 90px; } }
    @media (max-width: 769px) {
      .title--100 {
        font-size: 70px;
        font-weight: 200;
        letter-spacing: -1.4px;
        line-height: 64px; } }
    @media (max-width: 600px) {
      .title--100 {
        font-size: 50px;
        font-weight: 300;
        letter-spacing: -1px;
        line-height: 50px; } }
  .title--200 {
    font-size: 200px;
    font-weight: 300;
    letter-spacing: -5px;
    line-height: 170px; }
    @media (max-width: 1240px) {
      .title--200 {
        font-size: 170px;
        font-weight: 300;
        letter-spacing: -4px;
        line-height: 170px; } }
    @media (max-width: 991px) {
      .title--200 {
        font-size: 130px;
        font-weight: 300;
        letter-spacing: -3px;
        line-height: 130px; } }
    @media (max-width: 600px) {
      .title--200 {
        font-size: 55px;
        font-weight: 200;
        letter-spacing: -1.4px;
        line-height: 54px; } }
  .title--xxl {
    font-size: 200px;
    /* 200px */
    font-size: 12.5rem;
    /* 200px */
    line-height: 1;
    /* 200px */
    font-weight: 300;
    letter-spacing: -4px; }
    @media (max-height: 750px) {
      .title--xxl {
        font-size: 180px;
        font-weight: 300;
        letter-spacing: -3px;
        font-size: 180px; } }
    @media (max-width: 769px) {
      .title--xxl {
        font-size: 100px;
        font-weight: 300;
        letter-spacing: -2px;
        line-height: 100px; } }
    @media (max-width: 767px) {
      .title--xxl {
        font-size: 70px;
        letter-spacing: -1.4px;
        line-height: 76px; } }
    @media (max-width: 600px) {
      .title--xxl {
        font-size: 56px;
        line-height: 65px; } }
  .title--block {
    display: inline-block;
    padding: 5px 5px 0 5px;
    display: inline; }
    .title--block--red {
      color: #fff;
      background: #E13019; }
    .title--block--black {
      color: #fff;
      background: #000; }

.text {
  font-family: "Telegraf", sans-serif; }

.font-sans {
  font-family: "Telegraf", sans-serif !important; }

.font-serif {
  font-family: "Telegraf", sans-serif !important; }

.heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }

.page-template-tpl-course-no-archive .title--block {
  background: transparent;
  padding: 0;
  max-width: 400px;
  position: relative;
  display: block;
  line-height: 2rem; }
  .page-template-tpl-course-no-archive .title--block > div {
    display: inline-block;
    padding: 5px 5px 0 5px;
    color: #F8CA00;
    background: #000; }
    @media (min-width: 769px) {
      .page-template-tpl-course-no-archive .title--block > div {
        font-size: 72px;
        font-weight: 300;
        letter-spacing: -1.5px;
        line-height: 73px; } }
    .page-template-tpl-course-no-archive .title--block > div:first-of-type {
      color: #FF008E; }
    .page-template-tpl-course-no-archive .title--block > div:nth-of-type(2) {
      color: #00B0F5; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #000;
  padding: 10px; }

::selection {
  color: white;
  background: #000;
  padding: 10px; }

#content-wrap, #page-wrap {
  position: relative;
  width: 100vw;
  overflow: hidden; }

a.post-edit-link {
  position: fixed;
  z-index: 9999999999999999;
  bottom: 0;
  background: #E13019;
  color: white;
  padding: 10px 15px; }

p.bold-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }

html.frozen {
  width: 100vw;
  overflow: hidden; }

body {
  width: 100vw;
  overflow-x: hidden; }

.intro {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.33333;
  /* 24px */
  font-weight: bold; }

@media (min-width: 768px) {
  .split-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

p,
ul,
ol,
li {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.5;
  /* 24px */ }
  p a:not(.button),
  ul a:not(.button),
  ol a:not(.button),
  li a:not(.button) {
    color: #E13019;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    p a:not(.button):hover,
    ul a:not(.button):hover,
    ol a:not(.button):hover,
    li a:not(.button):hover {
      color: #b32614; }

ul.gallery {
  width: 100%;
  padding: 0; }
  ul.gallery li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding-bottom: 20px; }
    ul.gallery li:nth-child(2n - 1) {
      padding-right: 15px; }
    ul.gallery li:nth-child(2n) {
      padding-left: 15px; }
    @media (max-width: 575.98px) {
      ul.gallery li {
        width: 100%; } }
    ul.gallery li:before {
      content: none; }
    ul.gallery li div.gallery__image {
      width: 100%;
      min-height: 250px;
      max-height: 250px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0; }
    ul.gallery li p {
      display: none;
      margin: 0; }

blockquote {
  position: relative;
  margin: 65px 0px 60px 0px; }
  blockquote p {
    font-family: "Telegraf", sans-serif;
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1.25;
    /* 30px */
    color: #E13019;
    margin: 0; }
  blockquote cite {
    font-family: "Telegraf", sans-serif;
    font-size: 11px;
    /* 11px */
    font-size: 0.6875rem;
    /* 11px */
    line-height: 1.45455;
    /* 16px */
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.85px;
    color: #E13019; }

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

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.block:not(.block--post-grid) ul, .modal ul {
  padding: 0; }
  .block:not(.block--post-grid) ul li + li, .modal ul li + li {
    margin-top: 12px; }
  .block:not(.block--post-grid) ul li, .modal ul li {
    position: relative;
    list-style: none;
    padding-left: 25px; }
    .block:not(.block--post-grid) ul li:before, .modal ul li:before {
      position: absolute;
      top: calc(0.3em + 4px);
      left: 5px;
      content: '';
      height: 4px;
      width: 4px;
      background: #E13019;
      border-radius: 50%; }

.twitter-box {
  position: relative;
  padding: 60px 55px;
  background: #fff; }
  .twitter-box__footer {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .twitter-box p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 300; }
  .twitter-box svg path {
    fill: #E13019; }
  @media (max-width: 767px) {
    .twitter-box {
      padding: 30px;
      margin-top: 30px !important; } }

.single-postgraduate-course #block-1.block--introduction-block, .single-foundation-course #block-1.block--introduction-block, .single-pdevelopment-course #block-1.block--introduction-block, .single-short-course #block-1.block--introduction-block {
  margin-top: 125px; }
  @media (max-width: 767px) {
    .single-postgraduate-course #block-1.block--introduction-block, .single-foundation-course #block-1.block--introduction-block, .single-pdevelopment-course #block-1.block--introduction-block, .single-short-course #block-1.block--introduction-block {
      margin-top: 30px; } }

.image-aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%; }

.page-template-tpl-events .news-slider .news-item__content:before {
  background-color: #E13019; }

.page-template-tpl-events .post-wrapper .news-item__content:before {
  border: 1px solid #E13019; }

@media (max-width: 991.98px) {
  .page-template-tpl-events .banner--news .news-slider {
    margin-top: 50px; } }

.block--production-columns .col-md-3, .block--production-columns-large .col-md-3 {
  margin-bottom: 20px; }

.block--production-columns p, .block--production-columns-large p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  max-width: 137px; }

.block--production-columns-large .col div {
  margin-bottom: 25px; }

.block--production-columns-large p {
  max-width: 200px; }

.block--production-columns-large .container-fluid, .block--production-columns-large .container-sm, .block--production-columns-large .container-md, .block--production-columns-large .container-lg, .block--production-columns-large .container-xl {
  padding: 60px 0 35px;
  border-top: 1px solid #E13019;
  border-bottom: 1px solid #E13019; }

.block--production-columns-large .border-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .block--production-columns-large .border-row .title {
    max-width: 100px;
    margin: 0; }

.home .title-anim-holder, .animate-banner, .animate-video {
  overflow: hidden; }
  .home .title-anim-holder .banner-video-inner, .animate-banner .banner-video-inner, .animate-video .banner-video-inner {
    overflow: hidden; }
    .home .title-anim-holder .banner-video-inner video, .animate-banner .banner-video-inner video, .animate-video .banner-video-inner video {
      height: 100%; }

.animate-banner {
  height: 100%; }

.course-fixed-menu {
  position: fixed;
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  z-index: 9;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .course-fixed-menu a {
    color: #fff;
    display: block; }
  .course-fixed-menu .link {
    padding-left: 21px; }
    .course-fixed-menu .link:before {
      content: url(../img/icons/question-icon.svg);
      position: absolute;
      top: -3px;
      left: 0; }
    .course-fixed-menu .link--visit:before {
      content: url(../img/icons/visit-icon.svg); }
  .course-fixed-menu a.button {
    background: #E13019;
    padding: 15px 41px;
    margin-right: 0; }
  @media (max-width: 600px) {
    .course-fixed-menu {
      position: relative;
      padding: 40px 18px 30px;
      margin-bottom: 42px; }
      .course-fixed-menu .button {
        width: 100%; }
      .course-fixed-menu .link {
        padding-left: 36px;
        margin-bottom: 10px;
        display: block; }
        .course-fixed-menu .link:before {
          left: 15px; } }

.loading-screen {
  position: fixed;
  width: calc(100% - 37%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E13019;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999999999; }
  .loading-screen svg {
    margin-left: -25%;
    max-width: 35vw; }
  .loading-screen-background {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0; }

.video-hover:hover {
  cursor: pointer; }

.video-cursor {
  content: url(../img/icons/video-cursor.svg);
  width: 178px;
  height: 216px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 600px) {
    .video-cursor {
      width: 100px;
      height: 100px; } }

@media (max-width: 769px) and (min-width: 700px) {
  .page-template-default .top-nav {
    position: absolute; }
  .page-template-default .banner .offset-md-2, .page-template-default .banner .tribe_events-template-default .block--wysiwig-editor .row > div, .tribe_events-template-default .block--wysiwig-editor .page-template-default .banner .row > div, .page-template-default .block--wysiwig-editor .row > div {
    margin-left: 6.66667%; } }

.blog .scroll-button {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: fixed;
  right: -6px;
  bottom: 0px;
  z-index: 10; }
  .blog .scroll-button .button {
    background-color: black;
    color: white;
    padding: 20px 60px 20px 30px;
    margin: 0;
    border: none;
    white-space: nowrap; }
    .blog .scroll-button .button:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-left: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(-45deg);
      right: 30px; }
  .blog .scroll-button.visible-button {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }

.error404 .button {
  color: #fff;
  border: 1px solid #fff; }

.home-animate-seen .top-nav {
  visibility: visible; }

.home-animate-seen .loading-screen {
  display: none; }

.button {
  position: relative;
  display: inline-block;
  padding: 28px 41px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border: solid 1px #E13019;
  border-radius: 0px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in; }
  @media (max-width: 600px) {
    .button {
      padding: 18px 31px; } }
  .button:hover {
    background: #E13019;
    color: #fff; }
  .button--white {
    border: solid 1px #fff;
    color: #fff; }
    .button--white:hover {
      background: #fff;
      color: #000; }
  .button--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--is-active {
    pointer-events: none;
    color: white; }
  .button--external {
    padding-left: 60px; }
    .button--external:before {
      content: url(../img/icons/external-link-icon.svg);
      position: absolute;
      left: 28px;
      top: 27px;
      -webkit-transition: 0.2s all ease-in;
      -o-transition: 0.2s all ease-in;
      transition: 0.2s all ease-in; }
    .button--external:hover:before {
      content: url(../img/icons/external-link-icon-white.svg); }
  .button:hover, .button:focus {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .button.sm-full-width {
      display: block;
      text-align: center;
      margin-right: 0; } }

.button--play {
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  position: relative;
  height: 271px;
  width: 221px;
  color: #E13019;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button--play .button__inner, .button--play .button__inner__2 {
    position: absolute;
    top: 6px;
    left: -6px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 271px;
    width: 221px;
    background-image: url(../img/icons/play-large.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    @media (max-width: 769px) {
      .button--play .button__inner, .button--play .button__inner__2 {
        height: 170px;
        width: 170px; } }
  @media (max-width: 769px) {
    .button--play {
      height: 170px;
      width: 170px; } }
  .button--play .button__inner__2 {
    background-image: url(../img/icons/play-large-inner.svg); }
  .button--play span {
    max-width: 130px;
    margin: auto;
    margin-left: 17px; }
    @media (max-width: 769px) {
      .button--play span {
        margin-left: 0px; } }
  .button--play--white {
    color: #fff; }
    .button--play--white .button__inner {
      background-image: url(../img/icons/play-large-white.svg); }
    .button--play--white .button__inner__2 {
      background-image: url(../img/icons/play-large-inner-white.svg); }
    .button--play--white span {
      max-width: 87px;
      margin: auto;
      margin-left: 29px; }
  .button--play:hover .button__inner {
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  .button--play:hover .button__inner__2 {
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg); }

.button--sphere, .button-magnetic {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  position: relative;
  width: 106px;
  height: 106px;
  border: solid 1px #fff;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button--sphere .button__inner, .button--sphere .button__deco, .button-magnetic .button__inner, .button-magnetic .button__deco {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: solid 1px #fff;
    border-radius: 50%;
    opacity: 0.5; }

a[href$=".pdf"].button, a[href$=".doc"].button {
  padding-left: 60px; }
  a[href$=".pdf"].button:before, a[href$=".doc"].button:before {
    content: url(../img/icons/file-download-icon.svg);
    position: absolute;
    left: 28px;
    top: 27px;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in; }
  a[href$=".pdf"].button:hover:before, a[href$=".doc"].button:hover:before {
    content: url(../img/icons/file-download-icon-white.svg); }

a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button,
a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button {
  padding-left: 60px; }
  a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:before,
  a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:before {
    content: url(../img/icons/external-link-icon.svg);
    position: absolute;
    left: 28px;
    top: 27px;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in; }
    @media (max-width: 600px) {
      a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:before,
      a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:before {
        left: 23px;
        top: 17px; } }
  a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before,
  a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before {
    content: url(../img/icons/external-link-icon.svg); }

.page-template-default a[href$=".pdf"].button:before, .page-template-default a[href$=".doc"].button:before {
  content: url(../img/icons/file-download-icon-white.svg); }

.page-template-default a[href^="http://"]:not([href*="bruford.ac.uk"]).button:before,
.page-template-default a[href^="https://"]:not([href*="bruford.ac.uk"]).button:before {
  content: url(../img/icons/external-link-icon-white.svg); }

ul.downloads-list li:before {
  display: none; }

ul.downloads-list li a[href$=".pdf"]:not(.button) {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  padding-left: 25px; }
  ul.downloads-list li a[href$=".pdf"]:not(.button):before {
    content: url(../img/icons/file-download-icon.svg);
    position: absolute;
    left: 20px;
    top: 4px;
    -webkit-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    transition: 0.2s all ease-in;
    background: none; }
    @media (max-width: 600px) {
      ul.downloads-list li a[href$=".pdf"]:not(.button):before {
        left: 1px;
        top: 1px; } }

@media (max-width: 600px) {
  ul.downloads-list li {
    padding-left: 10px; } }

.page-template-default ul.downloads-list li a[href$=".pdf"]:not(.button):before {
  content: url(../img/icons/file-download-icon-white.svg); }

body {
  --button-border-radius: 50%;
  --button-bg: transparent;
  --button-stroke-1: #FFF;
  --button-stroke-2: #FFF;
  --button-stroke-width: 1px;
  --button-text: #ffffff;
  --button-bg-hover: transparent;
  --button-stroke-hover-1: #FFF;
  --button-stroke-hover-2: #FFF;
  --button-stroke-width-hover: 1px;
  --button-text-hover: #fff; }

.button-magnetic {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  color: var(--button-text);
  background: none;
  width: 106px;
  height: 106px;
  padding: 0;
  font-family: inherit;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.button-magnetic:focus,
.button--hover {
  outline: none;
  border-color: var(--button-stroke-hover);
  color: var(--button-text-hover);
  background: var(--button-bg-hover); }

.button__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: var(--button-stroke-width);
  border-style: solid;
  border-radius: 50%; }

.button__deco--1 {
  border-color: var(--button-stroke-1); }

.button--hover .button__deco--1 {
  border-color: var(--button-stroke-hover-1); }

.button__deco--2 {
  border-color: var(--button-stroke-2); }

.button--hover .button__deco--2 {
  border-color: var(--button-stroke-hover-2); }

.button__text,
.button__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%; }

.button__text {
  overflow: hidden; }

img.alignleft {
  float: left;
  margin-right: 30px; }

img.alignright {
  float: right;
  margin-left: 30px; }

img.logo-divider {
  max-width: 90%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.responsive {
  width: 100%;
  height: auto; }

.img-background {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .img-background--cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .img-background--contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.object-fit--cover {
  background-size: cover;
  background-position: center center; }
  .object-fit--cover img {
    -o-object-fit: cover;
       object-fit: cover; }

.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .object-fit--contain img {
    -o-object-fit: contain;
       object-fit: contain; }

.object-fit--circle img {
  border-radius: 50%; }

.object-fit.not-compatible img {
  opacity: 0; }

.absolute-fill {
  position: relative; }
  .absolute-fill > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.bleed-right {
  width: calc(100% + 50vw  - ((1300px - 30px) / 2));
  max-width: none; }

.responsive-img {
  height: 0;
  position: relative; }
  .responsive-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

img.crop-centre {
  -o-object-position: center;
     object-position: center; }

img.crop-top {
  -o-object-position: top;
     object-position: top; }

img.crop-left {
  -o-object-position: left;
     object-position: left; }

img.crop-right {
  -o-object-position: right;
     object-position: right; }

.banner {
  position: relative;
  z-index: 0; }
  .banner--media {
    padding-top: 186px;
    margin-top: -186px;
    background-image: none !important;
    min-height: 250px; }
    .banner--media .banner__title {
      position: relative; }
      .banner--media .banner__title:before {
        content: "";
        position: absolute;
        top: 50px;
        right: calc(100% + 30px);
        width: 5300px;
        height: 1px;
        background: #E13019; }
    .banner--media .video video {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      overflow: hidden; }
    .banner--media--default .mt-300 {
      margin-top: 480px !important; }
      @media (max-width: 991px) {
        .banner--media--default .mt-300 {
          margin-top: 250px !important; } }
      @media (max-width: 767px) {
        .banner--media--default .mt-300 {
          margin-top: 250px !important; } }
    .banner--media--default .banner__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 22%;
      padding-top: 65%;
      bottom: auto; }
      .banner--media--default .banner__img img {
        position: absolute;
        top: 0;
        left: 0; }
      .banner--media--default .banner__img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 28%;
        opacity: 0.75;
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1);
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%); }
      .banner--media--default .banner__img:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 26%;
        opacity: 0.75;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%); }
      @media (max-width: 1199.98px) {
        .banner--media--default .banner__img {
          right: 22%;
          padding-top: 81%;
          bottom: auto;
          width: 72%; } }
      @media (max-width: 767px) {
        .banner--media--default .banner__img {
          right: 22%;
          padding-top: 111%;
          bottom: auto;
          width: 72%; } }
    .banner--media--default .title--lg {
      font-weight: 300; }
    .banner--media--default p.intro {
      font-size: 48px;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 57px;
      color: #fff; }
      @media (max-width: 767px) {
        .banner--media--default p.intro {
          font-size: 28px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 34px; } }
    @media (max-width: 767px) {
      .banner--media--default .title--lg {
        font-size: 55px;
        letter-spacing: 0;
        line-height: 55px; }
        .banner--media--default .title--lg:before {
          top: 31px;
          right: calc(100% + 11px); } }
    @media (max-width: 767px) {
      .banner--media--default {
        padding-top: 206px;
        margin-top: -105px; } }
    @media (max-width: 769px) {
      .banner--media {
        margin-top: 0; } }
    @media (max-width: 600px) {
      .banner--media .banner-video-inner {
        margin-top: 60px; }
      .banner--media .banner__img {
        margin-top: 0 !important; }
      .banner--media .button--play {
        height: 170px !important;
        width: 120px !important; }
      .banner--media .button__inner, .banner--media .button__inner__2 {
        height: 100% !important;
        width: 100% !important; }
      .banner--media .banner__box {
        margin-top: 40px !important; } }
  .banner--post .intro p,
  .banner--post .intro {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 50px; }
  .banner--post .social-media svg path {
    fill: #000; }
  .banner--post .row:last-of-type {
    padding: 50px 0;
    border-top: 1px solid #E13019;
    border-bottom: 1px solid #E13019; }
    .banner--post .row:last-of-type p {
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px; }
      .banner--post .row:last-of-type p.category {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        color: #E13019;
        margin-bottom: 12px; }
  @media (min-width: 769px) {
    .banner--courses {
      min-height: 100vh; } }
  .banner--courses h1 {
    font-weight: 300; }
  @media (max-width: 600px) {
    .banner--courses:not(.banner--archive) h1 {
      font-size: 45px;
      font-weight: 300;
      letter-spacing: -0.9px;
      line-height: 52px; } }
  @media (max-width: 600px) {
    .banner--courses .banner__intro {
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 24px; } }
  .banner--courses p:not(.banner__intro):not(.heading):not(.title) {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 150px; }
    @media (max-width: 600px) {
      .banner--courses p:not(.banner__intro):not(.heading):not(.title) {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; } }
  .banner--courses p.heading {
    color: #E13019; }
  .banner--courses > div:not(.banner__img) {
    position: relative;
    z-index: 2; }
  .banner--courses .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: fill;
       object-fit: fill; }
    .banner--courses .banner__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 769px) {
    .banner--courses {
      height: auto;
      padding-bottom: 50px; } }
  @media (max-height: 750px) {
    .banner--courses .pt-90,
    .banner--courses .py-90 {
      padding-top: 0 !important; } }
  .banner--archive {
    height: auto;
    margin-bottom: 90px; }
    .banner--archive .banner__intro {
      font-size: 19px;
      letter-spacing: 0;
      line-height: 30px;
      max-width: 377px;
      margin: auto; }
      @media (max-width: 769px) {
        .banner--archive .banner__intro {
          max-width: unset; } }
    .banner--archive .banner__img--small {
      position: relative;
      z-index: 0;
      margin-left: -88px;
      margin-top: -90px; }
      .banner--archive .banner__img--small img {
        max-height: 521px;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 769px) {
        .banner--archive .banner__img--small {
          margin-top: -30px; } }
    .banner--archive .title {
      z-index: 1;
      position: relative; }
      .banner--archive .title:before {
        content: "";
        position: absolute;
        bottom: 74px;
        left: 750px;
        width: 5300px;
        height: 1px;
        background: #E13019; }
      .banner--archive .title--xxl {
        line-height: 0.8; }
    .banner--archive .button--play {
      margin: auto;
      margin-top: 50px; }
      @media (max-width: 769px) {
        .banner--archive .button--play {
          margin-top: 0px; } }
    @media (max-width: 769px) {
      .banner--archive {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .banner--archive {
        padding-left: 18px;
        padding-right: 18px; }
        .banner--archive .col-md-4 {
          position: absolute;
          right: 27px;
          top: 32%;
          height: 123px;
          width: 111.78px; }
        .banner--archive .button--drag,
        .banner--archive .button--play,
        .banner--archive .button__inner,
        .banner--archive .button__inner__2 {
          height: 123px;
          width: 111.78px;
          margin-top: 0 !important; }
          .banner--archive .button--drag span,
          .banner--archive .button--play span,
          .banner--archive .button__inner span,
          .banner--archive .button__inner__2 span {
            margin: auto;
            margin-left: -26px; }
        .banner--archive .banner__img--small {
          margin-left: -88px;
          margin-top: -33px;
          width: 82%;
          height: 180px; }
          .banner--archive .banner__img--small img {
            height: 100%; }
        .banner--archive .banner__intro {
          font-size: 17px;
          letter-spacing: 0;
          line-height: 26px; } }
    @media (max-width: 767px) {
      .banner--archive {
        margin-bottom: 0; } }
  .banner--home {
    visibility: hidden;
    padding-top: 186px;
    overflow: hidden; }
    .banner--home:not(.banner--animate-home) {
      visibility: visible; }
      .banner--home:not(.banner--animate-home) .loading-screen {
        display: none; }
    .banner--home .container-fluid, .banner--home .container-sm, .banner--home .container-md, .banner--home .container-lg, .banner--home .container-xl {
      position: relative;
      z-index: 2; }
    .banner--home .banner-teaser-image {
      position: absolute;
      right: 0;
      top: 0;
      height: 100vh;
      width: 37%; }
      .banner--home .banner-teaser-image .image-aspect-ratio {
        position: relative;
        height: 100%;
        padding-top: 165.74074%; }
        .banner--home .banner-teaser-image .image-aspect-ratio img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .banner--home .banner-teaser-image .image-aspect-ratio:before {
          content: "";
          inset: 0 0 0 0;
          position: absolute;
          opacity: 0.1;
          background-color: #000000;
          z-index: 1; }
      @media (max-width: 769px) {
        .banner--home .banner-teaser-image {
          height: 62vh;
          width: 52%; } }
    @media (max-width: 600px) {
      .banner--home .banner__title {
        margin-bottom: 100px; } }
    .banner--home .banner__title .title__line {
      position: absolute;
      top: 82px;
      right: calc(66% + 50px);
      width: calc(34% + 50px);
      height: 1px;
      background: #fff; }
      @media (max-width: 769px) {
        .banner--home .banner__title .title__line {
          right: calc(66% + 40px);
          top: 50px; } }
      @media (max-width: 600px) {
        .banner--home .banner__title .title__line {
          right: calc(66% + 90px);
          top: 23px; } }
    .banner--home .banner__title > div {
      position: relative; }
      .banner--home .banner__title > div:first-of-type {
        left: 33.33333%;
        position: relative; }
        @media (max-width: 767px) {
          .banner--home .banner__title > div:first-of-type {
            left: 11.33333%; } }
      .banner--home .banner__title > div:nth-of-type(2) {
        left: 58.33333%; }
        @media (max-width: 767px) {
          .banner--home .banner__title > div:nth-of-type(2) {
            left: 42.33333%; } }
      .banner--home .banner__title > div:nth-of-type(3) {
        overflow: hidden;
        left: 50%;
        width: 582px; }
        .banner--home .banner__title > div:nth-of-type(3) > div {
          display: block; }
        @media (max-width: 767px) {
          .banner--home .banner__title > div:nth-of-type(3) {
            left: 30%; }
            .banner--home .banner__title > div:nth-of-type(3) > div {
              margin-top: 10px; } }
        @media (max-width: 1240px) {
          .banner--home .banner__title > div:nth-of-type(3) {
            width: 497px; } }
        @media (max-width: 600px) {
          .banner--home .banner__title > div:nth-of-type(3) {
            width: 235px; } }
    .banner--home .title--block {
      font-weight: 600;
      display: inline-block;
      margin-top: 30px; }
    .banner--home .banner__intro {
      margin-top: -300px;
      margin-bottom: 81px;
      letter-spacing: 0;
      max-width: 408px; }
      .banner--home .banner__intro p {
        font-size: 1.4rem;
        line-height: 30px; }
      .banner--home .banner__intro a {
        color: #fff;
        text-decoration: underline; }
        .banner--home .banner__intro a:hover {
          color: black;
          opacity: 0.8; }
      @media (max-width: 769px) {
        .banner--home .banner__intro {
          margin-top: 50px;
          margin-bottom: 30px;
          font-size: 1.4rem; } }
      @media (max-width: 600px) {
        .banner--home .banner__intro {
          margin-top: 40px; } }
    .banner--home .video {
      height: 416px;
      width: 508px;
      padding-top: 0; }
      .banner--home .video:before {
        opacity: 0; }
      @media (max-width: 1240px) and (min-width: 769px) {
        .banner--home .video {
          width: 40%; }
          .banner--home .video > div:not(.video-cursor) {
            left: -100px; } }
      @media (max-width: 600px) {
        .banner--home .video {
          height: 216px;
          width: 100%; } }
    @media (max-width: 1240px) and (min-width: 769px) {
      .banner--home .animate-video {
        overflow: visible; } }
    @media (max-width: 600px) {
      .banner--home .animate-video {
        float: right;
        width: calc(100% + 35px);
        margin-right: -2px; } }
    @media (max-width: 991px) and (min-width: 767px) {
      .banner--home .animate-video {
        overflow: visible; }
        .banner--home .animate-video .video {
          height: 347px;
          width: 48%;
          padding-top: 0;
          margin-left: -32px;
          margin-top: 50px; }
      .banner--home .banner__title > div:first-of-type {
        left: 13.33333%; }
      .banner--home .banner__title > div:nth-of-type(2) {
        left: 43.33333%; }
      .banner--home .banner__title > div:nth-of-type(3) {
        left: 46%;
        width: 390px; }
      .banner--home .banner__title .title__line {
        right: calc(82% + 40px); }
      .banner--home .banner-teaser-image {
        height: 84vh; }
      .banner--home .banner__intro {
        margin-top: -200px;
        margin-left: 0;
        width: 40%; } }
    .banner--home .animate-line {
      overflow: hidden;
      height: 147px;
      width: 1px;
      position: absolute;
      bottom: 0;
      right: 29%; }
    .banner--home__line {
      background-color: white;
      width: 100%;
      height: 100%; }
  .banner--staff {
    background: #E13019;
    padding-top: 186px !important; }
    .banner--staff p {
      margin-bottom: 0;
      color: #fff; }
    .banner--staff p.large {
      font-size: 32px;
      font-weight: 600;
      letter-spacing: -0.5px;
      line-height: 42px;
      color: #fff; }
    .banner--staff p.category {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      color: #fff;
      margin-bottom: 12px; }
    .banner--staff .banner--meta {
      margin-top: 70px;
      padding: 40px 0;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .banner--staff .social-media svg path {
      fill: #000; }
    @media (max-width: 767px) {
      .banner--staff {
        padding-top: 90px !important; } }
  @media (max-width: 991.98px) {
    .banner--news .title--200 {
      margin-bottom: -66px; }
    .banner--news .col-lg-6:first-of-type {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .banner--news .news-slider {
      margin-top: -58px; }
      .banner--news .news-slider .news-item__image {
        width: 100%;
        padding-top: 87.02161%; }
      .banner--news .news-slider .slick-dots {
        bottom: 28px; } }
  @media (max-width: 991.98px) {
    .banner--news .title--200 {
      margin-bottom: 0; } }
  .banner--contact {
    padding-top: 186px;
    background-color: #E13019; }
    .banner--contact p {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 10px;
      color: #fff; }
    .banner--contact p.intro {
      font-size: 32px;
      font-weight: 600;
      letter-spacing: -0.5px;
      line-height: 40px;
      max-width: 440px; }
    @media (max-width: 991.98px) {
      .banner--contact .mt-110, .banner--contact .my-110 {
        margin-top: 0 !important; }
      .banner--contact .banner__title {
        margin-bottom: 20px !important; } }
  @media (max-width: 769px) {
    .banner--landing {
      padding-top: 0; } }
  .banner--landing .banner__img,
  .banner--landing .banner__video {
    position: relative;
    margin-left: -88px;
    margin-top: -60px;
    width: calc(100% + 88px + 88px); }
    .banner--landing .banner__img .image-aspect-ratio,
    .banner--landing .banner__img .banner-video-inner,
    .banner--landing .banner__video .image-aspect-ratio,
    .banner--landing .banner__video .banner-video-inner {
      position: relative;
      padding-top: 41.875%;
      overflow: hidden; }
      .banner--landing .banner__img .image-aspect-ratio video,
      .banner--landing .banner__img .banner-video-inner video,
      .banner--landing .banner__video .image-aspect-ratio video,
      .banner--landing .banner__video .banner-video-inner video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1; }
    .banner--landing .banner__img .banner-video-triangle,
    .banner--landing .banner__video .banner-video-triangle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      height: 216px;
      width: 178px; }
      .banner--landing .banner__img .banner-video-triangle .button__inner, .banner--landing .banner__img .banner-video-triangle .button__inner__2,
      .banner--landing .banner__video .banner-video-triangle .button__inner,
      .banner--landing .banner__video .banner-video-triangle .button__inner__2 {
        height: 216px;
        width: 178px; }
      .banner--landing .banner__img .banner-video-triangle span,
      .banner--landing .banner__video .banner-video-triangle span {
        margin-left: 50%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
        margin-right: 50%; }
  .banner--landing .banner__video {
    cursor: pointer; }
  .banner--landing .title--xxl {
    position: relative;
    z-index: 1; }
    .banner--landing .title--xxl:before {
      content: "";
      position: absolute;
      top: 100px;
      right: calc(100% + 30px);
      width: 5300px;
      height: 1px;
      background: #E13019; }
      @media (max-width: 769px) {
        .banner--landing .title--xxl:before {
          top: 37px;
          right: calc(100% + 10px); } }
    @media (max-width: 769px) {
      .banner--landing .title--xxl {
        margin-bottom: 29px; } }
    @media (max-width: 600px) {
      .banner--landing .title--xxl {
        margin-bottom: -29px; } }
  .banner--landing .title--md {
    font-weight: 300; }
    .banner--landing .title--md:before {
      display: none; }
  .banner--landing .banner__box {
    margin-top: -300px;
    padding: 60px;
    background-color: #FFEFE4; }
    @media (max-width: 769px) {
      .banner--landing .banner__box {
        margin-top: -80px;
        padding: 30px; } }
    @media (max-width: 767px) {
      .banner--landing .banner__box {
        margin-top: -30px;
        padding: 30px; } }
  .banner--graduating-class {
    padding-top: 206px;
    margin-top: -186px; }
    .banner--graduating-class .banner__title {
      font-size: 160px;
      /* 160px */
      font-size: 10rem;
      /* 160px */
      line-height: 0.875;
      /* 140px */ }
      @media (max-width: 1200px) {
        .banner--graduating-class .banner__title {
          font-size: 120px;
          /* 120px */
          font-size: 7.5rem;
          /* 120px */
          line-height: 1;
          /* 120px */ } }
      @media (max-width: 991px) {
        .banner--graduating-class .banner__title {
          font-size: 100px;
          /* 100px */
          font-size: 6.25rem;
          /* 100px */
          line-height: 1;
          /* 100px */ } }
      @media (max-width: 767px) {
        .banner--graduating-class .banner__title {
          font-size: 60px;
          /* 60px */
          font-size: 3.75rem;
          /* 60px */
          line-height: 1;
          /* 60px */ } }
    .banner--graduating-class .banner__intro {
      font-size: 32px;
      /* 32px */
      font-size: 2rem;
      /* 32px */
      line-height: 1.4375;
      /* 46px */ }
      @media (max-width: 767px) {
        .banner--graduating-class .banner__intro {
          font-size: 26px;
          /* 26px */
          font-size: 1.625rem;
          /* 26px */
          line-height: 1.30769;
          /* 34px */ } }
    .banner--graduating-class .banner__subtitle {
      font-size: 24px;
      /* 24px */
      font-size: 1.5rem;
      /* 24px */
      line-height: 1.91667;
      /* 46px */ }
      .banner--graduating-class .banner__subtitle a {
        color: white;
        border-bottom: 1px solid white; }
      @media (max-width: 767px) {
        .banner--graduating-class .banner__subtitle {
          font-size: 21px;
          /* 21px */
          font-size: 1.3125rem;
          /* 21px */
          line-height: 1.33333;
          /* 28px */ } }
    @media (max-width: 767px) {
      .banner--graduating-class {
        padding-top: 326px !important; } }
  .banner__intro {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 46px; }
  .banner__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .banner__img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      -o-object-position: top;
         object-position: top; }
  .banner .border-column-block {
    padding-top: 37px;
    border-top: 1px solid #E13019;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner .border-column-block > div {
      width: calc(100% / 3); }
  .banner__box {
    background: #fff;
    padding: 65px;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 30px;
    max-width: 508px;
    float: right;
    position: relative;
    margin-bottom: -117px; }
    @media (max-width: 767px) {
      .banner__box {
        padding: 30px;
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 0; } }

.single-postgraduate-course .banner,
.page-template-tpl-course-no-archive .banner,
.page-template-tpl-apply-form .banner,
.post-type-archive-postgraduate-course .banner,
.single-foundation-course .banner,
.single-pdevelopment-course .banner,
.single-short-course .banner {
  padding-top: 186px; }
  .single-postgraduate-course .banner .banner__intro,
  .single-postgraduate-course .banner p:not(.heading),
  .page-template-tpl-course-no-archive .banner .banner__intro,
  .page-template-tpl-course-no-archive .banner p:not(.heading),
  .page-template-tpl-apply-form .banner .banner__intro,
  .page-template-tpl-apply-form .banner p:not(.heading),
  .post-type-archive-postgraduate-course .banner .banner__intro,
  .post-type-archive-postgraduate-course .banner p:not(.heading),
  .single-foundation-course .banner .banner__intro,
  .single-foundation-course .banner p:not(.heading),
  .single-pdevelopment-course .banner .banner__intro,
  .single-pdevelopment-course .banner p:not(.heading),
  .single-short-course .banner .banner__intro,
  .single-short-course .banner p:not(.heading) {
    color: #fff; }
  .single-postgraduate-course .banner:before,
  .page-template-tpl-course-no-archive .banner:before,
  .page-template-tpl-apply-form .banner:before,
  .post-type-archive-postgraduate-course .banner:before,
  .single-foundation-course .banner:before,
  .single-pdevelopment-course .banner:before,
  .single-short-course .banner:before {
    content: "";
    opacity: 0.8;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  @media (max-width: 991.98px) {
    .single-postgraduate-course .banner,
    .page-template-tpl-course-no-archive .banner,
    .page-template-tpl-apply-form .banner,
    .post-type-archive-postgraduate-course .banner,
    .single-foundation-course .banner,
    .single-pdevelopment-course .banner,
    .single-short-course .banner {
      padding-top: 116px; } }

@media (max-width: 767px) {
  .single-postgraduate-course .banner--archive .col-md-4,
  .page-template-tpl-course-no-archive .banner--archive .col-md-4,
  .page-template-tpl-apply-form .banner--archive .col-md-4,
  .post-type-archive-postgraduate-course .banner--archive .col-md-4,
  .single-foundation-course .banner--archive .col-md-4,
  .single-pdevelopment-course .banner--archive .col-md-4,
  .single-short-course .banner--archive .col-md-4 {
    position: absolute;
    right: 20px;
    top: 26%;
    height: 123px;
    width: 111.78px;
    z-index: 999; } }

.single-postgraduate-course .banner--archive .button--play,
.page-template-tpl-course-no-archive .banner--archive .button--play,
.page-template-tpl-apply-form .banner--archive .button--play,
.post-type-archive-postgraduate-course .banner--archive .button--play,
.single-foundation-course .banner--archive .button--play,
.single-pdevelopment-course .banner--archive .button--play,
.single-short-course .banner--archive .button--play {
  color: #fff; }

.post-type-archive-postgraduate-course .banner--archive {
  margin-bottom: 0; }
  .post-type-archive-postgraduate-course .banner--archive .title {
    color: #fff; }

.single-foundation-course .title--block--red,
.single-pdevelopment-course .title--block--red,
.single-short-course .title--block--red {
  background-color: #000; }

.post-type-archive-staff .banner--staff {
  padding-bottom: 0; }
  .post-type-archive-staff .banner--staff:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -300px;
    background: #E13019;
    left: 0;
    height: 300px;
    z-index: -1; }
  @media (max-width: 769px) {
    .post-type-archive-staff .banner--staff .pt-110, .post-type-archive-staff .banner--staff .py-110 {
      padding-top: 0 !important; } }

.secondary-banner-image {
  width: 29%;
  position: absolute;
  top: calc(100% + 105px);
  left: 0px;
  z-index: 1; }
  .secondary-banner-image .image-wrapper {
    position: relative;
    padding-top: 110%; }
    .secondary-banner-image .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 769px) {
    .secondary-banner-image {
      display: none; } }

.post-wrapper--scroll {
  width: 127%; }
  .post-wrapper--scroll > * {
    width: calc((100% / 3) - 10px);
    padding-right: 30px;
    display: inline-block; }
  @media (max-width: 600px) {
    .post-wrapper--scroll {
      width: 200%; }
      .post-wrapper--scroll > * {
        padding-right: 10px; } }

.searchandfilter {
  position: relative;
  z-index: 1;
  background-color: #C7230E;
  padding: 24px 48px; }
  .searchandfilter ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .searchandfilter ul label {
      width: 100%; }
    .searchandfilter ul input, .searchandfilter ul select {
      background-color: transparent;
      height: 50px;
      border: 0;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 20px;
      width: 100%;
      max-width: unset; }
      .searchandfilter ul input::-webkit-input-placeholder, .searchandfilter ul select::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .searchandfilter ul input::-moz-placeholder, .searchandfilter ul select::-moz-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .searchandfilter ul input:-ms-input-placeholder, .searchandfilter ul select:-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .searchandfilter ul input::-ms-input-placeholder, .searchandfilter ul select::-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .searchandfilter ul input::placeholder, .searchandfilter ul select::placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .searchandfilter ul input:focus, .searchandfilter ul select:focus {
        outline: 0;
        border-bottom: 0.5px solid #fff; }
    .searchandfilter ul li {
      position: relative;
      padding: 0;
      width: 25%;
      padding-right: 20px;
      padding-left: 28px;
      vertical-align: top; }
      .searchandfilter ul li:first-of-type {
        width: 50%; }
        .searchandfilter ul li:first-of-type:before {
          content: url(../img/icons/search-icon.svg);
          position: absolute;
          top: 17px;
          left: 0; }
      .searchandfilter ul li:last-of-type select, .searchandfilter ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] select {
        -webkit-appearance: none; }
      .searchandfilter ul li:last-of-type:before, .searchandfilter ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"]:before {
        content: url(../img/icons/filter-icon.svg);
        position: absolute;
        top: 17px;
        left: 0; }
      .searchandfilter ul li input {
        width: 60%; }
      .searchandfilter ul li + li {
        margin-top: 0 !important; }
    .searchandfilter ul .sf-field-post-meta-course_location {
      display: none; }
    @media (max-width: 767px) {
      .searchandfilter ul {
        display: block; }
        .searchandfilter ul li {
          padding: 0 !important;
          width: 100%; }
          .searchandfilter ul li:first-of-type {
            width: 100%; }
            .searchandfilter ul li:first-of-type input {
              width: 100%; }
          .searchandfilter ul li:last-of-type select, .searchandfilter ul li:last-of-type input, .searchandfilter ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] select, .searchandfilter ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] input, .searchandfilter ul li.sf-field-search select, .searchandfilter ul li.sf-field-search input {
            padding-left: 37px; }
          .searchandfilter ul li:last-of-type:before, .searchandfilter ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"]:before, .searchandfilter ul li.sf-field-search:before {
            left: 11px; }
          .searchandfilter ul li select, .searchandfilter ul li input {
            border: 1px solid #fff;
            margin-bottom: 10px; }
        .searchandfilter ul [data-sf-field-input-type="radio"] {
          display: none; }
        .searchandfilter ul .sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] {
          display: block; } }
  @media (max-width: 767px) {
    .searchandfilter {
      padding: 20px; } }

#search-filter-form-1833 {
  background: none;
  padding: 0; }
  #search-filter-form-1833 li {
    padding: 38px 40px;
    background: #151515;
    padding: 18px 53px; }
    #search-filter-form-1833 li input, #search-filter-form-1833 li select {
      margin-bottom: 0; }
    #search-filter-form-1833 li:before {
      background: transparent; }
  @media (min-width: 767px) {
    #search-filter-form-1833 li {
      width: 292px;
      margin-right: 15px; }
    #search-filter-form-1833 ul li:first-of-type:before {
      top: 35px;
      left: 24px;
      background: none; }
    #search-filter-form-1833 ul li:nth-of-type(2):before {
      top: 37px;
      left: 24px; } }

.sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"]:before {
  display: none; }

.sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li {
  padding-left: 0 !important;
  width: auto;
  cursor: pointer;
  text-align: center; }
  .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li:before {
    display: none; }
  .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li:first-of-type {
    width: auto;
    padding-left: 0;
    display: none; }
  .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li label {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px;
    color: #fff;
    max-width: 150px;
    padding-left: 0 !important;
    cursor: pointer; }
  .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li input {
    height: 20px;
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li.sf-option-active {
    position: relative; }
    .sf-field-taxonomy-staff-type[data-sf-field-input-type="radio"] ul > li.sf-option-active:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1px;
      bottom: -34px;
      left: 0;
      background: #fff; }

#search-filter-form-1971 ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #search-filter-form-1971 ul .sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] {
    display: none; }
  @media (max-width: 769px) {
    #search-filter-form-1971 ul {
      display: block; }
      #search-filter-form-1971 ul li {
        padding: 0;
        width: 100%; }
        #search-filter-form-1971 ul li:last-of-type select, #search-filter-form-1971 ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] select {
          padding-left: 37px; }
        #search-filter-form-1971 ul li:last-of-type:before, #search-filter-form-1971 ul li.sf-field-taxonomy-staff-type[data-sf-field-input-type="select"]:before {
          left: 11px; }
        #search-filter-form-1971 ul li select {
          border: 1px solid #fff;
          margin-bottom: 10px; }
      #search-filter-form-1971 ul [data-sf-field-input-type="radio"] {
        display: none; }
      #search-filter-form-1971 ul .sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] {
        display: block; } }

@media (max-width: 769px) {
  #search-filter-form-1971 {
    padding: 20px;
    margin-top: -10px; } }

.page-template-tpl-apply-form .gform_wrapper ul li.gfield {
  margin-top: 27px; }

.page-template-tpl-apply-form .m_collapse_text, .page-template-tpl-apply-form .show_collapse .m_expand_text, .page-template-tpl-apply-form .m_section {
  display: none; }

.page-template-tpl-apply-form .show_collapse .m_collapse_text {
  display: inline; }

.page-template-tpl-apply-form #gform_2 .gform_body h2.gsection_title, .page-template-tpl-apply-form #gform_3 .gform_body h2.gsection_title, .page-template-tpl-apply-form #gform_4 .gform_body h2.gsection_title, .page-template-tpl-apply-form .gform_wrapper .gform_body h2.gsection_title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 55px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 .gform_body h2.gsection_title, .page-template-tpl-apply-form #gform_3 .gform_body h2.gsection_title, .page-template-tpl-apply-form #gform_4 .gform_body h2.gsection_title, .page-template-tpl-apply-form .gform_wrapper .gform_body h2.gsection_title {
      font-size: 21px;
      line-height: 28px; } }

.page-template-tpl-apply-form #gform_2 .gform_page, .page-template-tpl-apply-form #gform_3 .gform_page, .page-template-tpl-apply-form #gform_4 .gform_page, .page-template-tpl-apply-form .gform_wrapper .gform_page {
  display: block !important; }

.page-template-tpl-apply-form #gform_2 .gform_previous_button, .page-template-tpl-apply-form #gform_3 .gform_previous_button, .page-template-tpl-apply-form #gform_4 .gform_previous_button, .page-template-tpl-apply-form .gform_wrapper .gform_previous_button {
  display: inline-block;
  width: auto !important;
  background: transparent;
  color: #E13019;
  border: 1px solid #E13019; }

.page-template-tpl-apply-form #gform_2 .gform_next_button, .page-template-tpl-apply-form #gform_3 .gform_next_button, .page-template-tpl-apply-form #gform_4 .gform_next_button, .page-template-tpl-apply-form .gform_wrapper .gform_next_button {
  display: inline-block;
  width: auto !important;
  background: #E13019;
  color: #fff;
  border: 1px solid #E13019; }

.page-template-tpl-apply-form #gform_2 .gform_save_link, .page-template-tpl-apply-form #gform_3 .gform_save_link, .page-template-tpl-apply-form #gform_4 .gform_save_link, .page-template-tpl-apply-form .gform_wrapper .gform_save_link {
  display: none; }

.page-template-tpl-apply-form #gform_2 .gsection, .page-template-tpl-apply-form #gform_3 .gsection, .page-template-tpl-apply-form #gform_4 .gsection, .page-template-tpl-apply-form .gform_wrapper .gsection {
  border-bottom: 1px solid #000;
  padding: 0 40px 16px 40px !important; }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 .gsection, .page-template-tpl-apply-form #gform_3 .gsection, .page-template-tpl-apply-form #gform_4 .gsection, .page-template-tpl-apply-form .gform_wrapper .gsection {
      padding: 0 0 16px 0 !important; } }

.page-template-tpl-apply-form #gform_2 .active, .page-template-tpl-apply-form #gform_3 .active, .page-template-tpl-apply-form #gform_4 .active, .page-template-tpl-apply-form .gform_wrapper .active {
  border-bottom: 1px solid #E13019; }
  .page-template-tpl-apply-form #gform_2 .active h2.gsection_title, .page-template-tpl-apply-form #gform_3 .active h2.gsection_title, .page-template-tpl-apply-form #gform_4 .active h2.gsection_title, .page-template-tpl-apply-form .gform_wrapper .active h2.gsection_title {
    color: #E13019; }

.page-template-tpl-apply-form #gform_2 .m_section, .page-template-tpl-apply-form #gform_3 .m_section, .page-template-tpl-apply-form #gform_4 .m_section, .page-template-tpl-apply-form .gform_wrapper .m_section {
  margin: 50px 108px; }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 .m_section, .page-template-tpl-apply-form #gform_3 .m_section, .page-template-tpl-apply-form #gform_4 .m_section, .page-template-tpl-apply-form .gform_wrapper .m_section {
      margin: 50px 0; } }
  .page-template-tpl-apply-form #gform_2 .m_section h3, .page-template-tpl-apply-form #gform_3 .m_section h3, .page-template-tpl-apply-form #gform_4 .m_section h3, .page-template-tpl-apply-form .gform_wrapper .m_section h3 {
    font-size: 28px;
    letter-spacing: -0.44px;
    line-height: 42px;
    color: #E13019;
    border-bottom: 1px solid #CCC;
    padding-bottom: 16px;
    margin-bottom: 16px; }
  .page-template-tpl-apply-form #gform_2 .m_section li + .gfield_html, .page-template-tpl-apply-form #gform_3 .m_section li + .gfield_html, .page-template-tpl-apply-form #gform_4 .m_section li + .gfield_html, .page-template-tpl-apply-form .gform_wrapper .m_section li + .gfield_html {
    margin-top: 50px; }
  .page-template-tpl-apply-form #gform_2 .m_section .gfield, .page-template-tpl-apply-form #gform_3 .m_section .gfield, .page-template-tpl-apply-form #gform_4 .m_section .gfield, .page-template-tpl-apply-form .gform_wrapper .m_section .gfield {
    padding-right: 30px; }
    @media (max-width: 767px) {
      .page-template-tpl-apply-form #gform_2 .m_section .gfield, .page-template-tpl-apply-form #gform_3 .m_section .gfield, .page-template-tpl-apply-form #gform_4 .m_section .gfield, .page-template-tpl-apply-form .gform_wrapper .m_section .gfield {
        padding-right: 0 !important; } }
  .page-template-tpl-apply-form #gform_2 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form #gform_3 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form #gform_4 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form .gform_wrapper .m_section .gfield:not(.gfield_html):not(.gfield-fw) {
    width: calc(50%);
    vertical-align: top;
    display: inline-block; }
    @media (max-width: 767px) {
      .page-template-tpl-apply-form #gform_2 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form #gform_3 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form #gform_4 .m_section .gfield:not(.gfield_html):not(.gfield-fw), .page-template-tpl-apply-form .gform_wrapper .m_section .gfield:not(.gfield_html):not(.gfield-fw) {
        width: 100%;
        padding-right: 0 !important; } }

.page-template-tpl-apply-form #gform_2 .gform_page_footer, .page-template-tpl-apply-form #gform_3 .gform_page_footer, .page-template-tpl-apply-form #gform_4 .gform_page_footer, .page-template-tpl-apply-form .gform_wrapper .gform_page_footer {
  border-top: 0 !important;
  display: none;
  padding: 0px 108px 50px;
  margin-bottom: 21px;
  border-bottom: 1px solid #000;
  width: auto; }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 .gform_page_footer, .page-template-tpl-apply-form #gform_3 .gform_page_footer, .page-template-tpl-apply-form #gform_4 .gform_page_footer, .page-template-tpl-apply-form .gform_wrapper .gform_page_footer {
      padding: 0 0 30px; } }

.page-template-tpl-apply-form #gform_2 .gform_page:first-of-type .gform_page_footer, .page-template-tpl-apply-form #gform_3 .gform_page:first-of-type .gform_page_footer, .page-template-tpl-apply-form #gform_4 .gform_page:first-of-type .gform_page_footer, .page-template-tpl-apply-form .gform_wrapper .gform_page:first-of-type .gform_page_footer {
  display: block; }

.page-template-tpl-apply-form #gform_2 .m_expand_text, .page-template-tpl-apply-form #gform_3 .m_expand_text, .page-template-tpl-apply-form #gform_4 .m_expand_text, .page-template-tpl-apply-form .gform_wrapper .m_expand_text {
  cursor: pointer;
  display: none;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  color: #E13019;
  margin-left: 5px; }

@media (min-width: 767px) {
  .page-template-tpl-apply-form #gform_2 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72), .page-template-tpl-apply-form #gform_3 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72), .page-template-tpl-apply-form #gform_4 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72), .page-template-tpl-apply-form .gform_wrapper .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-tpl-apply-form #gform_2 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72) > li, .page-template-tpl-apply-form #gform_3 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72) > li, .page-template-tpl-apply-form #gform_4 .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72) > li, .page-template-tpl-apply-form .gform_wrapper .gfield_checkbox:not(#input_2_54):not(#input_2_70):not(#input_2_72) > li {
      width: calc(100% /3);
      margin: 0;
      margin-bottom: 10px; } }

.page-template-tpl-apply-form #gform_2 .gfield_checkbox > li, .page-template-tpl-apply-form #gform_3 .gfield_checkbox > li, .page-template-tpl-apply-form #gform_4 .gfield_checkbox > li, .page-template-tpl-apply-form .gform_wrapper .gfield_checkbox > li {
  margin-bottom: 10px; }

.page-template-tpl-apply-form #gform_2 #input_2_50 > li, .page-template-tpl-apply-form #gform_3 #input_2_50 > li, .page-template-tpl-apply-form #gform_4 #input_2_50 > li, .page-template-tpl-apply-form .gform_wrapper #input_2_50 > li {
  width: calc(100% /2) !important; }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 #input_2_50 > li, .page-template-tpl-apply-form #gform_3 #input_2_50 > li, .page-template-tpl-apply-form #gform_4 #input_2_50 > li, .page-template-tpl-apply-form .gform_wrapper #input_2_50 > li {
      width: 100% !important; } }

.page-template-tpl-apply-form #gform_2 .gfield > label.gfield_label, .page-template-tpl-apply-form #gform_2 p, .page-template-tpl-apply-form #gform_3 .gfield > label.gfield_label, .page-template-tpl-apply-form #gform_3 p, .page-template-tpl-apply-form #gform_4 .gfield > label.gfield_label, .page-template-tpl-apply-form #gform_4 p, .page-template-tpl-apply-form .gform_wrapper .gfield > label.gfield_label, .page-template-tpl-apply-form .gform_wrapper p {
  white-space: normal;
  font-size: 18px !important;
  line-height: 29px !important;
  font-weight: normal;
  margin-bottom: 25px !important; }

.page-template-tpl-apply-form #gform_2 .gfield > label.gfield_label, .page-template-tpl-apply-form #gform_3 .gfield > label.gfield_label, .page-template-tpl-apply-form #gform_4 .gfield > label.gfield_label, .page-template-tpl-apply-form .gform_wrapper .gfield > label.gfield_label {
  margin-bottom: 10px !important; }

.page-template-tpl-apply-form #gform_2 .status, .page-template-tpl-apply-form #gform_3 .status, .page-template-tpl-apply-form #gform_4 .status, .page-template-tpl-apply-form .gform_wrapper .status {
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: right;
  float: right;
  vertical-align: sub;
  margin-top: 16px;
  color: #E13019;
  padding-right: 30px; }
  .page-template-tpl-apply-form #gform_2 .status:before, .page-template-tpl-apply-form #gform_3 .status:before, .page-template-tpl-apply-form #gform_4 .status:before, .page-template-tpl-apply-form .gform_wrapper .status:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0; }
  .page-template-tpl-apply-form #gform_2 .status--incomplete:before, .page-template-tpl-apply-form #gform_3 .status--incomplete:before, .page-template-tpl-apply-form #gform_4 .status--incomplete:before, .page-template-tpl-apply-form .gform_wrapper .status--incomplete:before {
    content: url(../img/icons/in-progress-icon.svg); }
  .page-template-tpl-apply-form #gform_2 .status--progress:before, .page-template-tpl-apply-form #gform_3 .status--progress:before, .page-template-tpl-apply-form #gform_4 .status--progress:before, .page-template-tpl-apply-form .gform_wrapper .status--progress:before {
    content: url(../img/icons/in-progress-icon.svg); }
  .page-template-tpl-apply-form #gform_2 .status--complete:before, .page-template-tpl-apply-form #gform_3 .status--complete:before, .page-template-tpl-apply-form #gform_4 .status--complete:before, .page-template-tpl-apply-form .gform_wrapper .status--complete:before {
    content: url(../img/icons/complete-icon.svg); }
  @media (max-width: 767px) {
    .page-template-tpl-apply-form #gform_2 .status, .page-template-tpl-apply-form #gform_3 .status, .page-template-tpl-apply-form #gform_4 .status, .page-template-tpl-apply-form .gform_wrapper .status {
      font-size: 0;
      margin-top: 4px; } }

.page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 99;
  background: white; }
  .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage, .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .percentbar_blue {
    background: #E13019;
    border-radius: 0;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
    padding: 0;
    background: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 50px;
    border-radius: 0;
    width: 100%; }
  .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar:after {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.47px;
    line-height: 42px;
    text-shadow: none;
    font-family: "Telegraf", sans-serif;
    position: absolute;
    left: 50px;
    top: 6px; }
  .page-template-tpl-apply-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
    display: none; }

@media (max-width: 600px) {
  .page-template-tpl-contact #gform_1 #field_1_1 .ginput_complex {
    display: block; } }

.ginput_container_select {
  position: relative; }
  .ginput_container_select:after {
    content: "";
    position: absolute;
    border: solid #000;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 21px;
    top: 21px; }

.save-later {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 55px;
  z-index: 991;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 47px;
  padding-left: 30px;
  color: #fff; }
  .save-later a {
    color: #fff; }
  .save-later:before {
    content: url(../img/icons/save-icon.svg);
    position: absolute;
    top: 4px;
    left: 4px; }

.gform_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 0 !important;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #000 !important;
  background-color: transparent !important;
  text-align: left !important;
  border-radius: 2px; }
  .gform_wrapper .form_saved_message form {
    text-align: left !important; }
  .gform_wrapper .form_saved_message a.resume_form_link {
    color: #000 !important; }

.gform_wrapper div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin-top: 30px !important;
  border-radius: 0 !important;
  background-color: #E13019 !important;
  text-transform: none !important;
  border: 0px !important; }

.gform_wrapper .validation_error {
  border: 0 !important;
  padding-bottom: 0 !important;
  color: #E13019 !important; }

.gform_wrapper .gfield_error {
  border: 0 !important;
  background: 0 !important;
  padding-top: 0 !important; }

.gform_wrapper .validation_message {
  padding: 0 !important;
  color: #E13019 !important; }

.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border: 1px solid #E13019 !important; }

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: calc(50% - 20px); }

@media (min-width: 769px) {
  .sf-field-taxonomy-staff-type {
    width: 70% !important; } }

.gform_wrapper .top_label div.ginput_container.ginput_container_consent {
  margin-top: -31px !important; }
  .gform_wrapper .top_label div.ginput_container.ginput_container_consent input {
    margin-top: -31px !important; }
  .gform_wrapper .top_label div.ginput_container.ginput_container_consent .gfield_checkbox label:after, .gform_wrapper .top_label div.ginput_container.ginput_container_consent .gfield_radio label:after {
    top: -28px; }
  .gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type="radio"]:checked + label:before, .gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type="checkbox"]:checked + label:before {
    top: -25px; }
  .gform_wrapper .top_label div.ginput_container.ginput_container_consent label.gfield_consent_label {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    font-weight: normal; }

.slick-prev:before,
.slick-next:before {
  content: '';
  display: inline-block;
  border-bottom: solid white 1px;
  border-left: solid white 1px;
  height: 12px;
  width: 12px; }

.slick-next:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

.slick-prev:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.slick-dots {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: auto; }
  .slick-dots li button {
    background-color: transparent; }

.gallery-slider {
  margin-bottom: 65px;
  position: relative; }
  .gallery-slider .slick-slide > div {
    width: 100%;
    padding-bottom: 55%;
    position: relative; }
  .gallery-slider .slick-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .gallery-slider .slick-slide img.contain {
      -o-object-fit: contain;
         object-fit: contain; }
  .gallery-slider__full {
    position: relative;
    background: #000; }
    .gallery-slider__full-nav {
      position: absolute;
      bottom: 23%;
      width: 100%;
      left: 0;
      text-align: center;
      z-index: 9; }
      .gallery-slider__full-nav .pages {
        display: inline-block;
        color: white; }
      .gallery-slider__full-nav .slick-prev,
      .gallery-slider__full-nav .slick-next {
        position: relative;
        display: inline-block;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
        .gallery-slider__full-nav .slick-prev:before,
        .gallery-slider__full-nav .slick-next:before {
          height: 9px;
          width: 9px; }
  .gallery-slider__thumb .slick-next,
  .gallery-slider__thumb .slick-prev {
    height: 100%;
    width: 36px;
    background-color: rgba(36, 36, 36, 0.45);
    background-color: #242424;
    z-index: 1;
    opacity: 0.65;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .gallery-slider__thumb .slick-next:hover,
    .gallery-slider__thumb .slick-prev:hover {
      opacity: 1; }
  .gallery-slider__thumb .slick-prev {
    left: 0; }
  .gallery-slider__thumb .slick-next {
    right: 0; }
  .gallery-slider__thumb .slick-slide {
    cursor: pointer; }
    .gallery-slider__thumb .slick-slide > div:before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      background: white;
      opacity: 0.6;
      z-index: 1;
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .gallery-slider__thumb .slick-slide:hover > div:before {
      opacity: 0.3; }
    .gallery-slider__thumb .slick-slide.slick-current > div:before {
      opacity: 0; }

/* Styles for dialog window */
.magnific-dialog {
  position: relative;
  background: white;
  padding: 50px 70px;
  width: 720px;
  max-width: 80vw;
  margin: 40px auto; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .magnific-dialog {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .magnific-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .magnific-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.modal--slide-in {
  background: #FFEFE4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34vw;
  padding: 94px 60px 60px 60px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 100vw;
  padding: 94px 30px 60px 30px; }
  .modal--slide-in h2, .modal--slide-in h3, .modal--slide-in .title {
    color: #E13019;
    font-weight: 300;
    margin-bottom: 15px; }
  .modal--slide-in p:not(.bold-title) {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 30px; }
  .modal--slide-in .mfp-close {
    font-size: 44px;
    font-weight: 300;
    font-family: inherit;
    color: #E13019;
    opacity: 1;
    top: 35px;
    right: 35px; }

.modal__image--top {
  margin: 0px 0px 40px 00px;
  height: auto; }
  .modal__image--top .image-aspect-ratio {
    position: relative;
    padding-top: 106.7451%; }
    .modal__image--top .image-aspect-ratio img {
      width: 100%;
      -o-object-position: top;
         object-position: top; }

.modal__scroller {
  margin: 0px -20px 40px -60px;
  padding: 0 20px 60px 60px;
  overflow-y: scroll;
  height: 102%;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .modal__scroller::-webkit-scrollbar {
    width: 7px; }
  .modal__scroller::-webkit-scrollbar-track {
    background: #F4F3F1;
    border-radius: 5px; }
  .modal__scroller::-webkit-scrollbar-thumb {
    background: #E13019;
    border-radius: 5px; }
  .modal__scroller::-webkit-scrollbar-thumb:hover {
    background: #E13019; }
  @media (max-width: 1199.98px) {
    .modal__scroller {
      width: 70vw; } }
  @media (max-width: 600px) {
    .modal__scroller {
      width: 100vw;
      padding: 94px 30px 60px 30px; } }

.mfp-ready .modal--slide-in {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.block--teasers-pillar-pages .title--xxl {
  font-weight: 300;
  position: relative;
  display: inline-block; }

@media (min-width: 600px) {
  .block--teasers-pillar-pages > .text-right, .block--teasers-pillar-pages > .text-left {
    overflow-x: hidden;
    overflow-y: visible; } }

.block--teasers-pillar-pages > .text-right .title:before, .block--teasers-pillar-pages > .text-left .title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #E13019; }

.block--teasers-pillar-pages > .text-left .title {
  margin-left: 80px; }

.block--teasers-pillar-pages > .text-left .title--xxl:before {
  left: calc(100% + 20px); }

.block--teasers-pillar-pages > .text-right .title {
  margin-right: 80px; }

.block--teasers-pillar-pages > .text-right .title--xxl:before {
  right: calc(100% + 20px); }

@media (max-width: 767px) {
  .block--teasers-pillar-pages .post-wrapper-scroll-container {
    overflow: scroll;
    width: calc(100% + 33px); } }

.block--teasers-pillar-pages .teaser-item__pillar-title {
  background: transparent;
  position: relative; }
  .block--teasers-pillar-pages .teaser-item__pillar-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: black;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .block--teasers-pillar-pages .teaser-item__pillar-title:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    content: '';
    background-color: #E13019;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.block--teasers-pillar-pages .teaser-item__link:hover .teaser-item__pillar-title:before {
  width: 100%; }

.block--teasers-pillar-pages .teaser-item__link:hover .teaser-item__pillar-title:after {
  width: 0%; }

.block--section-teasers {
  overflow: hidden; }
  @media (min-width: 769px) {
    .block--section-teasers .title--xl {
      font-size: 160px;
      font-weight: 300;
      letter-spacing: -3px;
      line-height: 127px;
      margin-bottom: -43px; } }
  .block--section-teasers .title--xl {
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px; }
  .block--section-teasers ul.two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    width: 100%;
    margin: 0;
    margin-top: -32px; }
    .block--section-teasers ul.two-columns li {
      padding: 0; }
      .block--section-teasers ul.two-columns li:before {
        display: none; }
      .block--section-teasers ul.two-columns li a {
        color: #fff; }
  @media (max-width: 769px) {
    .block--section-teasers {
      padding-bottom: 30px; } }

.page-template-default .block--section-teasers {
  background: #FFEFE4; }
  .page-template-default .block--section-teasers .title {
    color: #E13019; }
  .page-template-default .block--section-teasers ul li a {
    color: #000; }

.teaser-item {
  position: relative; }
  .teaser-item--large {
    padding-top: 121.02161%;
    overflow: hidden; }
    .teaser-item--large img {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
         object-fit: cover; }
    .teaser-item--large .title {
      margin-bottom: 0;
      position: relative;
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.teasers--courses .title {
  font-weight: 300; }
  .teasers--courses .title--md {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 46px;
    max-width: 293px; }
  @media (max-width: 767px) {
    .teasers--courses .title {
      font-size: 40px;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 46px; } }

.teasers--courses .teaser-item {
  border-top: 1px solid #fff;
  padding-top: 38px; }
  .teasers--courses .teaser-item p:not(.title) {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.42px;
    line-height: 26px; }

.pagination {
  margin: 30px 0; }
  .pagination__pages,
  .pagination .prev,
  .pagination .next {
    font-family: "Telegraf", sans-serif;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.8;
    /* 36px */
    letter-spacing: 0.25px;
    color: black; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 4px 13px;
    border: 4px solid transparent;
    margin: 5px; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
      border: 4px solid rgba(0, 123, 255, 0.37); }
  .pagination .page-numbers.current {
    border: 4px solid rgba(0, 123, 255, 0.37); }
  .pagination .prev,
  .pagination .next,
  .pagination .placeholder {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    width: 140px;
    /* &::before{
			content: '';
			width: 20px;
			height: 12px;
			background: url( '../img/arrow-prev.svg' ) no-repeat;
			position: absolute;
			top: 16px;
			left: 0;
			transform: rotate(90deg);
		} */ }
  .pagination .next {
    padding-right: 25px;
    text-align: right;
    /* &::before{
			left: auto;
			right: 0;
			transform: rotate(-90deg);
		} */ }
  .pagination .placeholder::before {
    display: none; }

@media (max-width: 769px) {
  .page-numbers {
    white-space: nowrap; }
    .page-numbers svg {
      width: 60px; }
      .page-numbers svg g {
        stroke-width: 2px; } }

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #E13019;
  padding: 10px 50px 10px;
  color: white; }
  .notification.cookies-bar .notification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .notification.cookies-bar .notification__content .notification__text {
      max-width: 75%;
      margin-right: 40px; }
      .notification.cookies-bar .notification__content .notification__text p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0; }
    .notification.cookies-bar .notification__content a {
      color: white; }
      .notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
        text-decoration: none; }
    .notification.cookies-bar .notification__content .button {
      color: white;
      border: 1px solid white; }
    .notification.cookies-bar .notification__content .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .notification.cookies-bar .notification__content .buttons .button {
        background: transparent;
        border: 1px solid #fff;
        padding: 14px 30px !important;
        font-size: 11px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
  @media (max-width: 991px) {
    .notification.cookies-bar .buttons {
      display: block;
      margin-top: 30px; }
      .notification.cookies-bar .buttons .button {
        margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .notification.cookies-bar {
      padding: 20px 30px; }
      .notification.cookies-bar .notification__content {
        display: block; }
        .notification.cookies-bar .notification__content .notification__text {
          margin-right: 0px; }
      .notification.cookies-bar .buttons .button {
        margin-left: 0 !important;
        margin-right: 30px; } }

.notification.popup {
  position: fixed;
  z-index: 90;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #E13019;
  padding: 50px; }
  .notification.popup .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px; }

.switch input {
  display: none; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 26px; }

input:checked + .slider {
  background-color: #66bb6a; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
          transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.page-template-default, .blog, .home, .error404, .post-type-archive-graduate {
  background: #E13019; }
  .page-template-default .notification.cookies-bar, .blog .notification.cookies-bar, .home .notification.cookies-bar, .error404 .notification.cookies-bar, .post-type-archive-graduate .notification.cookies-bar {
    background: #000; }

.post-type-archive-graduate .block--text-image-left p a, .page-template-default .block--text-image-left p a {
  color: #fff;
  text-decoration: underline; }

.single-undergraduate-course, .archive-undergraduate-course, .single-postgraduate-course, .single, .post-type-archive-staff {
  background: #FFEFE4; }

.single-undergraduate-course, .post-type-archive-undergraduate-course, .post-type-archive-postgraduate-course, .post-type-archive-foundation-course, .page-template-tpl-course-no-archive {
  background: #FFEFE4; }

.page-template-tpl-apply-form {
  background: #FAF6ED; }

.page-template-tpl-landing-page, .page-template-tpl-events, .page-template-tpl-give {
  background: #000; }

.news-item {
  position: relative; }
  .news-item__image {
    position: relative;
    padding-top: 121.02161%; }
    .news-item__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .news-item__image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      opacity: 0.7;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%); }
  .news-item__content {
    color: #fff;
    position: relative; }
    .news-item__content::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      width: 100%;
      background-color: white; }
    .news-item__content .title {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 42px;
      max-width: 310px; }
      @media (max-width: 769px) {
        .news-item__content .title {
          font-size: 30px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 36px; } }
      @media (max-width: 600px) {
        .news-item__content .title {
          font-size: 21px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 25px; } }
    .news-item__content p {
      font-size: 17px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 18px; }
  .news-item__link .news-item__date {
    background-color: transparent;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .news-item__link .news-item__date:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      z-index: -1;
      -webkit-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out; }
  .news-item__link .news-item__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: 100%; }
    .news-item__link .news-item__arrow:before {
      position: absolute;
      content: "";
      bottom: 0;
      right: 0;
      width: 100%;
      height: 0%;
      background-color: white;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .news-item__link .news-item__arrow:after {
      content: "";
      position: absolute;
      border: solid #fff;
      opacity: 1;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      -webkit-transform: translate(50%, 50%) rotate(-45deg);
          -ms-transform: translate(50%, 50%) rotate(-45deg);
              transform: translate(50%, 50%) rotate(-45deg);
      right: 50%;
      top: 26px; }
  .news-item__link:hover .news-item__date {
    color: white; }
    .news-item__link:hover .news-item__date:before {
      height: 0%; }
  .news-item__link:hover .news-item__arrow:before {
    height: 100%; }
  .news-item__link:hover .news-item__arrow:after {
    border-color: #E13019; }
  .news-item__wrap .news-item__image {
    overflow: hidden; }
    .news-item__wrap .news-item__image img {
      -webkit-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
  .news-item__wrap .news-item__content:before {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .news-item__wrap:hover .news-item__image img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .news-item__wrap:hover .news-item__content:before {
    width: 75%; }
  .news-item__date {
    background-color: #fff;
    padding: 25px 30px;
    position: absolute;
    text-align: center;
    color: #E13019;
    top: 0;
    right: 0;
    z-index: 2; }
    .news-item__date div:first-of-type {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: -1px;
      line-height: 28px; }
      @media (max-width: 600px) {
        .news-item__date div:first-of-type {
          font-size: 21px;
          line-height: 24px; } }
    .news-item__date div:last-of-type {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 17px; }
      @media (max-width: 600px) {
        .news-item__date div:last-of-type {
          font-size: 13px;
          line-height: 18px; } }
    .news-item__date span {
      display: inline-block; }
      .news-item__date span:first-of-type {
        margin-right: 10px; }
    @media (max-width: 600px) {
      .news-item__date {
        padding: 10px 18px; } }
  .news-item--simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #fff;
    position: relative; }
    .news-item--simple .news-item__date {
      position: relative;
      padding: 16px 22px; }
    .news-item--simple .title {
      font-size: 19px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px;
      max-width: 310px;
      margin: 10px 24px; }
      @media (max-width: 600px) {
        .news-item--simple .title {
          margin: 10px 18px 0;
          padding-bottom: 10px; } }

.news-slider .news-item__image {
  width: 88%; }

.news-slider .news-item__content {
  padding-top: 30px;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  right: 0;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 600px) {
    .news-slider .news-item__content {
      padding-top: 20px;
      display: block; } }

.news-slider .slick-dots {
  position: absolute;
  bottom: 67px;
  left: auto;
  width: 80%;
  text-align: left;
  right: 0; }

.post-wrapper .news-item__image {
  padding-top: 73.87033%; }

.post-wrapper .news-item__content {
  position: relative;
  border-top: 0;
  margin-left: 20%;
  margin-top: -90px;
  z-index: 2; }
  .post-wrapper .news-item__content .title {
    max-width: 376px; }
  .post-wrapper .news-item__content:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 123px;
    width: 1px;
    border: 1px solid #FFFFFF; }
    @media (max-width: 767.98px) {
      .post-wrapper .news-item__content:before {
        height: 60px; } }
  @media (max-width: 767.98px) {
    .post-wrapper .news-item__content {
      margin-top: -40px; } }

@media (min-width: 992px) {
  .post-wrapper > div:nth-of-type(2) {
    margin-top: 160px; }
  .post-wrapper > div:nth-of-type(4), .post-wrapper > div:nth-of-type(6) {
    margin-top: 100px; }
  .post-wrapper > div:nth-of-type(3), .post-wrapper > div:nth-of-type(4), .post-wrapper > div:nth-of-type(2), .post-wrapper > div:nth-of-type(6) {
    margin-left: 8.33333%; } }

@media (max-width: 991.98px) {
  .post-wrapper > div {
    margin-top: 50px; } }

.post-wrapper .news-item__wrap:hover .news-item__content:before {
  height: 75%;
  width: 1px; }

.single-post .block .row, .single-tribe_events .block .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.single-post .block .offset-lg-4, .single-tribe_events .block .offset-lg-4 {
  margin-left: 0; }

.single-post .block p, .single-post .block cite, .single-post .block li, .single-post .block ul, .single-tribe_events .block p, .single-tribe_events .block cite, .single-tribe_events .block li, .single-tribe_events .block ul {
  color: #000 !important; }

.single-post .block p.intro, .single-tribe_events .block p.intro {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  color: #000; }

.single-post .block h2, .single-post .block h3, .single-post .block h4, .single-post .block blockquote, .single-post .block blockquote p, .single-tribe_events .block h2, .single-tribe_events .block h3, .single-tribe_events .block h4, .single-tribe_events .block blockquote, .single-tribe_events .block blockquote p {
  color: #E13019; }

.single-post .block blockquote, .single-tribe_events .block blockquote {
  border-left-color: #E13019; }

.single-post .block li, .single-post .block ul, .single-tribe_events .block li, .single-tribe_events .block ul {
  color: #000; }

.single-post .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button,
.single-post .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button, .single-tribe_events .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button,
.single-tribe_events .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button {
  color: #E13019;
  border: 1px solid #E13019; }
  .single-post .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover,
  .single-post .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover, .single-tribe_events .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover,
  .single-tribe_events .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover {
    color: #fff; }
    .single-post .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before,
    .single-post .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before, .single-tribe_events .block a[href^="http://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before,
    .single-tribe_events .block a[href^="https://"]:not([href*="bruford.ac.uk"]):not(.button--not-ex).button:hover:before {
      content: url(../img/icons/external-link-icon-white.svg); }

.staff-wrapper {
  position: relative;
  z-index: 1;
  background: #000;
  margin: 0px 0px 0px;
  padding: 131px 217px; }
  .staff-wrapper .title-container {
    position: absolute;
    top: -62px;
    left: 0; }
    @media (max-width: 769px) {
      .staff-wrapper .title-container {
        top: -33px; } }
  .staff-wrapper:before {
    content: "";
    position: absolute;
    left: 100px;
    top: 130px;
    bottom: 130px;
    width: 1px;
    background: #E13019; }
    @media (max-width: 769px) {
      .staff-wrapper:before {
        display: none; } }
  @media (max-width: 769px) {
    .staff-wrapper {
      margin: 66px -50px 0px;
      padding: 30px 45px;
      margin-bottom: 0 !important; }
      .staff-wrapper .col-md-3 {
        margin-bottom: 30px; } }

.block--grad-grid .z-2 {
  z-index: 2;
  padding-left: 100px; }

.block--grad-grid .staff-wrapper {
  margin-left: 8.33333%;
  margin-top: -154px;
  padding-top: 200px; }
  .block--grad-grid .staff-wrapper:before {
    top: 200px; }

.block--grad-grid .title {
  z-index: 2; }

.block--text-image-left .image-wrapper {
  bottom: 0; }
  @media (min-width: 768px) {
    .block--text-image-left .image-wrapper {
      position: absolute !important; } }

.staff-item__image {
  position: relative;
  padding-top: 100%; }
  .staff-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }

.staff-item .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px; }

.staff-item p.category {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 20px; }

.block--cast-block {
  margin-right: -15px;
  padding-right: 0;
  position: relative;
  overflow: visible; }
  .block--cast-block .staff-wrapper .title-container {
    top: -182px;
    color: white !important; }
  .block--cast-block .staff-wrapper h3 {
    font-weight: 500; }

.tribe_events-template-default .block--wysiwig-editor p {
  color: #000; }

.tribe_events-template-default .block--wysiwig-editor h2, .tribe_events-template-default .block--wysiwig-editor h3 {
  color: #E13019; }

.banner__map {
  height: 616px; }
  @media (max-width: 769px) {
    .banner__map {
      height: 316px;
      margin-bottom: 30px !important; } }

.addresses .address__panel {
  display: none; }
  .addresses .address__panel p, .addresses .address__panel a {
    font-size: 32px;
    letter-spacing: -0.5px;
    line-height: 40px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 600px) {
      .addresses .address__panel p, .addresses .address__panel a {
        font-size: 22px;
        letter-spacing: -0.5px;
        line-height: 29px;
        font-weight: 300; } }
  .addresses .address__panel:first-of-type {
    display: block; }
  @media (max-width: 1199.98px) {
    .addresses .address__panel {
      margin-bottom: 30px; } }

.addresses .address__dropdown {
  position: relative;
  display: inline-block; }
  .addresses .address__dropdown:after {
    content: "";
    position: absolute;
    border: solid #fff;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 12px;
    top: 13px; }

.addresses select {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 40px;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 0 40px 0 10px;
  margin-left: -10px;
  border-bottom: 2px solid #fff;
  color: white; }
  .addresses select::-webkit-input-placeholder {
    color: #fff; }
  .addresses select::-moz-placeholder {
    color: #fff; }
  .addresses select:-ms-input-placeholder {
    color: #fff; }
  .addresses select::-ms-input-placeholder {
    color: #fff; }
  .addresses select::placeholder {
    color: #fff; }
  .addresses select:focus {
    outline: 0; }
  @media (max-width: 600px) {
    .addresses select {
      font-size: 25px; } }

.iab__section .line-before {
  position: relative; }
  .iab__section .line-before:before {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #E13019; }
    @media (max-width: 768px) {
      .iab__section .line-before:before {
        height: calc(100% - 30px); } }
    @media (max-width: 575px) {
      .iab__section .line-before:before {
        display: none; } }

.page-template-tpl-industry-advisory-board .modal--slide-in {
  width: 33.333%;
  max-height: 900px;
  padding: 0px; }
  .page-template-tpl-industry-advisory-board .modal--slide-in .modal__scroller {
    padding: 40px 60px;
    width: 100%;
    margin: 0;
    height: 60%;
    position: absolute;
    bottom: 0; }
  .page-template-tpl-industry-advisory-board .modal--slide-in .modal__image--top {
    margin-bottom: 0;
    height: 40%;
    padding-bottom: 30px; }
    .page-template-tpl-industry-advisory-board .modal--slide-in .modal__image--top .image-aspect-ratio {
      height: 100%;
      padding-top: unset;
      width: 100%; }
  .page-template-tpl-industry-advisory-board .modal--slide-in .mfp-close {
    color: white; }
  @media (max-width: 1100px) {
    .page-template-tpl-industry-advisory-board .modal--slide-in {
      width: 45%; } }
  @media (max-width: 910px) {
    .page-template-tpl-industry-advisory-board .modal--slide-in {
      width: 60%; } }
  @media (max-width: 670px) {
    .page-template-tpl-industry-advisory-board .modal--slide-in {
      width: 100%; } }

.page-template-tpl-graduating-class .searchandfilter {
  background: transparent;
  padding: 86px 0px 63px; }
  @media (max-width: 767px) {
    .page-template-tpl-graduating-class .searchandfilter ul [data-sf-field-input-type="radio"] {
      display: block; } }
  .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type {
    width: 50%;
    padding: 0; }
    .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type:before {
      display: none; }
    .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding-right: 20px !important;
      margin-right: 20px; }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li:not(:last-of-type) {
        border-right: 1px solid black; }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li:before {
        display: none; }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li:first-of-type {
        display: none; }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li input {
        opacity: 0;
        height: 0;
        width: 0; }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 56px;
        /* 56px */
        font-size: 3.5rem;
        /* 56px */
        line-height: 1;
        /* 56px */
        font-weight: 300;
        letter-spacing: -1.3px;
        cursor: pointer;
        padding: 0; }
        @media (max-width: 767px) {
          .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li label {
            font-size: 35px;
            /* 35px */
            font-size: 2.1875rem;
            /* 35px */
            line-height: 1;
            /* 35px */ } }
        @media (max-width: 575px) {
          .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li label {
            font-size: 25px;
            /* 25px */
            font-size: 1.5625rem;
            /* 25px */
            line-height: 1;
            /* 25px */ } }
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type ul li.sf-option-active label {
        color: #E13019; }
    @media (max-width: 767px) {
      .page-template-tpl-graduating-class .searchandfilter ul li:first-of-type {
        width: 100%; } }
  @media (max-width: 767px) {
    .page-template-tpl-graduating-class .searchandfilter ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-template-tpl-graduating-class .searchandfilter > ul > li:first-of-type > ul {
    position: relative; }
    .page-template-tpl-graduating-class .searchandfilter > ul > li:first-of-type > ul:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1px;
      width: 100%;
      background: #E13019;
      right: calc(100% + 20px); }
  .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) {
    width: 40%;
    margin-left: auto;
    background-color: #E13019;
    padding-left: 65px !important; }
    .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2):before {
      top: 50%;
      left: 40px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) > label {
      height: 100%; }
      .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) > label > select {
        height: 100%; }
        @media (max-width: 1200px) {
          .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) > label > select {
            padding: 35px 0; } }
        @media (max-width: 767px) {
          .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) > label > select {
            border: none; } }
        @media (max-width: 575px) {
          .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) > label > select {
            padding: 25px 0;
            margin: 0; } }
    @media (max-width: 1200px) {
      .page-template-tpl-graduating-class .searchandfilter > ul > li:nth-of-type(2) {
        width: 100%;
        margin-top: 20px !important; } }
  @media (max-width: 1200px) {
    .page-template-tpl-graduating-class .searchandfilter > ul {
      display: block; } }

.page-template-tpl-graduating-class .graduating-class__image {
  position: relative;
  padding-top: unset;
  aspect-ratio: 184/229; }
  .page-template-tpl-graduating-class .graduating-class__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    inset: 0; }

.page-template-tpl-graduating-class .graduating-class__content .title {
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1;
  /* 20px */
  color: black; }

.page-template-tpl-graduating-class .graduating-class__content .category {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1;
  /* 16px */
  margin: 18px 0 10px;
  color: #E13019; }

.off-screen {
  opacity: 1; }
  .off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--fade-up.off-screen--hide {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0; }

.off-screen--from-left {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--from-left.off-screen--hide {
    -ms-transform: translateX(70px);
    /* IE 9 */
    -webkit-transform: translateX(70px);
    /* Safari */
    transform: translateX(70px);
    /* Safari */
    opacity: 0; }

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(150px);
  /* IE 9 */
  -webkit-transform: translateY(150px);
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--fade {
  opacity: 0; }

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > * {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.off-screen--sequential.off-screen--hide > * {
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s; }

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 2.2s;
       -o-transition-delay: 2.2s;
          transition-delay: 2.2s; }

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s; }

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 2.6s;
       -o-transition-delay: 2.6s;
          transition-delay: 2.6s; }

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 2.8s;
       -o-transition-delay: 2.8s;
          transition-delay: 2.8s; }

.single-undergraduate-course .block p, .single-undergraduate-course .block li, .single-postgraduate-course .block p, .single-postgraduate-course .block li, .single-foundation-course .block p, .single-foundation-course .block li, .single-pdevelopment-course .block p, .single-pdevelopment-course .block li, .single-short-course .block p, .single-short-course .block li {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px; }
  @media (max-width: 769px) {
    .single-undergraduate-course .block p, .single-undergraduate-course .block li, .single-postgraduate-course .block p, .single-postgraduate-course .block li, .single-foundation-course .block p, .single-foundation-course .block li, .single-pdevelopment-course .block p, .single-pdevelopment-course .block li, .single-short-course .block p, .single-short-course .block li {
      font-size: 19px;
      letter-spacing: 0;
      line-height: 29px;
      font-weight: normal; } }

.single-undergraduate-course .block p.intro, .single-postgraduate-course .block p.intro, .single-foundation-course .block p.intro, .single-pdevelopment-course .block p.intro, .single-short-course .block p.intro {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: normal; }
  @media (max-width: 769px) {
    .single-undergraduate-course .block p.intro, .single-postgraduate-course .block p.intro, .single-foundation-course .block p.intro, .single-pdevelopment-course .block p.intro, .single-short-course .block p.intro {
      font-size: 17px;
      letter-spacing: 0;
      line-height: 27px; } }

.block--testimonial-slider + .block--course-finder {
  position: relative; }
  .block--testimonial-slider + .block--course-finder:before {
    content: "";
    background: #E13019;
    height: 320px;
    width: 100%;
    position: absolute;
    top: -320px;
    left: 0;
    z-index: -1; }

.block--introduction-block-simple + .block--testimonial-slider {
  margin-top: -120px;
  margin-bottom: 90px; }
  .block--introduction-block-simple + .block--testimonial-slider h2:before {
    width: 400px; }

.block--news-grid .button--sphere, .block--news-grid .button-magnetic {
  cursor: pointer;
  font-size: 19px;
  width: 209px;
  height: 209px; }
  .block--news-grid .button--sphere .button__inner, .block--news-grid .button-magnetic .button__inner {
    top: 0px;
    left: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 209px;
    height: 209px; }
    @media (max-width: 769px) {
      .block--news-grid .button--sphere .button__inner, .block--news-grid .button-magnetic .button__inner {
        height: 148px;
        width: 148px; } }
  @media (max-width: 769px) {
    .block--news-grid .button--sphere, .block--news-grid .button-magnetic {
      height: 148px;
      width: 148px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px; } }

.block--news-grid .news-slider .news-item__image {
  padding-top: 111.02161%; }

@media (max-width: 1199.98px) {
  .block--news-grid .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .block--news-grid .social-media a {
      display: block;
      margin-bottom: 20px; }
  .block--news-grid a.d-block {
    float: right;
    margin-right: 44px; }
  .block--news-grid .post-wrapper {
    width: calc(100% - 70px);
    float: right;
    margin-top: 30px !important; }
  .block--news-grid .news-slider .news-item__image {
    padding-top: 76.02161%; }
  .block--news-grid .news-slider .news-item__content {
    bottom: 20px; } }

@media (max-width: 767px) {
  .block--news-grid .mt-90, .block--news-grid .my-90 {
    margin-top: 0 !important; }
  .block--news-grid .title--200 {
    margin-bottom: 25px; }
  .block--news-grid .news-slider .news-item__content {
    display: block; } }

.accordion__title {
  padding-right: 50px; }

.accordion__item {
  border-bottom: 1px solid #E13019; }

.accordion__trigger {
  position: relative;
  padding: 20px 0;
  cursor: pointer; }
  .accordion__trigger .title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 46px;
    color: #E13019; }
    @media (max-width: 767px) {
      .accordion__trigger .title {
        font-size: 23px;
        letter-spacing: 0;
        line-height: 28px; } }

.accordion__content--wrapper .accordion__content {
  padding: 0 30px 30px 0px; }

.accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 30px;
  width: 14px;
  height: 14px; }

.accordion__plus {
  position: absolute;
  top: 14px;
  right: 0;
  width: 14px;
  height: 14px;
  /* Vertical line */
  /* horizontal line */ }
  .accordion__plus:before, .accordion__plus:after {
    content: "";
    position: absolute;
    background-color: #E13019;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .accordion__plus:before {
    top: 0;
    left: 6px;
    width: 2px;
    height: 100%; }
  .accordion__plus:after {
    top: 6px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }

.accordion .open .accordion__trigger-icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordion .open .accordion__plus:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.block--accordion .image-block-left {
  position: absolute;
  left: 0;
  width: 30%;
  margin-top: 125px; }
  .block--accordion .image-block-left > div {
    padding-top: 93%; }

.block--accordion .title--100 {
  margin-left: -24%;
  color: #E13019;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 33px; }
  .block--accordion .title--100:before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: calc(100% + 30px);
    width: 5300px;
    height: 1px;
    background: #E13019; }
  @media (max-width: 1199.98px) {
    .block--accordion .title--100 {
      white-space: normal;
      margin-left: 0; } }

.block--accordion .image-wrapper img {
  width: 110%;
  margin-left: -10%;
  max-width: unset; }

.page-template-default .block--accordion {
  position: relative;
  margin-top: 40px !important; }
  .page-template-default .block--accordion .image-block-left {
    margin-top: -145px;
    top: 0; }
  .page-template-default .block--accordion .title--100 {
    margin-left: 0;
    white-space: unset;
    color: white;
    margin: 30px 0;
    font-size: 2rem !important;
    font-weight: 300;
    line-height: 1; }
    .page-template-default .block--accordion .title--100:before {
      display: none; }
  .page-template-default .block--accordion p {
    color: white; }
  .page-template-default .block--accordion .accordion__item {
    border-bottom: 1px solid white; }
    .page-template-default .block--accordion .accordion__item:first-of-type {
      border-top: 1px solid white; }
  .page-template-default .block--accordion .accordion__trigger {
    padding: 35px 0; }
    .page-template-default .block--accordion .accordion__trigger .title {
      color: white;
      line-height: 32px; }
    .page-template-default .block--accordion .accordion__trigger-icon {
      position: absolute;
      top: 50%;
      right: 30px;
      width: 24px;
      height: 24px;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .page-template-default .block--accordion .accordion__plus {
    top: 0;
    height: 24px;
    width: 24px; }
    .page-template-default .block--accordion .accordion__plus:before, .page-template-default .block--accordion .accordion__plus:after {
      background-color: white; }
    .page-template-default .block--accordion .accordion__plus:after {
      height: 1px;
      top: 11px; }
    .page-template-default .block--accordion .accordion__plus:before {
      width: 1px;
      left: 11px; }
  .page-template-default .block--accordion .accordion__content p {
    font-size: 19px;
    /* 19px */
    font-size: 1.1875rem;
    /* 19px */
    line-height: 1.57895;
    /* 30px */
    color: white; }

.block--gallery p {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
  color: #fff; }

.block--gallery .title {
  font-weight: 300; }

.block--gallery .gallery__item.object-fit img {
  width: 100%;
  height: 20vw;
  min-height: 240px; }

.block--gallery--slider .gallery__item.object-fit img {
  height: 30vw;
  max-height: 500px; }

.block--gallery--slider .full-width-slider {
  margin-bottom: 20px; }

.block--gallery--slider .slick-dots {
  bottom: -41px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto; }
  .block--gallery--slider .slick-dots li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block; }
    .block--gallery--slider .slick-dots li button:before {
      top: 32px; }

.block--gallery--slider .gallery-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .block--gallery--slider .gallery-slider-arrows > div {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .block--gallery--slider .gallery-slider-arrows > div:hover {
      opacity: 0.7; }
  @media (max-width: 600px) {
    .block--gallery--slider .gallery-slider-arrows svg {
      width: 50px; }
      .block--gallery--slider .gallery-slider-arrows svg g {
        stroke-width: 2px; } }

@media (max-width: 767px) {
  .block--text-image__content__image {
    min-height: 250px; } }

.course-finder .title--xxl, .links-list .title--xxl {
  margin-bottom: -46px;
  position: relative;
  z-index: 0; }
  @media (max-width: 769px) {
    .course-finder .title--xxl, .links-list .title--xxl {
      margin-bottom: -25px; } }
  @media (max-width: 600px) {
    .course-finder .title--xxl, .links-list .title--xxl {
      font-size: 50px;
      letter-spacing: -1.4px;
      line-height: 50px;
      margin-bottom: -12px; } }

.course-finder__item, .links-list__item {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: bottom;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }
  .course-finder__item h3, .links-list__item h3 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 46px; }
    @media (max-width: 769px) {
      .course-finder__item h3, .links-list__item h3 {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .course-finder__item h3, .links-list__item h3 {
        font-size: 23px;
        letter-spacing: 0;
        line-height: 28px; } }
  .course-finder__item .title, .links-list__item .title {
    margin: 0; }
    @media (max-width: 767px) {
      .course-finder__item .title--sm, .links-list__item .title--sm {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; } }
  .course-finder__item p, .links-list__item p {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  @media (max-width: 767px) {
    .course-finder__item, .links-list__item {
      display: block; } }

.course-finder__image-container, .links-list__image-container {
  height: 236.57px;
  width: 320px;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden; }

.course-finder__image, .links-list__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("/img/venue-1.jpg"); }

.course-finder a:hover, .links-list a:hover {
  text-decoration: none; }
  .course-finder a:hover .course-finder__item, .links-list a:hover .course-finder__item {
    padding: 108px 40px !important; }
  .course-finder a:hover .title, .links-list a:hover .title {
    text-decoration: none; }

.course-finder .post-wrapper, .links-list .post-wrapper {
  z-index: 1;
  position: relative; }

.course-finder .searchandfilter, .links-list .searchandfilter {
  position: relative;
  z-index: 1;
  background-color: #C7230E;
  padding: 24px 48px; }
  .course-finder .searchandfilter ul, .links-list .searchandfilter ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .course-finder .searchandfilter ul label, .links-list .searchandfilter ul label {
      width: 100%; }
    .course-finder .searchandfilter ul input, .course-finder .searchandfilter ul select, .links-list .searchandfilter ul input, .links-list .searchandfilter ul select {
      background-color: transparent;
      height: 50px;
      border: 0;
      color: #fff;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 20px;
      width: 100%;
      max-width: unset; }
      .course-finder .searchandfilter ul input::-webkit-input-placeholder, .course-finder .searchandfilter ul select::-webkit-input-placeholder, .links-list .searchandfilter ul input::-webkit-input-placeholder, .links-list .searchandfilter ul select::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .course-finder .searchandfilter ul input::-moz-placeholder, .course-finder .searchandfilter ul select::-moz-placeholder, .links-list .searchandfilter ul input::-moz-placeholder, .links-list .searchandfilter ul select::-moz-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .course-finder .searchandfilter ul input:-ms-input-placeholder, .course-finder .searchandfilter ul select:-ms-input-placeholder, .links-list .searchandfilter ul input:-ms-input-placeholder, .links-list .searchandfilter ul select:-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .course-finder .searchandfilter ul input::-ms-input-placeholder, .course-finder .searchandfilter ul select::-ms-input-placeholder, .links-list .searchandfilter ul input::-ms-input-placeholder, .links-list .searchandfilter ul select::-ms-input-placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .course-finder .searchandfilter ul input::placeholder, .course-finder .searchandfilter ul select::placeholder, .links-list .searchandfilter ul input::placeholder, .links-list .searchandfilter ul select::placeholder {
        color: #fff;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 20px; }
      .course-finder .searchandfilter ul input:focus, .course-finder .searchandfilter ul select:focus, .links-list .searchandfilter ul input:focus, .links-list .searchandfilter ul select:focus {
        outline: 0;
        border-bottom: 0.5px solid #fff; }
    .course-finder .searchandfilter ul li, .links-list .searchandfilter ul li {
      position: relative;
      padding: 0;
      width: 25%;
      padding-right: 20px;
      padding-left: 28px;
      margin-top: 0 !important; }
      .course-finder .searchandfilter ul li:first-of-type, .links-list .searchandfilter ul li:first-of-type {
        width: 50%; }
        .course-finder .searchandfilter ul li:first-of-type:before, .links-list .searchandfilter ul li:first-of-type:before {
          content: url(../img/icons/search-icon.svg);
          position: absolute;
          top: 17px;
          left: 0; }
      .course-finder .searchandfilter ul li:nth-of-type(2) select, .links-list .searchandfilter ul li:nth-of-type(2) select {
        -webkit-appearance: none; }
      .course-finder .searchandfilter ul li:nth-of-type(2):before, .links-list .searchandfilter ul li:nth-of-type(2):before {
        content: url(../img/icons/filter-icon.svg);
        position: absolute;
        top: 17px;
        left: 0; }
      .course-finder .searchandfilter ul li input, .links-list .searchandfilter ul li input {
        width: 60%; }
    .course-finder .searchandfilter ul .sf-field-post-meta-course_location, .links-list .searchandfilter ul .sf-field-post-meta-course_location {
      display: none; }
  @media (max-width: 767px) {
    .course-finder .searchandfilter, .links-list .searchandfilter {
      padding: 16px 28px;
      margin: 0 -32px; } }
  @media (max-width: 767px) {
    .course-finder .searchandfilter ul, .links-list .searchandfilter ul {
      display: block; }
      .course-finder .searchandfilter ul li, .links-list .searchandfilter ul li {
        padding: 0 !important;
        width: 100%; }
        .course-finder .searchandfilter ul li:first-of-type, .links-list .searchandfilter ul li:first-of-type {
          width: 100%; }
          .course-finder .searchandfilter ul li:first-of-type input, .links-list .searchandfilter ul li:first-of-type input {
            width: 100%; }
        .course-finder .searchandfilter ul li select, .course-finder .searchandfilter ul li input, .links-list .searchandfilter ul li select, .links-list .searchandfilter ul li input {
          padding-left: 37px; }
        .course-finder .searchandfilter ul li:before, .links-list .searchandfilter ul li:before {
          left: 11px !important; }
        .course-finder .searchandfilter ul li select, .course-finder .searchandfilter ul li input, .links-list .searchandfilter ul li select, .links-list .searchandfilter ul li input {
          border: 1px solid #fff;
          margin-bottom: 10px; }
      .course-finder .searchandfilter ul [data-sf-field-input-type="radio"], .links-list .searchandfilter ul [data-sf-field-input-type="radio"] {
        display: none; }
      .course-finder .searchandfilter ul .sf-field-taxonomy-staff-type[data-sf-field-input-type="select"], .links-list .searchandfilter ul .sf-field-taxonomy-staff-type[data-sf-field-input-type="select"] {
        display: block; } }

.block--testimonial-slider {
  overflow: hidden;
  margin-left: 194px; }
  .block--testimonial-slider h2 {
    margin-right: 136px;
    position: relative;
    display: inline-block;
    font-weight: 300;
    z-index: 2; }
    .block--testimonial-slider h2:before {
      content: "";
      position: absolute;
      bottom: 35px;
      right: calc(100% + 30px);
      width: 5300px;
      height: 1px;
      background: #fff; }
  .block--testimonial-slider .testimonial-slider {
    padding: 126px 0; }
    .block--testimonial-slider .testimonial-slider__outer {
      position: relative;
      margin-top: -70px;
      z-index: 1; }
      @media (max-width: 600px) {
        .block--testimonial-slider .testimonial-slider__outer {
          margin-top: 20px; } }
  .block--testimonial-slider .slick-list {
    padding-right: 30%; }
  .block--testimonial-slider .next-arrow-testimonial-slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 13%;
    right: 0;
    z-index: 9; }
    .block--testimonial-slider .next-arrow-testimonial-slider:hover {
      opacity: 0.5;
      cursor: pointer; }
  .block--testimonial-slider .slick-dots {
    margin-right: 120px; }
    .block--testimonial-slider .slick-dots li {
      padding-top: 20px;
      padding-bottom: 20px;
      display: inline-block; }
      .block--testimonial-slider .slick-dots li button:before {
        top: 32px; }
  @media (max-width: 769px) {
    .block--testimonial-slider {
      margin-left: 100px; }
      .block--testimonial-slider .testimonial-slider {
        padding: 50px 0; }
        .block--testimonial-slider .testimonial-slider .slick-dots {
          bottom: -20px;
          right: auto;
          left: 60px; }
      .block--testimonial-slider .next-arrow-testimonial-slider {
        top: 90px; }
      .block--testimonial-slider .testimonial-item {
        max-height: 686px; }
      .block--testimonial-slider .testimonial-item__image {
        width: 310px;
        height: 586px; }
      .block--testimonial-slider .testimonial-item__text {
        margin-left: 60px;
        width: 103%;
        position: relative;
        margin-top: -86%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: 0; }
        .block--testimonial-slider .testimonial-item__text blockquote {
          font-size: 20px;
          letter-spacing: 0;
          line-height: 28px;
          margin: 65px 0px 20px 0px; }
        .block--testimonial-slider .testimonial-item__text cite {
          font-size: 20px;
          font-weight: 300;
          letter-spacing: -0.42px;
          line-height: 30px; }
          .block--testimonial-slider .testimonial-item__text cite small {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px;
            display: block; }
      .block--testimonial-slider .title--mdlg {
        font-size: 47px;
        font-weight: 200;
        letter-spacing: -1px;
        line-height: 50px;
        padding-left: 40px;
        margin-right: 26px; }
        .block--testimonial-slider .title--mdlg:before {
          bottom: 27px;
          right: calc(100% - 19px); } }
  @media (max-width: 767px) {
    .block--testimonial-slider {
      margin-left: 0; }
      .block--testimonial-slider .testimonial-item__image {
        width: auto;
        height: auto; } }

.block--staff-slider .testimonial-item__text {
  margin-left: 412px; }
  .block--staff-slider .testimonial-item__text .title {
    max-width: 271px;
    font-weight: 300; }
  @media (max-width: 769px) {
    .block--staff-slider .testimonial-item__text {
      margin-left: 50px; } }

.testimonial-item {
  position: relative; }
  .testimonial-item__image {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 510px;
    max-height: 686px;
    overflow: hidden; }
    .testimonial-item__image img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .testimonial-item__image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.6;
      background-color: #000000;
      z-index: 1; }
    .testimonial-item__image__inner {
      position: relative;
      padding-top: 119.85294%;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .testimonial-item__text {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    position: absolute;
    top: 57%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 592px;
    margin-left: 212px;
    z-index: 2; }
    .testimonial-item__text blockquote {
      font-size: 40px;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 46px; }
    .testimonial-item__text cite {
      font-size: 24px;
      font-weight: 300;
      letter-spacing: -0.5px;
      line-height: 30px;
      font-style: normal; }
      .testimonial-item__text cite small {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; }

.slick-active .testimonial-item__image__inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center; }

.slick-active .testimonial-item__text {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.block--introduction-block .image-block-left {
  position: absolute;
  left: 0;
  width: 15%;
  margin-top: -125px; }
  .block--introduction-block .image-block-left .image-aspect-ratio {
    position: relative;
    padding-top: 147.68519%; }
    @media (max-width: 767px) {
      .block--introduction-block .image-block-left .image-aspect-ratio {
        padding-top: 58%; }
        .block--introduction-block .image-block-left .image-aspect-ratio img {
          left: unset;
          right: -25px;
          -o-object-position: top;
             object-position: top;
          width: 80%; } }
  @media (max-width: 991px) {
    .block--introduction-block .image-block-left {
      margin-top: 143px; } }
  @media (max-width: 767px) {
    .block--introduction-block .image-block-left {
      width: 100%;
      margin-top: 0;
      position: relative;
      margin-bottom: 30px; } }

.block--introduction-block .title {
  color: #E13019;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 33px; }
  .block--introduction-block .title:before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: calc(100% + 30px);
    width: 5300px;
    height: 1px;
    background: #E13019; }
    @media (max-width: 767px) {
      .block--introduction-block .title:before {
        top: 22px;
        right: calc(100% + 10px); } }

.block--introduction-block .image-wrapper {
  width: 110%;
  margin-left: -10%;
  max-width: unset; }
  .block--introduction-block .image-wrapper .image-aspect-ratio {
    padding-top: 122.63279%; }

@media (max-width: 769px) {
  .block--introduction-block .title {
    white-space: normal; }
  .block--introduction-block .image-wrapper {
    width: 111%;
    margin-right: -11%;
    max-width: unset;
    position: relative;
    margin-top: 30px; }
    .block--introduction-block .image-wrapper .image-aspect-ratio {
      padding-top: 61.63279%; } }

.block--introduction-button p {
  position: relative;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 62px;
  color: #fff;
  margin: 0; }
  .block--introduction-button p:first-of-type:before {
    content: "";
    position: absolute;
    top: 12px;
    right: calc(100% + 141px);
    width: 293px;
    height: 1px;
    background: #fff; }
    @media (max-width: 769px) {
      .block--introduction-button p:first-of-type:before {
        right: calc(100% + 30px); } }
    @media (max-width: 767px) {
      .block--introduction-button p:first-of-type:before {
        right: calc(100% - 20px); } }
  @media (max-width: 769px) {
    .block--introduction-button p {
      font-size: 30px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 38px; } }
  @media (max-width: 767px) {
    .block--introduction-button p {
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .block--introduction-button p {
      padding-left: 40px; } }
  .block--introduction-button p a {
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 10px; }

.block--introduction-button .button--sphere, .block--introduction-button .button-magnetic {
  cursor: pointer;
  font-size: 19px;
  width: 209px;
  height: 209px;
  padding: 40px; }
  .block--introduction-button .button--sphere .button__inner, .block--introduction-button .button--sphere .button__deco, .block--introduction-button .button-magnetic .button__inner, .block--introduction-button .button-magnetic .button__deco {
    top: 0px;
    padding: 40px;
    left: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 209px;
    height: 209px; }
    @media (max-width: 769px) {
      .block--introduction-button .button--sphere .button__inner, .block--introduction-button .button--sphere .button__deco, .block--introduction-button .button-magnetic .button__inner, .block--introduction-button .button-magnetic .button__deco {
        height: 148px;
        width: 148px; } }
  @media (max-width: 769px) {
    .block--introduction-button .button--sphere, .block--introduction-button .button-magnetic {
      height: 148px;
      width: 148px;
      font-size: 14px;
      font-weight: bold;
      padding: 20px;
      letter-spacing: 0;
      line-height: 17px; } }

@media (max-width: 767px) {
  .block--introduction-button .col-md-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; } }

.block--tick-list .title--100 {
  color: #E13019;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 33px;
  margin-left: -18%; }
  .block--tick-list .title--100:before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: calc(100% + 30px);
    width: 5300px;
    height: 1px;
    background: #E13019; }
  @media (max-width: 1199.98px) {
    .block--tick-list .title--100 {
      white-space: normal;
      margin-left: 0; }
      .block--tick-list .title--100:before {
        top: 20px;
        right: calc(100% + 10px);
        bottom: auto; } }

.block--tick-list .tick-box {
  background: #fff;
  padding: 100px 72px; }
  .block--tick-list .tick-box__list {
    margin-top: 61px; }
    .block--tick-list .tick-box__list__item {
      position: relative;
      padding-left: 87px; }
      .block--tick-list .tick-box__list__item:before {
        content: url(../img/icons/check.svg);
        position: absolute;
        top: 0;
        left: 0; }
      .block--tick-list .tick-box__list__item h3 {
        font-weight: 600; }
      @media (max-width: 767px) {
        .block--tick-list .tick-box__list__item {
          padding-left: 50px; }
          .block--tick-list .tick-box__list__item:before {
            content: url(../img/icons/check-small.svg); } }
    .block--tick-list .tick-box__list .row > div {
      margin-top: 40px; }
      .block--tick-list .tick-box__list .row > div:first-of-type, .block--tick-list .tick-box__list .row > div:nth-of-type(2) {
        margin-top: 0; }
      @media (max-width: 1199.98px) {
        .block--tick-list .tick-box__list .row > div {
          margin-top: 0px;
          margin-bottom: 30px; }
          .block--tick-list .tick-box__list .row > div h3 {
            font-size: 22px; }
          .block--tick-list .tick-box__list .row > div p {
            font-size: 17px;
            line-height: 23px; } }
  @media (max-width: 767px) {
    .block--tick-list .tick-box {
      padding: 42px 42px; } }

.block--tick-list .unistats-widget-container {
  width: 100%;
  padding-top: 20%;
  position: relative;
  height: 0;
  margin-top: 40px;
  min-height: 163px; }
  .block--tick-list .unistats-widget-container iframe {
    position: absolute;
    inset: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 624px;
    height: 100%;
    margin: auto; }
    @media (max-width: 769px) {
      .block--tick-list .unistats-widget-container iframe {
        width: 100%; } }

.block--flexible-columns .title--100, .block--flexible-columns .title--99 {
  color: #E13019;
  position: relative;
  z-index: 1;
  margin-bottom: 33px; }
  .block--flexible-columns .title--100:before, .block--flexible-columns .title--99:before {
    content: "";
    position: absolute;
    top: 50px;
    right: calc(100% + 30px);
    width: 5300px;
    height: 1px;
    background: #E13019; }
    @media (max-width: 767px) {
      .block--flexible-columns .title--100:before, .block--flexible-columns .title--99:before {
        top: 26px;
        right: calc(100% + 10px); } }

.block--flexible-columns .image-aspect-ratio {
  position: relative;
  padding-top: 74.62185%; }

.block--flexible-columns .image-wrapper:first-of-type {
  margin-left: calc(-104%);
  margin-top: -70px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .block--flexible-columns .image-wrapper:first-of-type {
      margin-left: -32px;
      margin-top: -52px;
      margin-bottom: 30px; }
      .block--flexible-columns .image-wrapper:first-of-type > div {
        padding-top: 55.62185%; } }

@media (max-width: 769px) {
  .block--flexible-columns .image-wrapper:last-of-type {
    display: none; } }

.block--flexible-columns p {
  font-size: 1.05rem;
  line-height: 1.95; }

.block--flexible-columns p.intro {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: normal; }

.block--flexible-columns h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 46px;
  color: #E13019;
  margin-bottom: 15px; }

.block--flexible-columns .people-list h3 {
  margin-bottom: 32px; }

.block--flexible-columns .people-list__item {
  border-top: 1px solid #E13019;
  padding-bottom: 34px; }
  .block--flexible-columns .people-list__item .title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 30px;
    color: #E13019;
    padding-top: 15px;
    margin-bottom: 5px; }
  .block--flexible-columns .people-list__item p:not(.title) {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px; }

.block--flexible-columns .list-columns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .block--flexible-columns .list-columns ul li {
    width: 50%; }

.information-box {
  background: #fff;
  padding: 168px 77px 77px; }
  .information-box .title, .information-box .heading {
    color: #E13019; }
  .information-box .heading {
    margin-bottom: 0; }
  .information-box .title {
    font-weight: 300; }
  @media (max-width: 769px) {
    .information-box {
      padding: 30px; } }

.block--apply-block {
  position: relative; }
  .block--apply-block .title, .block--apply-block h3, .block--apply-block h2 {
    color: #E13019;
    font-weight: 300; }
  .block--apply-block .title--100 {
    position: relative;
    display: inline-block; }
    .block--apply-block .title--100:before {
      content: "";
      position: absolute;
      top: 50px;
      left: calc(100% + 30px);
      width: 5300px;
      height: 1px;
      background: #E13019;
      z-index: 1; }
      @media (max-width: 767px) {
        .block--apply-block .title--100:before {
          top: 24px; } }
  .block--apply-block .information-box {
    margin-top: -40px;
    margin-left: -15px;
    width: calc(100% + 15px); }
    @media (max-width: 769px) {
      .block--apply-block .information-box {
        margin-top: 40px;
        margin-left: 0;
        width: 100%; } }
  .block--apply-block .image-wrapper {
    position: absolute;
    top: 150px;
    width: calc(100vw);
    height: 94%;
    margin-left: -88px;
    z-index: -1; }
    .block--apply-block .image-wrapper img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 769px) {
    .block--apply-block .button {
      width: 100%; } }

.tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .tabs__header > div {
    width: calc(50% - 34px);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 28px;
    color: #E13019;
    padding-bottom: 20px;
    border-bottom: 1px solid #E13019;
    margin-right: 34px;
    cursor: pointer; }
    .tabs__header > div.active {
      font-weight: normal;
      border-bottom: 2px solid #E13019; }

.tabs__content p + h2, .tabs__content p + h3, .tabs__content small + h2, .tabs__content small + h3 {
  margin-top: 35px; }

.tabs__content h2, .tabs__content h3 {
  margin-bottom: 20px; }

.tabs__content__item {
  display: none; }
  .tabs__content__item:first-of-type {
    display: block; }

.button-teaser-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 769px) {
    .button-teaser-row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }

.block--button-teaser.background-primary .title {
  color: #fff; }

.block--button-teaser.background-primary .button--sphere, .block--button-teaser.background-primary .button__inner {
  padding: 60px; }

.block--button-teaser.background-thirdly .title {
  color: #E13019; }

.block--button-teaser.background-thirdly .button--sphere, .block--button-teaser.background-thirdly .button__inner, .block--button-teaser.background-thirdly .button-magnetic, .block--button-teaser.background-thirdly .button__deco {
  border-color: #E13019;
  color: #E13019;
  padding: 60px; }

.block--button-teaser .button--sphere, .block--button-teaser .button-magnetic {
  margin: 80px 0 80px -20px; }
  @media (max-width: 769px) {
    .block--button-teaser .button--sphere, .block--button-teaser .button-magnetic {
      margin: -43px 0 70px 0; } }

.block--button-teaser .button--sphere, .block--button-teaser .button__inner, .block--button-teaser .button-magnetic, .block--button-teaser .button__deco {
  height: 334px;
  width: 334px;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px; }
  .block--button-teaser .button--sphere .button__inner, .block--button-teaser .button__inner .button__inner, .block--button-teaser .button-magnetic .button__inner, .block--button-teaser .button__deco .button__inner {
    top: 0px;
    left: 0px; }
    @media (max-width: 769px) {
      .block--button-teaser .button--sphere .button__inner, .block--button-teaser .button__inner .button__inner, .block--button-teaser .button-magnetic .button__inner, .block--button-teaser .button__deco .button__inner {
        height: 185px;
        width: 185px; } }
  @media (max-width: 769px) {
    .block--button-teaser .button--sphere, .block--button-teaser .button__inner, .block--button-teaser .button-magnetic, .block--button-teaser .button__deco {
      height: 185px;
      width: 185px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px; } }

@media (max-width: 991.98px) {
  .block--button-teaser {
    padding-top: 50px; } }

/* 
    Block - Scrolling Strip
*/
.block--scrolling-strip {
  position: relative; }
  .block--scrolling-strip #strip-images {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100vh; }
    .block--scrolling-strip #strip-images > div {
      position: absolute;
      top: 0;
      visibility: hidden; }
      .block--scrolling-strip #strip-images > div:first-of-type {
        visibility: visible; }
    .block--scrolling-strip #strip-images .block--scrolling-strip__strip {
      color: #fff; }
  .block--scrolling-strip__strip {
    padding-bottom: 200px;
    min-height: 651px;
    padding-top: 50px;
    position: relative; }
  .block--scrolling-strip__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100vw; }
  .block--scrolling-strip__counter {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    font-size: 11.25rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.45px;
    overflow: hidden; }
    .block--scrolling-strip__counter span {
      display: table-cell; }
    .block--scrolling-strip__counter span.digit2 span {
      display: block; }
    .block--scrolling-strip__counter span.digitToShow {
      position: absolute; }
    .block--scrolling-strip__counter.animate span.digit2 {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    @media (max-width: 991px) {
      .block--scrolling-strip__counter {
        font-size: 4.375rem;
        line-height: 1; } }
  .block--scrolling-strip #strip-images {
    position: absolute;
    top: 100px;
    padding-left: 88px; }
  .block--scrolling-strip .overflow-hide {
    position: relative;
    margin: auto; }
  .scroll-m .block--scrolling-strip__content {
    max-width: 508px; }
    .scroll-m .block--scrolling-strip__content:before {
      content: "";
      height: 1px;
      width: 725px;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      background: #E13019;
      position: absolute;
      right: 88px;
      top: 0;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
  .block--scrolling-strip__content {
    width: 48%;
    padding-right: 13%; }
  .block--scrolling-strip__line {
    position: absolute;
    left: 30%;
    width: 71%;
    height: 1px;
    background: #E13019;
    top: 0px; }
  @media (min-width: 769px) {
    .block--scrolling-strip .title-anim-holder {
      overflow: hidden;
      position: relative; } }
  .block--scrolling-strip blockquote {
    padding-left: 45px;
    border-left: 1px solid #E13019;
    margin: 65px 0px 45px 0px; }
  .block--scrolling-strip__title {
    position: relative;
    width: 550px;
    margin-bottom: 30px;
    color: #E13019;
    font-weight: 300; }
  .block--scrolling-strip__text {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 30px; }
  .block--scrolling-strip .button--sphere, .block--scrolling-strip .button__inner, .block--scrolling-strip .button-magnetic, .block--scrolling-strip .button__deco {
    height: 199px;
    width: 199px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px; }
    .block--scrolling-strip .button--sphere .button__inner, .block--scrolling-strip .button__inner .button__inner, .block--scrolling-strip .button-magnetic .button__inner, .block--scrolling-strip .button__deco .button__inner {
      top: 0px;
      left: 0px; }
  .block--scrolling-strip__image {
    height: 651px;
    width: 476px;
    max-height: 50vw;
    max-width: 50vw;
    margin-bottom: 30px; }

.block--scrolling-strip__strip p, .block--scrolling-strip__strip ul {
  color: #fff; }

@media (max-width: 769px) {
  .block--scrolling-strip {
    padding-bottom: 0;
    padding-top: 0; }
    .block--scrolling-strip__strip {
      position: relative;
      margin-bottom: 30px; }
    .block--scrolling-strip__image, .block--scrolling-strip__data {
      max-width: 100vw;
      margin-left: 0;
      width: 100%; }
    .block--scrolling-strip__title {
      margin-bottom: -20px;
      width: 100%;
      z-index: 99; }
    .block--scrolling-strip p {
      color: #fff; }
    .block--scrolling-strip #strip-images {
      position: static; }
    .block--scrolling-strip .strip-item {
      margin-bottom: 80px; } }
  @media (max-width: 769px) and (max-width: 769px) {
    .block--scrolling-strip .button--sphere .button__inner, .block--scrolling-strip .button--sphere .button__deco, .block--scrolling-strip .button-magnetic .button__inner, .block--scrolling-strip .button-magnetic .button__deco {
      height: 148px;
      width: 148px; } }
  @media (max-width: 769px) and (max-width: 769px) {
    .block--scrolling-strip .button--sphere, .block--scrolling-strip .button-magnetic {
      margin: auto;
      height: 148px;
      width: 148px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px; } }

.links-list .title {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.8px;
  line-height: 46px; }

.links-list__item {
  border-bottom: 1px solid #E13019;
  position: relative;
  z-index: 3; }

.links-list a:hover .course-finder__item {
  padding: 64px 24px !important; }

.links-list .course-finder__image-container {
  height: 178px;
  width: 240px; }

.block--wysiwig-editor h3, .block--wysiwig-editor h2, .block--text-image-left h3, .block--text-image-left h2 {
  margin-bottom: 20px; }

.block--wysiwig-editor p, .block--wysiwig-editor ul, .block--wysiwig-editor ol, .block--text-image-left p, .block--text-image-left ul, .block--text-image-left ol {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px; }
  .block--wysiwig-editor p + h2, .block--wysiwig-editor p + h3, .block--wysiwig-editor ul + h2, .block--wysiwig-editor ul + h3, .block--wysiwig-editor ol + h2, .block--wysiwig-editor ol + h3, .block--text-image-left p + h2, .block--text-image-left p + h3, .block--text-image-left ul + h2, .block--text-image-left ul + h3, .block--text-image-left ol + h2, .block--text-image-left ol + h3 {
    margin-top: 40px;
    margin-bottom: 15px; }

.block--wysiwig-editor p, .block--wysiwig-editor h2, .block--wysiwig-editor h3, .block--wysiwig-editor li, .block--wysiwig-editor ol, .block--wysiwig-editor cite, .block--text-image-left p, .block--text-image-left h2, .block--text-image-left h3, .block--text-image-left li, .block--text-image-left ol, .block--text-image-left cite {
  color: #fff; }

.block--wysiwig-editor h2 + h3, .block--text-image-left h2 + h3 {
  margin-top: 30px; }

.block--wysiwig-editor p.intro, .block--text-image-left p.intro {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 57px;
  color: #fff; }
  @media (max-width: 991px) {
    .block--wysiwig-editor p.intro, .block--text-image-left p.intro {
      font-size: 34px;
      font-weight: 300;
      letter-spacing: -1px;
      line-height: 47px; } }
  @media (max-width: 767px) {
    .block--wysiwig-editor p.intro, .block--text-image-left p.intro {
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 28px; } }

.block--wysiwig-editor h2, .block--wysiwig-editor h3, .block--text-image-left h2, .block--text-image-left h3 {
  font-weight: 300; }

.block--wysiwig-editor ul, .block--text-image-left ul {
  margin: 20px 0; }
  .block--wysiwig-editor ul li:before, .block--text-image-left ul li:before {
    background: #fff; }

.block--wysiwig-editor .button, .block--text-image-left .button {
  border-color: #fff;
  color: #fff; }

.block--wysiwig-editor blockquote, .block--wysiwig-editor blockquote p, .block--text-image-left blockquote, .block--text-image-left blockquote p {
  font-size: 32px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300; }
  @media (max-width: 767px) {
    .block--wysiwig-editor blockquote, .block--wysiwig-editor blockquote p, .block--text-image-left blockquote, .block--text-image-left blockquote p {
      font-size: 25px;
      letter-spacing: 0;
      line-height: 32px; } }

.block--wysiwig-editor cite, .block--text-image-left cite {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  margin-top: 25px;
  display: block; }

.block--wysiwig-editor blockquote, .block--text-image-left blockquote {
  padding-left: 45px;
  border-left: 1px solid #fff;
  margin: 65px 0px 45px 0px; }

.block--wysiwig-editor img, .block--text-image-left img {
  width: 100%;
  height: auto;
  margin: 45px 0 45px; }

.block--wysiwig-editor .wp-caption, .block--text-image-left .wp-caption {
  margin-bottom: 60px; }
  .block--wysiwig-editor .wp-caption img, .block--text-image-left .wp-caption img {
    margin-bottom: 0; }

.block--wysiwig-editor .wp-caption-text, .block--text-image-left .wp-caption-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  font-style: italic;
  margin: 10px 0 0; }

.block--wysiwig-editor .button + .button, .block--text-image-left .button + .button {
  margin: 0; }

.block--wysiwig-editor + .block--wysiwig-editor, .block--text-image-left + .block--wysiwig-editor {
  margin-top: 30px; }

.single-post .block--wysiwig-editor .button, .single-post .block--text-image-left .button {
  border: 1px solid #E13019;
  color: #E13019; }
  .single-post .block--wysiwig-editor .button:hover, .single-post .block--text-image-left .button:hover {
    color: white; }

.page-template-default .block--wysiwig-editor a {
  color: #fff;
  text-decoration: underline; }
  .page-template-default .block--wysiwig-editor a:hover {
    color: black;
    opacity: 0.8; }

.page-template-default .block--wysiwig-editor ul li:before {
  background: #fff; }

@media (max-width: 600px) {
  .page-template-default .block--wysiwig-editor ol, .page-template-default .block--wysiwig-editor ul {
    padding-left: 15px; } }

.block--video .margin-neg-right {
  margin-right: -88px;
  width: calc(100% + 88px); }

.block--video.block--video-large .title {
  position: relative;
  display: inline-block;
  font-weight: 300; }

.block--video.block--video-large .title:before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(100% + 30px);
  width: 5300px;
  height: 1px;
  background: #E13019; }

.block--video-slider .video-slider .slick-list {
  padding-right: 22%; }
  .block--video-slider .video-slider .slick-list .slick-slide {
    margin-right: 30px; }

.block--video-slider .video-slider-container {
  width: calc(100% - 150px);
  display: inline-block;
  float: right; }

.block--video-slider .title-container {
  width: calc(150px);
  display: inline-block; }

.block--video-slider .title--xl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: inherit;
          text-orientation: inherit;
  margin: 0 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  font-weight: 300; }

.block--video-slider .button--play {
  width: 162px; }

.block--video-slider .title--md {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1; }

.block--video-slider .slider-controls-container {
  width: calc(100% - 22% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .block--video-slider .slider-controls-container svg path {
    stroke: #E13019; }
  .block--video-slider .slider-controls-container .slick-dots {
    position: relative;
    bottom: unset;
    right: unset; }
  .block--video-slider .slider-controls-container .slick-dots li.slick-active button:before,
  .block--video-slider .slider-controls-container .slick-dots li button:before {
    background: #E13019; }
  .block--video-slider .slider-controls-container .prev-arrow-slider {
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .block--video-slider .slider-controls-container .prev-arrow-slider, .block--video-slider .slider-controls-container .next-arrow-slider {
    cursor: pointer; }
    .block--video-slider .slider-controls-container .prev-arrow-slider:hover svg, .block--video-slider .slider-controls-container .next-arrow-slider:hover svg {
      opacity: 0.6; }

.block--apply-block + .block--video-slider {
  padding-top: 140px; }

.video {
  position: relative;
  padding-top: 69.44444%;
  background-size: cover;
  background-position: center; }
  .video:before {
    content: "";
    opacity: 0.5;
    background-color: #000000;
    position: absolute;
    inset: 0;
    z-index: 1; }
  .video > div:not(.video-cursor) {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .video .video-cursor {
    opacity: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    z-index: 7; }
  .video:hover .video-cursor {
    opacity: 1; }
  @media (max-width: 767px) {
    .video .button--play .button__inner, .video .button--play .button__inner__2 {
      width: 140px;
      height: 140px;
      top: 0px;
      left: 0px; }
      .video .button--play .button__inner span, .video .button--play .button__inner__2 span {
        margin-left: 34px; } }

.block--staff-tabs h2 {
  font-weight: 600;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 42px;
  color: #E13019; }

@media (max-width: 1350px) {
  .block--staff-grid .searchandfilter {
    padding: 24px 25px; }
    .block--staff-grid .searchandfilter .sf-label-radio {
      font-size: 14px; } }

.block--key-contacts {
  position: relative; }
  .block--key-contacts .background-black .row {
    padding-left: 8.3%; }
    @media (max-width: 769px) {
      .block--key-contacts .background-black .row {
        padding-left: 18px;
        padding-right: 18px; } }
  .block--key-contacts .background-black .contact {
    margin-bottom: 72px;
    position: relative; }
    .block--key-contacts .background-black .contact:before {
      content: "";
      position: absolute;
      bottom: -20px;
      left: -20px;
      width: 100%;
      height: 1px;
      background: #fff; }
      @media (max-width: 769px) {
        .block--key-contacts .background-black .contact:before {
          position: absolute;
          bottom: -20px;
          left: 0px;
          width: 100%;
          height: 1px;
          background: #fff;
          right: auto; } }
  .block--key-contacts .background-black .col-md-6:nth-of-type(odd) .contact:before {
    bottom: -20px;
    right: 30px;
    width: 200%;
    height: 1px;
    left: auto; }
    @media (max-width: 769px) {
      .block--key-contacts .background-black .col-md-6:nth-of-type(odd) .contact:before {
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #fff;
        right: auto; } }
  .block--key-contacts .background-black .title {
    margin-bottom: 30px; }
    @media (min-width: 769px) {
      .block--key-contacts .background-black .title {
        position: absolute;
        top: -150px;
        font-size: 130px;
        font-weight: 300;
        letter-spacing: -3.25px;
        line-height: 170px;
        top: -205px;
        margin-bottom: 0; } }
  .block--key-contacts:before {
    content: "";
    position: absolute;
    top: 0;
    height: 80%;
    width: 100%;
    left: 0;
    background: #E13019; }

.contact a {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 42px;
  color: #fff; }
  @media (max-width: 769px) {
    .contact a {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: -0.2px;
      line-height: 25px;
      color: #fff; } }

.contact p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  color: #fff; }

.block--form {
  overflow: hidden; }
  .block--form li {
    padding-left: 0 !important; }
  .block--form .title {
    position: relative;
    display: inline-block; }
    .block--form .title:before {
      content: "";
      position: absolute;
      bottom: 50px;
      left: calc(100% + 30px);
      width: 5300px;
      height: 1px;
      background: #E13019; }
      @media (max-width: 767px) {
        .block--form .title:before {
          bottom: 25px; } }
  @media (max-width: 769px) {
    .block--form {
      padding: 50px 18px !important; } }

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 20px 30px !important;
  margin: 0 !important;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 15px !important;
  width: 100% !important;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .gform_wrapper input::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder {
    opacity: 0.4;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px; }
  .gform_wrapper input::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
    opacity: 0.4;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px; }
  .gform_wrapper input:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder {
    opacity: 0.4;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px; }
  .gform_wrapper input::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder {
    opacity: 0.4;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px; }
  .gform_wrapper input::placeholder, .gform_wrapper select::placeholder, .gform_wrapper textarea::placeholder {
    opacity: 0.4;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px; }
  .gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
    border: 1px solid #E13019;
    outline: 0; }

.gform_wrapper select {
  -webkit-appearance: none; }

.gform_wrapper .gform_body > ul > li {
  margin-top: 31px !important; }

.gform_wrapper ul li .name_first {
  padding-top: 0 !important; }

.gform_wrapper ul li label {
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: -0.45px !important;
  line-height: 29px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .gform_wrapper ul li label {
      font-size: 15px !important;
      margin-bottom: 5px !important;
      font-weight: 600;
      letter-spacing: -0.45px !important;
      line-height: 23px !important; } }

.gform_wrapper ul li .gfield_required {
  color: #000; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.gform_wrapper .ginput_container_consent li {
  position: relative !important;
  padding-left: 40px !important;
  line-height: 1.5 !important;
  margin-bottom: 7px; }

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .ginput_container_consent label {
  margin-left: 32px !important;
  vertical-align: top !important; }
  .gform_wrapper .gfield_checkbox label:after,
  .gform_wrapper .gfield_radio label:after,
  .gform_wrapper .ginput_container_consent label:after {
    content: "";
    background: transparent;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #848484;
    border-radius: 50%;
    background: #fff;
    z-index: 0; }
  .gform_wrapper .gfield_checkbox label:before,
  .gform_wrapper .gfield_radio label:before,
  .gform_wrapper .ginput_container_consent label:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 15px;
    border: solid #E13019;
    border-width: 0 3px 3px 0;
    left: 9px;
    top: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 100ms;
    -o-transition: all 100ms;
    transition: all 100ms; }

.gform_wrapper .gfield_checkbox input[type="checkbox"],
.gform_wrapper .gfield_checkbox input[type="radio"],
.gform_wrapper .gfield_radio input[type="checkbox"],
.gform_wrapper .gfield_radio input[type="radio"],
.gform_wrapper .ginput_container_consent input[type="checkbox"],
.gform_wrapper .ginput_container_consent input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 23px;
  height: 23px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer; }
  .gform_wrapper .gfield_checkbox input[type="checkbox"] + label,
  .gform_wrapper .gfield_checkbox input[type="radio"] + label,
  .gform_wrapper .gfield_radio input[type="checkbox"] + label,
  .gform_wrapper .gfield_radio input[type="radio"] + label,
  .gform_wrapper .ginput_container_consent input[type="checkbox"] + label,
  .gform_wrapper .ginput_container_consent input[type="radio"] + label {
    cursor: pointer; }
  .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before,
  .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before,
  .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before,
  .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before,
  .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label:before,
  .gform_wrapper .ginput_container_consent input[type="radio"]:checked + label:before {
    opacity: 1;
    top: 5px; }

.gform_wrapper input[type="submit"] {
  display: inline-block;
  width: auto !important;
  padding: 20px 60px !important;
  background: transparent;
  border: 1px solid #E13019;
  color: #E13019; }

.gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
  margin-top: 0 !important; }

.gform_wrapper #gform_fields_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media (max-width: 769px) {
  .gform_wrapper label {
    white-space: normal !important; }
  .gform_wrapper .gfield {
    width: 100% !important; }
  .gform_wrapper #field_1_1 > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 769px) {
  .gform_wrapper #input_1_1_2_container {
    width: 184px;
    padding-right: 32px; }
  .gform_wrapper #input_1_1_3_container {
    width: 100%; }
  .gform_wrapper #field_1_2, .gform_wrapper #field_1_4, .gform_wrapper #field_1_8 {
    width: 40%;
    display: inline-block; }
  .gform_wrapper #field_1_3 {
    width: 60%;
    padding-right: 32px; } }

.gform_wrapper #input_1_1_2_container {
  position: relative; }
  .gform_wrapper #input_1_1_2_container:after {
    content: "";
    position: absolute;
    border: solid #000;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 35px;
    top: 50px; }

.gform_wrapper #input_1_1_2_container:after {
  right: 49px; }
  @media (max-width: 767px) {
    .gform_wrapper #input_1_1_2_container:after {
      top: 44px;
      right: 14px; } }

.gform_wrapper #field_1_5, .gform_wrapper #field_1_6 {
  width: 100%; }
  @media (min-width: 769px) {
    .gform_wrapper #field_1_5 .gfield_checkbox, .gform_wrapper #field_1_6 .gfield_checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .gform_wrapper #field_1_5 .gfield_checkbox > *, .gform_wrapper #field_1_6 .gfield_checkbox > * {
        width: 50%; } }
  .gform_wrapper #field_1_5 .gfield_checkbox li, .gform_wrapper #field_1_6 .gfield_checkbox li {
    margin-top: 0;
    margin-bottom: 20px; }
  .gform_wrapper #field_1_5 .gfield_checkbox label, .gform_wrapper #field_1_6 .gfield_checkbox label {
    font-size: 15px !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    font-weight: normal; }

.gform_wrapper #field_1_6 {
  margin-top: 0 !important; }

.gform_wrapper #field_1_1 {
  width: auto;
  padding: 0;
  width: 60%;
  padding-right: 32px; }
  .gform_wrapper #field_1_1 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 600px) {
    .gform_wrapper #field_1_1 {
      padding-right: 0 !important; }
      .gform_wrapper #field_1_1 > div {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

.page-template-default .gform_wrapper.gravity-theme .gfield_label,
.page-template-default .gform_wrapper.gravity-theme .gfield_description,
.page-template-default .gform_wrapper .gfield_required {
  color: #fff; }

.page-template-default .gform_wrapper input[type=submit] {
  background: #fff !important; }

.page-template-default .gform_wrapper .top_label div.ginput_container.ginput_container_consent {
  position: relative;
  margin-top: 0 !important;
  color: #fff; }
  .page-template-default .gform_wrapper .top_label div.ginput_container.ginput_container_consent label:before {
    top: 2px;
    left: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0; }
  .page-template-default .gform_wrapper .top_label div.ginput_container.ginput_container_consent label:after {
    left: 0;
    top: -1px;
    border: 1px solid #fff;
    background: transparent; }

.page-template-default .gform_wrapper .top_label div.ginput_container.ginput_container_consent input[type=checkbox]:checked + label:before {
  top: 2px;
  left: 8px; }

.block--background-teaser {
  position: relative; }
  .block--background-teaser img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .block--background-teaser:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.75;
    background-color: #000000;
    z-index: 1; }
  .block--background-teaser .container-fluid, .block--background-teaser .container-sm, .block--background-teaser .container-md, .block--background-teaser .container-lg, .block--background-teaser .container-xl {
    position: relative;
    z-index: 1; }
  .block--background-teaser .button-row-1 .button {
    background: #E13019;
    color: #fff; }
  .block--background-teaser .button-row-2 .button {
    border-color: #fff;
    color: #fff; }
    .block--background-teaser .button-row-2 .button:hover {
      border-color: #E13019; }
  @media (max-width: 769px) {
    .block--background-teaser .button-row-2.mt-50, .block--background-teaser .course-finder .title + .button-row-2.post-wrapper, .course-finder .block--background-teaser .title + .button-row-2.post-wrapper, .block--background-teaser .links-list .title + .button-row-2.post-wrapper, .links-list .block--background-teaser .title + .button-row-2.post-wrapper {
      margin-top: 0 !important; } }
  @media (max-width: 600px) {
    .block--background-teaser .button {
      width: calc(100% + 30px);
      margin-left: -15px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 20px; } }

.block--events-teaser {
  position: relative;
  overflow: hidden; }
  .block--events-teaser .events-teaser-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33%; }
    .block--events-teaser .events-teaser-image .image-aspect-ratio {
      position: relative;
      height: 100%;
      padding-top: 200.74074%; }
      .block--events-teaser .events-teaser-image .image-aspect-ratio img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    @media (max-width: 769px) {
      .block--events-teaser .events-teaser-image {
        height: 24%;
        width: 68%; }
        .block--events-teaser .events-teaser-image .image-aspect-ratio {
          padding-top: 95.74074%; } }
  .block--events-teaser .button--sphere, .block--events-teaser .button-magnetic {
    margin-top: 80px;
    cursor: pointer;
    font-size: 19px;
    width: 209px;
    height: 209px; }
    .block--events-teaser .button--sphere .button__inner, .block--events-teaser .button--sphere .button__deco, .block--events-teaser .button-magnetic .button__inner, .block--events-teaser .button-magnetic .button__deco {
      top: 0px;
      left: 0px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 209px;
      height: 209px; }
      @media (max-width: 769px) {
        .block--events-teaser .button--sphere .button__inner, .block--events-teaser .button--sphere .button__deco, .block--events-teaser .button-magnetic .button__inner, .block--events-teaser .button-magnetic .button__deco {
          height: 148px;
          width: 148px; } }
    @media (max-width: 769px) {
      .block--events-teaser .button--sphere, .block--events-teaser .button-magnetic {
        height: 148px;
        width: 148px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 17px; } }
  .block--events-teaser .banner__title {
    max-width: 1200px; }
  @media (max-width: 767px) {
    .block--events-teaser .title {
      max-width: 200px;
      line-height: 1; } }
  @media (max-width: 600px) {
    .block--events-teaser .title {
      max-width: unset; } }
  @media (max-width: 767px) {
    .block--events-teaser {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .block--events-teaser .mt-90, .block--events-teaser .my-90 {
      margin-top: 90px !important; }
    .block--events-teaser .button--sphere, .block--events-teaser .button-magnetic {
      margin: auto; } }

.block--give-strip .title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 60px; }
  @media (max-width: 767px) {
    .block--give-strip .title {
      font-size: 30px;
      line-height: 40px; } }

.block--give-strip .button--sphere, .block--give-strip .button-magnetic {
  cursor: pointer;
  font-size: 19px;
  width: 233px;
  height: 233px;
  float: right;
  padding: 30px; }
  .block--give-strip .button--sphere .button__inner, .block--give-strip .button--sphere .button__deco, .block--give-strip .button-magnetic .button__inner, .block--give-strip .button-magnetic .button__deco {
    top: 0px;
    left: 0px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 233px;
    height: 233px; }
    @media (max-width: 769px) {
      .block--give-strip .button--sphere .button__inner, .block--give-strip .button--sphere .button__deco, .block--give-strip .button-magnetic .button__inner, .block--give-strip .button-magnetic .button__deco {
        height: 148px;
        width: 148px; } }
  @media (max-width: 769px) {
    .block--give-strip .button--sphere, .block--give-strip .button-magnetic {
      margin: auto;
      height: 148px;
      width: 148px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px;
      float: none;
      margin-top: 30px; } }

.block--give-strip .option-dropdown {
  position: relative;
  display: inline-block; }
  .block--give-strip .option-dropdown:after {
    content: "";
    position: absolute;
    border: solid #fff;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 12px;
    top: 24px; }
    @media (max-width: 767px) {
      .block--give-strip .option-dropdown:after {
        top: 13px; } }

.block--give-strip select {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 48px;
  background: transparent;
  -webkit-appearance: none;
  border: 0;
  padding: 0 40px 0 10px;
  border-bottom: 2px solid #000;
  color: white; }
  .block--give-strip select::-webkit-input-placeholder {
    color: #fff; }
  .block--give-strip select::-moz-placeholder {
    color: #fff; }
  .block--give-strip select:-ms-input-placeholder {
    color: #fff; }
  .block--give-strip select::-ms-input-placeholder {
    color: #fff; }
  .block--give-strip select::placeholder {
    color: #fff; }
  .block--give-strip select:focus {
    outline: 0; }
  @media (max-width: 767px) {
    .block--give-strip select {
      font-size: 30px;
      line-height: 36px;
      padding: 0px 40px 0 0px; } }

.block--instagram-strip {
  text-align: center;
  position: relative; }
  .block--instagram-strip svg {
    margin: 150px 0;
    height: 240px;
    width: 240px;
    position: relative;
    z-index: 1; }
    .block--instagram-strip svg > * {
      fill: #fff; }
    @media (max-width: 769px) {
      .block--instagram-strip svg {
        position: absolute;
        width: 150px;
        height: 150px;
        left: 50%;
        top: calc(50% - 55px);
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        margin-top: 0; } }
  @media (min-width: 769px) {
    .block--instagram-strip .instagram-item {
      position: absolute; }
      .block--instagram-strip .instagram-item img {
        -o-object-fit: cover;
           object-fit: cover; }
      .block--instagram-strip .instagram-item:first-of-type {
        position: absolute;
        top: 190px;
        left: 23%; }
        .block--instagram-strip .instagram-item:first-of-type img, .block--instagram-strip .instagram-item:first-of-type video {
          width: 340px;
          height: 340px; }
      .block--instagram-strip .instagram-item:nth-of-type(2) {
        top: 21%;
        z-index: 1;
        left: 52%; }
        .block--instagram-strip .instagram-item:nth-of-type(2) img, .block--instagram-strip .instagram-item:nth-of-type(2) video {
          height: 200px;
          width: 200px; }
      .block--instagram-strip .instagram-item:nth-of-type(3) {
        position: absolute;
        bottom: 0%;
        /* top: auto; */
        right: 30%; }
        .block--instagram-strip .instagram-item:nth-of-type(3) img, .block--instagram-strip .instagram-item:nth-of-type(3) video {
          height: 240px;
          width: 240px; }
      .block--instagram-strip .instagram-item:nth-of-type(4) {
        left: 10%;
        top: 41%; }
        .block--instagram-strip .instagram-item:nth-of-type(4) img, .block--instagram-strip .instagram-item:nth-of-type(4) video {
          height: 240px;
          width: 240px; }
      .block--instagram-strip .instagram-item:nth-of-type(5) {
        right: 11%;
        top: 10%;
        z-index: -1; }
        .block--instagram-strip .instagram-item:nth-of-type(5) img, .block--instagram-strip .instagram-item:nth-of-type(5) video {
          height: 320px;
          width: 320px; }
      .block--instagram-strip .instagram-item:nth-of-type(6) {
        top: 16%;
        right: -8%; }
        .block--instagram-strip .instagram-item:nth-of-type(6) img, .block--instagram-strip .instagram-item:nth-of-type(6) video {
          height: 200px;
          width: 200px; }
      .block--instagram-strip .instagram-item:nth-of-type(7) {
        left: -5%;
        bottom: 19%; }
        .block--instagram-strip .instagram-item:nth-of-type(7) img, .block--instagram-strip .instagram-item:nth-of-type(7) video {
          height: 200px;
          width: 200px; } }
  @media (max-width: 769px) {
    .block--instagram-strip .instagram-item {
      padding-top: 33%;
      width: calc(100% / 3);
      position: relative;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
      .block--instagram-strip .instagram-item:nth-of-type(7) {
        display: none !important; }
      .block--instagram-strip .instagram-item img, .block--instagram-strip .instagram-item video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
        -o-object-fit: cover;
           object-fit: cover; } }
  .block--instagram-strip .button {
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    border: 1px solid;
    left: 13%;
    bottom: 26%;
    padding: 28px 41px;
    padding-left: 41px !important; }
    .block--instagram-strip .button::before {
      display: none; }
    @media (max-width: 769px) {
      .block--instagram-strip .button {
        position: relative;
        left: unset;
        bottom: unset;
        margin: 41px auto 0; } }
  @media (max-width: 769px) {
    .block--instagram-strip {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.block--tickets-block {
  padding-top: 150px;
  padding-bottom: 280px;
  margin-bottom: -250px; }
  .block--tickets-block h2 {
    font-family: Telegraf;
    font-size: 100px;
    font-weight: 300;
    letter-spacing: -2.5px;
    line-height: 10px;
    color: white !important; }
  .block--tickets-block .ticket-row {
    padding: 23px 20px 23px 50px;
    background-color: #C7230E;
    margin-bottom: 10px; }
    .block--tickets-block .ticket-row__event-times, .block--tickets-block .ticket-row__price-and-link .price h3 {
      font-family: Telegraf;
      font-size: 26px;
      font-weight: 300;
      letter-spacing: -0.65px;
      line-height: 26px;
      color: white; }
      @media (max-width: 768px) {
        .block--tickets-block .ticket-row__event-times, .block--tickets-block .ticket-row__price-and-link .price h3 {
          font-size: 20px; } }
    .block--tickets-block .ticket-row__price-and-link .price p {
      color: #FFFFFF !important;
      font-family: Telegraf;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.4px;
      line-height: 16px;
      margin-bottom: 0; }
    .block--tickets-block .ticket-row .events-button {
      border: 1px solid white;
      background: white;
      color: #E13019;
      margin-left: 40px;
      padding: 27px 52px !important; }
      .block--tickets-block .ticket-row .events-button:before {
        display: none; }
      .block--tickets-block .ticket-row .events-button:hover {
        color: #E13019 !important; }
      @media (max-width: 768px) {
        .block--tickets-block .ticket-row .events-button {
          padding: 27px 42px !important;
          white-space: nowrap; } }
      @media (max-width: 600px) {
        .block--tickets-block .ticket-row .events-button {
          margin-left: 0; } }
  @media (max-width: 768px) {
    .block--tickets-block {
      margin-bottom: -120px; } }

.block--course-teaser h3, .block--course-teaser h2 {
  margin-bottom: 20px; }

.block--course-teaser p, .block--course-teaser ul, .block--course-teaser ol {
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px; }
  .block--course-teaser p + h2, .block--course-teaser p + h3, .block--course-teaser ul + h2, .block--course-teaser ul + h3, .block--course-teaser ol + h2, .block--course-teaser ol + h3 {
    margin-top: 40px;
    margin-bottom: 15px; }

.block--course-teaser .title--before {
  color: #E13019;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-bottom: 33px; }
  .block--course-teaser .title--before:before {
    content: "";
    position: absolute;
    bottom: 40px;
    right: calc(100% + 30px);
    width: 5300px;
    height: 1px;
    background: #E13019; }

.block--course-teaser .course-teaser {
  aspect-ratio: 596/411;
  width: 43%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .block--course-teaser .course-teaser img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .block--course-teaser .course-teaser .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 48px;
    line-height: 48px; }
  @media (max-width: 991px) {
    .block--course-teaser .course-teaser {
      width: 50%;
      position: relative;
      top: unset;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  @media (max-width: 768px) {
    .block--course-teaser .course-teaser {
      width: 100%; } }

.block--related-news .related-news {
  width: 90%; }
  .block--related-news .related-news .title--before {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    margin-bottom: 33px; }
    .block--related-news .related-news .title--before:before {
      content: "";
      position: absolute;
      bottom: 50px;
      right: calc(100% + 30px);
      width: 5300px;
      height: 1px;
      background: white; }
  .block--related-news .related-news__intro {
    font-size: 22px !important;
    line-height: 34px !important; }
  .block--related-news .related-news__two-teaser .news-item__image {
    padding-top: 120%; }
    @media (max-width: 768px) {
      .block--related-news .related-news__two-teaser .news-item__image {
        padding-top: 73.87033%; } }
  @media (max-width: 991px) {
    .block--related-news .related-news {
      width: 100%; } }


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