@charset "UTF-8";
/*
Theme Name: GIJC
Author: La Fanfare
Author URI: http://lafanfare.com/
Version: 1.0
*/
/* --------------------------------------------------------------------------------
    RESET
-------------------------------------------------------------------------------- */
/* line 5, sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, .page-legal .terms-content li, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 19, sass/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, sass/_reset.scss */
body {
  line-height: 1;
}

/* line 21, sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 22, sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 23, sass/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 24, sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
* Sass Mixins
*
*/
/* Flex… */
/* Elements */
/* Colors */
/* Fonts */
/* line 2, sass/_init.scss */
body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  background: #FCFCFC;
}

/* line 3, sass/_init.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 10, sass/_init.scss */
.split-left {
  float: left;
}

/* line 11, sass/_init.scss */
.split-right {
  float: right;
}

/* line 12, sass/_init.scss */
.clear {
  display: block;
  clear: both;
}

/* line 14, sass/_init.scss */
a, a:visited {
  text-decoration: none;
}

/* line 16, sass/_init.scss */
h1, h2, h3, h4, h5, h6 {
  color: #242424;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* line 20, sass/_init.scss */
.img-wrapper {
  display: block;
}
/* line 21, sass/_init.scss */
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto !important;
}

/* line 24, sass/_init.scss */
p strong, .page-legal .terms-content li strong {
  font-weight: 700;
  color: #000;
}

/* line 25, sass/_init.scss */
b {
  font-weight: 500;
}

/* line 27, sass/_init.scss */
section {
  margin-bottom: 80px;
}

/* line 31, sass/_init.scss */
.content-text {
  font-size: 0.875rem;
  line-height: 1.8em;
  color: #4A4A4A;
}

/* line 6, sass/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 668px;
  }
}
@media (min-width: 768px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 840px;
  }
}
@media (min-width: 992px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, sass/bootstrap/_grid.scss */
  .container {
    max-width: 1020px;
  }
}

/* line 18, sass/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, sass/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, sass/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, sass/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, sass/bootstrap/mixins/_grid-framework.scss */
.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, .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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, sass/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, sass/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 44, sass/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, sass/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, sass/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, sass/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 60, sass/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 44, sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  /* line 60, sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
/* line 10, sass/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, sass/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, sass/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, sass/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #67CBC6;
  background-color: #fff;
  border-color: #67CBC6;
}
/* line 34, sass/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 39, sass/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
/* line 46, sass/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 49, sass/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 60, sass/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}
/* line 64, sass/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  background-color: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
/* line 81, sass/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 101, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem;
}
/* line 106, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
/* line 109, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2367CBC6' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 115, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 119, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%2367CBC6' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 125, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 128, sass/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 139, sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 144, sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
}
/* line 147, sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2367CBC6'/%3E%3C/svg%3E");
}
/* line 153, sass/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 166, sass/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
  appearance: none;
}
/* line 184, sass/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
/* line 189, sass/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 200, sass/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 207, sass/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 213, sass/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 218, sass/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 225, sass/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 237, sass/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 245, sass/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 253, sass/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 257, sass/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
/* line 263, sass/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 269, sass/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.125rem;
}
/* line 284, sass/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.125rem 0.125rem 0;
}

/* line 3, sass/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, sass/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, sass/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, sass/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, sass/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, sass/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, sass/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, sass/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, sass/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, sass/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, sass/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, sass/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, sass/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, sass/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, sass/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, sass/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, sass/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, sass/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, sass/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, sass/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, sass/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, sass/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.125rem !important;
}

/* line 36, sass/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

/* line 40, sass/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

/* line 44, sass/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

/* line 48, sass/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

/* line 53, sass/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, sass/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, sass/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, sass/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, sass/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, sass/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, sass/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, sass/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, sass/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, sass/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, sass/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, sass/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, sass/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, sass/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, sass/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, sass/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, sass/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, sass/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, sass/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, sass/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, sass/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, sass/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, sass/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, sass/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, sass/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, sass/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, sass/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, sass/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, sass/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, sass/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, sass/bootstrap/utilities/_embed.scss */
.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;
}

/* line 31, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 37, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, sass/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, sass/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, sass/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, sass/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, sass/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, sass/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, sass/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, sass/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, sass/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, sass/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, sass/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, sass/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, sass/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, sass/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, sass/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, sass/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, sass/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, sass/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, sass/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, sass/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, sass/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, sass/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, sass/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, sass/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, sass/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, sass/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, sass/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, sass/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, sass/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, sass/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, sass/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 21, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 22, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 23, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 24, sass/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 26, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 27, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 28, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 29, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 30, sass/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 32, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 33, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 34, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 35, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 36, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 37, sass/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 39, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 40, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 41, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 42, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 43, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 44, sass/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, sass/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, sass/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, sass/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, sass/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, sass/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, sass/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 9, sass/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, sass/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, sass/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, sass/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, sass/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 14, sass/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, sass/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 30, sass/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, sass/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* line 25, sass/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, sass/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, sass/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, sass/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, sass/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, sass/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, sass/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, sass/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, sass/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, sass/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, sass/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, sass/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, sass/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, sass/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, sass/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, sass/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, sass/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, sass/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, sass/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, sass/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, sass/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, sass/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, sass/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, sass/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, sass/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, sass/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, sass/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, sass/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, sass/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, sass/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, sass/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 20, sass/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21, sass/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 27, sass/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, sass/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, sass/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, sass/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, sass/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, sass/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, sass/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, sass/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, sass/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 19, sass/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 46, sass/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, sass/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, sass/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, sass/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

/* line 1, sass/partials/_header.scss */
#header {
  display: block;
  background: #fff;
}
/* line 5, sass/partials/_header.scss */
#header .container {
  display: block;
  max-width: 1260px;
}
/* line 11, sass/partials/_header.scss */
#header .container .site-title {
  margin: 0;
}
/* line 13, sass/partials/_header.scss */
#header .container .site-title a {
  display: block;
  width: 180px;
  margin-top: 5px;
}
/* line 17, sass/partials/_header.scss */
#header .container .site-title a .gijc-logo {
  width: 100%;
  height: auto !important;
}
/* line 23, sass/partials/_header.scss */
#header .container .navigation {
  float: left;
  margin-right: 40px;
}
/* line 26, sass/partials/_header.scss */
#header .container .navigation > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
/* line 30, sass/partials/_header.scss */
#header .container .navigation > ul > li {
  position: relative;
  padding: 20px 0;
}
/* line 34, sass/partials/_header.scss */
#header .container .navigation > ul > li a {
  display: block;
  position: relative;
  padding: 14px 10px;
  color: #242424;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.15s ease;
}
/* line 42, sass/partials/_header.scss */
#header .container .navigation > ul > li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  background: transparent;
}
/* line 52, sass/partials/_header.scss */
#header .container .navigation > ul > li.current a:after,
#header .container .navigation > ul > li a:hover:after {
  background: #32879B;
}
/* line 57, sass/partials/_header.scss */
#header .container .navigation > ul > li:last-child a {
  padding-right: 0;
}
/* line 59, sass/partials/_header.scss */
#header .container .navigation > ul > li:last-child a:after {
  right: 12px;
}
/* line 65, sass/partials/_header.scss */
#header .container .navigation > ul > li:hover ul.sub-menu {
  display: block;
}
/* line 71, sass/partials/_header.scss */
#header .container .navigation ul.sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 20px 0;
  background: #DADFE7;
  background: #edeff3;
  z-index: 9999;
  display: none;
}
/* line 82, sass/partials/_header.scss */
#header .container .navigation ul.sub-menu li {
  display: block;
}
/* line 84, sass/partials/_header.scss */
#header .container .navigation ul.sub-menu li a {
  padding: 8px 15px;
  color: #4A4A4A;
}
/* line 87, sass/partials/_header.scss */
#header .container .navigation ul.sub-menu li a:hover {
  color: #32879B;
}
/* line 90, sass/partials/_header.scss */
#header .container .navigation ul.sub-menu li a:after {
  display: none;
}
/* line 100, sass/partials/_header.scss */
#header .container .networks {
  display: block;
  float: right;
}
/* line 103, sass/partials/_header.scss */
#header .container .networks a {
  float: left;
  color: #4A4A4A;
  font-size: 1.125rem;
  margin: 10px 10px;
  transition: all 0.15s ease;
}
/* line 109, sass/partials/_header.scss */
#header .container .networks a:last-child {
  margin-right: 0;
}
/* line 112, sass/partials/_header.scss */
#header .container .networks a:hover {
  color: #67CBC6;
}
/* line 115, sass/partials/_header.scss */
#header .container .networks a .icon-facebook {
  display: block;
  margin-top: -1px;
  font-size: 0.9375rem;
}
/* line 120, sass/partials/_header.scss */
#header .container .networks a .icon-linkedin {
  font-size: 1rem;
}
/* line 125, sass/partials/_header.scss */
#header .container .toggle-nav-button {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: 12px;
}
/* line 131, sass/partials/_header.scss */
#header .container .toggle-nav-button .line {
  display: block;
  float: right;
  width: 30px;
  height: 2px;
  margin-left: 5px;
  margin-top: 5px;
  background: #32879B;
}
/* line 140, sass/partials/_header.scss */
#header .container .toggle-nav-button .line + .line {
  margin-top: 5px;
}
@media (max-width: 1200px) {
  /* line 147, sass/partials/_header.scss */
  #header .container .navigation {
    margin-right: 20px;
  }
  /* line 149, sass/partials/_header.scss */
  #header .container .navigation ul li a {
    font-size: 0.75rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1080px) {
  /* line 163, sass/partials/_header.scss */
  #header .container .site-title a {
    width: 120px;
  }
}
@media (max-width: 980px) {
  /* line 171, sass/partials/_header.scss */
  #header .container .navigation {
    margin-right: 0;
  }
  /* line 174, sass/partials/_header.scss */
  #header .container .networks {
    display: none;
  }
}
@media (max-width: 879px) {
  /* line 182, sass/partials/_header.scss */
  #header .container .site-title a {
    width: 90px;
  }
}
@media (max-width: 767px) {
  /* line 191, sass/partials/_header.scss */
  #header .container .site-title a {
    width: 120px;
  }
}

/* line 1, sass/partials/_footer.scss */
#footer {
  display: block;
  overflow: hidden;
  background: #fff;
  padding-top: 21px;
  padding-bottom: 21px;
}
/* line 2, sass/partials/_footer.scss */
#footer .container {
  max-width: 1260px;
}
/* line 3, sass/partials/_footer.scss */
#footer .site-title {
  display: block;
  margin-right: 55px;
  width: 175px;
  float: left;
  margin-top: 7px;
}
/* line 4, sass/partials/_footer.scss */
#footer .site-title img {
  width: 100%;
  height: auto !important;
}
/* line 6, sass/partials/_footer.scss */
#footer .ij-link {
  display: block;
  float: left;
  color: #242424;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.15s ease;
}
/* line 7, sass/partials/_footer.scss */
#footer .ij-link .icon-arrow-right {
  margin-left: 10px;
  font-size: 0.875rem;
  transition: margin 0.15s ease;
}
/* line 8, sass/partials/_footer.scss */
#footer .ij-link:hover {
  color: #008ABB;
}
/* line 9, sass/partials/_footer.scss */
#footer .ij-link:hover .icon-arrow-right {
  margin-left: 20px;
}
/* line 12, sass/partials/_footer.scss */
#footer .footer-link {
  font-size: 0.875rem;
}
/* line 15, sass/partials/_footer.scss */
#footer .newsletter {
  float: left;
}
/* line 18, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form #mc_embed_signup_scroll {
  position: relative;
  margin-right: 40px;
}
/* line 19, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .mc-field-group input,
#footer .newsletter #mc_embed_signup form .button {
  padding: 10px 14px 12px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  transition: all 0.15s ease;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 21, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .mc-field-group {
  float: left;
}
/* line 22, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .mc-field-group input {
  border-color: #E2E2E2;
  width: 220px;
  margin-right: 10px;
}
/* line 23, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .mc-field-group input:focus {
  outline: none;
  border-color: #767676;
}
/* line 26, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .button {
  border: none;
  border: 1px solid #67CBC6;
  background: #67CBC6;
  color: #fff;
  font-weight: 500;
}
/* line 27, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .button:hover {
  cursor: pointer;
  background: #00A18C;
  border-color: #00A18C;
}
/* line 28, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form .button:focus {
  outline: none !important;
}
/* line 30, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form div.mce_inline_error {
  background: none;
  padding: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: red;
  font-size: 12px;
  font-weight: 300;
  padding-top: 10px;
}
/* line 32, sass/partials/_footer.scss */
#footer .newsletter #mc_embed_signup form #mce-responses .response#mce-success-response {
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  font-size: 12px;
  width: 100%;
  min-height: 50px;
  background: #fff;
  line-height: 1.25em;
}
/* line 37, sass/partials/_footer.scss */
#footer .networks {
  display: block;
  float: right;
}
/* line 38, sass/partials/_footer.scss */
#footer .networks a {
  color: #242424;
  font-size: 0.875rem;
  margin: 10px 7px;
  transition: all 0.15s ease;
}
/* line 39, sass/partials/_footer.scss */
#footer .networks a:last-child {
  margin-right: 0;
}
/* line 40, sass/partials/_footer.scss */
#footer .networks a:hover {
  color: #67CBC6;
}
@media (max-width: 1199px) {
  /* line 45, sass/partials/_footer.scss */
  #footer .split-right {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
}
@media (max-width: 1080px) {
  /* line 48, sass/partials/_footer.scss */
  #footer .items {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 50, sass/partials/_footer.scss */
  #footer .items .social-and-links {
    width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #EDEDED;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 59, sass/partials/_footer.scss */
  #footer .items .social-and-links .links {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  /* line 67, sass/partials/_footer.scss */
  #footer .items .social-and-links {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  /* line 69, sass/partials/_footer.scss */
  #footer .items .social-and-links .social {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 75, sass/partials/_footer.scss */
  #footer .items .social-and-links .social .networks {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  /* line 83, sass/partials/_footer.scss */
  #footer .newsletter {
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 40px;
  }
  /* line 86, sass/partials/_footer.scss */
  #footer .newsletter #mc_embed_signup form #mc_embed_signup_scroll {
    margin-right: 0;
  }
  /* line 87, sass/partials/_footer.scss */
  #footer .newsletter #mc_embed_signup form .mc-field-group {
    width: 100%;
  }
  /* line 88, sass/partials/_footer.scss */
  #footer .newsletter #mc_embed_signup form .mc-field-group input {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
  }
  /* line 90, sass/partials/_footer.scss */
  #footer .newsletter #mc_embed_signup form .button {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
    border-radius: 0 0 2px 2px;
  }
  /* line 91, sass/partials/_footer.scss */
  #footer .newsletter #mc_embed_signup form div.mce_inline_error {
    margin-bottom: 0;
    padding-bottom: 10px;
    background: #E2E2E2;
    padding-left: 15px;
  }
  /* line 95, sass/partials/_footer.scss */
  #footer .networks {
    display: block;
    float: none;
    text-align: center;
    padding-bottom: 40px;
    font-size: 1.3125rem;
    margin: 10px 15px;
  }
}

/* line 1, sass/partials/_mobile-nav.scss */
.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  background: #DADFE7;
  z-index: 30;
}
/* line 10, sass/partials/_mobile-nav.scss */
.mobile-nav .container {
  padding-top: 100px;
}
/* line 15, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul > li {
  margin-bottom: 17px;
}
/* line 17, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul > li > a {
  display: block;
  padding: 7px 0;
  font-weight: 700;
  color: #242424;
}
/* line 24, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul > li.current > a,
.mobile-nav .navigation > ul > li > a:hover {
  border-right: 3px solid #32879B;
}
/* line 28, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul ul.sub-menu {
  margin-top: 5px;
  margin-bottom: 25px;
}
/* line 32, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul ul.sub-menu li a {
  display: block;
  padding: 5px 0;
}
/* line 36, sass/partials/_mobile-nav.scss */
.mobile-nav .navigation > ul ul.sub-menu li a:not(:hover) {
  color: #4A4A4A;
}
/* line 43, sass/partials/_mobile-nav.scss */
.mobile-nav .networks {
  margin-top: 60px;
}
/* line 45, sass/partials/_mobile-nav.scss */
.mobile-nav .networks a {
  margin-right: 20px;
  color: #242424;
}

/* line 52, sass/partials/_mobile-nav.scss */
#site-wrapper,
.mobile-nav {
  transition: all 0.2s ease;
}

/* line 58, sass/partials/_mobile-nav.scss */
.mobile-nav-visible #site-wrapper,
.mobile-nav-visible .mobile-nav {
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
}

/* line 9, sass/partials/_ui.scss */
.btn {
  padding: 17px 25px;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
}
/* line 17, sass/partials/_ui.scss */
.btn.btn-primary {
  background: #67CBC6;
  color: #fff;
}
/* line 21, sass/partials/_ui.scss */
.btn.btn-primary:hover {
  background: #00A18C;
}
/* line 26, sass/partials/_ui.scss */
.btn.btn-secondary {
  border-color: #67CBC6;
  color: #67CBC6;
  background: transparent;
}
/* line 31, sass/partials/_ui.scss */
.btn.btn-secondary.disabled {
  border-color: #bbb;
  color: #bbb;
  border-color: #8ba7a6;
  color: #8ba7a6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default !important;
}
/* line 40, sass/partials/_ui.scss */
.btn.btn-secondary:not(.disabled):hover {
  border-color: #00A18C;
  background: #00A18C;
  color: #fff;
}
/* line 47, sass/partials/_ui.scss */
.btn.btn-small {
  padding: 11px 18px;
  font-size: 0.75rem;
}

/* line 53, sass/partials/_ui.scss */
a:not(.btn) {
  color: #67CBC6;
}
/* line 56, sass/partials/_ui.scss */
a:not(.btn):hover {
  color: #349893;
  color: #00A18C;
}

/* line 62, sass/partials/_ui.scss */
.password-protected-form {
  padding-top: 20px;
  text-align: center;
}
/* line 66, sass/partials/_ui.scss */
.password-protected-form .inner {
  display: inline-block;
  padding: 60px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 2px;
}
/* line 73, sass/partials/_ui.scss */
.password-protected-form .inner form {
  display: block;
  overflow: hidden;
}
/* line 78, sass/partials/_ui.scss */
.password-protected-form .inner h2 {
  font-size: 1rem !important;
  line-height: 1.4em;
  margin-bottom: 50px;
}
/* line 84, sass/partials/_ui.scss */
.password-protected-form .inner input[type="password"],
.password-protected-form .inner input[type="submit"] {
  height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
/* line 91, sass/partials/_ui.scss */
.password-protected-form .inner input[type="password"] {
  width: 250px;
  padding: 10px 15px 12px;
  border-radius: 2px 0 0 2px;
  font-size: 1.3125rem;
  border: none;
  border: 1px solid transparent;
  border-right: none;
  /* background: #FCFCFC;*/
  background: #D3DFE3;
}
/* line 101, sass/partials/_ui.scss */
.password-protected-form .inner input[type="password"]:focus {
  background: #fff;
  border-color: #67CBC6;
  outline: none;
}
/* line 108, sass/partials/_ui.scss */
.password-protected-form .inner input[type="submit"] {
  padding: 10px 15px 12px;
  border-radius: 0 2px 2px 0;
  font-size: 1.3125rem;
  border: none;
  background: #67CBC6;
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
/* line 119, sass/partials/_ui.scss */
.password-protected-form .inner input[type="submit"]:hover:not(.disabled) {
  background: #00A18C;
}
/* line 123, sass/partials/_ui.scss */
.password-protected-form .inner input[type="submit"]:focus {
  outline: none;
}
/* line 127, sass/partials/_ui.scss */
.password-protected-form .inner input[type="submit"].disabled {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 133, sass/partials/_ui.scss */
.password-protected-form .inner .error-message {
  display: none;
  padding-top: 20px;
  color: #F12C52;
}

/* line 141, sass/partials/_ui.scss */
.spinner {
  font-size: 10px;
  margin: 50px auto 0;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #67CBC6;
  background: -moz-linear-gradient(left, #67CBC6 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #67CBC6 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #67CBC6 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #67CBC6 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #67CBC6 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.5s infinite linear;
  animation: load3 0.5s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 162, sass/partials/_ui.scss */
.spinner:before {
  width: 50%;
  height: 50%;
  background: #67CBC6;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

/* line 173, sass/partials/_ui.scss */
.spinner:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3, sass/partials/_list-of-people.scss */
.list-of-people .row {
  margin-bottom: 0;
}
/* line 6, sass/partials/_list-of-people.scss */
.list-of-people .item {
  margin-bottom: 30px;
}
/* line 9, sass/partials/_list-of-people.scss */
.list-of-people .member {
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 100px;
  padding-left: 140px;
}
/* line 15, sass/partials/_list-of-people.scss */
.list-of-people .member .img-wrapper {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #DADFE7;
}
/* line 25, sass/partials/_list-of-people.scss */
.list-of-people .member .img-wrapper img {
  display: block;
  width: 100%;
  height: auto !important;
}
/* line 32, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content span,
.list-of-people .member .member-content a {
  display: block;
  line-height: 1.6em;
}
/* line 37, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content span {
  color: #242424;
}
/* line 40, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content .member-name {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
}
/* line 45, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content .member-institution {
  font-family: "Lora", serif;
  font-style: italic;
}
/* line 49, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content .member-location {
  font-family: "Lora", serif;
}
/* line 52, sass/partials/_list-of-people.scss */
.list-of-people .member .member-content .member-bio-button {
  text-transform: uppercase;
  font-size: 0.6875rem;
  padding-top: 4px;
}
@media (max-width: 991px) {
  /* line 60, sass/partials/_list-of-people.scss */
  .list-of-people .member {
    min-height: 60px;
    padding-left: 80px;
  }
  /* line 63, sass/partials/_list-of-people.scss */
  .list-of-people .member .img-wrapper {
    width: 60px;
    height: 60px;
  }
  /* line 68, sass/partials/_list-of-people.scss */
  .list-of-people .member .member-content .member-name {
    font-size: 1rem;
  }
}
/* line 74, sass/partials/_list-of-people.scss */
.list-of-people .popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
/* line 82, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content {
  display: block;
  position: absolute;
  z-index: 20;
  width: 460px;
  height: 500px;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -230px;
  background: #DADFE7;
}
/* line 93, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .inner {
  padding: 60px 50px 60px;
  max-height: 550px;
  overflow: scroll;
}
/* line 97, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .inner .name {
  display: block;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.125rem;
}
/* line 104, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .inner .description {
  display: block;
  line-height: 1.6em;
  color: #4A4A4A;
  font-size: 0.875rem;
}
/* line 111, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .close-popup-button {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
}
/* line 118, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .close-popup-button:before, .list-of-people .popup .popup-content .close-popup-button:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: 14px;
  left: 5px;
  background: #67CBC6;
}
/* line 129, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .close-popup-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 132, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-content .close-popup-button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 137, sass/partials/_list-of-people.scss */
.list-of-people .popup.visible {
  display: block;
}
/* line 140, sass/partials/_list-of-people.scss */
.list-of-people .popup .popup-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}

/* line 1, sass/partials/_quotes.scss */
.quotes {
  padding-top: 40px;
}
/* line 4, sass/partials/_quotes.scss */
.quotes ul li {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
/* line 8, sass/partials/_quotes.scss */
.quotes ul li .opening,
.quotes ul li .closing {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  font-family: "Lora", serif;
  color: #b3e5e3;
  font-size: 92px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* line 19, sass/partials/_quotes.scss */
.quotes ul li .opening {
  top: -17px;
  left: 0;
  text-align: left;
  margin-left: -4px;
}
/* line 25, sass/partials/_quotes.scss */
.quotes ul li .closing {
  bottom: -17px;
  right: 20px;
  text-align: left;
}
/* line 30, sass/partials/_quotes.scss */
.quotes ul li .quote-content {
  position: relative;
}
/* line 32, sass/partials/_quotes.scss */
.quotes ul li .quote-content .text {
  padding-left: 60px;
  padding-right: 80px;
  line-height: 1.3em;
}
/* line 38, sass/partials/_quotes.scss */
.quotes ul li .quote-author {
  display: block;
  padding-left: 60px;
  padding-top: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3em;
}
/* line 46, sass/partials/_quotes.scss */
.quotes ul li .quote-info {
  display: block;
  padding-left: 60px;
  font-size: 0.75rem;
  line-height: 1.3em;
}

/* line 1, sass/partials/_resources.scss */
.resources-section {
  margin-bottom: 80px;
  margin-top: 80px;
}
/* line 4, sass/partials/_resources.scss */
.resources-section h2 {
  margin-bottom: 30px;
}
/* line 7, sass/partials/_resources.scss */
.resources-section .resource-list {
  display: block;
  overflow: hidden;
}
/* line 10, sass/partials/_resources.scss */
.resources-section .resource-list .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
/* line 14, sass/partials/_resources.scss */
.resources-section .resource-list .row > div {
  margin-bottom: 0;
}
/* line 18, sass/partials/_resources.scss */
.resources-section .resource-list .label,
.resources-section .resource-list .link,
.resources-section .resource-list .no-link {
  font-size: 0.875rem;
  line-height: 1.3em;
}
/* line 24, sass/partials/_resources.scss */
.resources-section .resource-list .label {
  display: block;
  font-weight: 500;
  padding-right: 80px;
  color: #4A4A4A;
}
/* line 30, sass/partials/_resources.scss */
.resources-section .resource-list .link {
  position: relative;
  padding-right: 16px;
}
/* line 33, sass/partials/_resources.scss */
.resources-section .resource-list .link .icon {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 9px;
  transition: all 0.2s ease;
}
/* line 41, sass/partials/_resources.scss */
.resources-section .resource-list .link:hover {
  color: #00A18C;
}
/* line 43, sass/partials/_resources.scss */
.resources-section .resource-list .link:hover .icon {
  -webkit-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
}
/* line 48, sass/partials/_resources.scss */
.resources-section .resource-list .no-link {
  color: #4A4A4A;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 2, sass/partials/_workstreams.scss */
.workstreams-section .heading {
  display: block;
}
/* line 4, sass/partials/_workstreams.scss */
.workstreams-section .heading h2 {
  margin-bottom: 40px;
}
/* line 10, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .inner {
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
/* line 15, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream span {
  display: block;
  line-height: 1.6em;
  color: #fff;
  font-size: 0.75rem;
}
/* line 21, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .workstream-label {
  text-transform: uppercase;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-weight: 500;
  margin-bottom: 5px;
}
/* line 27, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .workstream-title {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
}
/* line 33, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .workstream-description {
  font-size: 0.875rem;
  font-weight: 300;
}
/* line 37, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .download-button {
  display: inline-block;
  margin-top: 30px;
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
  line-height: 1.2em;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 45, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream .download-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
/* line 50, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream.workstream-data .inner {
  background: #F0626E;
}
/* line 55, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream.workstream-content .inner {
  background: #7726BA;
}
/* line 60, sass/partials/_workstreams.scss */
.workstreams-section .workstreams .workstream.workstream-domains .inner {
  background: #FF8709;
}

/* line 2, sass/partials/_hero-2019.scss */
.hero-2019 {
  display: block;
  position: relative;
  padding-top: 120px;
}
/* line 6, sass/partials/_hero-2019.scss */
.hero-2019 .container {
  max-width: 1260px;
}
/* line 9, sass/partials/_hero-2019.scss */
.hero-2019 h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00A18C;
  font-size: 0.9375rem;
  font-weight: 500;
}
/* line 16, sass/partials/_hero-2019.scss */
.hero-2019 .page-wrapper {
  position: relative;
  z-index: 10;
}
/* line 20, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper {
  /*@include flexbox();*/
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
/* line 23, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos {
  margin-bottom: 0;
  margin-top: 15%;
}
/* line 27, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .partner .img-wrapper {
  margin-right: 25px;
}
/* line 31, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .supporters {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -10px;
}
/* line 35, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .multistakeholders {
  margin-top: 42px;
  overflow: hidden;
}
/* line 38, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder {
  text-align: center;
  padding: 0 5px;
}
/* line 41, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder .img-wrapper {
  height: 35px;
  width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 52, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder .img-wrapper img {
  height: auto !important;
  width: 100% !important;
  margin: 0 auto;
}
/* line 58, sass/partials/_hero-2019.scss */
.hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder .label {
  display: block;
  width: 160%;
  margin-left: -30%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #00A18C;
}
@media (min-width: 768px) {
  /* line 84, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .supporters .icann img {
    -webkit-transform: scale(1.25, 1.25);
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
  /* line 90, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .supporters .eclac img {
    -webkit-transform: scale(0.75, 0.75);
    -moz-transform: scale(0.75, 0.75);
    -ms-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
  }
}
@media (max-width: 767.98px) {
  /* line 23, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos {
    margin-top: 20px;
  }
  /* line 100, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .row > div:not(.partner) {
    margin-bottom: 0;
  }
  /* line 103, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos h4 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  /* line 107, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .partner .img-wrapper {
    width: 70%;
    margin: 0 auto;
  }
  /* line 111, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .supporters {
    margin-top: 0;
  }
  /* line 114, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .supporters .img-wrapper {
    width: 70%;
    margin: 0 auto 30px !important;
  }
  /* line 119, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder {
    margin-bottom: 30px !important;
  }
  /* line 121, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder .label {
    font-size: 0.6875rem;
  }
}
@media (max-width: 575px) {
  /* line 128, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .supporters .img-wrapper {
    width: 40%;
  }
  /* line 132, sass/partials/_hero-2019.scss */
  .hero-2019 .cols-wrapper .partner-logos .multistakeholders .multistakeholder {
    width: 50%;
  }
}
/* line 139, sass/partials/_hero-2019.scss */
.hero-2019 .pattern {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42%;
  padding-top: 60px;
  z-index: 0;
  background-image: url("assets/branding/skin/gijc-2019-pattern@2x.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  /* line 154, sass/partials/_hero-2019.scss */
  .hero-2019 .pattern {
    height: 32%;
  }
}
@media (max-width: 767px) {
  /* line 2, sass/partials/_hero-2019.scss */
  .hero-2019 {
    padding-top: 60px;
  }
  /* line 160, sass/partials/_hero-2019.scss */
  .hero-2019 .pattern {
    height: 20%;
  }
}

/* line 1, sass/pages/_home.scss */
.page-home {
  background: #fff;
}
/* line 3, sass/pages/_home.scss */
.page-home #main {
  padding-bottom: 80px;
  background: #FCFCFC;
}
/* line 7, sass/pages/_home.scss */
.page-home .conference-links {
  display: block;
  margin-top: 70px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 60px 0 45px;
}
/* line 13, sass/pages/_home.scss */
.page-home .conference-links .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 15, sass/pages/_home.scss */
.page-home .conference-links .row > div {
  margin-bottom: 15px;
}
/* line 19, sass/pages/_home.scss */
.page-home .conference-links .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 24, sass/pages/_home.scss */
.page-home .conference-links .btn .icon {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* line 28, sass/pages/_home.scss */
.page-home .conference-links .btn .day {
  font-weight: 100;
  text-transform: uppercase;
  padding-left: 4px;
}
/* line 34, sass/pages/_home.scss */
.page-home .conference-links .button-caption {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #979daf;
  color: #61697f;
  font-size: 0.875rem;
}
/* line 43, sass/pages/_home.scss */
.page-home .conference-links:not(.livestream-links) .btn {
  height: 100%;
}
/* line 48, sass/pages/_home.scss */
.page-home .conference-links + .conference-links {
  border-top: none;
  margin-top: 0;
}
/* line 53, sass/pages/_home.scss */
.page-home .overview {
  margin-top: 50px;
  padding-top: 20px;
  margin-bottom: 60px;
}
/* line 58, sass/pages/_home.scss */
.page-home .multistakeholder {
  padding: 90px 70px 70px;
  background: #8DD8FD;
  margin-bottom: 40px;
}
/* line 63, sass/pages/_home.scss */
.page-home .multistakeholder h4 {
  margin-bottom: 90px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
}
/* line 72, sass/pages/_home.scss */
.page-home .multistakeholder .item {
  margin-bottom: 30px;
}
/* line 74, sass/pages/_home.scss */
.page-home .multistakeholder .item .img-wrapper {
  display: block;
  margin: 0 auto 10px;
  height: 60px;
}
/* line 78, sass/pages/_home.scss */
.page-home .multistakeholder .item .img-wrapper img {
  display: block;
  margin: auto;
  width: auto;
}
/* line 84, sass/pages/_home.scss */
.page-home .multistakeholder .item .label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.7em;
}
@media (max-width: 767.98px) {
  /* line 95, sass/pages/_home.scss */
  .page-home .multistakeholder .item + .item {
    margin-top: 30px;
  }
}

/* line 4, sass/pages/_landing.scss */
.page-landing #header {
  background: transparent;
}
/* line 5, sass/pages/_landing.scss */
.page-landing #main {
  padding-bottom: 50px;
}
/* line 8, sass/pages/_landing.scss */
.page-landing .overview {
  display: block;
  margin-top: 50px;
  padding: 50px 0;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
/* line 9, sass/pages/_landing.scss */
.page-landing .overview .row > div {
  margin-bottom: 0;
}
/* line 11, sass/pages/_landing.scss */
.page-landing .links {
  display: block;
  position: relative;
  padding: 50px 0;
}
/* line 12, sass/pages/_landing.scss */
.page-landing .links .row > div {
  margin-bottom: 0;
  text-align: center;
}
/* line 13, sass/pages/_landing.scss */
.page-landing .links .btn-wrapper {
  display: block;
}
/* line 14, sass/pages/_landing.scss */
.page-landing .links .btn {
  display: block;
}
/* line 15, sass/pages/_landing.scss */
.page-landing .links .btn span {
  line-height: 1.3em;
}
/* line 17, sass/pages/_landing.scss */
.page-landing .links:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  width: 1px;
  background: #EDEDED;
}
@media (min-width: 1025px) {
  /* line 19, sass/pages/_landing.scss */
  .page-landing .links .btn-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  /* line 22, sass/pages/_landing.scss */
  .page-landing .links .btn br {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 25, sass/pages/_landing.scss */
  .page-landing .links .btn {
    margin-bottom: 20px;
  }
  /* line 26, sass/pages/_landing.scss */
  .page-landing .links:after {
    display: none;
  }
}

/* line 3, sass/pages/_404.scss */
.error404 #main .container {
  padding-top: 150px;
  text-align: center;
}
/* line 4, sass/pages/_404.scss */
.error404 #main .container .not-found {
  line-height: 1.3em;
  font-weight: 700;
  font-size: 1.3125rem;
  color: #242424;
}

/* line 5, sass/pages/_advisory.scss */
.page-advisory .hero .illustration {
  width: 240px;
  margin: 0 auto;
}
/* line 9, sass/pages/_advisory.scss */
.page-advisory .bottomline {
  color: #B1B1B1;
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 1.3em;
}
/* line 18, sass/pages/_advisory.scss */
.page-advisory .bottom-info {
  position: relative;
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
}
/* line 23, sass/pages/_advisory.scss */
.page-advisory .bottom-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  height: 1px;
  width: 30px;
  background: #bababa;
}
/* line 33, sass/pages/_advisory.scss */
.page-advisory .bottom-info p, .page-advisory .bottom-info .page-legal .terms-content li, .page-legal .terms-content .page-advisory .bottom-info li {
  max-width: 500px;
  margin: 0 auto;
}

/* line 2, sass/pages/_organizer.scss */
.page-organizer .hero {
  padding-top: 100px;
  padding-bottom: 50px;
  /*background: #E2F0FF;*/
  background: #EDEFF3;
  /*background-color: #fcfcfc; background-image: url('assets/images/footer-wave.png'); background-size: contain; background-position: bottom center; background-repeat: no-repeat;*/
}
/* line 3, sass/pages/_organizer.scss */
.page-organizer .hero .hero-title {
  font-size: 1.75rem;
  text-align: center;
}
@media (max-width: 1080px) {
  /* line 5, sass/pages/_organizer.scss */
  .page-organizer .hero .hero-title br {
    display: none;
  }
}
/* line 8, sass/pages/_organizer.scss */
.page-organizer .hero .organizer-logos {
  margin-top: 50px;
}
/* line 9, sass/pages/_organizer.scss */
.page-organizer .hero .organizer-logos .img-wrapper {
  display: block;
}
/* line 10, sass/pages/_organizer.scss */
.page-organizer .hero .organizer-logos .img-wrapper img {
  display: block;
  width: 100%;
  height: auto !important;
}
/* line 11, sass/pages/_organizer.scss */
.page-organizer .hero .organizer-logos .img-wrapper.gijc-logo {
  padding-left: 6%;
  padding-right: 6%;
}
/* line 14, sass/pages/_organizer.scss */
.page-organizer .hero .ij-link {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 1rem;
}
/* line 15, sass/pages/_organizer.scss */
.page-organizer .hero .ij-link:hover {
  color: #00A18C;
}
/* line 19, sass/pages/_organizer.scss */
.page-organizer #main h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 700;
  font-weight: 100;
  font-size: 28px;
  line-height: 37px;
  text-transform: none;
}
/* line 20, sass/pages/_organizer.scss */
.page-organizer #main h3 em {
  font-weight: 500;
}
/* line 22, sass/pages/_organizer.scss */
.page-organizer #main h4 {
  font-size: 28px;
  color: #008ABB;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 10px;
}
/* line 23, sass/pages/_organizer.scss */
.page-organizer #main .section {
  margin-bottom: 30px;
}
/* line 24, sass/pages/_organizer.scss */
.page-organizer #main .section.info-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
/* line 25, sass/pages/_organizer.scss */
.page-organizer #main .section.info-section h5 {
  font-weight: 700;
  padding: 5px 0 0;
  line-height: 1.8em;
}
/* line 26, sass/pages/_organizer.scss */
.page-organizer #main .section.info-section h2 {
  margin-bottom: 20px;
}
/* line 27, sass/pages/_organizer.scss */
.page-organizer #main .section.info-section .btn {
  display: inline-block;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  /* line 29, sass/pages/_organizer.scss */
  .page-organizer #main .section.info-section .btn {
    float: right;
  }
}
/* line 32, sass/pages/_organizer.scss */
.page-organizer #main .section.organizer-section {
  margin-top: 0;
}
/* line 33, sass/pages/_organizer.scss */
.page-organizer #main .section.organizer-section h2 {
  margin-bottom: 30px;
}
/* line 35, sass/pages/_organizer.scss */
.page-organizer #main .section.video-section {
  margin-top: 50px;
}
/* line 36, sass/pages/_organizer.scss */
.page-organizer #main .section.video-section h3 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  /* line 36, sass/pages/_organizer.scss */
  .page-organizer #main .section.video-section h3 {
    display: table-cell;
    vertical-align: middle;
    height: 410px;
  }
}
@media (min-width: 992px) and (max-width: 1180px) {
  /* line 36, sass/pages/_organizer.scss */
  .page-organizer #main .section.video-section h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  /* line 36, sass/pages/_organizer.scss */
  .page-organizer #main .section.video-section h3 {
    height: 360px;
  }
}
/* line 43, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section h2 {
  margin-bottom: 30px;
}
/* line 44, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs {
  margin-top: 30px;
}
/* line 46, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program a {
  display: block;
  overflow: hidden;
}
/* line 47, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program .img-wrapper {
  display: block;
  width: 100px;
  float: left;
  margin-right: 30px;
}
/* line 48, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program .img-wrapper img {
  display: block;
  width: 100%;
  height: auto !important;
}
/* line 50, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program .label {
  display: block;
  float: left;
  margin-top: 45px;
  font-weight: 100;
  line-height: 1.4em;
  color: #242424;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
/* line 51, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program .label em {
  font-weight: 700;
  display: block;
}
/* line 53, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program.program-data .label em {
  color: #E9495B;
}
/* line 54, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program.program-content .label em {
  color: #7726BA;
}
/* line 55, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program.program-domains .label em {
  color: #FF8709;
}
/* line 56, sass/pages/_organizer.scss */
.page-organizer #main .section.programs-section .programs .program a:hover .label {
  padding-left: 10px;
}
/* line 62, sass/pages/_organizer.scss */
.page-organizer .btn-arrow {
  display: block;
  margin-top: 50px;
}
/* line 63, sass/pages/_organizer.scss */
.page-organizer .video-container {
  display: block;
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #F9F9F9;
  border-radius: 2px;
}
/* line 64, sass/pages/_organizer.scss */
.page-organizer .video-container .object-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 64.28%;
  padding-bottom: 56.25%;
}
/* line 65, sass/pages/_organizer.scss */
.page-organizer .video-container .object-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 63, sass/pages/_organizer.scss */
  .page-organizer .video-container {
    padding: 0px;
    border: none;
  }
}

/* line 2, sass/pages/_participants.scss */
.page-participants .hero .illustration {
  width: 80%;
  margin-left: 10%;
}
@media (max-width: 991px) {
  /* line 7, sass/pages/_participants.scss */
  .page-participants .hero h1 br {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 12, sass/pages/_participants.scss */
  .page-participants .hero .hero-title {
    font-size: 1.3125rem;
    padding-left: 0 !important;
  }
  /* line 16, sass/pages/_participants.scss */
  .page-participants .hero .illustration {
    width: 100%;
    margin: 0px 0 50px;
    position: relative !important;
  }
  /* line 20, sass/pages/_participants.scss */
  .page-participants .hero .illustration img {
    width: 60% !important;
    margin-left: 20%;
  }
  /* line 25, sass/pages/_participants.scss */
  .page-participants .hero .row > div {
    margin-bottom: 0;
  }
}
/* line 31, sass/pages/_participants.scss */
.page-participants .participants ul li {
  position: relative;
  font-size: 0.75rem;
  color: #808080;
  padding: 11px 0 9px;
}
/* line 37, sass/pages/_participants.scss */
.page-participants .participants ul li .row > div {
  margin-bottom: 0;
}
/* line 40, sass/pages/_participants.scss */
.page-participants .participants ul li .row span {
  display: block;
  clear: both;
  line-height: 1.4em;
}
/* line 46, sass/pages/_participants.scss */
.page-participants .participants ul li .row .institution {
  color: #4A4A4A;
  font-weight: 600;
  transition: all 0.15s ease;
}
/* line 51, sass/pages/_participants.scss */
.page-participants .participants ul li .row .name {
  font-weight: 600;
}
@media (min-width: 576px) {
  /* line 57, sass/pages/_participants.scss */
  .page-participants .participants ul li:hover {
    background: #d9f2f1;
  }
  /* line 59, sass/pages/_participants.scss */
  .page-participants .participants ul li:hover .row .institution {
    padding-left: 10px;
  }
}
/* line 65, sass/pages/_participants.scss */
.page-participants .participants ul li + li {
  border-top: 1px solid #ECECEC;
}

/* line 2, sass/pages/_process.scss */
.page-process .introduction {
  padding-top: 80px;
}
/* line 3, sass/pages/_process.scss */
.page-process .introduction h2 {
  margin-bottom: 0;
}
/* line 5, sass/pages/_process.scss */
.page-process .hero {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
/* line 6, sass/pages/_process.scss */
.page-process .hero .hero-description {
  padding-right: 80px;
}
@media (max-width: 991px) {
  /* line 6, sass/pages/_process.scss */
  .page-process .hero .hero-description {
    padding-right: 40px;
  }
}
/* line 12, sass/pages/_process.scss */
.page-process .hero a:hover {
  color: #00A18C !important;
}
/* line 13, sass/pages/_process.scss */
.page-process .hero .illustration {
  margin-left: 0 !important;
  margin-top: 5px;
}
/* line 14, sass/pages/_process.scss */
.page-process .hero .illustration img {
  display: block;
  width: 100%;
}
/* line 16, sass/pages/_process.scss */
.page-process .hero .download-section {
  display: block;
  margin-left: 0 !important;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #eee;
}
/* line 17, sass/pages/_process.scss */
.page-process .hero .download-section p, .page-process .hero .download-section .page-legal .terms-content li, .page-legal .terms-content .page-process .hero .download-section li {
  display: block;
  margin-bottom: 30px;
  color: #7A7A7A;
}
/* line 18, sass/pages/_process.scss */
.page-process .hero .download-section .download-btn {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 15px;
  color: #fff;
}
@media (min-width: 991px) {
  /* line 16, sass/pages/_process.scss */
  .page-process .hero .download-section {
    margin-left: 100px;
  }
}
/* line 23, sass/pages/_process.scss */
.page-process .policy h2 {
  margin-bottom: 40px;
}
/* line 24, sass/pages/_process.scss */
.page-process .policy p a:hover, .page-process .policy .page-legal .terms-content li a:hover, .page-legal .terms-content .page-process .policy li a:hover {
  color: #00A18C;
}
/* line 26, sass/pages/_process.scss */
.page-process .policy .input-docs .item-1 {
  text-align: left;
}
/* line 27, sass/pages/_process.scss */
.page-process .policy .input-docs .item-2 {
  text-align: center;
}
/* line 28, sass/pages/_process.scss */
.page-process .policy .input-docs .item-3 {
  text-align: right;
}
/* line 29, sass/pages/_process.scss */
.page-process .policy .input-docs .img-wrapper {
  display: inline-block;
  width: 70%;
}
/* line 30, sass/pages/_process.scss */
.page-process .policy .input-docs .button-wrapper {
  display: inline-block;
  width: 70%;
}
/* line 31, sass/pages/_process.scss */
.page-process .policy .input-docs .button-wrapper .download-link {
  display: table;
  text-align: center;
  margin: 30px auto 0px;
}
@media (max-width: 768px) {
  /* line 34, sass/pages/_process.scss */
  .page-process .policy .input-docs .img-wrapper, .page-process .policy .input-docs .button-wrapper {
    width: 100%;
  }
}
@media (max-width: 460px) {
  /* line 38, sass/pages/_process.scss */
  .page-process .policy .input-docs .item-1, .page-process .policy .input-docs .item-2, .page-process .policy .input-docs .item-3 {
    width: 100%;
    text-align: center;
  }
  /* line 39, sass/pages/_process.scss */
  .page-process .policy .input-docs .item-1 .img-wrapper, .page-process .policy .input-docs .item-1 .button-wrapper, .page-process .policy .input-docs .item-2 .img-wrapper, .page-process .policy .input-docs .item-2 .button-wrapper, .page-process .policy .input-docs .item-3 .img-wrapper, .page-process .policy .input-docs .item-3 .button-wrapper {
    width: 70%;
  }
}
/* line 44, sass/pages/_process.scss */
.page-process .policy .sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  display: none;
}
/* line 45, sass/pages/_process.scss */
.page-process .policy .sep.sep-top {
  margin: 20px 0;
}
/* line 46, sass/pages/_process.scss */
.page-process .policy .sep.sep-bottom {
  margin: 20px 0;
}
/* line 50, sass/pages/_process.scss */
.page-process .timeline h2 {
  margin-bottom: 30px;
}
/* line 52, sass/pages/_process.scss */
.page-process .timeline .img-wrapper {
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}
/* line 53, sass/pages/_process.scss */
.page-process .timeline .img-wrapper .inner {
  display: block;
  padding: 40px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
/* line 57, sass/pages/_process.scss */
.page-process .timeline .additional-info {
  display: block;
  padding-top: 80px;
}
/* line 58, sass/pages/_process.scss */
.page-process .timeline .additional-info h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 59, sass/pages/_process.scss */
.page-process .timeline .additional-info div {
  display: block;
  padding-bottom: 20px;
  font-size: 0.875rem;
}
/* line 60, sass/pages/_process.scss */
.page-process .timeline .additional-info div .label {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
}
/* line 62, sass/pages/_process.scss */
.page-process .timeline .additional-info div ul li {
  display: inline-block;
  padding-right: 14px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
/* line 63, sass/pages/_process.scss */
.page-process .timeline .additional-info div ul li a:hover {
  color: #00A18C;
}
/* line 64, sass/pages/_process.scss */
.page-process .timeline .additional-info div ul li:last-child {
  border: none;
}
/* line 77, sass/pages/_process.scss */
.page-process .contact-groups .contact-group {
  padding: 40px 30px;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #F1F1F1;
  border-left-width: 2px;
}
/* line 83, sass/pages/_process.scss */
.page-process .contact-groups .contact-group.group-data {
  border-left-color: #F0626E;
}
/* line 86, sass/pages/_process.scss */
.page-process .contact-groups .contact-group.group-content {
  border-left-color: #7726BA;
}
/* line 89, sass/pages/_process.scss */
.page-process .contact-groups .contact-group.group-domains {
  border-left-color: #FF8709;
}
/* line 92, sass/pages/_process.scss */
.page-process .contact-groups .contact-group .list-head {
  font-weight: 600;
  margin-top: 40px;
  font-size: 0.875rem;
}
/* line 98, sass/pages/_process.scss */
.page-process .contact-groups .contact-group .items .item {
  display: block;
  font-size: 0.75rem;
  position: relative;
  color: #808080;
  padding: 14px 0 12px;
  border-bottom: 1px solid whitesmoke;
  line-height: 1.5;
}
/* line 106, sass/pages/_process.scss */
.page-process .contact-groups .contact-group .items .item span {
  transition: all 0.15s ease;
}
/* line 109, sass/pages/_process.scss */
.page-process .contact-groups .contact-group .items .item .name {
  font-weight: 600;
  color: #4A4A4A;
}
@media (min-width: 576px) {
  /* line 123, sass/pages/_process.scss */
  .page-process .contact-groups .contact-group .items .item:hover {
    background: #d9f2f1;
  }
  /* line 125, sass/pages/_process.scss */
  .page-process .contact-groups .contact-group .items .item:hover .name {
    padding-left: 10px;
  }
}
/* line 129, sass/pages/_process.scss */
.page-process .contact-groups .contact-group .items .item:first-child {
  border-top: 1px solid whitesmoke;
}
/* line 134, sass/pages/_process.scss */
.page-process .contact-groups .contact-group + .contact-group {
  margin-top: 20px;
}

/* line 2, sass/pages/_program.scss */
.page-program .hero {
  padding-bottom: 30px !important;
}
/* line 3, sass/pages/_program.scss */
.page-program .hero .hero-description {
  padding-right: 80px;
}
@media (max-width: 991px) {
  /* line 3, sass/pages/_program.scss */
  .page-program .hero .hero-description {
    padding-right: 40px;
  }
}
/* line 8, sass/pages/_program.scss */
.page-program .hero .illustration {
  width: 200px;
  margin-left: 0 !important;
}
/* line 9, sass/pages/_program.scss */
.page-program .hero .download-section {
  display: block;
  margin-left: 0 !important;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #eee;
}
/* line 10, sass/pages/_program.scss */
.page-program .hero .download-section p, .page-program .hero .download-section .page-legal .terms-content li, .page-legal .terms-content .page-program .hero .download-section li {
  display: block;
  margin-bottom: 30px;
  color: #7A7A7A;
}
/* line 11, sass/pages/_program.scss */
.page-program .hero .download-section .download-btn {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 15px;
  color: #fff;
}
@media (min-width: 991px) {
  /* line 9, sass/pages/_program.scss */
  .page-program .hero .download-section {
    margin-left: 100px;
  }
}
/* line 15, sass/pages/_program.scss */
.page-program .resources-section {
  margin-bottom: 80px;
}
/* line 16, sass/pages/_program.scss */
.page-program .resources-section h2 {
  margin-bottom: 30px;
}
/* line 17, sass/pages/_program.scss */
.page-program .resources-section .resource-list {
  display: block;
  overflow: hidden;
}
/* line 18, sass/pages/_program.scss */
.page-program .resources-section .resource-list .row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
/* line 19, sass/pages/_program.scss */
.page-program .resources-section .resource-list .row > div {
  margin-bottom: 0;
}
/* line 21, sass/pages/_program.scss */
.page-program .resources-section .resource-list .label, .page-program .resources-section .resource-list .link, .page-program .resources-section .resource-list .no-link {
  font-size: 0.875rem;
  line-height: 1.3em;
}
/* line 22, sass/pages/_program.scss */
.page-program .resources-section .resource-list .label {
  font-weight: 500;
  padding-right: 80px;
  color: #4A4A4A;
}
/* line 23, sass/pages/_program.scss */
.page-program .resources-section .resource-list .link {
  position: relative;
  padding-right: 16px;
}
/* line 24, sass/pages/_program.scss */
.page-program .resources-section .resource-list .link .icon {
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 9px;
  transition: all 0.2s ease;
}
/* line 25, sass/pages/_program.scss */
.page-program .resources-section .resource-list .link:hover {
  color: #00A18C;
}
/* line 26, sass/pages/_program.scss */
.page-program .resources-section .resource-list .link:hover .icon {
  -webkit-transform: translate(4px, 0);
  -moz-transform: translate(4px, 0);
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
}
/* line 29, sass/pages/_program.scss */
.page-program .resources-section .resource-list .no-link {
  color: #4A4A4A;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 33, sass/pages/_program.scss */
.page-program .program-preview {
  margin-top: 40px;
}
/* line 34, sass/pages/_program.scss */
.page-program .program-preview .heading {
  margin-bottom: 40px;
}
/* line 35, sass/pages/_program.scss */
.page-program .program-preview .heading h2 {
  margin-bottom: 10px;
}
/* line 36, sass/pages/_program.scss */
.page-program .program-preview .heading h4 {
  font-weight: 500;
  color: #4A4A4A;
}
/* line 39, sass/pages/_program.scss */
.page-program .program-preview .program-preview-download .img-wrapper {
  background: #fff;
  border: 1px solid #eee;
}
/* line 40, sass/pages/_program.scss */
.page-program .program-preview .program-preview-download .img-wrapper .inner {
  display: block;
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 44, sass/pages/_program.scss */
  .page-program .program-preview .program-preview-download .img-wrapper .inner {
    padding: 10px;
  }
}
/* line 48, sass/pages/_program.scss */
.page-program .program-preview .program-preview-download:hover .img-wrapper {
  border-color: #67CBC6;
}

/* line 2, sass/pages/_registration.scss */
.page-registration #main {
  padding-bottom: 120px;
}
/* line 3, sass/pages/_registration.scss */
.page-registration .iframe-wrapper {
  display: block;
  text-align: center;
  max-width: 768px;
  margin: auto;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 2px;
}

/* line 2, sass/pages/_supporters.scss */
.page-supporters #main {
  padding-bottom: 160px;
}
/* line 3, sass/pages/_supporters.scss */
.page-supporters .section {
  margin-bottom: 80px;
}
/* line 4, sass/pages/_supporters.scss */
.page-supporters .section h2 {
  margin-bottom: 20px;
  text-align: center;
}
/* line 5, sass/pages/_supporters.scss */
.page-supporters .section p, .page-supporters .section .page-legal .terms-content li, .page-legal .terms-content .page-supporters .section li {
  text-align: center;
}
/* line 7, sass/pages/_supporters.scss */
.page-supporters .section .supporters {
  position: relative;
}
/* line 8, sass/pages/_supporters.scss */
.page-supporters .section .supporters .separator {
  display: block;
  position: absolute;
  height: 1px;
  width: 50px;
  background: #bbb;
  left: 50%;
  margin-left: -25px;
}
/* line 9, sass/pages/_supporters.scss */
.page-supporters .section .supporters .separator.sep-top {
  top: 0;
}
/* line 10, sass/pages/_supporters.scss */
.page-supporters .section .supporters .separator.sep-bottom {
  bottom: 0;
}
/* line 12, sass/pages/_supporters.scss */
.page-supporters .section .supporters .img-wrapper {
  display: block;
  text-align: center;
  margin: auto;
}
/* line 13, sass/pages/_supporters.scss */
.page-supporters .section .supporters .img-wrapper img {
  display: block;
  margin: auto;
}
/* line 16, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .img-wrapper {
  max-width: 150px;
}
/* line 18, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .canada img {
  margin-top: 36%;
}
/* line 19, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .oecd img {
  margin-top: 0;
}
/* line 20, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .european-commission img {
  margin-top: 0;
}
/* line 21, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .unesco img {
  margin-top: 0;
}
/* line 22, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .council-of-europe img {
  width: 90%;
  margin-top: 2%;
}
/* line 23, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .icann img {
  margin-top: 0;
}
/* line 25, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .hewlett-foundation .img-wrapper {
  max-width: 280px;
  width: 110%;
}
/* line 26, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .hewlett-foundation .img-wrapper img {
  margin-top: 13%;
  margin-left: 3%;
}
@media (max-width: 768px) {
  /* line 28, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-1 .hewlett-foundation .img-wrapper img {
    margin-left: 0;
  }
}
/* line 31, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .google .img-wrapper {
  max-width: 200px;
}
/* line 32, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .google .img-wrapper img {
  margin-top: 16%;
  margin-left: 26%;
}
@media (max-width: 768px) {
  /* line 34, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-1 .google .img-wrapper img {
    margin-left: 0;
  }
}
/* line 37, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .canada .img-wrapper {
  max-width: 180px;
}
/* line 38, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-1 .canada .img-wrapper img {
  margin-top: 22%;
  margin-left: 15%;
}
@media (max-width: 768px) {
  /* line 40, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-1 .canada .img-wrapper img {
    margin-left: 0;
  }
}
/* line 50, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 {
  margin-top: 20px;
}
/* line 51, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .supporter {
  min-height: 120px;
}
/* line 52, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .img-wrapper {
  max-width: 120px;
}
/* line 53, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .amazon img {
  width: 90%;
  margin-top: 35%;
}
/* line 54, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .icann img {
  width: 73%;
  margin-top: 4%;
}
/* line 55, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .apple img {
  width: 45%;
  margin-top: 10%;
}
/* line 56, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .microsoft img {
  margin-top: 34%;
}
/* line 57, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .walt-disney-company img {
  width: 85%;
  margin-top: 20%;
}
/* line 58, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .canada .img-wrapper {
  max-width: 145px;
}
/* line 59, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .canada .img-wrapper img {
  margin-top: 0;
}
/* line 61, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2 .cira img {
  width: 95%;
}
@media (min-width: 768px) {
  /* line 65, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-2.financial .apple img {
    margin-left: 5%;
  }
  /* line 66, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-2.financial .cira img {
    margin-left: -12%;
  }
  /* line 67, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-2.financial .microsoft img {
    margin-left: -7%;
  }
}
/* line 69, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-2.financial .cira img {
  width: 85%;
  margin-top: 33%;
}
/* line 72, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 {
  margin-top: 40px;
}
/* line 73, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .supporter {
  min-height: 80px;
}
/* line 74, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .img-wrapper {
  max-width: 70px;
}
/* line 75, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .cgi-br img {
  width: 90%;
  margin-top: 17%;
  margin-left: 5%;
}
/* line 77, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .switzerland .img-wrapper img {
  width: 120%;
  margin-top: 16%;
  margin-left: -14%;
}
/* line 80, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .facebook .img-wrapper {
  max-width: 90px;
}
/* line 81, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .facebook .img-wrapper img {
  margin-top: 25%;
  margin-left: 5%;
}
/* line 83, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .verisign img {
  margin-top: -6%;
}
/* line 84, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .afilias img {
  margin-top: 23%;
}
/* line 85, sass/pages/_supporters.scss */
.page-supporters .section .supporters.level-3 .afnic img {
  margin-top: 23%;
}
@media (min-width: 768px) {
  /* line 91, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2 {
    width: 16.66666667% !important;
  }
  /* line 92, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.council-of-europe {
    margin-left: -10px;
  }
  /* line 93, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.council-of-europe img {
    width: 90%;
    margin-top: 2%;
  }
  /* line 95, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.internet-society .img-wrapper {
    max-width: 80px;
  }
  /* line 96, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.internet-society .img-wrapper img {
    margin-top: 25%;
    margin-left: -10px;
  }
  /* line 98, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netherlands {
    margin-left: -25px;
  }
  /* line 99, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netherlands .img-wrapper {
    max-width: 90px;
  }
  /* line 100, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netherlands img {
    width: 140%;
    margin-top: 10px;
  }
  /* line 102, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netchoice {
    margin-left: 5px;
  }
  /* line 103, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netchoice .img-wrapper {
    max-width: 80px;
  }
  /* line 104, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.netchoice img {
    width: 140%;
    margin-top: 20px;
  }
  /* line 106, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.idrc {
    margin-left: 20px;
  }
  /* line 107, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.idrc .img-wrapper {
    max-width: 90px;
  }
  /* line 108, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.idrc img {
    width: 140%;
    margin-top: 15px;
  }
  /* line 111, sass/pages/_supporters.scss */
  .page-supporters .section .supporters.level-3.financial .supporter.line-2.EURid .img-wrapper img {
    margin-left: 30px;
  }
}

/* line 2, sass/pages/_about.scss */
.page-about #main {
  padding-top: 100px;
}
/* line 5, sass/pages/_about.scss */
.page-about section.sep-top {
  position: relative;
  padding-top: 60px;
  text-align: center;
}
/* line 9, sass/pages/_about.scss */
.page-about section.sep-top h2  {
  text-align: center;
  margin-bottom: 20px;
}
/* line 13, sass/pages/_about.scss */
.page-about section.sep-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 40px;
  margin-left: -20px;
  background: #d9d9d9;
}
/* line 27, sass/pages/_about.scss */
.page-about .logos .logo .img-wrapper {
  height: 100%;
  max-width: 200px;
  margin: 0 auto;
}
/* line 35, sass/pages/_about.scss */
.page-about .logos.supporters .logo .img-wrapper {
  max-width: 140px;
}

/* line 2, sass/pages/_legal.scss */
.page-legal #main {
  padding-top: 80px;
}
/* line 5, sass/pages/_legal.scss */
.page-legal h1 {
  font-size: 1.75rem !important;
  margin-bottom: 50px;
}
/* line 10, sass/pages/_legal.scss */
.page-legal .terms-content em {
  font-style: italic;
}
/* line 13, sass/pages/_legal.scss */
.page-legal .terms-content li {
  margin-left: 30px;
  list-style: disc;
}
/* line 18, sass/pages/_legal.scss */
.page-legal .terms-content ul, .page-legal .terms-content ol {
  margin-top: 1.575rem;
  margin-bottom: 1.575rem;
}
/* line 22, sass/pages/_legal.scss */
.page-legal .terms-content h1, .page-legal .terms-content h2, .page-legal .terms-content h3, .page-legal .terms-content h4, .page-legal .terms-content h5, .page-legal .terms-content h6 {
  margin-bottom: 1.575rem;
}
/* line 25, sass/pages/_legal.scss */
.page-legal .terms-content h5 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 41, style.scss */
h1,
h2 {
  font-size: 1.75rem !important;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
}

/* line 50, style.scss */
p, .page-legal .terms-content li {
  font-size: 0.875rem;
  line-height: 1.8em;
  color: #4A4A4A;
}

/* line 56, style.scss */
a {
  cursor: pointer;
}

/* line 60, style.scss */
.entity,
.nowrap {
  white-space: nowrap;
}

/* line 67, style.scss */
body.password-protected #main {
  padding-bottom: 120px;
}

/* line 72, style.scss */
#main {
  position: relative;
  padding-bottom: 80px;
}

/* line 77, style.scss */
.hero-title {
  line-height: 1.3em;
}

/* line 86, style.scss */
.page-advisory .hero,
.page-program .hero,
.page-process .hero,
.page-organizer .hero,
.page-participants .hero {
  padding-top: 100px;
  padding-bottom: 80px;
}
/* line 89, style.scss */
.page-advisory .hero .hero-title,
.page-program .hero .hero-title,
.page-process .hero .hero-title,
.page-organizer .hero .hero-title,
.page-participants .hero .hero-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2rem;
}
/* line 97, style.scss */
.page-advisory .hero .illustration img,
.page-program .hero .illustration img,
.page-process .hero .illustration img,
.page-organizer .hero .illustration img,
.page-participants .hero .illustration img {
  width: 100%;
  height: auto !important;
}
@media (max-width: 991px) {
  /* line 105, style.scss */
  .page-advisory .hero .illustration,
  .page-program .hero .illustration,
  .page-process .hero .illustration,
  .page-organizer .hero .illustration,
  .page-participants .hero .illustration {
    margin-left: 0;
  }
  /* line 107, style.scss */
  .page-advisory .hero .illustration img,
  .page-program .hero .illustration img,
  .page-process .hero .illustration img,
  .page-organizer .hero .illustration img,
  .page-participants .hero .illustration img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* line 117, style.scss */
  .page-advisory:not(.page-organizer .page-process) .hero .hero-title,
  .page-program:not(.page-organizer .page-process) .hero .hero-title,
  .page-process:not(.page-organizer .page-process) .hero .hero-title,
  .page-organizer:not(.page-organizer .page-process) .hero .hero-title,
  .page-participants:not(.page-organizer .page-process) .hero .hero-title {
    padding-left: 110px;
    height: 90px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 123, style.scss */
  .page-advisory:not(.page-organizer .page-process) .hero .hero-description,
  .page-program:not(.page-organizer .page-process) .hero .hero-description,
  .page-process:not(.page-organizer .page-process) .hero .hero-description,
  .page-organizer:not(.page-organizer .page-process) .hero .hero-description,
  .page-participants:not(.page-organizer .page-process) .hero .hero-description {
    margin-top: 50px;
  }
  /* line 126, style.scss */
  .page-advisory:not(.page-organizer .page-process) .hero .illustration,
  .page-program:not(.page-organizer .page-process) .hero .illustration,
  .page-process:not(.page-organizer .page-process) .hero .illustration,
  .page-organizer:not(.page-organizer .page-process) .hero .illustration,
  .page-participants:not(.page-organizer .page-process) .hero .illustration {
    position: absolute;
  }
  /* line 128, style.scss */
  .page-advisory:not(.page-organizer .page-process) .hero .illustration img,
  .page-program:not(.page-organizer .page-process) .hero .illustration img,
  .page-process:not(.page-organizer .page-process) .hero .illustration img,
  .page-organizer:not(.page-organizer .page-process) .hero .illustration img,
  .page-participants:not(.page-organizer .page-process) .hero .illustration img {
    width: 90px;
    margin-top: 0;
  }
}

/* line 142, style.scss */
.page-advisory #main,
.page-program #main,
.page-organizer #main,
.page-participants #main {
  background: #FCFCFC;
}
