@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|PT+Serif:400i&display=swap");
@import url("https://cdn.materialdesignicons.com/3.8.95/css/materialdesignicons.min.css");

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

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

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

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

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1C008A;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0c003e;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 4px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 4px;
  line-height: 1; }

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1152px; } }

.container-fluid {
  width: 100%;
/*   padding-right: 12px; */
/*   padding-left: 12px; */
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .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: 12px;
  padding-left: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 8px;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #FFF; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bfb8de; }

.table-hover .table-primary:hover {
  background-color: #afa7d6; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #afa7d6; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f3c3c3; }

.table-hover .table-danger:hover {
  background-color: #efaeae; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #efaeae; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #FFF;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #FFF;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #3c0bff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFF; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #D52A2A; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(213, 42, 42, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #D52A2A; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #D52A2A;
    box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D52A2A; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D52A2A; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ea9595; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #dd5555; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(213, 42, 42, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D52A2A; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #FFF;
  background-color: #1C008A;
  border-color: #1C008A; }
  .btn-primary:hover {
    color: #FFF;
    background-color: #140064;
    border-color: #120057; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFF;
    background-color: #1C008A;
    border-color: #1C008A; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #120057;
    border-color: #0f004a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.5); }

.btn-secondary {
  color: #FFF;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #FFF;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #FFF;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #FFF;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #FFF;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #FFF;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #FFF;
  background-color: #D52A2A;
  border-color: #D52A2A; }
  .btn-danger:hover {
    color: #FFF;
    background-color: #b52424;
    border-color: #aa2222; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFF;
    background-color: #D52A2A;
    border-color: #D52A2A; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #aa2222;
    border-color: #a02020; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #FFF;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #FFF;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFF;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #1C008A;
  background-color: transparent;
  background-image: none;
  border-color: #1C008A; }
  .btn-outline-primary:hover {
    color: #FFF;
    background-color: #1C008A;
    border-color: #1C008A; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1C008A;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #FFF;
    background-color: #1C008A;
    border-color: #1C008A; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFF;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #D52A2A;
  background-color: transparent;
  background-image: none;
  border-color: #D52A2A; }
  .btn-outline-danger:hover {
    color: #FFF;
    background-color: #D52A2A;
    border-color: #D52A2A; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #D52A2A;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFF;
    background-color: #D52A2A;
    border-color: #D52A2A; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 42, 42, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFF;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1C008A;
  background-color: transparent; }
  .btn-link:hover {
    color: #0c003e;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 4px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: #1C008A; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #FFF;
    background-color: #1C008A; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #FFF;
    background-color: #653eff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1C008A; }

.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='%23FFF' 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"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #1C008A; }

.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='%23FFF' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 0, 138, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(28, 0, 138, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #1C008A; }

.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='%23FFF'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(28, 0, 138, 0.5); }

.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.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #3c0bff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(60, 11, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #FFF; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #3c0bff;
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #3c0bff; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.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.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    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.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #FFF, 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1C008A;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #653eff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1C008A;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #653eff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1C008A;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #653eff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #FFF;
    border-color: #dee2e6 #dee2e6 #FFF; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #1C008A; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 8px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #FFF; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #FFF; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFF; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #FFF; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #FFF; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -12px;
      margin-left: -12px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1C008A;
  background-color: #FFF;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0c003e;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 0, 138, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #FFF;
  background-color: #1C008A;
  border-color: #1C008A; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFF;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #FFF;
  background-color: #1C008A; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #120057; }

.badge-secondary {
  color: #FFF;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #FFF;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #FFF;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #FFF;
  background-color: #D52A2A; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #aa2222; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #FFF;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #FFF;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: rgba(16, 0, 81, 0.9376);
  background-color: #d2cce8;
  border-color: #bfb8de; }
  .alert-primary hr {
    border-top-color: #afa7d6; }
  .alert-primary .alert-link {
    color: rgba(6, 0, 30, 0.9376); }

.alert-secondary {
  color: rgba(63, 68, 73, 0.9376);
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: rgba(39, 43, 46, 0.9376); }

.alert-success {
  color: rgba(23, 98, 40, 0.9376);
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: rgba(13, 57, 23, 0.9376); }

.alert-info {
  color: rgba(13, 95, 108, 0.9376);
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: rgba(8, 55, 62, 0.9376); }

.alert-warning {
  color: rgba(149, 113, 4, 0.9376);
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: rgba(99, 75, 3, 0.9376); }

.alert-danger {
  color: rgba(125, 25, 25, 0.9376);
  background-color: #f7d4d4;
  border-color: #f3c3c3; }
  .alert-danger hr {
    border-top-color: #efaeae; }
  .alert-danger .alert-link {
    color: rgba(83, 17, 17, 0.9376); }

.alert-light {
  color: rgba(145, 146, 146, 0.9376);
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: rgba(119, 121, 121, 0.9376); }

.alert-dark {
  color: rgba(30, 34, 37, 0.9376);
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: rgba(7, 8, 9, 0.9376); }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  background-color: #1C008A;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #FFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFF;
    background-color: #1C008A;
    border-color: #1C008A; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: rgba(16, 0, 81, 0.9376);
  background-color: #bfb8de; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: rgba(16, 0, 81, 0.9376);
    background-color: #afa7d6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(16, 0, 81, 0.9376);
    border-color: rgba(16, 0, 81, 0.9376); }

.list-group-item-secondary {
  color: rgba(63, 68, 73, 0.9376);
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: rgba(63, 68, 73, 0.9376);
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(63, 68, 73, 0.9376);
    border-color: rgba(63, 68, 73, 0.9376); }

.list-group-item-success {
  color: rgba(23, 98, 40, 0.9376);
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: rgba(23, 98, 40, 0.9376);
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(23, 98, 40, 0.9376);
    border-color: rgba(23, 98, 40, 0.9376); }

.list-group-item-info {
  color: rgba(13, 95, 108, 0.9376);
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: rgba(13, 95, 108, 0.9376);
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(13, 95, 108, 0.9376);
    border-color: rgba(13, 95, 108, 0.9376); }

.list-group-item-warning {
  color: rgba(149, 113, 4, 0.9376);
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: rgba(149, 113, 4, 0.9376);
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(149, 113, 4, 0.9376);
    border-color: rgba(149, 113, 4, 0.9376); }

.list-group-item-danger {
  color: rgba(125, 25, 25, 0.9376);
  background-color: #f3c3c3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: rgba(125, 25, 25, 0.9376);
    background-color: #efaeae; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(125, 25, 25, 0.9376);
    border-color: rgba(125, 25, 25, 0.9376); }

.list-group-item-light {
  color: rgba(145, 146, 146, 0.9376);
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: rgba(145, 146, 146, 0.9376);
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(145, 146, 146, 0.9376);
    border-color: rgba(145, 146, 146, 0.9376); }

.list-group-item-dark {
  color: rgba(30, 34, 37, 0.9376);
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: rgba(30, 34, 37, 0.9376);
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFF;
    background-color: rgba(30, 34, 37, 0.9376);
    border-color: rgba(30, 34, 37, 0.9376); }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, 0.87);
  text-shadow: 0 1px 0 #FFF;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: rgba(0, 0, 0, 0.87);
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.87); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: rgba(0, 0, 0, 0.87); }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: rgba(0, 0, 0, 0.87); }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: rgba(0, 0, 0, 0.87); }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: rgba(0, 0, 0, 0.87); }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #FFF; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #FFF; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #FFF; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #FFF; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFF;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #FFF;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #FFF; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 4px !important; }

.mt-1,
.my-1 {
  margin-top: 4px !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important; }

.m-2 {
  margin: 8px !important; }

.mt-2,
.my-2 {
  margin-top: 8px !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important; }

.m-3 {
  margin: 16px !important; }

.mt-3,
.my-3 {
  margin-top: 16px !important; }

.mr-3,
.mx-3 {
  margin-right: 16px !important; }

.mb-3,
.my-3 {
  margin-bottom: 16px !important; }

.ml-3,
.mx-3 {
  margin-left: 16px !important; }

.m-4 {
  margin: 24px !important; }

.mt-4,
.my-4 {
  margin-top: 24px !important; }

.mr-4,
.mx-4 {
  margin-right: 24px !important; }

.mb-4,
.my-4 {
  margin-bottom: 24px !important; }

.ml-4,
.mx-4 {
  margin-left: 24px !important; }

.m-5 {
  margin: 32px !important; }

.mt-5,
.my-5 {
  margin-top: 32px !important; }

.mr-5,
.mx-5 {
  margin-right: 32px !important; }

.mb-5,
.my-5 {
  margin-bottom: 32px !important; }

.ml-5,
.mx-5 {
  margin-left: 32px !important; }

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

.mt-6,
.my-6 {
  margin-top: 40px !important; }

.mr-6,
.mx-6 {
  margin-right: 40px !important; }

.mb-6,
.my-6 {
  margin-bottom: 40px !important; }

.ml-6,
.mx-6 {
  margin-left: 40px !important; }

.m-7 {
  margin: 48px !important; }

.mt-7,
.my-7 {
  margin-top: 48px !important; }

.mr-7,
.mx-7 {
  margin-right: 48px !important; }

.mb-7,
.my-7 {
  margin-bottom: 48px !important; }

.ml-7,
.mx-7 {
  margin-left: 48px !important; }

.m-8 {
  margin: 64px !important; }

.mt-8,
.my-8 {
  margin-top: 64px !important; }

.mr-8,
.mx-8 {
  margin-right: 64px !important; }

.mb-8,
.my-8 {
  margin-bottom: 64px !important; }

.ml-8,
.mx-8 {
  margin-left: 64px !important; }

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

.mt-9,
.my-9 {
  margin-top: 80px !important; }

.mr-9,
.mx-9 {
  margin-right: 80px !important; }

.mb-9,
.my-9 {
  margin-bottom: 80px !important; }

.ml-9,
.mx-9 {
  margin-left: 80px !important; }

.m-10 {
  margin: 96px !important; }

.mt-10,
.my-10 {
  margin-top: 96px !important; }

.mr-10,
.mx-10 {
  margin-right: 96px !important; }

.mb-10,
.my-10 {
  margin-bottom: 96px !important; }

.ml-10,
.mx-10 {
  margin-left: 96px !important; }

.m-11 {
  margin: 128px !important; }

.mt-11,
.my-11 {
  margin-top: 128px !important; }

.mr-11,
.mx-11 {
  margin-right: 128px !important; }

.mb-11,
.my-11 {
  margin-bottom: 128px !important; }

.ml-11,
.mx-11 {
  margin-left: 128px !important; }

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

.mt-12,
.my-12 {
  margin-top: 160px !important; }

.mr-12,
.mx-12 {
  margin-right: 160px !important; }

.mb-12,
.my-12 {
  margin-bottom: 160px !important; }

.ml-12,
.mx-12 {
  margin-left: 160px !important; }

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

.mt-13,
.my-13 {
  margin-top: 200px !important; }

.mr-13,
.mx-13 {
  margin-right: 200px !important; }

.mb-13,
.my-13 {
  margin-bottom: 200px !important; }

.ml-13,
.mx-13 {
  margin-left: 200px !important; }

.m-14 {
  margin: 256px !important; }

.mt-14,
.my-14 {
  margin-top: 256px !important; }

.mr-14,
.mx-14 {
  margin-right: 256px !important; }

.mb-14,
.my-14 {
  margin-bottom: 256px !important; }

.ml-14,
.mx-14 {
  margin-left: 256px !important; }

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

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

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

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

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

.p-1 {
  padding: 4px !important; }

.pt-1,
.py-1 {
  padding-top: 4px !important; }

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

.pb-1,
.py-1 {
  padding-bottom: 4px !important; }

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

.p-2 {
  padding: 8px !important; }

.pt-2,
.py-2 {
  padding-top: 8px !important; }

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

.pb-2,
.py-2 {
  padding-bottom: 8px !important; }

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

.p-3 {
  padding: 16px !important; }

.pt-3,
.py-3 {
  padding-top: 16px !important; }

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

.pb-3,
.py-3 {
  padding-bottom: 16px !important; }

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

.p-4 {
  padding: 24px !important; }

.pt-4,
.py-4 {
  padding-top: 24px !important; }

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

.pb-4,
.py-4 {
  padding-bottom: 24px !important; }

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

.p-5 {
  padding: 32px !important; }

.pt-5,
.py-5 {
  padding-top: 32px !important; }

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

.pb-5,
.py-5 {
  padding-bottom: 32px !important; }

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

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

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

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

.pb-6,
.py-6 {
  padding-bottom: 40px !important; }

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

.p-7 {
  padding: 48px !important; }

.pt-7,
.py-7 {
  padding-top: 48px !important; }

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

.pb-7,
.py-7 {
  padding-bottom: 48px !important; }

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

.p-8 {
  padding: 64px !important; }

.pt-8,
.py-8 {
  padding-top: 64px !important; }

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

.pb-8,
.py-8 {
  padding-bottom: 64px !important; }

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

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

.pt-9,
.py-9 {
  padding-top: 80px !important; }

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

.pb-9,
.py-9 {
  padding-bottom: 80px !important; }

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

.p-10 {
  padding: 96px !important; }

.pt-10,
.py-10 {
  padding-top: 96px !important; }

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

.pb-10,
.py-10 {
  padding-bottom: 96px !important; }

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

.p-11 {
  padding: 128px !important; }

.pt-11,
.py-11 {
  padding-top: 128px !important; }

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

.pb-11,
.py-11 {
  padding-bottom: 128px !important; }

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

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

.pt-12,
.py-12 {
  padding-top: 160px !important; }

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

.pb-12,
.py-12 {
  padding-bottom: 160px !important; }

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

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

.pt-13,
.py-13 {
  padding-top: 200px !important; }

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

.pb-13,
.py-13 {
  padding-bottom: 200px !important; }

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

.p-14 {
  padding: 256px !important; }

.pt-14,
.py-14 {
  padding-top: 256px !important; }

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

.pb-14,
.py-14 {
  padding-bottom: 256px !important; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 4px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important; }
  .m-sm-2 {
    margin: 8px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important; }
  .m-sm-3 {
    margin: 16px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important; }
  .m-sm-4 {
    margin: 24px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important; }
  .m-sm-5 {
    margin: 32px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 32px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 32px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 32px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 32px !important; }
  .m-sm-6 {
    margin: 40px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 40px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 40px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 40px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 40px !important; }
  .m-sm-7 {
    margin: 48px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 48px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 48px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 48px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 48px !important; }
  .m-sm-8 {
    margin: 64px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 64px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 64px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 64px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 64px !important; }
  .m-sm-9 {
    margin: 80px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 80px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 80px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 80px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 80px !important; }
  .m-sm-10 {
    margin: 96px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 96px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 96px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 96px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 96px !important; }
  .m-sm-11 {
    margin: 128px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 128px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 128px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 128px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 128px !important; }
  .m-sm-12 {
    margin: 160px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 160px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 160px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 160px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 160px !important; }
  .m-sm-13 {
    margin: 200px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 200px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 200px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 200px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 200px !important; }
  .m-sm-14 {
    margin: 256px !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 256px !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 256px !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 256px !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 256px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 4px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important; }
  .p-sm-2 {
    padding: 8px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important; }
  .p-sm-3 {
    padding: 16px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important; }
  .p-sm-4 {
    padding: 24px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important; }
  .p-sm-5 {
    padding: 32px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 32px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 32px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 32px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 32px !important; }
  .p-sm-6 {
    padding: 40px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 40px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 40px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 40px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 40px !important; }
  .p-sm-7 {
    padding: 48px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 48px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 48px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 48px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 48px !important; }
  .p-sm-8 {
    padding: 64px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 64px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 64px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 64px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 64px !important; }
  .p-sm-9 {
    padding: 80px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 80px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 80px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 80px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 80px !important; }
  .p-sm-10 {
    padding: 96px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 96px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 96px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 96px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 96px !important; }
  .p-sm-11 {
    padding: 128px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 128px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 128px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 128px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 128px !important; }
  .p-sm-12 {
    padding: 160px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 160px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 160px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 160px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 160px !important; }
  .p-sm-13 {
    padding: 200px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 200px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 200px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 200px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 200px !important; }
  .p-sm-14 {
    padding: 256px !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 256px !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 256px !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 256px !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 256px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 4px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important; }
  .m-md-2 {
    margin: 8px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important; }
  .m-md-3 {
    margin: 16px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important; }
  .m-md-4 {
    margin: 24px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important; }
  .m-md-5 {
    margin: 32px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important; }
  .m-md-6 {
    margin: 40px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 40px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 40px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 40px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 40px !important; }
  .m-md-7 {
    margin: 48px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 48px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 48px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 48px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 48px !important; }
  .m-md-8 {
    margin: 64px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 64px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 64px !important; }
  .m-md-9 {
    margin: 80px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 80px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 80px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 80px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 80px !important; }
  .m-md-10 {
    margin: 96px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 96px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 96px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 96px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 96px !important; }
  .m-md-11 {
    margin: 128px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 128px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 128px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 128px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 128px !important; }
  .m-md-12 {
    margin: 160px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 160px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 160px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 160px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 160px !important; }
  .m-md-13 {
    margin: 200px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 200px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 200px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 200px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 200px !important; }
  .m-md-14 {
    margin: 256px !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 256px !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 256px !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 256px !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 256px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 4px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important; }
  .p-md-2 {
    padding: 8px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important; }
  .p-md-3 {
    padding: 16px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important; }
  .p-md-4 {
    padding: 24px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important; }
  .p-md-5 {
    padding: 32px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important; }
  .p-md-6 {
    padding: 40px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 40px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 40px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 40px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 40px !important; }
  .p-md-7 {
    padding: 48px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 48px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 48px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 48px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 48px !important; }
  .p-md-8 {
    padding: 64px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 64px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 64px !important; }
  .p-md-9 {
    padding: 80px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 80px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 80px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 80px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 80px !important; }
  .p-md-10 {
    padding: 96px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 96px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 96px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 96px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 96px !important; }
  .p-md-11 {
    padding: 128px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 128px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 128px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 128px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 128px !important; }
  .p-md-12 {
    padding: 160px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 160px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 160px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 160px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 160px !important; }
  .p-md-13 {
    padding: 200px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 200px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 200px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 200px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 200px !important; }
  .p-md-14 {
    padding: 256px !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 256px !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 256px !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 256px !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 256px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 4px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important; }
  .m-lg-2 {
    margin: 8px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important; }
  .m-lg-3 {
    margin: 16px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important; }
  .m-lg-4 {
    margin: 24px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important; }
  .m-lg-5 {
    margin: 32px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important; }
  .m-lg-6 {
    margin: 40px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 40px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 40px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 40px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 40px !important; }
  .m-lg-7 {
    margin: 48px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 48px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 48px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 48px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 48px !important; }
  .m-lg-8 {
    margin: 64px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 64px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 64px !important; }
  .m-lg-9 {
    margin: 80px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 80px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 80px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 80px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 80px !important; }
  .m-lg-10 {
    margin: 96px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 96px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 96px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 96px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 96px !important; }
  .m-lg-11 {
    margin: 128px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 128px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 128px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 128px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 128px !important; }
  .m-lg-12 {
    margin: 160px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 160px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 160px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 160px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 160px !important; }
  .m-lg-13 {
    margin: 200px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 200px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 200px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 200px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 200px !important; }
  .m-lg-14 {
    margin: 256px !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 256px !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 256px !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 256px !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 256px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 4px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important; }
  .p-lg-2 {
    padding: 8px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important; }
  .p-lg-3 {
    padding: 16px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important; }
  .p-lg-4 {
    padding: 24px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important; }
  .p-lg-5 {
    padding: 32px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important; }
  .p-lg-6 {
    padding: 40px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 40px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 40px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 40px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 40px !important; }
  .p-lg-7 {
    padding: 48px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 48px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 48px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 48px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 48px !important; }
  .p-lg-8 {
    padding: 64px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 64px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 64px !important; }
  .p-lg-9 {
    padding: 80px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 80px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 80px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 80px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 80px !important; }
  .p-lg-10 {
    padding: 96px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 96px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 96px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 96px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 96px !important; }
  .p-lg-11 {
    padding: 128px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 128px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 128px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 128px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 128px !important; }
  .p-lg-12 {
    padding: 160px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 160px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 160px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 160px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 160px !important; }
  .p-lg-13 {
    padding: 200px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 200px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 200px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 200px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 200px !important; }
  .p-lg-14 {
    padding: 256px !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 256px !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 256px !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 256px !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 256px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 4px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important; }
  .m-xl-2 {
    margin: 8px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important; }
  .m-xl-3 {
    margin: 16px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important; }
  .m-xl-4 {
    margin: 24px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important; }
  .m-xl-5 {
    margin: 32px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 32px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 32px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 32px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 32px !important; }
  .m-xl-6 {
    margin: 40px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 40px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 40px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 40px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 40px !important; }
  .m-xl-7 {
    margin: 48px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 48px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 48px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 48px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 48px !important; }
  .m-xl-8 {
    margin: 64px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 64px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 64px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 64px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 64px !important; }
  .m-xl-9 {
    margin: 80px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 80px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 80px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 80px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 80px !important; }
  .m-xl-10 {
    margin: 96px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 96px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 96px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 96px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 96px !important; }
  .m-xl-11 {
    margin: 128px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 128px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 128px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 128px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 128px !important; }
  .m-xl-12 {
    margin: 160px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 160px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 160px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 160px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 160px !important; }
  .m-xl-13 {
    margin: 200px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 200px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 200px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 200px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 200px !important; }
  .m-xl-14 {
    margin: 256px !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 256px !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 256px !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 256px !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 256px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 4px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important; }
  .p-xl-2 {
    padding: 8px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important; }
  .p-xl-3 {
    padding: 16px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important; }
  .p-xl-4 {
    padding: 24px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important; }
  .p-xl-5 {
    padding: 32px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 32px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 32px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 32px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 32px !important; }
  .p-xl-6 {
    padding: 40px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 40px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 40px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 40px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 40px !important; }
  .p-xl-7 {
    padding: 48px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 48px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 48px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 48px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 48px !important; }
  .p-xl-8 {
    padding: 64px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 64px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 64px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 64px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 64px !important; }
  .p-xl-9 {
    padding: 80px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 80px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 80px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 80px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 80px !important; }
  .p-xl-10 {
    padding: 96px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 96px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 96px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 96px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 96px !important; }
  .p-xl-11 {
    padding: 128px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 128px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 128px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 128px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 128px !important; }
  .p-xl-12 {
    padding: 160px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 160px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 160px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 160px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 160px !important; }
  .p-xl-13 {
    padding: 200px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 200px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 200px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 200px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 200px !important; }
  .p-xl-14 {
    padding: 256px !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 256px !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 256px !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 256px !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 256px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

.text-primary {
  color: #1C008A !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid rgba(0, 0, 0, 0.87); }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #FFF !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

button:focus {
  outline: 0; }

.button {
  min-width: 148px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border: 2px solid;
  text-align: center;
  box-sizing: content-box;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  .button:hover,
  .container .button:hover {
    color: #FFF;
    transition: all 0.2s ease-in-out; }
  .button--primary {
    background-color: #6A4AEA;
    border-color: #6A4AEA;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11); }
    .button--primary:hover {
      background-color: #573DC0;
      border-color: #573DC0;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06); }
  .button--secondary {
    background-color: #6A4AEA;
    border-color: #6A4AEA; }
    .button--secondary:hover {
      background-color: #573DC0;
      border-color: #573DC0; }
  .button--download {
    background-color: #67DAF9;
    border-color: #67DAF9; }
  .button--flat {
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.87); }
    .button--flat:hover,
    .container .button--flat:hover {
      border-color: rgba(0, 0, 0, 0.87);
      color: rgba(0, 0, 0, 0.87); }
  .button--small {
    height: 32px;
    line-height: 32px; }
  .button--jumbo {
    height: 52px;
    line-height: 52px;
    padding: 0 22px; }
  .button--primaryButtonHover {
    position: relative;
    z-index: 2; }
    .button--primaryButtonHover:hover + .button--primaryButtonHover__effectsContainer .button--primaryButtonHover__effectButton {
      background-color: #573DC0; }
    .button--primaryButtonHover:active,
    .button--primaryButtonHover:active + .button--primaryButtonHover__effectsContainer {
      transform: scale(0.95); }
    .button--primaryButtonHover__effectsContainer {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: all 0.1s ease-out;
      pointer-events: none; }
    .button--primaryButtonHover__circle {
      position: absolute;
      width: 30px;
      height: 1px;
      background-color: #6A4AEA; }
      .button--primaryButtonHover__circle::before {
        top: -5px; }
      .button--primaryButtonHover__circle::after {
        top: 5px; }
      .button--primaryButtonHover__circle--topLeft {
        top: 18%;
        right: 0; }
      .button--primaryButtonHover__circle--bottomRight {
        bottom: 18%;
        left: 0; }
    .button--primaryButtonHover__effectButton {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background: #6A4AEA;
      transition: background 0.1s ease-out; }
  .button--secondaryButtonHover {
    overflow: hidden;
    position: relative; }
    .button--secondaryButtonHover::after {
      background: #FFF;
      content: "";
      height: 155px;
      left: -75px;
      opacity: 0.3;
      position: absolute;
      top: -50px;
      transform: rotate(35deg);
      transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px; }
    .button--secondaryButtonHover:hover::after {
      left: 120%;
      transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1); }
    .button--secondaryButtonHover--careerList::after {
      background: #6A4AEA;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .button--secondaryButtonHover--careerList:hover {
      color: #6A4AEA !important; }
      .button--secondaryButtonHover--careerList:hover::after {
        transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }
    .button--secondaryButtonHover--flat::after {
      background: rgba(0, 0, 0, 0.87); }

.swipe-btn {
  background-color: #323B70;
  height: 56px;
  width: 215px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swipe-btn p {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #FFF; }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .form--contact {
    margin-top: 0; } }

.form__step--1 {
  background-color: #F6F6F7;
  background-image: url("../images/bg-header-color.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }

.form__step--3 {
  background-color: #F6F6F7; }

.form__inputWrapper {
  position: relative;
  border-radius: 2px;
  height: 96px; }
  .form__inputWrapper--short {
    height: 56px; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .form__inputWrapper--short {
        height: 64px; } }

.form__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #D1D3D9;
  cursor: pointer;
  background-color: #FFF;
  transition: all 0.2s ease-in-out; }
  .form__label--active {
    animation-name: labelActiveAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out; }
  .form__label--inactive {
    animation-name: labelInactiveAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out; }
  .form__label--checkbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .form__label--text {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    transition: transform 200ms ease-out, font-size 200ms ease-out;
    margin-bottom: 0;
    cursor: text; }
  .form__label--file {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (max-width: 622px) {
      .form__label--file {
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 60px; } }
    .form__label--file i {
      font-size: 17px; }
  .form__label,
  .form__label img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto; }
  .form__label:hover {
    box-shadow: 0 6px 14px 0 rgba(40, 38, 59, 0.07); }

.form__inputIconContainer {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  min-width: 23px;
  vertical-align: middle; }

.form__checkboxIcon {
  font-size: 21px;
  color: #D1D3D9;
  position: absolute;
  top: 0;
  left: 0; }
  .form__checkboxIcon--active {
    color: #6A4AEA;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }

.form__labelText.body-2 {
  vertical-align: middle;
  line-height: 20px; }

.form__checkbox, .form__radio {
  opacity: 0; }
  .form__checkbox:checked + .form__label, .form__radio:checked + .form__label {
    border-color: #6A4AEA; }
    .form__checkbox:checked + .form__label .form__checkboxIcon--active, .form__radio:checked + .form__label .form__checkboxIcon--active {
      opacity: 1; }

.form__textInput {
  position: relative;
  padding: 8px 0 4px;
  width: 100%;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #D1D3D9;
  transition: border-bottom 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
  background-color: #F6F6F7; }
  .form__textInput:-webkit-autofill, .form__textInput:-webkit-autofill:hover, .form__textInput:-webkit-autofill:focus, .form__textInput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F6F6F7 inset;
    -webkit-text-fill-color: #676E82; }
  @media screen and (max-width: 1199px) {
    .form__textInput {
      box-shadow: none;
      border-bottom: 1px solid #D1D3D9; } }
  .form__textInput:focus {
    border-bottom: 2px solid #6A4AEA;
    padding-bottom: 3px !important; }
    @media screen and (max-width: 1199px) {
      .form__textInput:focus {
        box-shadow: none;
        border-bottom: 1px solid #6A4AEA; } }

.form__fileWrapper {
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 790px) {
    .form__fileWrapper {
      flex-direction: column-reverse;
      height: auto; } }

.form__fileInput {
  position: absolute;
  left: -999px; }

/* stylelint-disable */
@keyframes labelActiveAnimation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes labelInactiveAnimation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

/* stylelint-enable */
.focused .form__label--text {
  transform: translateY(-100%);
  font-size: 12px; }

textarea.form__textInput {
  min-height: 140px;
  margin-top: 16px;
  padding-top: 0; }

.js-form-success-message,
.js-form-error-message {
  opacity: 0;
  display: inline-block;
  max-height: 0; }

.mdi::before {
  line-height: 14px; }

.btn .mdi::before {
  position: relative;
  top: 4px; }

.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px; }

.btn-sm .mdi::before, .btn-group-sm > .btn .mdi::before {
  font-size: 18px;
  top: 3px; }

.dropdown-menu .mdi {
  width: 18px; }

.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px; }

.nav .mdi::before {
  position: relative;
  top: 4px; }

.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #FFF; }

.breadcrumb .mdi::before {
  position: relative;
  top: 4px; }

.breadcrumb a:hover {
  text-decoration: none; }

.breadcrumb a:hover span {
  text-decoration: underline; }

.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px; }

.input-group-addon .mdi::before {
  position: relative;
  top: 3px; }

.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px; }

.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px; }

body {
  font-size: 8px;
  font-family: "MuseoSans", sans-serif;
}
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    body {
      font-size: 7px; } }

* {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 300;

}

h1,
h2,
h4,
h4,
h5,
h6,
p,
ul {
  margin-bottom: 0; }

h3 span {
  font-family: inherit; }

a {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: inherit; }

.display {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 5em;
/*   line-height: 1.2em; */
  color: #1C2954; }
  @media screen and (max-width: 575px) {
    .display {
      font-size: 4.8em; } }

.title {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
  line-height: 1.33em;
  font-weight: 500;
  color: #1C2954; }
  @media screen and (max-width: 575px) {
    .title {
      font-size: 2.7em; } }

.text-quote {
  font-family: "PT Sans" !important; }

.intro-text {
  font-family: "Montserrat";
  font-size: 2.5em;
  line-height: 1.2em; }

.subtitle {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 4em;
  line-height: 1.25em; }

.headline {
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.4em;
  color: #676E82; }
  @media screen and (max-width: 575px) {
    .headline {
      font-size: 2.3em; } }

.subheading {
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.33em; }

.nav-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.87); }

.button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2em; }

.underlined-text-turquoise {
  border-bottom: 2px solid #67daf9c4; }

.body-1 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.5em; }

.body-2 {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.5em; }

.caption {
  font-size: 1.5em;
  line-height: 1.33em;
  font-weight: 300; }

.ul {
  list-style-type: none;
  position: relative; }
  .ul--standard, .ul--main, .ul--heavyCheckmark {
    padding-left: 2px; }
    .ul--standard li::before, .ul--main li::before, .ul--heavyCheckmark li::before {
      margin-right: 10px;
      font-size: 14px; }
  .ul--standard li {
    padding-left: 13px;
    position: relative; }
    .ul--standard li a {
      font-family: "Montserrat", sans-serif; }
    .ul--standard li::before {
      content: "\2022";
      color: rgba(0, 0, 0, 0.87);
      position: absolute;
      top: 0;
      left: 0; }
  .ul--main li {
    padding-left: 16px;
    position: relative; }
    .ul--main li::before {
      content: "";
      background-color: #6A4AEA;
      position: absolute;
      line-height: 1.5em;
      top: 10px;
      left: 2px;
      width: 4px;
      height: 4px; }
  .ul--heavyCheckmark {
    padding-left: 35px; }
    .ul--heavyCheckmark li {
      position: relative; }
      .ul--heavyCheckmark li::before {
        content: "\F12C";
        font: normal normal normal 20px/1 "Material Design Icons";
        color: #6A4AEA;
        position: absolute;
        top: 0;
        left: -35px; }
  .ul--flat {
    padding-left: 0; }
  @media screen and (max-width: 767px) {
    .ul--mobileInline {
      display: flex;
      flex-flow: wrap row; }
      .ul--mobileInline li {
        display: inline;
        margin-right: 30px;
        box-sizing: border-box;
        position: relative; }
        .ul--mobileInline li::after {
          content: "\2022";
          margin-left: 20px;
          position: absolute;
          right: -15px; }
        .ul--mobileInline li:last-child {
          margin-right: 0; }
          .ul--mobileInline li:last-child::after {
            content: none; } }
  .ul--arrows {
    padding-left: 35px; }
    .ul--arrows li {
      position: relative; }
      .ul--arrows li::before {
        content: "\F60D";
        font: normal normal normal 20px/1 "Material Design Icons";
        color: #6A4AEA;
        position: absolute;
        top: 0;
        left: -35px; }
  .ul li {
    font-size: 2em;
    line-height: 1.5em; }

.text-primary-color {
  color: #C5DE1E; }

.text-secondary-color {
  color: #6A4AEA; }

.text-heading-color {
  color: #1C2954; }

.text-white {
  color: #FFF; }

.text-blue {
  color: #1C008A; }

.text-content-gray {
  color: #333; }

.text-white-transparent {
  color: rgba(255, 255, 255, 0.87); }

.text-light-gray {
  color: #F6F6F7; }

.text-light-medium-gray {
  color: #D1D3D9; }

.text-dark-medium-gray {
  color: #9298AC; }

.text-dark-gray {
  color: #676E82; }

.text-black {
  color: rgba(0, 0, 0, 0.87); }

.text-gray {
  color: #666D84; }

.text-darker-gray {
  color: #4D5264; }

.text-turq-color {
  color: #32ABCC; }

.text-light-violet {
  color: #6A57E2; }

.text-heading-navy {
  color: #004471; }

.text-color-inherit {
  color: inherit; }

.fw-500 {
  font-weight: 500; }

.fs-24 {
  font-size: 3em;
  line-height: 1.3em; }

.fs-14 {
  font-size: 1.75em;
  line-height: 1.71em; }

.lh-32 {
  line-height: 32px; }

.align-super {
  vertical-align: super; }

.underline {
  position: relative;
  padding-bottom: 7px; }
  .underline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 0;
    right: 0; }
  .underline--primary-color::before {
    border-bottom: 2px solid #C5DE1E; }
  .underline--secondary-color::before {
    border-bottom: 2px solid #6A4AEA; }

.withLeftDecorator {
  position: relative;
  padding-left: 20px; }
  .withLeftDecorator::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px; }
  .withLeftDecorator--primary::before {
    background-color: #C5DE1E;
    transition: background-color 0.2s ease-in-out; }
  .withLeftDecorator--secondary::before {
    background-color: #6A4AEA;
    transition: background-color 0.2s ease-in-out; }

.primaryTextHover {
  border-bottom: 1px solid transparent; }
  .primaryTextHover:hover {
    border-bottom-color: #ad9cf3;
    color: #856AED !important;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out; }

a:hover .withLeftDecorator::before {
  background-color: #876eee; }

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .li-hd-mb {
    margin-bottom: 3px; } }

.container--1760 {
  max-width: 1760px; }

.container--1920 {
  max-width: 1920px; }

.mdi {
  font-size: 20px;
  line-height: 23px; }

.hr {
  border: 0;
  height: 1px;
  background-color: #F6F6F7; }
  .hr--small {
    width: 24px;
    height: 2px; }
  .hr--secondary {
    background-color: #6A4AEA; }
  .hr--left {
    margin-left: 0; }
  .hr--light-medium-gray {
    background-color: #D1D3D9; }

.hrExtended {
  border-top: 1px solid #F6F6F7; }
  .hrExtended__child {
    border-top: 1px solid #D1D3D9;
    position: relative;
    top: -1px; }

.withBorderTop {
  border-top: 1px solid #F6F6F7; }
  @media screen and (max-width: 767px) {
    .withBorderTop--exceptMobile {
      border-width: 0; } }

.bg-light-gray {
  background-color: #F6F6F7; }

.bg-white {
  background-color: #FFF; }

.blockquote {
  position: relative;
  max-width: 755px;
  margin: 40px 0;
  font-size: inherit; }
  .blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #6A4AEA; }
  .blockquote .photoWrapper {
    box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.1); }

.photoWrapper {
  border-radius: 50%;
  overflow: hidden; }
  .photoWrapper--clutchMain {
    width: 47px;
    height: 47px; }
  .photoWrapper--64px {
    width: 64px;
    height: 64px; }
  .photoWrapper--testimonial {
    box-shadow: 0 13px 28px 0 rgba(0, 0, 0, 0.1); }

.stats__item {
  position: relative;
  padding: 0 54px; }
  .stats__item::before, .stats__item::after {
    content: '';
    position: absolute;
    right: 0;
    width: 2px; }
  .stats__item::before {
    top: 0;
    background-color: rgba(106, 74, 234, 0.2);
    height: 48px; }
  .stats__item::after {
    top: 53px;
    background-color: #F6F6F7;
    height: 28px; }
  .stats__item:last-child::before, .stats__item:last-child::after {
    width: 0; }

.stats__percent {
  font-size: 48px;
  color: #6A4AEA; }

.stats__desc {
  color: #8D95A5; }

.testimonial {
  background-color: #F6F6F7; }
  .testimonial--small {
    position: relative; }
    @media screen and (min-width: 768px) {
      .testimonial--small:nth-child(odd)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        height: 360px;
        width: 3px;
        background-color: #D1D3D9;
        opacity: 0.28; } }
  .testimonial__text {
    padding: 0 80px;
    margin-top: 40px;
    box-sizing: content-box; }
    .testimonial__text--small {
      max-width: 680px;
      margin: 0 auto 280px; }
    .testimonial__text--big {
      max-width: 940px;
      margin: 0 auto 330px; }
  .testimonial__author {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center; }
  .testimonial__photo {
    width: 64px; }

.contactUsCta {
  padding: 230px 0;
  background-image: url("../images/bg-estimate-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .contactUsCta {
      background-image: url("../images/bg-estimate-cta@2x.jpg"); } }

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

.icon--career {
  width: 64px;
  height: 64px; }

picture img {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .responsiveTable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .responsiveTable,
  .responsiveTable tbody,
  .responsiveTable tr,
  .responsiveTable tr td:first-child,
  .responsiveTable tr td:nth-child(2),
  .responsiveTable tr td:nth-child(2),
  .responsiveTable tr td:nth-child(3),
  .responsiveTable tr td:nth-child(4) {
    width: 100%;
    background-color: #FFF; }
  .responsiveTable tr {
    border-bottom: 1px solid #D1D3D9;
    display: block;
    margin-bottom: 0.625em; }
  .responsiveTable td {
    display: flex;
    justify-content: flex-start;
    align-items: left; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .responsiveTable td {
    text-align: right;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  .responsiveTable td::before {
    content: attr(data-label);
    width: 40%;
    text-align: left; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .responsiveTable td:last-child span {
    width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .responsiveTable td:last-child::before {
    content: none; } }

@media screen and (max-width: 767px) {
  .responsiveTable tr {
    border: 1px solid #F6F6F7;
    box-shadow: 1px 4px 12px 0 rgba(40, 38, 59, 0.07);
    padding: 24px;
    margin-bottom: 24px; } }

.im-sticky-element--fixed {
  position: fixed; }

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

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

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important; } }

@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important; } }

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important; } }

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 576px) {
  .h-sm-auto {
    height: auto !important; } }

.overflow-scroll {
  overflow: scroll; }

@media (min-width: 992px) {
  .overflow-lg-auto {
    overflow: auto !important; } }

.fs-1em {
  font-size: 1em !important; }

.fs-12 {
  font-size: 1.5em !important; }

.fs-14 {
  font-size: 1.75em; }

.fs-16 {
  font-size: 2em !important; }

.fs-18 {
  font-size: 2.25em !important; }

.ln-15 {
  line-height: 1.5em !important; }

.pos-rel {
  position: relative; }

.whatsapp-icon {
  height: 20px;
  margin-right: 6px; }

.cursor-pointer {
  cursor: pointer; }

body, .htmlWrapper {
  overflow-x: hidden;
  width: 100vw;
  position: relative; }

.collapse:not(.show) {
  display: flex; }

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: transparent;
  transition: all 0s ease-in-out 0.2s; }
  @media (min-width: 992px) {
    .navbar--white .js-logo-small {
      display: none !important; }
    .navbar--white .js-logo-small-white {
      display: none !important; }
    .navbar--white--absolute .nav-link {
      color: #FFF; }
    .navbar--white--absolute .js-logo-big {
      display: none !important; }
    .navbar--white--absolute .js-logo-big-white {
      display: block !important; } }
  @media (max-width: 991.98px) {
    .navbar--white .js-logo-big {
      display: none !important; }
    .navbar--white .js-logo-big-white {
      display: none !important; }
    .navbar--white--absolute .button--navbar {
      color: #FFF; }
      .navbar--white--absolute .button--navbar:hover {
        color: #FFF; }
    .navbar--white--absolute .hamburger--collapse .hamburger-inner, .navbar--white--absolute .hamburger--collapse .hamburger-inner:before, .navbar--white--absolute .hamburger--collapse .hamburger-inner:after {
      background-color: #FFF; }
    .navbar--white--absolute .js-logo-small {
      display: none !important; }
    .navbar--white--absolute .js-logo-small-white {
      display: block !important; } }
  .navbar.headroom--pinned {
    top: 0; }
  .navbar.headroom--unpinned--custom {
    animation-name: navUnpininAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out; }
  .navbar.headroom--pinned--custom {
    background-color: #FFF;
    transition: background-color 0s ease-in-out 0s;
    animation-name: navPinAnimation;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    position: fixed;
    box-shadow: 1px 4px 12px 0 rgba(40, 38, 59, 0.07);
    margin-top: 0px; }
  .navbar.headroom--top {
    position: absolute;
    background-color: transparent;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: none; }
  @media (max-width: 991.98px) {
    .navbar {
      padding-top: 4px;
      padding-bottom: 4px; } }
  .navbar-brand {
    z-index: 2; }

.button--navbar {
  margin-left: 12px !important; }
  @media (min-width: 992px) {
    .button--navbar {
      order: 3; } }
  @media (max-width: 991.98px) {
    .button--navbar {
      background-color: transparent;
      border-color: transparent;
      color: rgba(0, 0, 0, 0.87);
      margin-right: 7px;
      padding-right: 0;
      padding-left: 0;
      border-bottom: 1px solid #C5DE1E;
      height: 30px;
      line-height: 30px; }
      .button--navbar:after {
        content: none; }
      .button--navbar:hover {
        background-color: transparent;
        color: rgba(0, 0, 0, 0.87);
        box-shadow: none;
        border-color: transparent;
        border-bottom-color: #C5DE1E;
        transform: none; } }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 12px;
  font-size: 2em;
}

.nav-link {
  line-height: 44px;
  position: relative; }
  .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #C5DE1E;
    transform: scaleX(0);
    transition: transform .3s; }
  .nav-link:hover::before {
    transform: scaleX(1); }
  @media screen and (max-height: 360px) {
    .nav-link {
      line-height: 34px; } }
  .nav-link--active::before {
    transform: scaleX(1); }

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #FFF;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease-in-out;
    overflow: auto; }
    .navbar-collapse--active {
      right: 0; }
    .navbar-collapse ul {
      overflow: auto; }
  .js-navbar-toogle {
    z-index: 3;
    position: relative; } }

.hamburger--collapse {
  z-index: 2;
  margin-right: -15px;
  margin-bottom: 7px; }
  .hamburger--collapse .hamburger-box {
    width: 24px; }
  .hamburger--collapse .hamburger-inner, .hamburger--collapse .hamburger-inner:before, .hamburger--collapse .hamburger-inner:after {
    background-color: rgba(0, 0, 0, 0.87);
    width: 24px;
    height: 2px; }
  .hamburger--collapse .hamburger-inner:before {
    top: -6px; }
  .hamburger--collapse .hamburger-inner:after {
    top: -12px; }

.navbarMin__icon {
  transition: left 0.2s ease-in-out;
  left: 0; }
  .navbarMin__icon::before {
    vertical-align: middle; }

.navbarMin__back:hover {
  color: #9298AC; }
  .navbarMin__back:hover .navbarMin__icon {
    left: -3px; }

.conference-navbar--white .nav-link {
  color: #FFF !important; }

@keyframes navPinAnimation {
  0% {
    top: -92px;
    position: fixed; }
  100% {
    top: 0;
    position: fixed; } }

@keyframes navUnpininAnimation {
  0% {
    top: 0;
    position: fixed; }
  99% {
    top: -92px;
    position: fixed; }
  100% {
    top: -92px;
    position: absolute; } }

.footer {
  background-image: url("../images/bg-header-color.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  box-sizing: border-box; }
  .footer__copyRow {
    min-height: 96px; }
  .footer__logo {
    margin-left: -16px; }
  .footer__copy {
    line-height: 46px; }
  .footer__social-links-container {
    padding-top: 18px; }
    @media (max-width: 768px) {
      .footer__social-links-container {
        padding-top: 24px; } }
  .footer__social-link {
    height: 32px;
    display: inline-block;
    line-height: 47px;
    vertical-align: middle; }
    .footer__social-link i {
      transition: color 0.3s ease-in-out; }
    .footer__social-link:hover i {
      color: #856AED; }
  .footer__eu-funds {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    margin-top: 12px;
    border-top: 1px solid #F6F6F7; }
    .footer__eu-funds img {
      max-height: 68px;
      max-width: 100%; }
  .footer .cookie-link:hover {
    color: #676E82; }

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  text-align: center;
  overflow: hidden;
  padding-top: 244px;
  background-color: #F6F6F7;
  background-image: url("https://cdn2.hubspot.net/hubfs/2550703/conferences/bg-header-color.svg");
  max-height: 1200px;
  height: calc(100vh - 100px);
  min-height: 600px; }
  @media screen and (min-width: 1401px) and (max-width: 1500px) {
    .hero {
      padding-top: 200px; } }
  @media screen and (min-width: 1401px) and (max-width: 1550px) {
    .hero {
      max-height: 870px; } }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .hero {
      padding-top: 170px;
      max-height: 700px; } }
  @media screen and (max-width: 1199px) {
    .hero {
      max-height: none !important;
      height: auto !important;
      min-height: auto !important;
      padding-bottom: 220px; } }
  @media screen and (max-width: 991px) {
    .hero {
      padding-top: 150px; } }
  .hero--main {
    text-align: center;
    padding-top: 0;
    max-height: calc(1200px - 97px);
    height: calc(100vh - 140px);
    min-height: calc(600px - 97px); }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--main {
        max-height: calc(1200px - 80px);
        height: calc(100vh - 80px);
        min-height: calc(600px - 80px); } }
    @media screen and (max-width: 1199px) {
      .hero--main {
        padding: 150px 0 100px; } }
    @media only screen and (min-resolution: 192dpi) {
      .hero--main {
        max-height: calc(1200px - 80px) !important;
        height: calc(100vh - 123px) !important;
        min-height: calc(600px - 80px) !important; } }
  .hero--estimate {
    height: auto;
    max-height: none;
    min-height: none; }
  .hero--contact {
    max-height: none;
    height: auto;
    min-height: 100vh; }
    @media screen and (min-width: 1401px) and (max-width: 1550px) {
      .hero--contact {
        min-height: 820px; } }
    @media screen and (min-width: 1401px) and (max-width: 1500px) {
      .hero--contact h1 {
        margin-bottom: 0 !important; }
      .hero--contact .row {
        margin-bottom: 44px !important; } }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--contact {
        min-height: 820px; }
        .hero--contact h1 {
          margin-bottom: 0 !important; }
        .hero--contact .row {
          margin-bottom: 36px !important; }
        .hero--contact textarea {
          min-height: 80px; } }
  .hero--cs {
    background-image: url("https://www.ideamotive.eu/hubfs/_LEGACY/images/bg-header-white.svg"); }
    .hero--cs__image {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      margin: 0 auto;
      height: 41.5vh;
      max-height: 417px;
      min-height: 210px; }
      @media screen and (min-width: 1200px) and (max-width: 1400px) {
        .hero--cs__image {
          max-height: 417px;
          height: 42.5vh;
          min-height: 260px; } }
      @media screen and (max-width: 1199px) {
        .hero--cs__image {
          max-height: none;
          height: 200px;
          min-height: auto; } }
  .hero--services {
    min-height: 700px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--services {
        min-height: 600px; } }
  .hero--careers {
    min-height: 780px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--careers {
        min-height: 600px; } }
  .hero--team {
    min-height: 670px; }
  .hero__singleServiceIcon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 360px;
    height: 360px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero__singleServiceIcon {
        width: 250px;
        height: 250px; } }
    @media screen and (max-width: 1199px) {
      .hero__singleServiceIcon {
        width: 180px;
        height: 180px; } }
  .hero--mainCs {
    min-height: 775px; }
    @media screen and (min-width: 1401px) and (max-width: 1500px) {
      .hero--mainCs {
        min-height: 720px; } }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--mainCs {
        min-height: 690px;
        max-height: 780px; } }
  .hero--berlin {
    background-image: url("../images/locations/location-berlin.svg"); }
  .hero--london {
    background-image: url("../images/locations/location-london.svg"); }
  .hero--newyork {
    background-image: url("../images/locations/location-newyork.svg"); }
  .hero--san-francisco {
    background-image: url("../images/locations/location-san-francisco.svg"); }
  .hero--singapore {
    background-image: url("../images/locations/location-singapore.svg"); }
  .hero--sydney {
    background-image: url("../images/locations/location-sydney.svg"); }
  .hero--warsaw {
    background-image: url("../images/locations/location-warsaw.svg"); }
  .hero--location {
    background-size: cover; }
    @media screen and (min-width: 1200px) {
      .hero--location {
        min-height: 750px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .hero--location {
        height: 890px !important; } }
    @media screen and (max-width: 991px) {
      .hero--location {
        background-image: none;
        background-color: #FFF; } }
  .hero--careerDetails {
    min-height: 720px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .hero--careerDetails {
        min-height: 600px; } }
  .hero--estimateSent__image, .hero--contact__image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%; }
  .hero--estimateSent {
    min-height: 750px !important;
    height: 100vh !important;
    max-height: none !important; }
  @media screen and (max-width: 1199px) {
    .hero--contact {
      padding-bottom: 0; } }
  .hero--contact__image {
    opacity: 0; }
  .hero--pillar {
    background-image: none;
    background-image: linear-gradient(134.84deg, #1C2954 0%, #008AFF 100%);
    max-height: none;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
  .hero--pillar-ror {
    background-color: #0B0238;
    max-height: none;
    height: auto;
    background-image: none;
    overflow: visible;
    padding-bottom: 0; }
  .hero__anchorLink {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0; }

.clutchMain {
  border-bottom: 1px solid #F6F6F7; }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .clutchMain {
      padding-top: 16px !important;
      padding-bottom: 16px !important; } }
  .clutchMain__photo {
    width: 47px;
    height: 47px;
    display: inline-block; }
  .clutchMain__rating {
    background-color: #FFF;
    padding: 4px 10px;
    border-radius: 2px;
    height: 23px;
    display: inline-block;
    box-sizing: content-box;
    box-shadow: 0 5px 10px 0 rgba(208, 208, 213, 0.2);
    border: 2px solid rgba(208, 208, 213, 0.2); }
    .clutchMain__rating .mdi {
      color: #C5DE1E;
      letter-spacing: -1px; }

.servicesMain {
  padding-bottom: 62px; }
  .servicesMain__cta {
    left: 22px;
    bottom: 40px;
    z-index: -1;
    border-bottom: 1px solid transparent;
    transition: color 0.25s ease-in-out; }
    .servicesMain__cta i {
      left: 0;
      transition: left 0.2s ease-in-out; }
  .servicesMain__service {
    border: 2px solid #F6F6F7;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    z-index: 0;
    min-height: 380px;
    border-radius: 4px;
    transition: box-shadow 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out; }
    .servicesMain__service:hover {
      box-shadow: 1px 4px 12px 0 rgba(40, 38, 59, 0.07);
      border-color: #856AED; }
      .servicesMain__service:hover .servicesMain__iconWrapper::before {
        background-color: #856AED; }
      .servicesMain__service:hover .servicesMain__cta {
        color: #856AED; }
        .servicesMain__service:hover .servicesMain__cta i {
          left: 4px; }
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .servicesMain__service {
        min-height: 326px; } }
    @media screen and (min-width: 992px) and (max-width: 1120px) {
      .servicesMain__service {
        min-height: 341px; } }
    @media screen and (max-width: 991px) {
      .servicesMain__service {
        min-height: 0;
        padding-bottom: 110px !important; } }
  .servicesMain__iconWrapper {
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    border: 2px solid #D1D3D9;
    border-radius: 50%;
    padding: 19px;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    background-color: #FFF; }
    .servicesMain__iconWrapper::before {
      content: '';
      position: absolute;
      top: 59px;
      left: -22px;
      width: 128px;
      height: 2px;
      transition: background-color 0.25s ease-in-out;
      background-color: #D1D3D9;
      z-index: -1; }
  .servicesMain__title::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .servicesMain .ul a {
    color: #6A4AEA; }
    .servicesMain .ul a:hover {
      color: #6A4AEA; }

.mainPageCs {
  height: 690px;
  background-size: cover; }
  .mainPageCs__locationIcon {
    font-size: 16px; }
  @media screen and (max-width: 1199px) {
    .mainPageCs {
      padding-left: 40px; } }
  @media screen and (max-width: 767px) {
    .mainPageCs {
      padding-top: 330px !important;
      padding-bottom: 180px;
      height: auto; } }
  @media screen and (max-width: 575px) {
    .mainPageCs {
      padding-left: 0; } }
  .mainPageCs--nielsen {
    background-image: url("../images/cs/featuredcs-bg-nielsen.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      .mainPageCs--nielsen {
        background-image: url("../images/cs/featuredcs-bg-nielsen@2x.jpg"); } }
  .mainPageCs--jrpass {
    background-image: url("../images/cs/featuredcs-bg-jrpass.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      .mainPageCs--jrpass {
        background-image: url("../images/cs/featuredcs-bg-jrpass@2x.jpg"); } }
  .mainPageCs--gogetty {
    background-image: url("../images/cs/featuredcs-bg-gogetty.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      .mainPageCs--gogetty {
        background-image: url("../images/cs/featuredcs-bg-gogetty@2x.jpg"); } }
  .mainPageCs--lauber {
    background-image: url("../images/cs/featuredcs-bg-lauber.jpg"); }
    @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
      .mainPageCs--lauber {
        background-image: url("../images/cs/featuredcs-bg-lauber@2x.jpg"); } }
  .mainPageCs__desc {
    width: 378px;
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .mainPageCs__desc {
        width: 300px;
        max-width: 100%; } }
  .mainPageCs__location {
    margin-bottom: 64px; }
  .mainPageCs__focus {
    position: absolute;
    bottom: 24px;
    left: 12px; }
    @media screen and (max-width: 767px) {
      .mainPageCs__focus {
        bottom: -160px; } }
  .mainPageCs__focusItem {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 2px solid rgba(208, 208, 208, 0.2); }
    .mainPageCs__focusItem:last-child {
      border-right-width: 0; }
  .mainPageCs__image {
    max-width: 800px;
    width: 42.5vw;
    min-width: 650px;
    position: absolute;
    top: 57px;
    right: 60px; }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .mainPageCs__image {
        min-width: 500px; } }
    @media screen and (max-width: 991px) {
      .mainPageCs__image {
        min-width: 400px;
        right: 0; } }
    @media screen and (max-width: 767px) {
      .mainPageCs__image {
        margin: 0 auto;
        right: 0;
        left: 0;
        top: -290px;
        max-width: 100%; } }
    @media screen and (max-width: 575px) {
      .mainPageCs__image {
        min-width: 100%; } }

.mainOurClient__logos {
  margin-top: 67px; }

@media screen and (max-width: 575px) {
  .mainOurClient__logo {
    margin-bottom: 24px !important; } }

.eu-funds-logo {
  width: 80px; }

.csList {
  margin: -360px auto 56px; }
  @media screen and (max-width: 1199px) {
    .csList {
      margin-top: -20.1vw; } }
  @media screen and (max-width: 991px) {
    .csList {
      margin-top: -120px; } }
  .csList__item {
    border: 1px solid #F6F6F7;
    position: relative;
    height: 440px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 3px; }
    @media screen and (min-width: 1200px) {
      .csList__item:hover {
        box-shadow: 1px 4px 12px 0 rgba(40, 38, 59, 0.07); }
        .csList__item:hover .csList__imageWrapper {
          height: 164px; }
        .csList__item:hover .csList__image {
          max-height: 164px; } }
    @media screen and (max-width: 1199px) {
      .csList__item {
        height: auto;
        overflow-y: visible; }
        .csList__item .csList__imageWrapper {
          height: 20vw; }
        .csList__item .csList__image {
          max-height: 20vw; } }
    @media screen and (max-width: 991px) {
      .csList__item .csList__imageWrapper {
        height: 30vw; }
      .csList__item .csList__image {
        max-height: 30vw; } }
    @media screen and (max-width: 767px) {
      .csList__item .csList__imageWrapper {
        height: 51vw; }
      .csList__item .csList__image {
        max-height: 51vw; } }
  .csList__imageWrapper {
    height: 360px;
    transition: all 0.3s ease-in-out;
    transition-delay: 0; }
    .csList__imageWrapper--nielsen {
      background-color: rgba(44, 197, 249, 0.5); }
  .csList__typeSpan {
    line-height: 24px; }
  .csList__image {
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    transition-delay: 0; }
    .csList__image img {
      width: 100%; }
  .csList__desc {
    position: relative;
    background-color: #FFF; }
  .csList__serviceIcon {
    width: 24px;
    height: 24px; }
  .csList__locationIcon {
    font-size: 14px !important;
    line-height: 15px !important; }

.csProjectScope__title {
  min-width: 101px; }

.csProjectScope__item--bordered {
  border: 2px solid #D1D3D9;
  padding: 2px 9px; }

.csProjectScope__icon {
  width: 32px;
  height: 32px; }

@media screen and (min-width: 768px) {
  .locations {
    background-image: url("https://cdn2.hubspot.net/hubfs/2550703/bg-locations.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain; } }

.locations__mobileImg {
  margin: 0 -12px; 
}

.servicesList {
  margin-top: -330px;
  background-color: #FFF;
  position: relative; }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .servicesList {
      margin-top: -200px; } }
  @media screen and (max-width: 1199px) {
    .servicesList {
      margin-top: 0; } }
  .servicesList__ul {
    column-count: 2; }
  .servicesList__image {
    width: 264px;
    height: 264px; }

.servicesListItem__link--title {
  margin-right: -12px; }

.servicesListItem__link--image {
  margin-left: -12px; }

.webServicesTypes__icon {
  width: 64px;
  height: 64px; }

.locationInfo {
  margin-top: -304px; }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .locationInfo {
      padding: 40px 12px !important;
      margin-top: -224px; } }
  @media screen and (max-width: 991px) {
    .locationInfo {
      margin-top: -220px; } }
  .locationInfo__icon {
    width: 144px; }
  .locationInfo__span {
    width: 72px; }
  .locationInfo__value {
    width: 110px; }

.teamMembersContainer {
  margin-top: -290px; }
  @media screen and (max-width: 1199px) {
    .teamMembersContainer {
      margin-top: 0; } }

.teamMemberPhoto {
  width: 100%;
  height: 290px; }
  @media (max-width: 992px) {
    .teamMemberPhoto {
      height: 400px; } }
  .teamMemberPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.joinTeam__icon {
  width: 48px;
  height: 48px; }

.joinTeam__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 96px;
  left: 0; }

.joinTeam hr {
  margin-bottom: 90px; }

.careerTable {
  margin-top: -400px; }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
    .careerTable {
      margin-top: -200px; } }
  @media screen and (max-width: 1199px) {
    .careerTable {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .careerTable {
      background-color: transparent !important;
      margin-top: -100px; } }
  .careerTable th:nth-child(2),
  .careerTable td:nth-child(2) {
    width: 170px; }
  .careerTable th:nth-child(3),
  .careerTable td:nth-child(3) {
    width: 125px; }
  .careerTable th:nth-child(4),
  .careerTable td:nth-child(4) {
    width: 108px; }
  .careerTable td:nth-child(4) .button {
    min-width: 100px; }
  .careerTable tbody tr {
    background-color: transparent;
    cursor: pointer; }
    .careerTable tbody tr:hover .button--secondaryButtonHover--careerList::after {
      left: 120%;
      transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.careerDetails__mainDescription {
  margin-top: -321px; }
  @media screen and (max-width: 1200px) {
    .careerDetails__mainDescription {
      margin-top: 0; } }

@media screen and (min-width: 992px) {
  .careerDetails__jobDesc {
    height: 321px; } }

.careerDetails__jobDesc hr {
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 992px) {
    .careerDetails__jobDesc hr {
      position: absolute; } }

.careerDetails__careerParametersContainer {
  align-self: baseline; }

.careerDetails__careerParameters {
  box-shadow: 0 3px 8px 0 rgba(208, 208, 213, 0.2);
  border: 1px solid #F6F6F7;
  box-sizing: border-box;
  width: 100%;
  transition: top 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .careerDetails__careerParameters {
      position: static; } }

.careerDetails__hr {
  margin: 0 -24px;
  height: 2px; }

.careerDetails__applyButton {
  box-sizing: border-box;
  padding: 0 12px; }

.latest-post {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F7; }
  @media (max-width: 576px) {
    .latest-post {
      padding-left: 16px;
      justify-content: flex-start; } }
  .latest-post__intro {
    font-size: 10px;
    margin-right: 6px;
    color: #676E82;
    opacity: 0.4;
    z-index: 5; }
  .latest-post__title {
    font-size: 10px;
    opacity: 0.4;
    z-index: 5; }
    .latest-post__title a {
      font-weight: bold;
      color: #676E82 !important; }

.slick-dots li button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C2C2C2; }

.slick-dots .slick-active button {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6A57E2; }

.slick-dots li button::before {
  color: transparent !important; }

.slick-list {
  padding-bottom: 24px !important; }

.error-page {
  margin-top: -28px;
  height: 100vh;
  background-color: #6A57E2;
  display: flex;
  justify-content: center;
  align-items: center; }

.error-content {
  display: flex; }
  .error-content__image {
    height: 480px; }
    @media (max-width: 1200px) {
      .error-content__image {
        height: 280px; } }
    @media (max-width: 992px) {
      .error-content__image {
        display: none; } }

.error-text {
  margin: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .error-text {
      margin-top: -106px; } }
  @media (max-width: 992px) {
    .error-text {
      margin-top: 0; } }
  .error-text__header {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 229px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.09); }
    @media (max-width: 576px) {
      .error-text__header {
        font-size: 162px; } }
  .error-text__info {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    max-width: 290px; }

.error-button {
  margin-top: 44px; }
  .error-button span {
    background-color: #8B7DE5 !important;
    border-color: #8B7DE5 !important; }
  .error-button a {
    background-color: #8B7DE5 !important;
    border-color: #8B7DE5 !important; }

.conference-navbar {
  background-color: transparent !important;
  transition: 500ms ease; }
  .conference-navbar .nav-link {
    color: #676E82;
    font-family: 'Montserrat';
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: right;
    padding: 0 8px;
    height: 44px;
    line-height: 44px; }
    .conference-navbar .nav-link::before {
      background-color: transparent; }
    .conference-navbar .nav-link--white {
      color: #FFF !important; }
  .conference-navbar .button--estimate {
    padding: 0 16px !important;
    background-color: #6A4AEA;
    height: 44px;
    color: #FFF;
    line-height: 44px;
    border: 0;
    text-align: center; }

.navbar-scrolled {
  background-color: #FFF !important; }

.disrupt-conf h1,
.disrupt-conf h2,
.disrupt-conf h3,
.disrupt-conf h4,
.disrupt-conf h5,
.disrupt-conf h6,
.disrupt-conf p,
.disrupt-conf ul {
  margin-bottom: 0; }

.disrupt-conf a:hover {
  text-decoration: none; }

.disrupt-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.disrupt-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .disrupt-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .disrupt-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .disrupt-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.disrupt-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.disrupt-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.disrupt-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.disrupt-conf .companies h2 {
  margin: 80px auto 80px;
  width: 730px;
  max-width: 100%; }

.disrupt-conf .companies__more-btn {
  margin: 48px auto 0; }

.disrupt-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .disrupt-conf .button:hover {
    color: #fff !important; }
  .disrupt-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.disrupt-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.disrupt-conf .reasons-container {
  margin: 128px 0 80px; }

.disrupt-conf .reasons {
  width: 740px; }
  .disrupt-conf .reasons__title {
    margin-bottom: 24px;
    text-align: left; }
  .disrupt-conf .reasons__description {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }

.disrupt-conf .list-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px; }
  .disrupt-conf .list-element img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
    margin-top: 3px; }
  .disrupt-conf .list-element p {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.disrupt-conf .representatives {
  background-color: #fff;
  padding-top: 80px; }
  .disrupt-conf .representatives__header {
    margin-bottom: 24px; }

.disrupt-conf .people {
  display: flex;
  margin-bottom: -96px;
  justify-content: center; }

.disrupt-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column; }
  .disrupt-conf .person__photo {
    height: 284px; }
    .disrupt-conf .person__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .disrupt-conf .person__details {
    height: 94px; }
  .disrupt-conf .person .person-details {
    padding: 24px;
    background-color: #fff; }
    .disrupt-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .disrupt-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.disrupt-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%); }
  .disrupt-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .disrupt-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .disrupt-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.disrupt-conf .contact {
  background-color: #f6f6f7;
  padding: 80px 0;
  text-align: center; }
  .disrupt-conf .contact__header {
    margin: 80px 0 24px; }

.disrupt-conf .contact-types-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto; }
  .disrupt-conf .contact-types-container__separator {
    color: #9298ac;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.disrupt-conf .contact-type {
  display: flex;
  align-items: center; }
  .disrupt-conf .contact-type__icon {
    margin-right: 16px; }
  .disrupt-conf .contact-type__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .disrupt-conf .contact-type--mail {
    margin-right: 24px; }

.disrupt-conf .get-estimate-container {
  background-image: url("../images/conferences/estimate.jpg");
  padding: 164px 0; }

.disrupt-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.disrupt-conf .get-estimate__button {
  margin-right: 24px; }

.disrupt-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.disrupt-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.disrupt-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .disrupt-conf .get-estimate__contact:hover {
    color: #fff; }

.disrupt-conf .build-container {
  background-image: url("../images/conferences/disrupt-scale-backgroundimg.png");
  background-position: center;
  background-size: cover;
  padding: 128px 0; }

.disrupt-conf .build {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .disrupt-conf .build__icon {
    width: 128px;
    height: 128px;
    margin-bottom: 80px; }
  .disrupt-conf .build__header {
    color: #fff;
    width: 740px;
    max-width: 100%;
    margin-bottom: 24px;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
    text-align: center; }
  .disrupt-conf .build__text {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 910px;
    max-width: 100%; }

.disrupt-conf .discussion {
  background-color: #000;
  padding: 48px 0 128px; }

.disrupt-conf .discussion-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  .disrupt-conf .discussion-header__title {
    color: #fff;
    width: 840px;
    max-width: 100%;
    text-align: left; }
  .disrupt-conf .discussion-header__icon {
    width: 270px;
    margin-bottom: -24px; }

.disrupt-conf .discussion-content__text {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  margin: 24px 48px 0 0; }

.disrupt-conf .discussion-list {
  padding: 48px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #27c855; }

.disrupt-conf .list-wrapper ul {
  list-style: none;
  padding: 0; }

.disrupt-conf .list-wrapper li {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 0; }
  .disrupt-conf .list-wrapper li:before {
    content: '-';
    margin-right: 4px; }

.disrupt-conf .founders-community-container {
  background-color: #000; }

.disrupt-conf .founders-community {
  display: flex; }
  .disrupt-conf .founders-community .fc-component {
    width: 50%;
    height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .disrupt-conf .founders-community .fc-component__header {
      color: #fff;
      margin: 120px 0 24px; }
    .disrupt-conf .founders-community .fc-component__text {
      color: #fff;
      width: 320px;
      max-width: 100%;
      text-align: center;
      font-family: 'Montserrat';
      font-size: 18px;
      line-height: 24px; }
    .disrupt-conf .founders-community .fc-component--founders {
      background-image: url("../images/conferences/disrupt-founders-first.png"); }
    .disrupt-conf .founders-community .fc-component--community {
      background-image: url("../images/conferences/disrupt-community-building.png"); }

.disrupt-conf .social-media {
  background-color: #000; }
  .disrupt-conf .social-media__header {
    color: #fff;
    padding: 64px; }

.disrupt-conf .social-links {
  display: flex; }

.disrupt-conf .social {
  width: 25%;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0; }
  .disrupt-conf .social__icon {
    margin-right: 16px;
    opacity: .65; }
  .disrupt-conf .social__name {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .disrupt-conf .social--fb {
    border-color: #3a5999; }
  .disrupt-conf .social--tw {
    border-color: #55abee; }
  .disrupt-conf .social--ln {
    border-color: #0277b5; }
  .disrupt-conf .social--ig {
    border-color: #e44060; }

.disrupt-conf .header {
  position: relative; }

.disrupt-conf .header-background {
  display: flex;
  height: 840px; }
  .disrupt-conf .header-background .background-blank {
    width: 75%; }
  .disrupt-conf .header-background .background-image {
    width: 25%;
    background-image: url("../images/conferences/disrupt-header-img.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

.disrupt-conf .header-content-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.disrupt-conf .header-content__intro {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 49px; }

.disrupt-conf .header-content h1 {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat';
  font-size: 72px;
  font-weight: 800;
  line-height: 80px; }

.disrupt-conf .header-content .by-techcrunch {
  display: flex;
  align-items: flex-start;
  margin-top: 24px; }
  .disrupt-conf .header-content .by-techcrunch p {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .disrupt-conf .header-content .by-techcrunch img {
    width: 80px;
    margin-left: 24px;
    margin-top: 4px; }

.disrupt-conf .question-answer {
  margin-top: 112px; }
  @media (max-width: 576px) {
    .disrupt-conf .question-answer {
      margin-top: 48px; } }
  .disrupt-conf .question-answer__question {
    color: #27c855;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .disrupt-conf .question-answer__answer {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px; }
  .disrupt-conf .question-answer .show-map {
    display: flex;
    align-items: center;
    margin-top: 8px; }
    .disrupt-conf .question-answer .show-map p {
      color: #1c2954 !important; }
    .disrupt-conf .question-answer .show-map img {
      height: 16px;
      margin-right: 4px; }

.cebit-conf h1,
.cebit-conf h2,
.cebit-conf h3,
.cebit-conf h4,
.cebit-conf h5,
.cebit-conf h6,
.cebit-conf p,
.cebit-conf ul {
  margin-bottom: 0; }

.cebit-conf a:hover {
  text-decoration: none; }

.cebit-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.cebit-conf .header {
  width: 100%;
  background: url("../images/conferences/cebit-header.png"); }

.cebit-conf .header-info {
  width: 100%;
  height: 840px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .cebit-conf .header-info__logo {
    max-width: 100%;
    padding: 0 8px; }
  .cebit-conf .header-info .question-answer {
    margin-top: 112px; }
    @media (max-width: 576px) {
      .cebit-conf .header-info .question-answer {
        margin-top: 48px; } }
    .cebit-conf .header-info .question-answer__question {
      color: #000;
      font-family: 'Montserrat';
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      text-align: center; }
    .cebit-conf .header-info .question-answer__answer {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 18px;
      line-height: 24px;
      text-align: center; }

.cebit-conf .header-black-bar {
  height: 180px;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .cebit-conf .header-black-bar .yellow-bar {
    height: 30px;
    background-color: #F6F605; }
  .cebit-conf .header-black-bar .blue-bar {
    height: 30px;
    background-color: #3A60FC; }

.cebit-conf .your-business img {
  width: 750px;
  max-width: 100%;
  margin-top: -170px;
  margin-bottom: 40px; }

.cebit-conf .your-business__intro {
  margin: 0 auto 24px;
  width: 750px;
  max-width: 100%; }

.cebit-conf .your-business__description {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 910px;
  max-width: 100%;
  margin: 0 auto; }

.cebit-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .cebit-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .cebit-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .cebit-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.cebit-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.cebit-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.cebit-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.cebit-conf .companies h2 {
  margin: 208px auto 80px;
  width: 730px;
  max-width: 100%; }

.cebit-conf .companies__more-btn {
  margin: 48px auto 0; }

.cebit-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .cebit-conf .button:hover {
    color: #fff !important; }
  .cebit-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.cebit-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.cebit-conf .reasons-container {
  margin: 128px 0 80px; }

.cebit-conf .reasons {
  width: 740px;
  margin: 0 auto; }
  .cebit-conf .reasons__title {
    margin-bottom: 24px; }
  .cebit-conf .reasons__description {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }

.cebit-conf .list-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px; }
  .cebit-conf .list-element img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
    margin-top: 3px; }
  .cebit-conf .list-element p {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.cebit-conf .representatives {
  background-color: #f6f6f7;
  padding-top: 80px; }
  .cebit-conf .representatives__header {
    width: 640px;
    max-width: 100%;
    margin: 0 auto 24px; }

.cebit-conf .people {
  display: flex;
  justify-content: center; }

.cebit-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column; }
  .cebit-conf .person__photo {
    height: 284px; }
    .cebit-conf .person__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cebit-conf .person__details {
    height: 94px; }
  .cebit-conf .person .person-details {
    padding: 24px;
    background-color: #fff; }
    .cebit-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .cebit-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.cebit-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%); }
  .cebit-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .cebit-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .cebit-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.cebit-conf .contact {
  background-color: #f6f6f7;
  padding: 80px 0;
  text-align: center; }
  .cebit-conf .contact__header {
    margin-bottom: 24px; }

.cebit-conf .contact-types-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto; }
  .cebit-conf .contact-types-container__separator {
    color: #9298ac;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.cebit-conf .contact-type {
  display: flex;
  align-items: center; }
  .cebit-conf .contact-type__icon {
    margin-right: 16px; }
  .cebit-conf .contact-type__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .cebit-conf .contact-type--mail {
    margin-right: 24px; }

.cebit-conf .facts-container {
  background-color: #07122b;
  padding: 48px; }

.cebit-conf .facts {
  display: flex;
  justify-content: space-between; }
  .cebit-conf .facts__header {
    color: #fC5255;
    margin-bottom: 24px; }

.cebit-conf .fact__number {
  font-family: 'Montserrat';
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff; }

.cebit-conf .fact__description {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff; }

.cebit-conf .why-cebit {
  background-color: #2665a3;
  position: relative; }

.cebit-conf .text-background p {
  opacity: .06;
  color: #1c2954;
  font-family: 'Montserrat';
  font-size: 25vw;
  font-weight: bold;
  line-height: 625px;
  text-align: center; }

.cebit-conf .why-cebit-content-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center; }

.cebit-conf .why-cebit-content__header {
  color: #fff;
  margin-bottom: 24px; }

.cebit-conf .why-cebit-content__text {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: 460px;
  max-width: 100%;
  margin: 0 auto; }
  .cebit-conf .why-cebit-content__text--mb {
    margin-bottom: 48px; }

.cebit-conf .additional-info {
  height: 540px;
  position: relative; }

.cebit-conf .additional-info-background {
  display: flex;
  height: 100%; }
  .cebit-conf .additional-info-background .additional-info-half {
    width: 50%; }
    .cebit-conf .additional-info-background .additional-info-half--cyan {
      background-color: #01d3d8; }
    .cebit-conf .additional-info-background .additional-info-half--red {
      background-color: #fc5255; }

.cebit-conf .additional-info-container {
  position: absolute;
  top: 0;
  width: 100%; }
  .cebit-conf .additional-info-container .additional-groups {
    display: flex; }
    .cebit-conf .additional-info-container .additional-groups__group {
      width: 50%; }

.cebit-conf .more-info__image {
  margin-bottom: 60px;
  float: right; }

.cebit-conf .more-info__header {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 24px; }

.cebit-conf .more-info__text {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  margin-right: 48px; }

.cebit-conf .join-us__image {
  margin-bottom: 60px; }

.cebit-conf .join-us__header {
  color: #fff;
  margin-bottom: 48px; }

.cebit-conf .social-element {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  .cebit-conf .social-element__icon {
    margin-right: 16px;
    opacity: .65; }
  .cebit-conf .social-element__name {
    color: #fff;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 24px;
    text-align: center; }

.cebit-conf .get-estimate-container {
  background-color: #1c2954;
  padding: 164px 0; }

.cebit-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.cebit-conf .get-estimate__button {
  margin-right: 24px; }

.cebit-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.cebit-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.cebit-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .cebit-conf .get-estimate__contact:hover {
    color: #fff; }

.pioneers-conf h1,
.pioneers-conf h2,
.pioneers-conf h3,
.pioneers-conf h4,
.pioneers-conf h5,
.pioneers-conf h6,
.pioneers-conf p,
.pioneers-conf ul {
  margin-bottom: 0; }

.pioneers-conf a:hover {
  text-decoration: none; }

.pioneers-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.pioneers-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .pioneers-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .pioneers-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .pioneers-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.pioneers-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.pioneers-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.pioneers-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.pioneers-conf .companies {
  background-color: #333f48;
  margin-bottom: -412px; }
  .pioneers-conf .companies h2 {
    margin: 180px auto 80px;
    width: 730px;
    max-width: 100%;
    color: #fff; }
  .pioneers-conf .companies__more-btn {
    margin: 48px auto 0; }

.pioneers-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .pioneers-conf .button:hover {
    color: #fff !important; }
  .pioneers-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.pioneers-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.pioneers-conf .reasons-container {
  background-color: #fa4616;
  padding: 80px 0; }

.pioneers-conf .reasons {
  width: 740px;
  max-width: 100%;
  margin: 0 auto; }
  .pioneers-conf .reasons__title {
    margin-bottom: 24px;
    text-align: left;
    color: #fff; }
  .pioneers-conf .reasons__description {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }

.pioneers-conf .list-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px; }
  .pioneers-conf .list-element img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
    margin-top: 3px; }
  .pioneers-conf .list-element p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.pioneers-conf .representatives {
  background-color: #f6f6f7;
  padding-top: 580px; }
  .pioneers-conf .representatives__header {
    margin-bottom: 24px;
    text-align: center; }

.pioneers-conf .people {
  display: flex;
  justify-content: center; }

.pioneers-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column; }
  .pioneers-conf .person__photo {
    height: 284px; }
    .pioneers-conf .person__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pioneers-conf .person__details {
    height: 94px; }
  .pioneers-conf .person .person-details {
    padding: 24px;
    background-color: #fff; }
    .pioneers-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .pioneers-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.pioneers-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover; }
  .pioneers-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .pioneers-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .pioneers-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.pioneers-conf .contact {
  background-color: #fff;
  padding: 80px 0;
  text-align: center; }
  .pioneers-conf .contact__header {
    margin: 0 auto 24px;
    width: 540px;
    max-width: 100%; }

.pioneers-conf .contact-types-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto; }
  .pioneers-conf .contact-types-container__separator {
    color: #9298ac;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.pioneers-conf .contact-type {
  display: flex;
  align-items: center; }
  .pioneers-conf .contact-type__icon {
    margin-right: 16px; }
  .pioneers-conf .contact-type__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .pioneers-conf .contact-type--mail {
    margin-right: 24px; }

.pioneers-conf .get-estimate-container {
  background-image: url("../images/conferences/estimate.jpg");
  padding: 164px 0; }

.pioneers-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.pioneers-conf .get-estimate__button {
  margin-right: 24px; }

.pioneers-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.pioneers-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.pioneers-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .pioneers-conf .get-estimate__contact:hover {
    color: #fff; }

.pioneers-conf .social-media {
  background-color: #fff; }
  .pioneers-conf .social-media__header {
    color: #000;
    padding: 64px 0;
    width: 560px;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin: 0 auto; }
  .pioneers-conf .social-media .divider {
    width: 100%;
    height: 1px;
    background-color: #d1d3d9; }

.pioneers-conf .social-links {
  display: flex; }

.pioneers-conf .social {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0; }
  .pioneers-conf .social__icon {
    margin-right: 16px;
    opacity: .65; }
  .pioneers-conf .social__name {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .pioneers-conf .social--fb {
    background-color: #3a5999; }
  .pioneers-conf .social--tw {
    background-color: #55abee; }
  .pioneers-conf .social--ln {
    background-color: #0277b5; }
  .pioneers-conf .social--ig {
    background-color: #e44060; }

.pioneers-conf .header__background-text {
  color: #f0f0f0;
  font-family: 'Montserrat';
  font-size: 14.5vw;
  font-weight: 900;
  letter-spacing: 56px;
  text-align: center;
  line-height: 350px;
  margin-top: -64px; }

.pioneers-conf .header-logo-container {
  display: flex;
  justify-content: center;
  margin-top: -64px; }
  .pioneers-conf .header-logo-container img {
    width: 760px;
    max-width: 100%;
    margin: 0 auto 48px; }

.pioneers-conf .questions {
  background-color: #fef6f4;
  padding: 40px 0; }

@media (max-width: 576px) {
  .pioneers-conf .question-answer {
    margin-top: 48px; } }

.pioneers-conf .question-answer__question {
  color: #fa4616;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.pioneers-conf .question-answer__answer {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px; }

.pioneers-conf .talk {
  background-color: #fa4616;
  padding-top: 150px; }

.pioneers-conf .talk__header {
  color: #fff;
  width: 740px;
  max-width: 100%;
  margin: 0 auto 24px; }

.pioneers-conf .talk__intro {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 88px;
  width: 740px;
  max-width: 100%; }

.pioneers-conf .quote {
  width: 660px;
  border: 10px solid #000;
  border-radius: 8px;
  box-shadow: 14px 14px 29px -13px rgba(12, 12, 12, 0.24);
  background-color: #fff;
  padding: 64px;
  text-align: center;
  margin: 0 auto -40px; }
  .pioneers-conf .quote__text {
    color: #676E82;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 550px;
    max-width: 100%;
    margin-bottom: 40px; }
  .pioneers-conf .quote__image {
    width: 40px;
    margin-bottom: 40px; }

.pioneers-conf .quote-person {
  display: inline-flex;
  align-items: center; }
  .pioneers-conf .quote-person img {
    width: 40px;
    height: 40px;
    margin-right: 8px; }
  .pioneers-conf .quote-person .quote-person-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .pioneers-conf .quote-person .quote-person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 20px;
      line-height: 32px; }
    .pioneers-conf .quote-person .quote-person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 12px;
      line-height: 16px; }

.pioneers-conf .add-us {
  padding: 58px 0; }
  .pioneers-conf .add-us__header {
    margin-bottom: 24px;
    text-align: left !important; }
  .pioneers-conf .add-us__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    width: 460px;
    max-width: 100%; }
  .pioneers-conf .add-us__image {
    text-align: right; }
    .pioneers-conf .add-us__image img {
      height: 670px; }

.pioneers-conf .add-us-text-col {
  padding-top: 156px; }

.sxsw-conf h1,
.sxsw-conf h2,
.sxsw-conf h3,
.sxsw-conf h4,
.sxsw-conf h5,
.sxsw-conf h6,
.sxsw-conf p,
.sxsw-conf ul {
  margin-bottom: 0; }

.sxsw-conf a:hover {
  text-decoration: none; }

.sxsw-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.sxsw-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .sxsw-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .sxsw-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .sxsw-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.sxsw-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.sxsw-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.sxsw-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.sxsw-conf .companies {
  background-color: #fff;
  margin-bottom: -304px; }
  .sxsw-conf .companies h2 {
    margin: 0 auto 80px;
    width: 730px;
    max-width: 100%;
    color: #23201f; }
  .sxsw-conf .companies__more-btn {
    margin: 48px auto 0; }

.sxsw-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .sxsw-conf .button:hover {
    color: #fff !important; }
  .sxsw-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.sxsw-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.sxsw-conf .reasons-container {
  background-color: #23201f;
  padding: 80px 0; }

.sxsw-conf .reasons {
  width: 740px;
  max-width: 100%; }
  .sxsw-conf .reasons__title {
    margin-bottom: 24px;
    text-align: left;
    color: #fff; }
  .sxsw-conf .reasons__description {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px; }

.sxsw-conf .list-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px; }
  .sxsw-conf .list-element img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
    margin-top: 3px; }
  .sxsw-conf .list-element p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.sxsw-conf .representatives {
  background-color: #23201f;
  padding-top: 284px; }
  .sxsw-conf .representatives__header {
    text-align: center;
    color: #87dbe1;
    width: 814px;
    max-width: 100%;
    margin: 0 auto 24px; }

.sxsw-conf .people {
  display: flex;
  margin-bottom: -96px;
  justify-content: center; }

.sxsw-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column; }
  .sxsw-conf .person__photo {
    height: 284px; }
    .sxsw-conf .person__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sxsw-conf .person__details {
    height: 94px; }
  .sxsw-conf .person .person-details {
    padding: 24px;
    background-color: #fff; }
    .sxsw-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .sxsw-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.sxsw-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover; }
  .sxsw-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .sxsw-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .sxsw-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.sxsw-conf .contact {
  background-color: #fff;
  padding: 80px 0;
  text-align: center; }
  .sxsw-conf .contact__header {
    margin: 0 auto 24px; }

.sxsw-conf .contact-types-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto; }
  .sxsw-conf .contact-types-container__separator {
    color: #9298ac;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.sxsw-conf .contact-type {
  display: flex;
  align-items: center; }
  .sxsw-conf .contact-type__icon {
    margin-right: 16px; }
  .sxsw-conf .contact-type__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .sxsw-conf .contact-type--mail {
    margin-right: 24px; }

.sxsw-conf .get-estimate-container {
  background-color: #1c2954;
  padding: 260px 0 164px; }

.sxsw-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.sxsw-conf .get-estimate__button {
  margin-right: 24px; }

.sxsw-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.sxsw-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.sxsw-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .sxsw-conf .get-estimate__contact:hover {
    color: #fff; }

.sxsw-conf .social-media {
  background-color: #fff; }
  .sxsw-conf .social-media__header {
    color: #000;
    padding: 64px 0;
    width: 560px;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin: 0 auto; }
  .sxsw-conf .social-media .divider {
    width: 100%;
    height: 1px;
    background-color: #d1d3d9; }

.sxsw-conf .social-links {
  display: flex; }

.sxsw-conf .social {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0; }
  .sxsw-conf .social__icon {
    margin-right: 16px;
    opacity: .65; }
  .sxsw-conf .social__name {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .sxsw-conf .social--fb {
    background-color: #3a5999; }
  .sxsw-conf .social--tw {
    background-color: #55abee; }
  .sxsw-conf .social--ln {
    background-color: #0277b5; }
  .sxsw-conf .social--ig {
    background-color: #e44060; }

.sxsw-conf .header {
  position: relative; }

.sxsw-conf .header-background-color {
  background-color: #87dbe1;
  height: 730px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.sxsw-conf .header-background-shapes {
  background-image: url("../images/conferences/swsx-header-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 773px;
  width: 100%;
  position: absolute;
  top: 0; }

.sxsw-conf .logo-area {
  background-image: url("../images/conferences/sxsw-logo-area.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 762px;
  height: 450px;
  margin-bottom: -24px; }

.sxsw-conf .questions {
  background-color: #23201f;
  padding: 40px 0; }

@media (max-width: 576px) {
  .sxsw-conf .question-answer {
    margin-top: 48px; } }

.sxsw-conf .question-answer__question {
  color: #87dbe1;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }

.sxsw-conf .question-answer__answer {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px; }

.sxsw-conf .talk-container {
  padding: 0 0 128px; }

.sxsw-conf .talk-wrapper {
  border: 2px solid #23201f;
  margin-top: -2px; }

.sxsw-conf .talk {
  border: 2px solid #87dbe1;
  margin: 15px -17px -17px 15px;
  padding: 60px 80px;
  position: relative; }
  .sxsw-conf .talk__text {
    text-align: left;
    color: #23201f;
    width: 548px;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px; }
  .sxsw-conf .talk__header {
    width: 550px;
    margin-bottom: 48px;
    text-align: left; }

.sxsw-conf .quote {
  width: 420px;
  height: 634px;
  background-image: url("../images/conferences/sxsw-testimonial.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -76px;
  right: 20px; }
  .sxsw-conf .quote__text {
    color: #23201f;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    width: 230px;
    max-width: 100%;
    margin: 178px auto 48px; }
  .sxsw-conf .quote .quote-person__name {
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .sxsw-conf .quote .quote-person__position {
    color: #676E82;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    max-width: 140px;
    margin: 0 auto; }

.sxsw-conf .dark-blank-container {
  background-color: #23201f;
  height: 360px; }

.sxsw-conf .add-us {
  background-image: url("../images/conferences/sxsw-add-us-bg-frame.svg");
  width: 1000px;
  height: 580px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 140px; }
  .sxsw-conf .add-us__header {
    width: 550px;
    margin-bottom: 24px;
    text-align: left; }
  .sxsw-conf .add-us__text-container {
    padding-left: 32px;
    border-left: 2px solid #23201F; }
  .sxsw-conf .add-us__text {
    width: 720px;
    max-width: 100%;
    color: #000;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px; }

.dld-conf h1,
.dld-conf h2,
.dld-conf h3,
.dld-conf h4,
.dld-conf h5,
.dld-conf h6,
.dld-conf p,
.dld-conf ul {
  margin-bottom: 0; }

.dld-conf a:hover {
  text-decoration: none; }

.dld-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.dld-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .dld-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .dld-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .dld-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.dld-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.dld-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.dld-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.dld-conf .companies__header {
  width: 730px;
  max-width: 100%;
  color: #fff;
  margin: 80px 0 40px;
  text-align: left; }

.dld-conf .companies__additional {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  width: 910px;
  max-width: 100%;
  margin-bottom: 80px; }

.dld-conf .divider {
  width: 100%;
  height: 2px;
  background-color: #5f3fe0; }

.dld-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .dld-conf .button:hover {
    color: #fff !important; }
  .dld-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.dld-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.dld-conf .reasons-container {
  background-color: #3888c2;
  padding: 176px 0 50px; }

.dld-conf .reasons__title {
  margin-bottom: 24px;
  text-align: left;
  color: #fff; }

.dld-conf .reasons__description {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px; }

.dld-conf .list-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px; }
  .dld-conf .list-element img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
    margin-top: 3px; }
  .dld-conf .list-element p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    font-weight: 500; }

.dld-conf .representatives {
  background-color: #00acde;
  padding: 128px 0 0; }
  .dld-conf .representatives__header {
    color: #fff;
    margin-bottom: 24px; }

.dld-conf .people {
  display: flex;
  margin-bottom: -96px;
  justify-content: center; }

.dld-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column; }
  .dld-conf .person__photo {
    height: 284px; }
    .dld-conf .person__photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .dld-conf .person__details {
    height: 94px; }
  .dld-conf .person .person-details {
    padding: 24px;
    background-color: #fff; }
    .dld-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .dld-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.dld-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover; }
  .dld-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .dld-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .dld-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.dld-conf .contact {
  background-color: #1c2954;
  padding: 40px 0;
  text-align: center; }
  .dld-conf .contact__header {
    color: #fff;
    width: 360px;
    text-align: left; }

.dld-conf .contact-types-container {
  display: inline-flex;
  align-items: center; }
  .dld-conf .contact-types-container__separator {
    color: rgba(255, 255, 255, 0.64);
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.dld-conf .contact-type {
  display: flex;
  align-items: center; }
  .dld-conf .contact-type__icon {
    margin-right: 16px; }
  .dld-conf .contact-type__text {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .dld-conf .contact-type--mail {
    margin-right: 24px; }

.dld-conf .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.dld-conf .get-estimate-container {
  background-color: #000;
  padding: 164px 0; }

.dld-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.dld-conf .get-estimate__button {
  margin-right: 24px; }

.dld-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.dld-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.dld-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .dld-conf .get-estimate__contact:hover {
    color: #fff; }

.dld-conf .header-container {
  background-image: url("../images/conferences/dld-headerbg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.dld-conf .header {
  height: 840px;
  position: relative; }

.dld-conf .header-logos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .dld-conf .header-logos__main {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 29px; }

.dld-conf .ideamotive-meetup {
  display: flex;
  align-items: center;
  margin-top: 28px; }
  .dld-conf .ideamotive-meetup p {
    font-family: 'Montserrat';
    font-size: 24px;
    letter-spacing: 9px;
    line-height: 29px;
    padding: 4px; }
  .dld-conf .ideamotive-meetup__im {
    background-color: #fff; }
  .dld-conf .ideamotive-meetup__mt {
    color: #fff;
    background-color: #E40905; }

.dld-conf .questions {
  position: absolute;
  bottom: 40px;
  width: 100%; }

.dld-conf .question-answer {
  background-color: #fff;
  padding: 45px; }
  .dld-conf .question-answer__question {
    color: #eb3b1b;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    line-height: 24px; }
  .dld-conf .question-answer__answer {
    color: #23201f;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px; }

.dld-conf .social-media {
  background-color: #1c2954; }

.dld-conf .social-links {
  display: flex; }

.dld-conf .social {
  width: 25%;
  border-bottom: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0; }
  .dld-conf .social__icon {
    margin-right: 16px;
    opacity: .65; }
  .dld-conf .social__name {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .dld-conf .social--fb {
    border-color: #3a5999; }
  .dld-conf .social--tw {
    border-color: #55abee; }
  .dld-conf .social--ln {
    border-color: #0277b5; }
  .dld-conf .social--ig {
    border-color: #e44060; }

.dld-conf .fact-card {
  height: 200px;
  background-color: blue;
  box-shadow: 0 8px 32px -8px rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  .dld-conf .fact-card--delegations {
    background-image: url("../images/conferences/dld-box-yellow.svg"); }
    .dld-conf .fact-card--delegations p {
      color: #00385d; }
  .dld-conf .fact-card--guests {
    background-image: url("../images/conferences/dld-box-blue.svg"); }
  .dld-conf .fact-card--startup {
    background-image: url("../images/conferences/dld-box-darkblue.svg"); }
  .dld-conf .fact-card--technology {
    background-image: url("../images/conferences/dld-box-orange.svg"); }
  .dld-conf .fact-card__number {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 72px;
    font-weight: bold;
    letter-spacing: -3px;
    line-height: 72px;
    text-align: center; }
  .dld-conf .fact-card__description {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: center; }

.dld-conf .create {
  background-image: url("../images/conferences/dld-purplebg.svg");
  padding: 0 0 64px; }
  .dld-conf .create__image {
    margin: 128px 0 40px; }
  .dld-conf .create__header {
    text-align: left;
    color: #fff;
    width: 540px;
    max-width: 100%;
    margin-bottom: 24px; }
  .dld-conf .create__additional {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    width: 540px;
    max-width: 100%;
    margin-bottom: 128px; }

.dld-conf .badge-component {
  background-color: #fd7002;
  height: 480px; }
  .dld-conf .badge-component img {
    width: 100%; }

.dld-conf .festival {
  background-image: url("../images/conferences/dld-darkbg-pattern.svg");
  padding-top: 200px; }
  .dld-conf .festival__header {
    color: #fff;
    text-align: left;
    margin-bottom: 24px;
    width: 540px;
    max-width: 100%; }
  .dld-conf .festival__text {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    width: 540px;
    max-width: 100%; }

.dld-conf .address-card {
  padding: 68px;
  background-color: #e40905; }
  .dld-conf .address-card__text {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-align: center; }
    .dld-conf .address-card__text--light {
      font-family: 'Montserrat'; }
    .dld-conf .address-card__text--bold {
      font-family: 'Montserrat'; }

.dld-conf .map-card {
  background-color: #fe4a00;
  padding: 88px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .dld-conf .map-card a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 40px;
    padding: 12px 72px;
    border: 2px solid #fff; }

.slush-conf h1,
.slush-conf h2,
.slush-conf h3,
.slush-conf h4,
.slush-conf h5,
.slush-conf h6,
.slush-conf p,
.slush-conf ul {
  margin-bottom: 0; }

.slush-conf a:hover {
  text-decoration: none; }

.slush-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.slush-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .slush-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .slush-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .slush-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.slush-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.slush-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.slush-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.slush-conf .companies {
  background-color: #000; }
  .slush-conf .companies h2 {
    margin: 80px auto;
    width: 810px;
    max-width: 100%;
    color: #fff; }
  .slush-conf .companies__more-btn {
    margin: 48px auto 0; }

.slush-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .slush-conf .button:hover {
    color: #fff !important; }
  .slush-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.slush-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.slush-conf .representatives {
  background-color: #000; }
  .slush-conf .representatives__header {
    margin: 128px 0 40px;
    text-align: center;
    color: #FFF; }

.slush-conf .people {
  display: flex;
  justify-content: center; }

.slush-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column;
  margin: 0 32px;
  margin-bottom: -236px; }
  .slush-conf .person__photo {
    height: 284px;
    filter: grayscale(100%); }
  .slush-conf .person__details {
    height: 94px; }
  .slush-conf .person .person-details {
    padding: 24px;
    background-color: transparent;
    text-align: center; }
    .slush-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .slush-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.slush-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  .slush-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .slush-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .slush-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.slush-conf .contact {
  background-color: #fff;
  padding: 280px 0 180px;
  text-align: center; }
  .slush-conf .contact__header {
    margin: 0 auto 24px;
    max-width: 100%; }

.slush-conf .contact-types-container {
  display: inline-flex;
  align-items: center;
  margin: 0 auto; }
  .slush-conf .contact-types-container__separator {
    color: #9298ac;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.slush-conf .contact-type {
  display: flex;
  align-items: center; }
  .slush-conf .contact-type__icon {
    margin-right: 16px; }
  .slush-conf .contact-type__text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .slush-conf .contact-type--mail {
    margin-right: 24px; }

.slush-conf .get-estimate-container {
  background-image: url("../images/conferences/estimate.jpg");
  padding: 164px 0; }

.slush-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.slush-conf .get-estimate__button {
  margin-right: 24px; }

.slush-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.slush-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.slush-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .slush-conf .get-estimate__contact:hover {
    color: #fff; }

.slush-conf .header {
  background-image: url("../images/conferences/slush-2018-header-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 8px solid #00010F;
  position: relative; }
  .slush-conf .header__title {
    color: #FFF;
    font-family: 'Montserrat';
    max-width: 660px;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin: 220px auto 50px; }
  .slush-conf .header__logo {
    margin: 0 auto 200px; }
  .slush-conf .header .background-lines {
    position: absolute;
    bottom: 0; }
    .slush-conf .header .background-lines--left {
      left: 0; }
    .slush-conf .header .background-lines--right {
      right: 0; }

.slush-conf .conference-details {
  background-color: #6A4AEA;
  padding: 80px 0; }

.slush-conf .single-detail__number {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px; }

.slush-conf .single-detail__text {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center; }

.slush-conf .conference-info {
  background-color: #6A4AEA;
  position: relative; }
  .slush-conf .conference-info__background-text {
    color: #6548E0;
    font-family: 'Montserrat';
    font-size: 228px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
    top: -68px; }
  .slush-conf .conference-info__title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 64px 0 24px; }
  .slush-conf .conference-info__description {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    max-width: 460px; }
  .slush-conf .conference-info__image {
    box-shadow: 0 8px 40px -8px rgba(0, 0, 0, 0.5);
    margin-top: -64px; }

.slush-conf .summary {
  position: relative; }
  .slush-conf .summary .summary-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .slush-conf .summary .summary-background__left {
      background-color: #000;
      width: 50%; }
    .slush-conf .summary .summary-background__right {
      background-color: #6A4AEA;
      width: 50%; }
  .slush-conf .summary .summary-content__part {
    width: 50%; }
    .slush-conf .summary .summary-content__part .summary-part-background {
      width: 100%; }
  .slush-conf .summary .summary-content-part-left__header {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 60px 64px 24px 0; }
  .slush-conf .summary .summary-content-part-left__text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-right: 50px;
    margin: 0 64px 88px 0; }

.slush-conf .social-links {
  display: flex;
  flex-direction: column;
  padding: 72px 0 0 128px; }
  .slush-conf .social-links__header {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 24px; }
  .slush-conf .social-links .social {
    display: flex;
    align-items: center;
    margin-bottom: 24px; }
    .slush-conf .social-links .social__icon {
      width: 20px;
      height: 20px;
      opacity: 0.65;
      margin-right: 16px; }
    .slush-conf .social-links .social__name {
      color: #FFF;
      font-family: 'Montserrat';
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      opacity: 0.65; }

.slush-conf .questions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 148px; }

.slush-conf .qa-pair {
  display: inline;
  text-align: center; }
  .slush-conf .qa-pair__question {
    text-align: center;
    background-color: #6A4AEA;
    display: inline-block;
    padding: 4px 10px; }
    .slush-conf .qa-pair__question p {
      color: #FFF;
      font-family: 'Montserrat';
      font-size: 18px;
      letter-spacing: 1.5px;
      line-height: 24px; }
  .slush-conf .qa-pair__answer {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    background-color: #FFF;
    padding: 4px 14px; }

.slush-conf .talk-container {
  background-color: rgba(106, 74, 234, 0.54);
  box-shadow: 0 8px 256px -8px #6A4AEA;
  padding: 32px;
  margin-bottom: 128px; }

.slush-conf .talk-header {
  position: relative;
  left: calc(50% - 40px); }
  .slush-conf .talk-header__top {
    height: 8px;
    width: 40px;
    background-color: #6A4AEA;
    position: absolute;
    left: 0;
    top: 0; }
  .slush-conf .talk-header__bottom {
    height: 8px;
    width: 40px;
    background-color: #C5DE1E;
    position: absolute;
    left: 40px;
    top: 8px; }

.slush-conf .talk {
  background-color: rgba(0, 1, 15, 0.72);
  box-shadow: 0 0 24px 0 #676E82;
  padding: 48px; }
  .slush-conf .talk__header-text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin: 96px auto 24px;
    max-width: 750px; }
  .slush-conf .talk__text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 910px; }

.slush-19-conf h1,
.slush-19-conf h2,
.slush-19-conf h3,
.slush-19-conf h4,
.slush-19-conf h5,
.slush-19-conf h6,
.slush-19-conf p,
.slush-19-conf ul {
  margin-bottom: 0; }

.slush-19-conf a:hover {
  text-decoration: none; }

.slush-19-conf h2 {
  color: #000;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; }

.slush-19-conf .casestudy {
  height: 440px;
  padding: 32px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .slush-19-conf .casestudy--ss {
    background-image: url("../images/conferences/casestudy-snowshow.png"); }
  .slush-19-conf .casestudy--jrp {
    background-image: url("../images/conferences/casestudy-jrpass.png"); }
  .slush-19-conf .casestudy--fs {
    background-image: url("../images/conferences/casestudy-fasadio.png"); }

.slush-19-conf .casestudy-header__title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px; }

.slush-19-conf .casestudy-header__description {
  color: rgba(255, 255, 255, 0.87);
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 24px; }

.slush-19-conf .casestudy-category {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px; }

.slush-19-conf .companies {
  background-color: #00010F; }
  .slush-19-conf .companies h2 {
    margin: 80px auto;
    width: 810px;
    max-width: 100%;
    color: #fff; }
  .slush-19-conf .companies__more-btn {
    margin: 48px auto 0; }

.slush-19-conf .button {
  background-color: #6A4AEA;
  height: 44px;
  padding: 0 44px;
  color: white;
  line-height: 44px;
  border: 0; }
  .slush-19-conf .button:hover {
    color: #fff !important; }
  .slush-19-conf .button--jumbo {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 22px !important; }

.slush-19-conf .button--primaryButtonHover__effectsContainer {
  top: 2px;
  bottom: 2px; }

.slush-19-conf .representatives {
  background-color: #00010F; }
  .slush-19-conf .representatives__header {
    margin: 128px 0 40px;
    text-align: center;
    color: #FFF; }

.slush-19-conf .people {
  display: flex;
  justify-content: center; }

.slush-19-conf .person {
  width: 25%;
  height: 380px;
  display: flex;
  flex-direction: column;
  margin: 0 32px;
  margin-bottom: -236px; }
  .slush-19-conf .person__photo {
    height: 284px;
    filter: grayscale(100%); }
  .slush-19-conf .person__details {
    height: 94px; }
  .slush-19-conf .person .person-details {
    padding: 24px;
    background-color: transparent;
    text-align: center; }
    .slush-19-conf .person .person-details__name {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }
    .slush-19-conf .person .person-details__position {
      color: #676E82;
      font-family: 'Montserrat';
      font-size: 16px;
      line-height: 24px; }

.slush-19-conf .person-photo {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%; }
  .slush-19-conf .person-photo--robert {
    background-image: url("../images/conferences/robert.jpg"); }
  .slush-19-conf .person-photo--milosz {
    background-image: url("../images/conferences/milosz.jpg"); }
  .slush-19-conf .person-photo--michal {
    background-image: url("../images/conferences/michal.jpg"); }

.slush-19-conf .contact {
  background-color: #FFF;
  padding: 282px 0 40px;
  text-align: center; }
  .slush-19-conf .contact__header {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 600;
    line-height: 48px; }

.slush-19-conf .contact-types-container {
  display: inline-flex;
  align-items: center; }
  .slush-19-conf .contact-types-container__separator {
    color: rgba(255, 255, 255, 0.64);
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px;
    margin-right: 24px; }

.slush-19-conf .contact-type {
  display: flex;
  align-items: center; }
  .slush-19-conf .contact-type__icon {
    margin-right: 16px; }
  .slush-19-conf .contact-type__text {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 24px; }
  .slush-19-conf .contact-type--mail {
    margin-right: 24px; }

.slush-19-conf .contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.slush-19-conf .get-estimate-container {
  background-image: url("../images/conferences/estimate.jpg");
  padding: 164px 0; }

.slush-19-conf .get-estimate__header {
  color: #fff;
  margin-bottom: 32px; }

.slush-19-conf .get-estimate__button {
  margin-right: 24px; }

.slush-19-conf .get-estimate__wrapper {
  display: flex;
  align-items: baseline;
  justify-content: center; }

.slush-19-conf .get-estimate__separator {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  margin-right: 24px; }

.slush-19-conf .get-estimate__contact {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  border-bottom: 2px solid #6a4aea;
  padding-bottom: 4px; }
  .slush-19-conf .get-estimate__contact:hover {
    color: #fff; }

.slush-19-conf .header {
  background-image: url("../images/conferences/slush2019-headerbg.jpg");
  background-color: #00010F;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 46vw;
  height: 820px;
  max-height: 100vh; }
  .slush-19-conf .header__intro-text {
    width: 360px;
    margin-bottom: 120px; }
    .slush-19-conf .header__intro-text p {
      color: #FFF;
      font-family: 'Montserrat';
      font-size: 20px;
      line-height: 24px; }

.slush-19-conf .header-logo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 300px 0 76px; }
  .slush-19-conf .header-logo__image {
    height: 72px;
    width: 216px;
    margin-right: 20px; }
  .slush-19-conf .header-logo__text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    text-align: center; }

.slush-19-conf .conference-details {
  background-color: #00010F; }

.slush-19-conf .conference-details-holder {
  padding: 80px 0;
  border-bottom: 1px solid #6A4AEA; }

.slush-19-conf .single-detail__number {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  margin-bottom: 8px; }

.slush-19-conf .single-detail__text {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px;
  text-align: center; }

.slush-19-conf .conference-info-container {
  background-color: #00010F; }

.slush-19-conf .conference-info__header {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px; }

.slush-19-conf .conference-info__subheader {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 24px;
  font-weight: 500; }

.slush-19-conf .conference-info__text {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 24px; }

.slush-19-conf .conference-info .violet-block {
  height: 8px;
  width: 100%;
  background-color: #6A4AEA; }

.slush-19-conf .summary {
  position: relative; }
  .slush-19-conf .summary .summary-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; }
    .slush-19-conf .summary .summary-background__left {
      background-color: #000;
      width: 50%; }
    .slush-19-conf .summary .summary-background__right {
      background-color: #6A4AEA;
      width: 50%; }
  .slush-19-conf .summary .summary-content__part {
    width: 50%; }
    .slush-19-conf .summary .summary-content__part .summary-part-background {
      width: 100%; }
  .slush-19-conf .summary .summary-content-part-left__header {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 60px 64px 24px 0; }
  .slush-19-conf .summary .summary-content-part-left__text {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    margin-right: 50px;
    margin: 0 64px 88px 0; }

.slush-19-conf .social-media {
  background-color: #FFF; }

.slush-19-conf .social-links {
  display: flex; }

.slush-19-conf .social {
  width: 25%;
  border-bottom: 8px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0; }
  .slush-19-conf .social__icon {
    margin-right: 16px; }
  .slush-19-conf .social__name {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .slush-19-conf .social--fb {
    border-color: #3a5999; }
  .slush-19-conf .social--tw {
    border-color: #55abee; }
  .slush-19-conf .social--ln {
    border-color: #0277b5; }
  .slush-19-conf .social--ig {
    border-color: #e44060; }

.slush-19-conf .questions-container {
  position: absolute;
  top: 624px; }

.slush-19-conf .questions {
  display: flex;
  justify-content: space-between; }

.slush-19-conf .qa-pair {
  display: inline; }
  .slush-19-conf .qa-pair__question {
    text-align: center;
    background-color: #00010F;
    display: inline-block;
    padding: 4px 10px; }
    .slush-19-conf .qa-pair__question p {
      color: #FFF;
      font-family: 'Montserrat';
      font-size: 18px;
      letter-spacing: 1.5px;
      line-height: 24px; }
  .slush-19-conf .qa-pair__answer {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    background-color: #FFF;
    padding: 4px 14px; }
  .slush-19-conf .qa-pair--pos-absolute {
    position: absolute;
    top: 624px;
    left: 46%; }

.slush-19-conf .talk {
  background-color: #00010F;
  padding-top: 98px; }

.slush-19-conf .talk-content {
  padding: 80px 32px 80px 98px;
  background-color: #FFF;
  box-shadow: 14px 14px 0px 0px #6a4aea; }
  .slush-19-conf .talk-content__separator {
    background-color: #6A4AEA;
    height: 4px;
    width: 128px;
    margin-bottom: 80px; }
  .slush-19-conf .talk-content__header {
    max-width: 744px;
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 24px; }
  .slush-19-conf .talk-content__text {
    color: #00010F;
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 24px;
    max-width: 900px; }

.pillar-header__react-logo {
  background-color: #FFF;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 64px 64px -16px rgba(28, 41, 84, 0.12);
  margin: 0 auto;
  z-index: 2; }
  .pillar-header__react-logo img {
    width: 70%; }
  @media (max-width: 992px) {
    .pillar-header__react-logo {
      width: 180px;
      height: 180px; } }

.pillar-header__frame {
  background-color: #1C2954;
  padding: 32px 96px;
  text-align: left;
  border-radius: 24px;
  box-shadow: 0 24px 80px 0 rgba(26, 30, 40, 0.24);
  transform: translateY(50%);
  z-index: 2; }
  @media (max-width: 992px) {
    .pillar-header__frame {
      padding: 24px 48px;
      transform: translateY(35%); } }
  @media (max-width: 768px) {
    .pillar-header__frame {
      padding: 24px 36px;
      transform: translateY(15%); } }
  .pillar-header__frame--ror {
    background-color: #000;
    text-align: center; }

.pillar-header__background-logo {
  position: absolute;
  top: 154px;
  left: 50%;
  transform: translateX(-50%);
  width: 1060px;
  max-width: 80%;
  z-index: 1; }

.pillar-header__background-lines {
  position: absolute;
  bottom: 0;
  z-index: 1; }
  .pillar-header__background-lines--left {
    left: 0; }
  .pillar-header__background-lines--right {
    right: 0; }

.pillar-ror .pillar-header__background-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: 1530px;
  margin-top: 0;
  z-index: 1;
  opacity: 0.4; }
  @media (min-width: 992px) {
    .pillar-ror .pillar-header__background-logo {
      opacity: 1;
      margin-top: 140px; } }
  @media (min-width: 1500px) {
    .pillar-ror .pillar-header__background-logo {
      margin-top: 180px; } }

.pillar-ror .pillar-header .giga {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    .pillar-ror .pillar-header .giga {
      margin-bottom: 360px; } }

.info-card {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

.get-pdf {
  background-color: #6A57E2; }
  .get-pdf__icon {
    height: 78px; }
  .get-pdf__text {
    color: #FFF;
    font-family: 'Plex-Sans-Light' !important;
    font-size: 20px;
    line-height: 24px;
    text-align: center; }
  .get-pdf__download {
    background-color: #2E2663;
    border: 0;
    display: inline-flex;
    align-items: center;
    height: 56px;
    justify-content: center;
    width: 220px;
    font-family: 'Plex-Sans-Bold';
    font-size: 16px;
    line-height: 24px;
    border-radius: 0 16px 16px 0; }
    .get-pdf__download img {
      margin-right: 12px;
      width: 24px; }
    @media (max-width: 768px) {
      .get-pdf__download {
        margin-top: 16px;
        border-radius: 16px; } }
    @media (max-width: 576px) {
      .get-pdf__download {
        width: 100%; } }
    .get-pdf__download input {
      background-color: transparent;
      outline: none;
      font-family: 'Plex-Sans-Bold';
      font-size: 16px;
      line-height: 24px;
      border: 0;
      padding: 0;
      height: 100%; }
  .get-pdf .get-pdf-button {
    color: #A39FBA; }
    .get-pdf .get-pdf-button:hover {
      color: #A39FBA !important; }
    .get-pdf .get-pdf-button--active {
      color: #FFF !important;
      cursor: pointer; }
      .get-pdf .get-pdf-button--active:hover {
        color: #FFF !important; }
  .get-pdf__input-container {
    width: calc(100% - 220px); }
    @media (max-width: 768px) {
      .get-pdf__input-container {
        width: 60%; } }
    @media (max-width: 576px) {
      .get-pdf__input-container {
        width: 100%; } }
  .get-pdf__input {
    border-radius: 16px 0 0 16px;
    background-color: #8D7FE8;
    height: 56px;
    border: 0;
    outline: none;
    color: #FFF;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Plex-Sans-Regular';
    padding-left: 32px;
    width: 100%; }
    .get-pdf__input::placeholder {
      color: #FFF; }
    @media (max-width: 768px) {
      .get-pdf__input {
        border-radius: 16px;
        text-align: center;
        padding-left: 0; } }
  .get-pdf__agree {
    font-family: 'Plex-Sans-ExtraLight' !important;
    font-size: 12px !important;
    line-height: 24px !important;
    color: #FFF;
    margin-top: 32px; }

.get-pdf__success-info {
  display: none; }

.get-pdf__error-info {
  display: none; }

.pillar-ror .get-pdf {
  background-image: url("../images/ror-pillar/mailing-bg.png");
  background-position: center;
  background-size: cover; }
  .pillar-ror .get-pdf__text {
    color: #FFF; }
  .pillar-ror .get-pdf__download {
    background-color: #000; }
    .pillar-ror .get-pdf__download input {
      background-color: transparent; }
  .pillar-ror .get-pdf .get-pdf-button {
    color: #747474; }
    .pillar-ror .get-pdf .get-pdf-button:hover {
      color: #747474 !important; }
    .pillar-ror .get-pdf .get-pdf-button--active {
      color: #FFF !important;
      cursor: pointer; }
      .pillar-ror .get-pdf .get-pdf-button--active:hover {
        color: #FFF !important; }
  .pillar-ror .get-pdf__input {
    background-color: #FFFFFF26;
    color: #FFF; }
    .pillar-ror .get-pdf__input::placeholder {
      color: #FFF; }
  .pillar-ror .get-pdf__agree {
    color: #FFF; }

div.mce_inline_error {
  display: none !important; }

.chapter .chapter-logo {
  margin: 0 auto; }
  .chapter .chapter-logo__image {
    width: 380px;
    max-width: 100%; }

.chapter .chapter-indicator {
  display: inline-flex;
  height: 48px;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px; }
  .chapter .chapter-indicator__number {
    background-color: #F3F2FC;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 8px 8px 0; }
    .chapter .chapter-indicator__number p {
      color: #6A4AEA;
      font-family: 'Plex-Sans-Bold';
      font-size: 24px;
      line-height: 20px;
      text-align: center; }
  .chapter .chapter-indicator__text {
    background-color: #FFF;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px 0 0 8px; }
    .chapter .chapter-indicator__text p {
      color: #1D1B48;
      font-size: 16px;
      line-height: 20px;
      font-family: 'Plex-Sans-Bold'; }

.pillar-ror .chapter-indicator__number {
  background-color: #FFEBEB; }
  .pillar-ror .chapter-indicator__number p {
    color: #D52A2A; }

.info-frame {
  background-color: #EFFBFF;
  padding: 32px 18px;
  border-radius: 24px; }
  .info-frame__text {
    color: #32ABCC; }

.content-frame {
  padding: 40px 48px;
  background-color: #FFF;
  box-shadow: 0 8px 40px -16px #D1D3D9;
  border: 2px solid #F6F6F7;
  border-radius: 24px; }
  .content-frame--padding-0 {
    padding: 0; }
  .content-frame--box-shadow-0 {
    box-shadow: none; }
  .content-frame .border-dashed {
    border-right: 2px dashed #F6F6F7; }
    @media (max-width: 992px) {
      .content-frame .border-dashed {
        border-right: none;
        border-bottom: 2px dashed #F6F6F7; } }

.quote-frame {
  background-color: #F3F2FC;
  border-radius: 24px;
  padding: 48px 98px; }
  @media (max-width: 992px) {
    .quote-frame {
      padding: 24px; } }

.highlight-frame {
  padding: 40px;
  background-color: #F6F6F7;
  border-radius: 12px;
  margin: 0 12px; }
  .highlight-frame__text {
    font-size: 3em;
    line-height: 1.66em;
    font-family: 'Plex-Sans-Italic' !important; }
    .highlight-frame__text--header {
      font-family: 'Plex-Sans-MediumItalic' !important; }

.example-frame {
  border-radius: 12px;
  background-color: #FFF;
  margin: 0 0 40px;
  padding: 40px;
  display: flex;
  flex-direction: column; }
  .example-frame img {
    align-self: center; }
  .example-frame:last-child {
    margin-bottom: 0; }

.pillar-ror .quote-frame {
  background-color: #FFEBEB; }

.skew {
  background-image: linear-gradient(134.84deg, #06080E 0%, #102328 100%);
  margin-left: -20px;
  margin-right: -20px;
  padding: 120px 20px 160px; }
  .skew--desc {
    transform: rotate(2deg); }
    .skew--desc .skew-content {
      transform: rotate(-2deg); }
  .skew--asc {
    transform: rotate(-2deg); }
    .skew--asc .skew-content {
      transform: rotate(2deg); }
  .skew--color-1 {
    background-image: linear-gradient(to right, #101F27, #102028, #112129, #112229, #12232A); }
  .skew--fill-white {
    background-image: none;
    background-color: #FFF;
    padding: 120px 20px 64px; }
  .skew--mb-negative {
    margin-bottom: -88px; }
  .skew--mb-negative-small {
    margin-bottom: -8px; }

.skew-section-header {
  padding-top: 84px; }

.skew-header {
  background-color: #6A57E2;
  padding: 60px;
  transform: skew(0deg, 2deg);
  margin-bottom: -48px;
  z-index: 2;
  position: relative; }
  .skew-header__title {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    transform: skew(0deg, -2deg); }
  .skew-header__border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -22px;
    left: 22px;
    border: 2px solid #5BD9FD; }

.list-big-header {
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 2px) {
    .list-big-header {
      position: static; } }
  .list-big-header__number {
    margin-right: 16px; }
    @media (min-width: 992px) {
      .list-big-header__number {
        margin-right: 0;
        position: absolute;
        left: -60px; } }

.list {
  padding-left: 40px; }
  .list__element {
    position: relative; }
    .list__element::before {
      content: '';
      height: 16px;
      width: 16px;
      border: 4px solid #FFF;
      background-color: #6A4AEA;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: -32px; }
      @media (max-width: 992px) {
        .list__element::before {
          top: 6px; } }
    .list__element--inside-table::before {
      top: 4px;
      left: -32px; }
      @media (max-width: 992px) {
        .list__element--inside-table::before {
          top: 6px; } }
  .list__inner-element {
    position: relative;
    margin-left: 32px; }
    .list__inner-element::before {
      content: '';
      height: 14px;
      width: 14px;
      border: 2px solid #6A4AEA;
      background-color: #FFF;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
      border-radius: 50%;
      position: absolute;
      top: 13px;
      left: -28px; }
      @media (max-width: 992px) {
        .list__inner-element::before {
          top: 8px; } }

.ordered-list .ordered-element {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px; }
  .ordered-list .ordered-element__number {
    color: #6A4AEA;
    font-family: 'Plex-Sans-SemiBold';
    font-size: 2.25em;
    line-height: 1.33em;
    margin-right: 24px; }
  .ordered-list .ordered-element__text p {
    color: #1C2954;
    font-family: 'Plex-Sans-Regular';
    font-size: 2.25em;
    line-height: 1.33em; }
  .ordered-list .ordered-element__text--bold {
    font-family: 'Plex-Sans-Bold';
    color: #1C2954; }

.underlined-header {
  border-bottom: 32px solid rgba(209, 211, 217, 0.4);
  display: inline-block;
  padding: 0 12px; }
  .underlined-header__text {
    margin-bottom: -24px;
    color: #1C2954;
    font-family: 'Montserrat';
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    text-align: center; }

.partly-underlined-header__underlined-part {
  position: relative;
  z-index: 2; }
  .partly-underlined-header__underlined-part::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(209, 211, 217, 0.4);
    z-index: -1; }

.ending-section-text {
  font-size: 3.3em !important;
  line-height: 1.25em !important;
  font-family: 'Plex-Sans-Regular'; }

.pos-rel {
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

.info-table-image {
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .info-table-image--1 {
    left: 50%;
    transform: translateX(-50%);
    top: -114px;
    margin-left: 1px; }
    @media (min-width: 992px) {
      .info-table-image--1 {
        left: -114px;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0; } }
    @media (max-width: 992px) {
      .info-table-image--1 img {
        height: 60px;
        margin-bottom: -22px;
        margin-left: 2px; } }
  .info-table-image--2 {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -114px;
    margin-left: 1px; }
    @media (min-width: 992px) {
      .info-table-image--2 {
        right: -114px;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
        margin-left: 0; } }
    @media (max-width: 992px) {
      .info-table-image--2 img {
        height: 60px;
        margin-left: -2px;
        margin-top: -22px; } }

.info-table-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #F6F6F7;
  background-color: #FFF;
  position: absolute; }
  .info-table-circle--1 {
    left: 50%;
    transform: translateX(-50%);
    top: -110px; }
    @media (min-width: 992px) {
      .info-table-circle--1 {
        top: 50%;
        transform: translateY(-50%);
        left: -110px; } }
  .info-table-circle--2 {
    left: 50%;
    transform: translateX(-50%);
    bottom: -110px; }
    @media (min-width: 992px) {
      .info-table-circle--2 {
        top: 50%;
        transform: translateY(-50%);
        right: -110px;
        left: auto; } }

.background-rn-na {
  background-image: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/sectionbg-02-rn-vs-na.svg");
  background-repeat: no-repeat;
  background-size: 100%; }

.background-beige-gradient {
  background-image: linear-gradient(to bottom, #F0F0F1, #F4F4F4, #F8F7F8, #FBFBFB, #FFF); }

.background-light-gray {
  background-color: #F6F6F7; }

.big-header {
  color: #1C2954 !important;
  font-family: 'Plex-Sans-Bold';
  font-size: 9em;
  line-height: 0.88em;
  text-align: center; }

.medium-header {
  color: #1C2954;
  font-family: 'Plex-Sans-SemiBold';
  font-size: 5em;
  line-height: 1em;
  text-align: center; }

@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important; } }

@media (min-width: 1150px) {
  .rn-pillar-cta h2 {
    white-space: nowrap; } }

.background-violet {
  background-color: #6956E1; }

.border-radius-24 {
  border-radius: 24px; }

@media (max-width: 992px) {
  .decorative-element {
    display: none; } }

.intro-section-triangles {
  position: absolute;
  transform: rotate(-10deg);
  left: -48px; }

.intro-section-waves {
  position: absolute;
  right: -38px; }

.dots-background {
  position: absolute;
  right: 0;
  top: 0; }

.skew-triangle-section-1 {
  position: absolute;
  left: 200px;
  top: 46%; }

.skew-triangle-section-2 {
  position: absolute;
  right: -60px;
  bottom: -20px; }

.skew-plus-section-4 {
  position: absolute;
  right: 60px;
  top: 50%; }

.skew-circles-section-5 {
  position: absolute;
  left: -4px;
  top: 30%; }

@font-face {
  font-family: 'Plex-Sans-ExtraLight';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-ExtraLight.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Light';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-Light.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Regular';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-Regular.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Medium';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-Medium.ttf"); }

@font-face {
  font-family: 'Plex-Sans-MediumItalic';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-MediumItalic.ttf"); }

@font-face {
  font-family: 'Plex-Sans-SemiBold';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-SemiBold.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Bold';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-Bold.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Italic';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-Italic.ttf"); }

@font-face {
  font-family: 'Plex-Sans-Italic-Bold';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSans-BoldItalic.ttf"); }

@font-face {
  font-family: 'Plex-Serif-Regular';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-Regular.ttf"); }

@font-face {
  font-family: 'Plex-Serif-SemiBold';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-SemiBold.ttf"); }

@font-face {
  font-family: 'Plex-Serif-Italic-Regular';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-Italic.ttf"); }

@font-face {
  font-family: 'Plex-Serif-Italic-Medium';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-MediumItalic.ttf"); }

@font-face {
  font-family: 'Plex-Serif-Italic-SemiBold';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexSerif-SemiBoldItalic.ttf"); }

@font-face {
  font-family: 'Plex-Mono-Regular';
  src: url("https://cdn2.hubspot.net/hubfs/2550703/react%20pillar/IBMPlexMono-Regular.ttf"); }

.pillar-page p {
  font-family: 'Plex-Serif-Regular';
  font-size: 2.5em;
  line-height: 2em; }
  @media (max-width: 992px) {
    .pillar-page p {
      font-size: 2.25em;
      line-height: 1.7em; } }

.pillar-page .text-content-italic {
  font-family: 'Plex-Serif-Italic-Regular';
  color: inherit; }

.pillar-page .text-content-italic-semi-bold {
  font-family: 'Plex-Serif-Italic-SemiBold';
  color: inherit; }

.pillar-page .beta-italic {
  font-family: 'Plex-Sans-MediumItalic';
  color: inherit; }

.pillar-page .simple-bold {
  font-family: 'Plex-Serif-SemiBold';
  color: inherit; }

.pillar-page .simple-link {
  font-family: 'Plex-Serif-Regular';
  color: #6A4AEA !important; }
  .pillar-page .simple-link:hover {
    color: #6A4AEA !important; }
  .pillar-page .simple-link--turq {
    color: #32ABCC !important; }
    .pillar-page .simple-link--turq:hover {
      color: #32ABCC !important; }

.pillar-page .link-sans {
  font-family: 'Plex-Sans-Regular';
  color: #6A4AEA !important; }
  .pillar-page .link-sans:hover {
    color: #6A4AEA !important; }

.pillar-page .beta-link {
  font-family: 'Plex-Sans-Medium';
  color: #6A4AEA !important; }
  .pillar-page .beta-link:hover {
    color: #6A4AEA !important; }

.pillar-page .link-sans-medium {
  font-family: 'Plex-Sans-Medium';
  color: #6A4AEA !important; }
  .pillar-page .link-sans-medium:hover {
    color: #6A4AEA !important; }

.pillar-page .bold-sans {
  font-family: 'Plex-Sans-SemiBold';
  color: inherit; }

.pillar-page .info-frame-link {
  font-family: 'Plex-Sans-MediumItalic'; }

.pillar-page .giga {
  font-family: 'Plex-Sans-Bold';
  font-size: 9em;
  line-height: 1.1em; }
  @media (max-width: 992px) {
    .pillar-page .giga {
      font-size: 5em;
      line-height: 1em; } }

.pillar-page .mega {
  font-family: 'Plex-Sans-SemiBold';
  font-size: 5em;
  line-height: 1em; }
  @media (max-width: 992px) {
    .pillar-page .mega {
      font-size: 4em;
      line-height: 1em; } }

.pillar-page .alpha {
  font-family: 'Plex-Sans-Bold';
  font-size: 3em;
  line-height: 1.3em; }

.pillar-page .beta {
  font-family: 'Plex-Sans-Medium';
  font-size: 3em;
  line-height: 1.3em; }
  @media (max-width: 992px) {
    .pillar-page .beta {
      font-size: 2.5em;
      line-height: 1.6em; } }

.pillar-page .gamma {
  font-family: 'Plex-Sans-Italic';
  font-size: 3em;
  line-height: 1.3em;
  opacity: 0.56; }

.pillar-page .delta {
  font-family: 'Plex-Sans-MediumItalic';
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1.6em; }
  @media (max-width: 992px) {
    .pillar-page .delta {
      font-size: 2.5em;
      line-height: 1.6em; } }

.pillar-page .delta-bold {
  font-family: 'Plex-Sans-Italic-Bold';
  color: inherit; }

.pillar-page .epsilon {
  font-family: 'Plex-Sans-MediumItalic';
  font-size: 2.25em;
  letter-spacing: 0;
  line-height: 1.7em; }
  @media (max-width: 992px) {
    .pillar-page .epsilon {
      font-size: 2.25em;
      line-height: 1.3em; } }

.pillar-page .omega {
  font-family: 'Plex-Sans-Bold';
  font-size: 2em;
  line-height: 2.5em; }
  @media (max-width: 992px) {
    .pillar-page .omega {
      font-size: 2em;
      line-height: 2em; } }

.pillar-page .basic-text {
  font-family: 'Plex-Sans-Medium';
  font-size: 2.5em;
  line-height: 1.6em; }
  @media (max-width: 992px) {
    .pillar-page .basic-text {
      font-size: 2.2em;
      line-height: 1.6em; } }

.pillar-page .content-light {
  font-size: 2em;
  line-height: 1.5em; }

.pillar-page .link-text {
  font-family: 'Plex-Mono-Regular';
  font-size: 1.5em;
  color: #32ABCC;
  line-height: 2.6em; }
  @media (max-width: 992px) {
    .pillar-page .link-text {
      font-size: 1.5em;
      line-height: 1.31em; } }

.pillar-page code {
  color: #333; }

.pillar-page .sup {
  font-family: 'Plex-Serif-Regular';
  color: #6A4AEA !important; }
  .pillar-page .sup:hover {
    color: #6A4AEA !important; }

.pillar-page .text-heading-color {
  color: #1C2954; }

.pillar-page .text-secondary-color {
  color: #6A4AEA; }

.pillar-page .text-white {
  color: #FFF; }

.pillar-page .text-white-transparent {
  color: rgba(255, 255, 255, 0.87); }

.pillar-page .text-darker-gray {
  color: #4D5264; }

.pillar-page .text-content-gray {
  color: #333; }

.pillar-page .text-lighter-gray {
  color: #9C9FA8; }

.pillar-page .text-turq {
  color: #32ABCC; }

.pillar-page .text-blue {
  color: #1C008A; }

.pillar-page .text-dark-navy {
  color: #1B2855; }

.pillar-page .text-red {
  color: #D52A2A; }

.link-container {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  height: 40px;
  border-radius: 8px; }
  .link-container__arrow {
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CEEBF3;
    height: 40px;
    width: 40px; }
    .link-container__arrow img {
      height: 20px; }
  .link-container__url {
    background-color: #FFF;
    border-radius: 0 8px 8px 0;
    height: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center; }

.pillar-ror .link-container__arrow {
  background-color: #FF9998; }

.table-pillar {
  border-bottom: 2px solid #EAEBEE; }
  .table-pillar .table-title {
    height: 64px;
    background-color: #6A57E2;
    display: flex;
    align-items: center;
    padding-left: 16px; }
    .table-pillar .table-title p {
      color: #FFF;
      font-family: 'Plex-Sans-SemiBold';
      font-size: 2.5em;
      line-height: 1.2em; }
  .table-pillar .table-header {
    height: 64px;
    background-color: #FFF;
    box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 180px auto;
    flex-direction: row;
    align-items: center; }
    .table-pillar .table-header .table-cell p {
      font-family: 'Plex-Sans-SemiBold';
      font-size: 2em;
      line-height: 1.25em;
      color: #6A4AEA; }
    .table-pillar .table-header .table-cell--left {
      padding-left: 16px !important; }
  .table-pillar .table-row {
    border-bottom: 1px solid #EAEBEE;
    display: grid;
    grid-template-columns: 180px auto;
    padding: 18px 0; }
    .table-pillar .table-row .table-cell p {
      font-family: 'Plex-Sans-Regular';
      font-size: 2.25em;
      line-height: 1.33em;
      color: #666D84;
      margin-bottom: 24px; }
      .table-pillar .table-row .table-cell p:last-child {
        margin-bottom: 0; }
    .table-pillar .table-row .table-cell--left {
      padding-left: 16px; }
      .table-pillar .table-row .table-cell--left p {
        color: rgba(0, 0, 0, 0.87);
        font-family: 'Plex-Mono-Regular'; }
    .table-pillar .table-row .table-cell--indp-thrd {
      grid-column: 2 / 4; }
    @media (max-width: 992px) {
      .table-pillar .table-row--resp {
        display: flex;
        flex-direction: column; }
        .table-pillar .table-row--resp .table-cell {
          padding-left: 16px; }
        .table-pillar .table-row--resp .table-cell--left {
          padding-bottom: 16px; } }
    .table-pillar .table-row:last-child {
      border-bottom: 0; }
  .table-pillar--4 .table-header,
  .table-pillar--4 .table-row {
    grid-template-columns: 180px repeat(4, 1fr); }
  .table-pillar--4 .table-cell {
    padding: 0 8px; }
  .table-pillar--2-equal .table-header,
  .table-pillar--2-equal .table-row {
    grid-template-columns: repeat(2, 1fr); }
  .table-pillar--2-equal .table-cell {
    padding: 0 16px; }
  .table-pillar--3-equal .table-header,
  .table-pillar--3-equal .table-row {
    grid-template-columns: repeat(3, 1fr); }
  .table-pillar--3-equal .table-cell {
    padding: 0 16px; }

@media (max-width: 992px) {
  .table-swipeable {
    overflow: scroll; }
    .table-swipeable .table-header,
    .table-swipeable .table-row {
      width: 1000px; } }

.side-nav {
  padding: 16px 14px 16px 21px;
  position: fixed;
  z-index: 3;
  margin-top: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 0 16px 16px 0;
  transition: background 0.4s; }
  @media (max-width: 992px) {
    .side-nav {
      display: none !important; } }
  .side-nav:hover {
    background: white; }

.nav-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  padding-left: 5px;
  width: 38px;
  height: 38px;
  margin-bottom: 2px; }
  .nav-element a {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .nav-element:last-child {
    margin-bottom: 0; }
  .nav-element--active {
    background-color: #FFF;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08); }
    .nav-element--active .nav-element__number {
      background-color: #6A57E2 !important; }
      .nav-element--active .nav-element__number p {
        color: #FFF; }
    .nav-element--active .nav-element__text p {
      font-family: 'Plex-Sans-Bold' !important; }
  .nav-element__number {
    background-color: #DBD7F8;
    height: 28px;
    width: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-element__number p {
      font-family: 'Plex-Sans-Medium';
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.64px;
      line-height: 24px;
      text-align: center;
      color: #6A57E2; }
  .nav-element__text {
    display: none; }
    .nav-element__text p {
      color: #1C2954;
      font-family: 'Plex-Sans-Regular';
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      margin-left: 24px; }

.pillar-ror .nav-element--active {
  background-color: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08); }
  .pillar-ror .nav-element--active .nav-element__number {
    background-color: #9F2E2E !important; }
    .pillar-ror .nav-element--active .nav-element__number p {
      color: #FFF; }
  .pillar-ror .nav-element--active .nav-element__text p {
    font-family: 'Plex-Sans-Bold' !important; }

.pillar-ror .nav-element__number {
  background-color: #FFEBEB;
  height: 28px;
  width: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .pillar-ror .nav-element__number p {
    font-family: 'Plex-Sans-Medium';
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.64px;
    line-height: 24px;
    text-align: center;
    color: #D52A2A; }

.pillar-ror .nav-element__text {
  display: none; }
  .pillar-ror .nav-element__text p {
    color: #1C2954;
    font-family: 'Plex-Sans-Regular';
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-left: 24px; }

.mobile-nav {
  position: fixed;
  z-index: 4;
  width: 100%;
  bottom: 0;
  display: none; }
  @media (min-width: 992px) {
    .mobile-nav {
      display: none !important; } }
  .mobile-nav .bottom-bar {
    background-color: #FFF;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px; }
  .mobile-nav .bottom-bar-hamburger {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px; }
  .mobile-nav .bottom-bar-text {
    width: calc(100% - 110px); }
    .mobile-nav .bottom-bar-text p {
      color: rgba(0, 0, 0, 0.87);
      font-family: 'Plex-Sans-Medium';
      font-size: 16px;
      font-weight: 500;
      line-height: 24px; }
  .mobile-nav .bottom-bar-buttons-container {
    width: 78px; }
  .mobile-nav .bottom-bar-buttons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .mobile-nav .bottom-bar-logo {
    width: 48px;
    display: none; }
  .mobile-nav .bottom-bar-current-container {
    display: none; }
  .mobile-nav .bottom-bar-current {
    display: flex;
    overflow: hidden;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    position: relative; }
    .mobile-nav .bottom-bar-current__mask {
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
      background-color: #FFF;
      position: absolute;
      height: 100%;
      right: 0;
      width: 40px; }
    .mobile-nav .bottom-bar-current__number {
      color: #6A57E2 !important;
      margin-right: 12px; }
    .mobile-nav .bottom-bar-current__text {
      white-space: nowrap; }
  .mobile-nav .chapters-list {
    height: 0;
    width: 100%;
    position: fixed;
    bottom: 72px;
    background-color: #F9F9F9;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
    border-radius: 16px 16px 0 0;
    overflow: scroll; }
  .mobile-nav .chapters-list-elements {
    display: none;
    padding: 24px 24px 0; }
  .mobile-nav .mobile-nav-element {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 16px; }
    .mobile-nav .mobile-nav-element__text {
      color: #1C2954;
      font-family: 'Plex-Sans-Regular';
      font-size: 16px;
      line-height: 24px; }
      .mobile-nav .mobile-nav-element__text--number {
        color: #6A4AEA;
        margin-right: 8px; }
    .mobile-nav .mobile-nav-element--active .mobile-nav-element__text {
      font-family: 'Plex-Sans-SemiBold'; }
  .mobile-nav .mobile-nav-button {
    display: none; }

#nav-icon3 {
  width: 24px;
  height: 20px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #676767;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px; }

#nav-icon3 span:nth-child(4) {
  top: 18px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.contenders {
  background: linear-gradient(134.84deg, #1C2954 0%, #008AFF 100%);
  padding: 80px 40px; }
  @media (max-width: 992px) {
    .contenders {
      padding: 80px 24px; } }

.contender {
  display: flex;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    .contender {
      flex-direction: column; } }
  .contender__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38% !important;
    background-color: #F3F5F5; }
    .contender__icon img {
      max-width: 80% !important; }
      @media (max-width: 768px) {
        .contender__icon img {
          padding: 24px 0;
          width: 228px; } }
    @media (max-width: 768px) {
      .contender__icon {
        width: 100% !important; } }
  .contender__description {
    padding: 100px 128px;
    background-color: #FFF;
    width: 62%; }
    @media (max-width: 992px) {
      .contender__description {
        padding: 48px; } }
    @media (max-width: 768px) {
      .contender__description {
        width: 100%;
        padding: 24px; } }

.see-also-list a {
  display: block;
  margin-bottom: 16px; }
  .see-also-list a:last-child {
    margin-bottom: 0; }

.pillar-social-icons-container {
  display: flex;
  width: 400px;
  justify-content: space-between;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .pillar-social-icons-container {
      width: 320px; } }

.pillar-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 80px;
  height: 80px; }
  .pillar-social-icon img {
    height: 40px; }
  .pillar-social-icon--fb {
    background-color: #3D5A97; }
  .pillar-social-icon--tw {
    background-color: #59ADEC; }
  .pillar-social-icon--ln {
    background-color: #1178B3; }

@media screen and (min-width: 992px) and (max-width: 1921px) {
/*   .redesign {
    font-size: 6px; }  */
}

.our-project-main {
  height: 500px; }
  @media (max-width: 576px) {
    .our-project-main {
      height: 375px; } }
  .our-project-main__img {
    width: 100%;
    object-fit: cover;
    height: 100%; }

.create-mobile-app__text {
  z-index: 3; }

.create-mobile-app__mask {
  background: #6a57e2;
  background: linear-gradient(180deg, #6a57e2 0%, rgba(255, 255, 255, 0) 100%);
  height: 200px;
  z-index: 2; }
  @media (min-width: 992px) {
    .create-mobile-app__mask {
      display: none; } }

@media (max-width: 992px) {
  .create-mobile-app__screens-sketch {
    margin-top: -180px;
    position: relative;
    height: 350px;
    transform: rotate(25deg); } }

@media (min-width: 540px) {
  .create-mobile-app__screens-sketch {
    transform: rotate(0deg); } }

.create-mobile-app__screens-sketch img {
  margin-bottom: -274px;
  width: 100%; }
  @media (max-width: 992px) {
    .create-mobile-app__screens-sketch img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 140%;
      max-width: 560px;
      margin-top: 38px;
      margin-left: 40px; } }
  @media (min-width: 540px) {
    .create-mobile-app__screens-sketch img {
      margin-left: 0; } }

.future-software {
  position: relative;
  overflow: hidden; }
  @media (max-width: 992px) {
    .future-software {
      overflow: visible; } }
  @media (max-width: 768px) {
    .future-software {
      padding-top: 200px; } }
  .future-software .hand-phone {
    position: absolute;
    bottom: -140px;
    right: 200px;
    height: 100%; }
    @media (max-width: 1400px) {
      .future-software .hand-phone {
        right: 100px; } }
    @media (max-width: 1400px) {
      .future-software .hand-phone {
        height: 85%;
        right: 70px; } }
    @media (max-width: 992px) {
      .future-software .hand-phone {
        display: none; } }
    @media (max-width: 768px) {
      .future-software .hand-phone {
        display: block;
        top: -150px;
        left: -160px;
        height: 400px; } }

.carpal-single-screen {
  width: 120%; }
  @media (max-width: 992px) {
    .carpal-single-screen {
      width: auto;
      height: 400px; } }

@media (max-width: 992px) {
  .mobile-dev-exp {
    background-color: #F9F9F9; } }

.mobile-dev-exp .exp-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 32px;
  background-color: #FFF; }
  .mobile-dev-exp .exp-card__icon {
    width: 104px;
    height: 104px; }
    @media (max-width: 992px) {
      .mobile-dev-exp .exp-card__icon {
        width: 88px;
        height: 88px; } }
  .mobile-dev-exp .exp-card__title {
    font-family: 'Montserrat';
    font-size: 4em;
    font-weight: 500;
    line-height: 1.33em;
    color: #1C2954; }
    @media (max-width: 992px) {
      .mobile-dev-exp .exp-card__title {
        font-size: 3em; } }
  .mobile-dev-exp .exp-card__desc {
    opacity: 0.56;
    font-family: 'Montserrat';
    font-size: 2.5em;
    line-height: 1.7em;
    color: #1C2954; }
    @media (max-width: 992px) {
      .mobile-dev-exp .exp-card__desc {
        font-size: 2em; } }
  .mobile-dev-exp .exp-card--carousel {
    width: 260px !important;
    margin: 0 12px; }

.process-container {
  padding-bottom: 42px;
  position: relative; }
  .process-container .process-carousel-dots {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 992px) {
      .process-container .process-carousel-dots {
        display: none; } }

.process-description__title {
  color: #6A57E2;
  font-family: 'Montserrat';
  font-size: 4em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 24px; }

.process-description__long {
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Montserrat';
  font-size: 3em;
  line-height: 1.7em; }
  @media (max-width: 992px) {
    .process-description__long {
      font-size: 1.75em;
      line-height: 1.7em; } }

.process-carousel .slick-list {
  padding: 0 0 24px !important; }

@media (max-width: 992px) {
  .process-carousel .slick-track {
    margin-left: 0 !important; } }

.process-carousel .slick-active .process-card {
  background-color: #6A57E2;
  overflow: hidden; }
  .process-carousel .slick-active .process-card__img {
    width: 112%;
    height: 112%;
    object-fit: cover; }

.process-card {
  width: 300px !important;
  height: 300px;
  margin-right: 24px;
  background-color: #E6E6E6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08); }
  @media (max-width: 992px) {
    .process-card {
      margin: 0 12px; } }
  .process-card__img {
    width: 100%;
    height: 100%; }

.process-carousel-arrows {
  cursor: pointer;
  margin-top: 4px; }
  .process-carousel-arrows--prev {
    margin-right: 28px; }
  .process-carousel-arrows--next {
    transform: rotate(180deg); }

.custom-mobile {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px; }
  @media (min-width: 768px) {
    .custom-mobile {
      padding-bottom: 64px; } }
  .custom-mobile .multiple-screens-container {
    position: relative;
    height: 740px; }
    .custom-mobile .multiple-screens-container__screens {
      width: 150%;
      position: absolute;
      right: 0;
      z-index: 2;
      bottom: -280px; }
      @media (max-width: 1300px) {
        .custom-mobile .multiple-screens-container__screens {
          width: 100%;
          bottom: -100px; } }
      @media (max-width: 992px) {
        .custom-mobile .multiple-screens-container__screens {
          bottom: 0;
          width: 130%;
          left: 50%;
          transform: translate(-50%);
          max-width: 540px; } }
  .custom-mobile .turq-circle {
    position: absolute;
    z-index: 1;
    width: 1080px;
    height: 1080px;
    left: -250px;
    bottom: -500px; }
    @media (max-width: 1600px) {
      .custom-mobile .turq-circle {
        width: 880px;
        height: 880px;
        left: -210px;
        bottom: -400px; } }
    @media (max-width: 1300px) {
      .custom-mobile .turq-circle {
        left: -510px;
        bottom: -250px; } }
    @media (max-width: 992px) {
      .custom-mobile .turq-circle {
        width: 680px;
        height: 680px;
        left: -410px;
        top: -100px; } }
    @media (max-width: 576px) {
      .custom-mobile .turq-circle {
        top: 40px; } }

.process {
  background-image: linear-gradient(0deg, #231F5A 0%, #152866 99%); }

.process-more-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #434A7C;
  cursor: pointer; }
  .process-more-header__text {
    opacity: 0.8;
    line-height: 22px !important; }
  .process-more-header img {
    transform: rotate(90deg);
    margin: 0 8px; }

.process-more-content {
  display: none; }
  .process-more-content__text {
    padding-top: 16px;
    opacity: 0.56; }

@media (max-width: 768px) {
  .process-chart {
    height: 350px; } }

.see-cs-btn {
  height: 72px;
  background-color: #EEF9F2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .see-cs-btn p {
    color: #3BB66B;
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 32px; }

.build-together {
  background-image: url("https://cdn2.hubspot.net/hubfs/2550703/12-bg-image@2x.a236f3d0.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .build-together {
      background-image: url("../images/12-bg-image@2x.jpg"); } }
  @media (max-width: 768px) {
    .build-together {
      height: 720px; } }

.improvement {
  background-image: linear-gradient(-180deg, #4D4D4D 0%, #808080 100%);
  overflow: hidden; }

.improvement__screen {
  margin-bottom: -90px; }
  @media (max-width: 992px) {
    .improvement__screen {
      margin-bottom: 0; } }

.scaling-business {
  background-image: url("../images/3-bg-image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .scaling-business {
      background-image: url("../images/3-bg-image@2x.jpg"); } }
  .scaling-business__icon {
    width: 146px;
    height: 146px;
    border-radius: 20%; }
    @media (max-width: 992px) {
      .scaling-business__icon {
        width: 82px;
        height: 82px; } }

.tech-icons__group-1 {
  margin-top: -55px;
  position: absolute;
  right: 0; }
  @media (min-width: 450px) {
    .tech-icons__group-1 {
      left: 50%;
      right: auto;
      transform: translateX(-50%); } }

.tech-icons__group-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.art-science {
  background-color: #000;
  padding: 190px 0 270px; }
  @media (max-width: 992px) {
    .art-science {
      padding: 72px 0; } }
  .art-science__screen {
    width: 80%;
    padding-right: 30px; }
    @media (max-width: 992px) {
      .art-science__screen {
        padding-right: 0;
        max-width: 310px;
        margin-bottom: 48px;
        width: auto; } }

.ux-process-container {
  padding-bottom: 96px;
  position: relative;
  background-color: #444; }
  @media (max-width: 992px) {
    .ux-process-container {
      padding-bottom: 52px; } }
  .ux-process-container__header {
    padding-top: 380px; }
    @media (max-width: 992px) {
      .ux-process-container__header {
        padding-top: 0; } }
  .ux-process-container .ux-process-mask {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    background: white;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #444444 100%); }
    @media (max-width: 992px) {
      .ux-process-container .ux-process-mask {
        display: none; } }
  .ux-process-container .ux-process-carousel-dots {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
  .ux-process-container .ux-process-description__title {
    color: #83DDFF;
    font-family: 'Montserrat';
    font-size: 4em;
    line-height: 1.25em;
    margin-bottom: 24px; }
  .ux-process-container .ux-process-description__long {
    color: rgba(255, 255, 255, 0.56);
    font-family: 'Montserrat';
    font-size: 3em;
    line-height: 1.66em; }
    @media (max-width: 992px) {
      .ux-process-container .ux-process-description__long {
        font-size: 1.75em;
        line-height: 1.7em; } }
  @media (min-width: 992px) {
    .ux-process-container .ux-process-carousel {
      position: absolute; } }
  .ux-process-container .ux-process-carousel .slick-list {
    padding: 0 0 24px !important; }
  .ux-process-container .ux-process-carousel .slick-active .ux-process-card {
    background-color: #FFF;
    border: 2px solid #FFF;
    overflow: hidden; }
    .ux-process-container .ux-process-carousel .slick-active .ux-process-card__img {
      width: 112%;
      height: 112%;
      object-fit: cover; }
  .ux-process-container .ux-process-card {
    width: 300px !important;
    height: 300px;
    margin-right: 24px;
    background-color: #686868;
    border: 2px solid #717171; }
    @media (max-width: 992px) {
      .ux-process-container .ux-process-card {
        margin: 0 12px; } }
    .ux-process-container .ux-process-card__img {
      width: 100%;
      height: 100%; }
  .ux-process-container .ux-process-carousel-arrows {
    z-index: 3;
    cursor: pointer; }
    .ux-process-container .ux-process-carousel-arrows--prev {
      margin-right: 28px; }
    .ux-process-container .ux-process-carousel-arrows--next {
      transform: rotate(180deg); }

.human-centered-design {
  background-image: url("../images/ux-ui-design/2@2x.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 290px 0 230px; }
  @media (max-width: 992px) {
    .human-centered-design {
      padding: 370px 0 88px; } }

.multiple-screens-section {
  overflow: hidden; }
  @media (max-width: 992px) {
    .multiple-screens-section {
      height: 490px;
      position: relative; } }
  .multiple-screens-section__image {
    width: 100%; }
    @media (max-width: 992px) {
      .multiple-screens-section__image {
        height: 100%;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        position: absolute; } }

.our-ux-screens {
  height: 500px; }
  .our-ux-screens__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.ux-audit {
  background-color: #F3F3F3;
  overflow: hidden; }
  .ux-audit__image {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: -175px;
    margin-top: -32px;
    max-width: 1300px; }
    @media (max-width: 992px) {
      .ux-audit__image {
        margin-top: 0;
        margin-bottom: -75px; } }
    @media (max-width: 1340px) {
      .ux-audit__image {
        max-width: 100%; } }

.hero--webdev {
/*   background-image: url("../images/1-bg-image.jpg"); */
  background-size: cover;
  background-position: center; }
  .hero--webdev .hero-new__title {
    font-family: 'Montserrat-Regular'; 
}
    .hero--webdev .hero-new__title span {
/*       font-family: 'Montserrat-Regular';  */
}
  @media screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .hero--webdev {
/*       background-image: url("../images/1-bg-image@2x.jpg"); */
    } }
  @media (max-width: 768px) {
    .hero--webdev {
      padding-bottom: 0;
      overflow: visible; } }

.hero--mobile-dev {
  background-color: #6A57E2;
  padding: 0 !important;
  background-image: none;
  display: flex;
  align-items: center; }
  .hero--mobile-dev .hero-new__title {
    font-size: 6em; }
  .hero--mobile-dev .hero-mobile-dev__container {
    margin-top: 96px; }
  .hero--mobile-dev .hero-mobile-dev__img {
    width: 120%;
    margin-left: 40px; }
    @media (max-width: 1500px) {
      .hero--mobile-dev .hero-mobile-dev__img {
        width: 100%; } }
    @media (max-width: 768px) {
      .hero--mobile-dev .hero-mobile-dev__img {
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        width: 140%;
        max-width: 560px; } }
    @media (max-width: 576px) {
      .hero--mobile-dev .hero-mobile-dev__img {
        width: 110%; } }
  @media (max-width: 768px) {
    .hero--mobile-dev .hero-mobile-dev-text {
      padding-top: 456px; } }
  @media (max-width: 430px) {
    .hero--mobile-dev .hero-mobile-dev-text {
      padding-top: calc(456px - 20%); } }
  @media (max-width: 370px) {
    .hero--mobile-dev .hero-mobile-dev-text {
      padding-top: calc(456px - 30%); } }
  .hero--mobile-dev .rank .stars-background {
    background-color: #FFF;
    opacity: 0.2; }

.hero--ux-ui {
  background: linear-gradient(180deg, #3D24D7 0%, #ADA0FF 100%);
  height: 1340px;
  max-height: none; }
  @media (max-width: 992px) {
    .hero--ux-ui {
      padding-bottom: 360px; } }
  .hero--ux-ui .ux-ui-background-image {
    position: absolute;
    width: calc(100% + 100px);
    max-width: 2200px;
    left: 50%;
    bottom: -500px;
    min-width: 2020px;
    transform: translateX(-50%); }
    @media (max-width: 992px) {
      .hero--ux-ui .ux-ui-background-image {
        left: 50%;
        transform: translateX(-50%);
        width: 200%;
        min-width: 0;
        max-width: 800px;
        bottom: -150px; } }
    @media screen and (min-width: 992px) and (max-width: 1200px) {
      .hero--ux-ui .ux-ui-background-image {
        transform: translateX(-50%);
        width: 900px !important;
        bottom: -350px;
        min-width: 900px; } }
    @media screen and (min-width: 2000px) {
      .hero--ux-ui .ux-ui-background-image {
        width: 1000px; } }

@media screen and (min-width: 992px) and (max-width: 1921px) {
  .hero-new {
    font-size: 7px; } }

@media screen and (min-width: 2000px) {
  .hero-new {
    min-height: calc(100% + 600px); } }

.hero-new__title {
  font-family: 'Montserrat-Bold';
  font-size: 7em;
  line-height: 1.142em;
  text-align: center; }
  @media (max-width: 992px) {
    .hero-new__title {
      font-size: 4em !important;
      line-height: 1.25em !important; } }
  .hero-new__title span {
    font-family: 'Montserrat-Bold'; }

.hero-new__description {
  font-family: 'Montserrat-Regular';
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.6em;
  text-align: center; }
  @media (max-width: 992px) {
    .hero-new__description {
      font-size: 1.75em;
      line-height: 1.714em; } }

.rank {
  margin-top: 56px;
  display: flex;
  flex-direction: row; }
  @media (max-width: 768px) {
    .rank {
      flex-direction: column-reverse;
      margin-bottom: -28px; } }
  .rank .stars {
    height: 56px;
    width: 200px;
    position: relative; }
    .rank .stars .stars-background {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #FFF;
      filter: blur(0.5px);
      opacity: 0.2; }
      @media (max-width: 768px) {
        .rank .stars .stars-background {
          background-color: #6A57E2;
          opacity: 1;
          filter: none; } }
    .rank .stars .stars-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .rank .stars .stars-container p {
        font-family: 'Montserrat-SemiBold';
        font-size: 32px;
        font-weight: 500;
        letter-spacing: 0.04px;
        line-height: 35px;
        color: #FFF; }
  .rank .by-clutch {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .rank .by-clutch {
        width: 200px;
        margin-bottom: 8px; } }
    .rank .by-clutch__separator {
      color: #FFF;
      font-family: 'Montserrat';
      font-size: 14px;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .rank .by-clutch__separator {
          font-size: 12px; } }

.cs-item {
  height: 360px;
  position: relative; }
  .cs-item--carousel-item {
    width: 245px;
    height: 320px;
    margin: 0 8px; }

.cs-item-background {
  position: absolute;
  width: 100%;
  height: 100%; }
  .cs-item-background img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.cs-item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .cs-item-content__title {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    line-height: 24px; }
    .cs-item-content__title--100vw-mobile {
      font-size: 3.5em;
      line-height: 1em; }
  .cs-item-content__description {
    font-family: 'Montserrat';
    font-size: 2.5em;
    font-weight: 300; }
    .cs-item-content__description--100vw-mobile {
      font-size: 2em; }

.overflow-hidden {
  overflow: hidden; }

.pos-rel {
  position: relative; }

.background-light-violet {
  background-color: #6A57E2; }

.background-light-gray {
  background-color: #F9F9F9; }

.background-light-blue {
  background-color: #309EFF; }

.background-black {
  background-color: rgba(0, 0, 0, 0.87); }

.references .references-quote-img {
  height: 80px;
  width: 80px;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 992px) {
    .references .references-quote-img {
      margin-bottom: 32px; } }

.references .references-opinion {
  margin-bottom: 40px; }
  @media (max-width: 992px) {
    .references .references-opinion {
      margin-bottom: 32px; } }
  .references .references-opinion__text {
    font-family: 'Montserrat';
    color: #080808;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; }
    @media (max-width: 992px) {
      .references .references-opinion__text {
        font-size: 20px;
        font-weight: 600;
        line-height: 32px; } }

.references .references-person {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .references .references-person__image {
    height: 48px;
    width: 48px;
    margin-right: 24px; }
  .references .references-person__text p {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.56); }
    @media (max-width: 992px) {
      .references .references-person__text p {
        font-size: 14px; } }

/* body {
  font-size: 7px; }
  @media screen and (min-width: 992px) and (max-width: 1900px) {
    body {
      font-size: 6px; 
    } 
} */

.section-heading {
  font-family: 'Montserrat-Bold';
  font-size: 7em;
  line-height: 1.142em; }
  @media (max-width: 992px) {
    .section-heading {
      font-size: 4em;
      line-height: 1.25em; } }

.section-heading-bold {
  font-family: 'Montserrat-Bold';
  font-size: 9em;
  font-weight: 600;
  line-height: 1em; }
  @media (max-width: 992px) {
    .section-heading-bold {
      font-size: 6em;
      line-height: 1.166em; } }

.section-heading-medium {
  font-family: 'Montserrat';
  font-size: 7em;
  line-height: 1.143em; }

.section-heading-thin {
  font-family: 'Montserrat';
  font-size: 8em;
  line-height: 1.125em; }
  @media (max-width: 992px) {
    .section-heading-thin {
      font-size: 4em;
      line-height: 1.25em; } }

.section-heading-light {
  font-family: 'Montserrat-Light';
  font-size: 5em;
  font-weight: bold;
  line-height: 1.2em; }
  @media (max-width: 992px) {
    .section-heading-light {
      font-size: 3em;
      line-height: 1.125em; } }

.section-text {
  font-family: 'Montserrat-Light';
  font-size: 3em;
  line-height: 1.66em; }
  @media (max-width: 992px) {
    .section-text {
      font-size: 1.75em;
      line-height: 1.71em; } }

.section-text-bold {
  font-family: 'Montserrat';
  font-size: 2.5em;
  line-height: 2.4em;
  text-align: center; }
  @media (max-width: 992px) {
    .section-text-bold {
      font-size: 1.625em;
      line-height: 1.23em; } }

.section-subheading {
  font-family: 'Montserrat-Medium';
  font-size: 2.5em;
  line-height: 1.6em; }
  @media (max-width: 992px) {
    .section-subheading {
      font-size: 1.75em;
      line-height: 1.71em; } }

.number-info-pair {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .number-info-pair__number {
    font-family: 'Montserrat-SemiBold';
    font-size: 80px;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 80px; }
  .number-info-pair__info {
    font-family: 'Montserrat-Medium';
    color: #80879F;
    font-size: 20px;
    line-height: 32px; }

.service-item {
  height: 700px; }
  @media (max-width: 768px) {
    .service-item {
      height: 380px; } }
  .service-item__image {
    height: 360px; }
    @media (max-width: 768px) {
      .service-item__image {
        height: 240px; } }
    .service-item__image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.service-item-description {
  background-color: #F9F9F9;
  min-height: 200px; }
  @media (max-width: 768px) {
    .service-item-description {
      min-height: 140px; } }
  .service-item-description__more {
    font-family: 'Montserrat';
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.6em; }
    @media (max-width: 992px) {
      .service-item-description__more {
        font-size: 1.5em;
        line-height: 1.33em; } }
