@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://use.typekit.net/acs6euw.css);
/* --- breakpoints --- */
/* ----- */
:root {
  --c-purple-light: #cdc9ec;
  --c-yellow: #ffa700;
  --c-line: #645c9c;
  --c-blue: #261cc2;
  --c-mediumgrey: #797979;
  --c-grey: #131313;
  --c-fgrey: #323232;
  --c-lightgrey: #f1f1f1;
  --c-darkred: #a70009;
  --c-red: #e30713;
  --c-black: black;
}

.intro .cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.intro .cont .col a {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 16px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: padding 0.3s ease-in-out;
  z-index: 1;
}
.intro .cont .col a:before {
  content: "";
  background-color: var(--c-red);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.intro .cont .col a:after {
  content: "";
  height: 100%;
  width: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--c-grey) url(../../../images/arrow-white.svg) no-repeat 97% center;
  background-size: 28px;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
.intro .cont .col a:hover:after {
  width: 100%;
}

.wp-block[data-type="acf/slider"] {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.intro {
  padding: 0px 0 80px;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  z-index: 1;
}
.intro .cont {
  flex-wrap: wrap;
  display: flex;
}
.intro .cont .col {
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  max-width: 640px;
}
.intro .cont .col h1 {
  margin: 0 auto;
  text-align: center;
}
.intro .cont .col p {
  padding: 15px 0;
}
.intro .cont .col a {
  margin-top: 20px;
}
.intro .cont .col a:before {
  background-color: var(--c-grey);
}
.intro .cont .col a:after {
  background-color: var(--c-red);
}
.intro .cont .col iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.intro .cont .col:nth-child(2) {
  padding: 30px 0 0;
  box-sizing: border-box;
  width: 40%;
}

@media screen and (max-width: 812px) {
  .intro-video .cont .col {
    width: 100% !important;
    padding: 10px 0 !important;
  }
}
/*# sourceMappingURL=intro.css.map */
