/*
  Quisk Design - 2020
*/

/* VARIABLES */

/* Breakpoints */

/* Misc */

/* Colours */

/* Type */

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/IBMPlexSansArabic-Text.woff2') format('woff2'), url('/assets/fonts/IBMPlexSansArabic-Text.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/IBMPlexSansArabic-Medium.woff2') format('woff2'), url('/assets/fonts/IBMPlexSansArabic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url('/assets/fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'), url('/assets/fonts/IBMPlexSansArabic-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* BASE */

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

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "kern" 1, "kern";
  font-kerning: normal;
}

body {
  margin: 0;
  text-align: center;
  color: hsl(0, 0%, 20%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  transition: 0.2s ease background-color;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

/* Responsive Extras */

img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%;
}

img {
  height: auto;
}

/* TYPOGRAPHY */

/* Text */

p {
  margin-top: 0;
}

/* Links */

a {
  color: inherit;
}

/* Lists */

ul {
  margin: 0 0 1em;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}

li {
  margin-bottom: 0.5em;
}

/* Headings */

h1, h2, h3, h4 {
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0em auto 0.5em;
}

h1 { font-size: 4.4rem; line-height: 1.1; }

h2 { font-size: 3.8rem; line-height: 1.2; }

h3 { font-size: 3.4rem; line-height: 1.3; }

h4 { font-size: 2.8rem; line-height: 1.4; }

h5 { font-size: 2.2rem; line-height: 1.5; }

h6 { font-size: 1.6rem; line-height: 1.5; }

@media (min-width: 1000px) {
  h1 { font-size: 4.4rem; }
  h2 { font-size: 3.8rem; }
}

/* Containers */

.container {
  max-width: 1140px;
  margin: 0 auto;
}

/* ANIMATIONS */

/* BUTTONS */

.button {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  background-color: hsl(223, 69%, 34%);
  border-radius: 4px;
  transition: 0.15s ease all;
}

.button:hover {
    background-color: hsl(215, 43%, 24%);
  }

@media screen and (min-width: 800px) {

.button--wide {
    padding: 1.5rem 7rem
}
  }

.button--full {
  display: block;
  margin-top: 2rem;
}

.button--small {
  font-size: 1.4rem;
  padding: 0.8rem 2.5rem;
}

.button--arrow:after {
    display: inline-block;
    position: relative;
    content: url('../images/icon-arrow-w.svg');
    transform: translateX(9px);
    transition: 0.15s ease all;
  }

.button--arrow:hover:after {
      transform: translateX(13px);
    }

.button--red {
  background-color: hsl(3, 79%, 49%);
}

.button--red:hover {
    background-color: hsl(3, 80%, 40%);
  }

.button--white {
  color: hsl(215, 43%, 24%);
  background-color: #fff;
}

.button--white:after {
    content: url('../images/icon-arrow.svg');
  }

.button--white:hover {
    background-color: #fff;
    opacity: 0.7;
  }

.button--glass {
  color: #fff;
  background-color: rgba(255,255,255, 0.13);

}

.button--glass:after {
    transform: scale(0.75) translateY(1px) translateX(6px);
  }

.button--glass:hover {
    background-color: rgba(0,0,0, 0.1);
  }

.button--glass:hover:after {
      transform: scale(0.75) translateY(1px) translateX(6px);
    }

.button--outline {
  background-color: rgba(255,255,255, 0);
  color: hsl(0, 0%, 20%);
  border: 1px solid hsl(0, 0%, 90%);

}

.button--outline:after {
    transform: scale(0.75) translateY(1px) translateX(6px);
  }

.button--outline:hover {
    background-color: rgba(0,0,0, 0.1);
  }

.button--outline:hover:after {
      transform: scale(0.75) translateY(1px) translateX(6px);
    }

/* FEATURE */

.feature {
  display: block;
  margin: 0 auto;
  margin-top: 1px;
  padding: 5rem 2rem;
  max-width: 1600px;
}

@media (max-width: 800px) {

.feature {
    background-image: none !important
}
  }

@media (min-width: 800px) {

.feature {
    padding: 8rem 2rem;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 60%
}
  }

@media (min-width: 1000px) {

.feature {
    background-size: auto 75%
}
  }

@media (min-width: 1300px) {

.feature {
    background-size: auto 90%
}
  }

.feature__text {
  display: block;

}

@media (min-width: 800px) {

.feature__text {
    text-align: left;
    max-width: 550px

}
  }

.feature__text h1 {
    display: block;
    color: hsl(215, 43%, 24%);
    font-weight: bold;
    margin-bottom: 4rem;
  }

@media (min-width: 1000px) {

.feature__text h1 {
      font-size: 6.8rem
  }
    }

.feature__text p {
    font-size: 2.3rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 4rem;
  }

@media (min-width: 800px) {

.feature__text p {
      width: 90%
  }
    }

/* SIDEBAR */

.sidebar {
  flex: 1 0 350px;
  display: block;
  margin-top: 3.5rem;
}

@media screen and (max-width: 1000px) {

.sidebar {
    flex: 1 0 250px
}
  }

@media screen and (max-width: 800px) {

.sidebar {
    flex: 0 1 100%
}
  }

.sidebar__link {
  display: block;
  margin-bottom: 3rem;
  text-decoration: none;
  background: hsl(223, 69%, 34%);
  border-radius: 4px;
  overflow: hidden;
  /*box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.1), 0px 1px 2px -1px rgba(0,0,0,0.1);*/
  transition: 0.2s ease all;

}

.sidebar__link:hover {
    background: hsl(223, 50%, 25%);
    box-shadow: 0px 8px 22px -3px rgba(0,0,0,0.2);
  }

.sidebar__link:hover .sidebar__link__text {
      background-color: hsl(220, 12%, 97%);
    }

.sidebar__link:hover .sidebar__link__text span { color: hsl(3, 79%, 49%); }

.sidebar__link:hover .sidebar__link__thumbnail {
      background-color: hsl(220, 12%, 97%);
    }

.sidebar__link span {
    flex: 0 1 100%;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    transition: 0.2s ease all;
    color: #fff;
  }

.sidebar__link span:after {
      content: " >";
    }

.sidebar__link--blue {
  background: hsl(210, 78%, 39%);
}

.sidebar__link--blue:hover {
    background: hsl(210, 80%, 35%);    
  }

.sidebar__link--red {
  background: hsl(3, 79%, 49%);
}

.sidebar__link--red:hover {
    background: hsl(3, 78%, 42%);
  }

.sidebar__link__title {
  margin: 0;
  padding: 2rem 2rem 1.8rem;
  color: #fff;
}

.sidebar__link__title h5 {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: block;
    margin: 0rem;
  }

.sidebar__link__title span {
    display: block;
  }

.sidebar__link__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.5rem 2.5rem;
  color: hsl(223, 69%, 34%);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: hsl(220, 12%, 96%);
  transition: 0.2s ease all;
}

.sidebar__link__text p {
    flex: 0 1 100%;
    margin-bottom: 1.5rem;
  }

.sidebar__link__text .sidebarAction--grey {
    color: #999;
  }

.sidebar__link__thumbnail {
  display: flex;
  align-items: flex-end;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-color: hsl(220, 12%, 96%);
}

.sidebar__link__thumbnail p {
    display: block;
    padding: 3rem;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    z-index: 3;
  }

.sidebar__link__thumbnail--text {
  position: relative;
  min-height: 350px;
}

.sidebar__link__thumbnail--text:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(transparent, hsl(215, 43%, 24%));
    z-index: 2;
  }

.sidebar__news {
  display: block;
  margin-top: 5rem;

}

.sidebar__news .newsThumb {
    padding: 2rem 0 1.5rem;
  }

.sidebar__news .newsThumb:first-child {
      border-bottom: 2px solid hsl(0, 0%, 90%);
    }

.sidebar__news .newsThumb span {
      margin-bottom: 0.5rem;
    }

.sidebar__news .newsThumb a {
      line-height: 1.5;
    }

@media screen and (min-width: 800px) {

.search form input[type="search"] {
        width: 300px;
        margin-right: 1rem
    }
      }

.search form button {
      border: none;
      padding: 1.4rem 3rem;
    }

.search__results h4 {
    margin-bottom: 2.5rem;
  }

.search__results ul {
    display: block;
    max-width: 500px;
    margin: 0 auto 2rem;
    text-align: left;
    list-style-type: disc;
  }

.search__results li {
    margin-bottom: 2.5rem;
  }

.search__results a {
    font-size: 1.8rem;
    line-height: 1;
    color: hsl(223, 69%, 34%);
    text-decoration: none;
  }

.search__results a:hover {
      text-decoration: underline;
    }

.search__results small {
    font-size: 1.3rem;
    color: #666;
  }

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  visibility: none;
  transition: 0.3s ease all;
}

.modal--active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 11;
}

.modal--search form {
    position: relative;
    display: block;
    padding: 3rem 4rem;
    margin-bottom: 2rem;
    background-color: hsl(220, 12%, 95%);
    border-radius: 4px;
    box-shadow: 0px 5px 40px -15px rgba(0,0,0,0.7), 0px 1px 3px -2px #000;
    z-index: 12;
  }

@media screen and (max-width: 600px) {

.modal--search form {
      padding: 2rem
  }
    }

.modal--search input[type="search"] {
    width: 300px;
    margin: 1rem 0.5rem;
  }

@media screen and (max-width: 600px) {

.modal--search input[type="search"] {
      display: block;
      width: calc(90vw - 4rem)
  }
    }

.modal--search button {
    border: none;
    padding: 1.4rem 3rem;
    margin: 1rem 0.5rem;
  }

.cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 8rem;
  max-width: calc(1140px - 200px);
  color: #fff;
  background-image: linear-gradient(90deg, hsl(178, 57%, 46%), hsl(177, 100%, 26%));
  border-radius: 4px;
}

@media (max-width: 800px) {

.cta {
    flex-wrap: wrap;
    margin: 0 2rem 8rem
}
  }

.cta__text {
  flex: 0 0 39%;
  padding: 4rem 0rem 4rem 4rem;
  text-align: left;

}

@media (max-width: 800px) {

.cta__text {
    flex: 0 1 100%;
    padding: 3rem;
    text-align: center

}
  }

.cta__text h5 {
    font-size: 3.2rem;
    line-height: 1.2;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }

.cta__text p {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
  }

.cta__text .button {
    color: hsl(177, 100%, 26%);
  }

.cta__text .button:after {
      display: none;
    }

.cta__image {
  flex: 0 1 61%;
  margin: -3rem 0 0 0;
  display: block;
  position: relative;
  width: 100%;
}

@media (max-width: 800px) {

.cta__image {
    flex: 0 1 100%;
    height: auto;
    margin: 2rem auto
}
  }

.cta__image img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    width: 100%;
    height: calc(100% - 2rem);
  }

.programsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  max-width: 1600px;
  margin: 0 auto;
  overflow-y: hidden;
}

@media (max-width: 1000px) {

.programsGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 0px
}
  }

@media (max-width: 800px) {

.programsGrid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 0px
}
  }

@media (max-width: 600px) {

.programsGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr
}
  }

.programsGrid__text {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
  padding: 5rem;
  text-align: left;
  color: #fff;
  background-image: linear-gradient(90deg, hsl(223, 50%, 25%), hsl(223, 55%, 31%));

}

@media (max-width: 600px) {

.programsGrid__text {
    grid-column: 1 / span 2

}
  }

.programsGrid__text h3 {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
  }

.programsGrid__text p {
    margin-bottom: 3rem;
    line-height: 1.7;
  }

.programsGrid__text .button {
    width: 100%;
    text-align: center;
  }

.programTile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 6rem 3rem;
  font-size: 1.9rem;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 6px rgba(0,0,0,0.5);
  background-color: hsl(215, 43%, 24%);
  mix-blend-mode: multiply;

}

.programTile img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    opacity: 0.15;
    transition: 0.15s ease all;
    filter: saturate(0);
  }

.programTile:hover img { opacity: 0.04; }

.programTile:nth-child(2) { background-color: #1ea193; }

.programTile:nth-child(3) { background-color: #4750e3; }

.programTile:nth-child(4) { background-color: #001237; }

.programTile:nth-child(5) { background-color: #e55051; }

.programTile:nth-child(6) { background-color: #4750e3; }

.programTile:nth-child(7) { background-color: #e55051; }

.programTile:nth-child(8) { background-color: #ffac3a; }

.programTile:nth-child(9) { background-color: #1ea193; }

.programTile:nth-child(10) { background-color: #324a66; }

.programTile:nth-child(11) { background-color: #ffac3a; }

.programTile:nth-child(12) { background-color: #324a66; }

/* HEADER */

.header {
  width: 100%;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.1);

}

.header .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;    
  }

@media (max-width: 800px) {

.header .container {
      justify-content: center;
      flex-wrap: wrap    
  }
    }

.header__logo {
  flex: 0 1 auto;
  display: inline-block;
  margin: 2rem;
}

@media (max-width: 800px) {

.header__logo {
    flex: 0 1 100%;
    display: block;
    margin: 6.5rem 2rem 0rem
}
  }

.nav__toggle {
  flex: 0 1 100%;
  display: block;
  position: relative;
  margin: 2rem;
  color: #fff;
  transition: 0.15s ease all;
  cursor: pointer;
  background-image: url('../images/icon-nav.svg');
  background-position: calc(100% - 2rem) center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.nav__toggle:before {
    content: "Open ";
  }

@media (min-width: 800px) {

.nav__toggle {
    display: none
}
  }

.nav__toggle--active {
  background-color: hsl(3, 80%, 40%);
}

.nav__toggle--active:before {
    content: "Close ";
  }

.nav {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 4rem;
  z-index: 3;
  max-width: calc(1140px - 150px);
  
}

@media (max-width: 799px) {

.nav {
    display: none;
    margin: 2rem;
    padding: 0 2rem;
    width: 100%
  
}
  }

.nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

@media (max-width: 800px) {

.nav ul {
      display: block
  }
    }

.nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    
  }

/*overflow: hidden;*/

@media (max-width: 800px) {

.nav li {
      display: block;
      border-top: 1px solid hsl(0, 0%, 90%);
      width: 100%
    
  }
    }

.nav li a, .nav li span {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 1.2rem 2rem;
      color: hsl(215, 43%, 24%);
      font-size: 1.7rem;
      font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      text-decoration: none;
      border-radius: 4px; 
      transition: 0.2s ease all;
    }

.nav li a:hover, .nav li span:hover {
        color: hsl(223, 69%, 34%);
        background-color: hsl(220, 12%, 95%);
      }

@media (max-width: 800px) {

.nav li a, .nav li span {
        display: block;
        width: 100%
    }
      }

.nav .button {
    display: none;
    padding: 1.2rem 3rem;
  }

@media (min-width: 800px) {

.nav .button {
      display: inline-block;
      margin-left: 5rem
  }
    }

@media (min-width: 800px) {

.nav .s_here a {
      background-color: hsl(220, 12%, 95%)
  }
    }

.nav .has-children {
    cursor: pointer;
  }

.nav .has-children ul {
      position: absolute;
      top: 100%;
      left: 0px;
      min-width: 300px;
      margin: 0;
      padding: 0;
      opacity: 0;
      transform: translateY(-1.5rem);
      transition: 0.2s ease all;
      text-align: left;
      pointer-events: none;
      box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.5);  
    }

@media (max-width: 800px) {

.nav .has-children ul {
        display: none;
        position: relative;
        width: 100%;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transform: none;
        box-shadow: none;
        pointer-events: none  
    }
      }

.nav .has-children ul li {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
      }

.nav .has-children ul li:last-child {
          border-radius: 0 0 4px 4px;
          overflow: hidden;
        }

.nav .has-children ul a {
        display: block;
        width: 100%;
        padding: 1rem 2rem 1rem 2.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        font-size: 1.5rem;
        background-color: #fcfcfc;
        border-radius: 0px;
      }

@media (min-width: 800px) {

.nav .has-children ul a {
          background-color: #fff;
          border-top: 1px solid rgba(0,0,0,0.1)
      }
        }

.nav .has-children ul a:hover {
          background-color: hsl(220, 12%, 95%);
        }

/*overflow: visible;*/

.nav .has-children:hover span:after {
        opacity: 0;
        transition: 0.2s ease all;
      }

.nav .has-children:hover ul {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
      }

@media (max-width: 800px) {
      .nav .has-children--active ul {
        display: block;
        position: relative;
        opacity: 1;
        transform-origin: center top;
        transform: none;
        pointer-events: all;
        visibility: visible;
      }
  }

@media (max-width: 800px) {
  .has-children--expand {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 51px;
    background-color: #f9f9f9;
    z-index: 9;
    color: #333;
  }

    .has-children--expand:after {
      content: url('../images/icon-arrow.svg');
      /*height: 15px;
      width: 15px;*/
      font-size: 1.8rem;
      line-height: 1;
      transform: rotate(90deg);
      transform-origin: center center;
      transition: 0.2s ease all; 
    }
    .has-children--active .has-children--expand {
      background-color: #f6f6f6;
    }

      .has-children--active .has-children--expand:after {
        transform: rotate(-90deg); 
      }
}

.nav--active {
  display: block;
  margin: 0 auto;
}

.header__quicklinks {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  vertical-align: middle; 
}

@media (max-width: 800px) {

.header__quicklinks {
    left: 0;
    width: 100% 
}
  }

.header__search {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  width: 25px;
  height: 25px;
  background: url(../images/icon-search.svg) center center no-repeat;
  opacity: 0.6;

}

@media (max-width: 800px) {

.header__search {
    display: none

}
  }

.header__search:before {
    content: "search";
    position: absolute;
    top: 2px;
    right: calc(100% - 1rem);
    text-align: right;
    color: #5D6E87;
    transform: translateX(20px);
    opacity: 0;
    transition: 0.2s ease all;
  }

.header__search:hover {
    opacity: 1;
  }

.header__search:hover:before {
      transform: translateX(0px);
      opacity: 1;
    }

.header__contact {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  font-size: 1.5rem;
  color: #5D6E87;
  background-color: hsl(220, 12%, 95%);
  border-radius: 0 0 4px 4px;

}

@media (max-width: 800px) {

.header__contact {
    width: 100%;
    border-radius: 0;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-around

}
  }

.header__contact a {
    display: inline-block;
    text-decoration: none;
    margin: 0 1rem;
  }

.header__contact a:hover {
      color: hsl(223, 69%, 34%);
    }

.header__contact a img {
      position: relative;
      top: 2px;
      left: -2px;
    }

/* FOOTER */

.footer {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  background-image: linear-gradient(90deg, hsl(223, 50%, 25%), hsl(223, 55%, 31%));

}

.footer .container {
    padding: 4rem 2rem 3rem;
  }

@media (max-width: 800px) {

.footer .container {
      max-width: 500px
  }
    }

.footer a {
    text-decoration: none;
  }

.footer a:hover {
      text-decoration: underline;
    }

.footer__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1000px) {

.footer__grid {
    flex-wrap: wrap;
    justify-content: center
}
  }

.footer__logo {
  flex: 0 0 130px;
  margin: 3rem 1rem 2rem;
  display: inline-block;
  opacity: 0.3;
}

.footer__details {
  flex: 1 0 auto;
  margin: 2rem;
  display: inline-block;
  text-align: left;
}

@media (max-width: 1000px) {

.footer__details {
    flex: 0 1 auto
}
  }

@media (max-width: 800px) {

.footer__details {
    flex: 1 0 100%;
    margin: 2rem auto
}
  }

.footer__details ul {
    display: inline-block;
    vertical-align: top;
  }

.footer__details ul:first-of-type {
      padding-right: 6rem;
    }

.footer__details a {
    text-decoration: none;
  }

.footer__details a:hover {
      text-decoration: underline;
    }

.footer__social li {
    position: relative;
    display: block;
    padding-left: 2.8rem;
  }

.footer__social img {
    position: absolute;
    top: 2px;
    left: 0rem;
  }

.footer__nav {
  flex: 0 1 auto;
  display: block;
  margin: 2rem;
  text-align: left;
}

@media (max-width: 800px) {

.footer__nav {
    width: 100%
}
  }

.footer__nav ul {
    margin: 0;
    padding: 0;
    -moz-columns: 2 140px;
         columns: 2 140px;
  }

.footer__nav li {
    list-style-type: disc;
    list-style-type: "• ";
    margin-left: 1rem;
    padding-left: 1rem;
  }

.footer__copyright {
  display: block;
  width: 100%;
  padding: 2rem;
  font-size: 1.4rem;
  color: rgba(255,255,255,0.5);
  background-color: rgba(0,0,0,0.1);
}

.footer__copyright p {
    margin: 0;
  }

.content__title {
  display: block;
  margin-bottom: 7rem;
  padding: 5rem 2rem 7rem;
  color: #fff;
  background-image: linear-gradient(90deg, hsl(223, 50%, 25%) 0%, hsl(223, 55%, 31%) 95%);

}

@media screen and (min-width: 800px) {

.content__title {
    margin-bottom: 9rem;
    padding: 7rem 2rem

}
  }

@media (min-width: 1300px) {

.content__title {
    background-image: linear-gradient(90deg, hsl(223, 50%, 25%) 0%, hsl(223, 55%, 31%) 75%)

}
  }

.content__title h1 {
    display: block;
    margin: 0;
    font-size: 4.2rem;
    line-height: 1;
  }

@media (max-width: 800px) {

.content__title h1 {
      font-size: 3.2rem;
      line-height: 1.2
  }
    }

.content__title h2 {
    display: block;
    margin: 1.5rem auto 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.9rem;
    opacity: 0.76;
  }

@media (max-width: 800px) {

.content__title h2 {
      font-size: 1.6rem
  }
    }

.content__title--subtitle {
  padding: 5rem 2rem 3.5rem;
}

@media screen and (min-width: 800px) {

.content__title--subtitle {
    padding: 7rem 2rem 3.5rem
}
  }

.content__title--image {
  padding: 0;

}

.content__title--image .container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

.content__title--image .content__title__text {
    flex: 0 1 50%;
    padding: 7rem 6rem 5rem 2rem;
    text-align: left;
  }

@media screen and (max-width: 800px) {

.content__title--image .content__title__text {
      flex: 0 1 auto;
      padding: 7rem 2rem 5rem 2rem;
      text-align: center
  }
    }

.content__title--image .content__title__text h1 {
      padding-bottom: 2rem;
      border-bottom: 2px solid rgba(255,255,255,0.15);
    }

.content__title__image {
  flex: 0 1 50%;
  min-height: 100px;
  width: 100%;
  align-self: stretch;
  overflow: hidden;
  position: relative;
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {

.content__title__image {
    display: none
}
  }

.content__title__image:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, transparent, hsl(223, 55%, 31%));
    z-index: 2;
  }

.content__text {
  display: block;
  max-width: calc(1140px - 380px);
  margin: 4rem auto;
  text-align: left;
}

.content__text h2, .content__aside h2 {
    display: block;
    width: 100%;
    margin-bottom: 3.5rem;
    padding-bottom: 1rem;
    font-size: 3.4rem;
    text-align: center;
    color: hsl(223, 69%, 34%);
    border-bottom: 1px solid hsl(0, 0%, 90%);
  }

.content__text h3, .content__aside h3 {
    display: block;
    width: 100%;
    margin: 5rem auto 3rem;
    font-size: 2.8rem;
    text-align: center;
    color: hsl(223, 69%, 34%);
  }

.content__text h4, .content__aside h4 {
    display: block;
    margin-bottom: 2rem;
    color: hsl(223, 69%, 34%);
    font-size: 2.1rem;
  }

.content__text h5, .content__aside h5 {
    display: block;
    margin: 3rem 0 1.5rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    color: hsl(177, 100%, 26%);
    font-size: 2.0rem;
  }

.content__text p, .content__aside p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

.content__text a, .content__aside a {
    color: hsl(223, 69%, 34%);
  }

.content__text a:hover, .content__aside a:hover {
      text-decoration: none;
    }

.content__text ul li, .content__aside ul li {
    list-style-type: disc;
    list-style-type: "• ";
  }

.content__text li, .content__aside li {
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }

table {
  display: block;
  margin: 3rem auto;
  border-collapse: collapse;
  font-size: 1.5rem;
}

table p {
    margin: 0;
  }

tr {
  padding: 0;
  margin: 0;
  display: table-row;
}

tr th:first-child, tr td:first-child {
    border-left: none !important;
  }

th, td {
  margin: 0;
  padding: 1rem 1.5rem;
  max-width: 200px;
  border-left: 1px solid hsl(0, 0%, 90%);
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.content__aside {
  display: flex;
  justify-content: center;
  max-width: calc(1140px - 150px);
  margin: 4rem auto;
  text-align: left;
}

@media (max-width: 800px) {

.content__aside {
    flex-wrap: wrap
}
  }

.content__aside__text {
  flex: 0 1 60%;
  display: inline-block;
}

@media (max-width: 800px) {

.content__aside__text {
    flex: 0 1 90%
}
  }

.content__aside__image {
  flex: 0 1 40%;
  display: inline-block;
  margin: 1rem auto 2rem;
  transform: translateX(-4rem);
}

@media (max-width: 800px) {

.content__aside__image {
    flex: 0 1 80%;
    transform: none
}
  }

.content__aside--small {
  display: block;
}

/*.content__aside__text {
    flex: 0 1 auto;
  }*/

.content__aside--small .content__aside__image {
    transform: none;
  }

@media (min-width: 480px) {

.content__aside--small .content__aside__image {
      max-width: 220px;
      float: left;
      margin: 0.3rem 3rem 1rem 0
  }
    }

@media (min-width: 800px) {

.content__aside--right .content__aside__text { order: 1
  } }

@media (min-width: 800px) {

.content__aside--right .content__aside__image {
      order: 2;
      transform: translateX(4rem)
  }
    }

.content__aside--right.content__aside--small .content__aside__image {
      transform: none;
    }

@media (min-width: 480px) {

.content__aside--right.content__aside--small .content__aside__image {
        max-width: 220px;
        float: right;
        margin: 0.3rem 0rem 1rem 3rem
    }
      }

.content__text--icon {
  position: relative;
  overflow: visible;
  margin: 0.6rem auto;
}

.content__text--icon :first-child {
    display: inline-block;
    margin-left: 3.5rem;
  }

.content__icon {
  position: absolute;
  top: 0.2rem;
  left: -3.5rem;
  display: inline-block;
}

.content__quote {
  display: flex;
  margin: 5rem auto;
  align-items: flex-start;
  justify-content: center;
  max-width: 1140px;

}

@media (max-width: 800px) {

.content__quote {
    flex-wrap: wrap

}
  }

.content__quote blockquote {
    flex: 0 1 auto;
    display: block;
    margin: 0;
    max-width: calc(1140px - 450px);
    text-align: left;
  }

.content__quote p {
    display: block;
    position: relative;
    padding: 3rem 3.5rem;
    margin-bottom: 1.5rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: hsl(0, 0%, 30%);
    background: hsl(220, 12%, 95%);
    border-radius: 4px;
  }

/*border-left: 10px solid $border-color;*/

.content__quote p:before {
      content: "\201C";
      position: absolute;
      top: -1rem;
      left: 1.2rem;
      font-size: 8rem;
      opacity: 0.1;
    }

.content__quote p:after {
      content: "\201D";
      position: relative;
      top: 2.4rem;
      font-size: 6rem;
      height: 0;
      line-height: 0px;
      opacity: 0.1;
    }

.content__quote cite {
    display: block;
    margin-bottom: 0.5rem;
    text-align: right;
    font-size: 1.8rem;
    font-style: normal;
  }

/*border-top: 1px solid $border-color;*/

.content__quote cite em {
      display: block;
      font-style: normal;
      font-size: 1.4rem;
      font-weight: normal;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      opacity: 0.5;
    }

.quote__image {
  flex: 0 0 170px;
  display: inline-block;
  margin-bottom: 2rem;
}

@media (min-width: 800px) {

.quote__image {
    margin: 0 3rem 0 0
}
  }

.quote__image img {
    border-radius: 4px;
  }

.content__accordions {
  display: block;
  margin: 5rem auto;
  max-width: calc(1140px - 400px);
}

.content__accordion {
  display: block;
  text-align: left;
  margin-bottom: 2rem;
  cursor: pointer;
  
}

.content__accordion:hover .accordion__title {
      background-color: hsl(0, 0%, 90%);
    }

.accordion__title {
  position: relative;
  display: block;
  color: hsl(223, 69%, 34%);
  padding: 2rem 3rem;
  background-color: hsl(220, 12%, 97%);
  border-radius: 4px;
  pointer-events: none;
  transition: 0.15s ease all;
}

.accordion__title:after {
    content: 'expand';
    display: block;
    position: absolute;
    top: calc(50% - 1rem);
    right: 3rem;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    opacity: 0.25;
  }

.accordion__title h5 {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
  }

.accordion__text {
  display: block;
  height: 0px;
  visibility: none;
  padding: 3rem;
  margin-bottom: -6rem;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0px 0px 4px 4px;
  /*pointer-events: none;*/
  opacity: 0;
  transform: scaleY(0.1);
  transform-origin: top center;
  transition: 0.2s ease all;

}

.accordion__text li {
    list-style-type: disc;
  }

.accordion__text a:hover {
      text-decoration: none;
    }

.content__accordion--active:hover {
    cursor: pointer;
  }

.content__accordion--active:hover .accordion__title {
      background-color: hsl(223, 50%, 25%);
    }

.content__accordion--active .accordion__title {
    border-radius: 4px 4px 0px 0px;
    background-color: hsl(223, 69%, 34%);
    color: #fff;
  }

.content__accordion--active .accordion__title:after {
      content: 'close';
      color: #fff;
    }

.content__accordion--active .accordion__text {
    display: block;
    margin-bottom: 3rem;
    visibility: visible;
    height: auto;
    opacity: 1;
    transform: scaleX(1);
  }

.content__form {
  display: block;
  max-width: calc(1140px - 280px);
  margin: 4rem auto;
  padding: 5.5rem 6rem;
  background-color: hsl(210, 12%, 97%);
  border-radius: 4px;
}

@media screen and (max-width: 800px) {

.content__form {
    padding: 2rem
}
  }

.content__form h3 {
    display: block;
    margin: 0 0 2.5rem;
    padding-bottom: 1rem;
    color: hsl(223, 69%, 34%);
    border-bottom: 2px solid hsl(0, 0%, 90%);
  }

.content__form h5 {
    display: block;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: hsl(223, 69%, 34%);
    transform: translateY(15px);
  }

.freeform-column {
  padding: 0 !important;
  margin: 0 25px !important;
}

.freeform-row {
  text-align: left;
  padding: 0 !important;
  margin: 0 -25px !important;
}

.freeform-label {
  margin: 2.5rem 0 0.6rem;
  position: relative;
  left: 1px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.freeform-input {
  font-size: 1.7rem;
  padding: 1.4rem 2rem;
  border: 1px solid #C7CAD1;
  border-radius: 4px;
}

.freeform-input:focus {
    border-color: hsl(0, 0%, 20%);
  }

.freeform-checkbox {
  display: inline-block !important;
  margin: 0.6rem 1.2rem 0.9rem 0 !important;
  vertical-align: middle;

  padding: 0;
  height: 20px;
  width: 20px !important;
  background-color: #fff;
  transition: 0.2s ease all;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.freeform-checkbox:checked {
    border-color: hsl(223, 69%, 34%);
    background-color: hsl(223, 69%, 34%);
  }

.freeform-row button {
  position: relative;
  display: inline-block;
  margin-top: 4rem;
  padding: 1.5rem 3rem;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  background-color: hsl(3, 79%, 49%);
  border: none;
  border-radius: 4px;
  transition: 0.15s ease all;
  cursor: pointer;

}

@media screen and (min-width: 800px) {

.freeform-row button {
    padding: 1.5rem 7rem

}
  }

.freeform-row button:after {
    display: inline-block;
    position: relative;
    content: url('../images/icon-arrow-w.svg');
    transform: translateX(9px);
    transition: 0.15s ease all;
  }

.freeform-row button:hover {
    background-color: hsl(3, 80%, 40%);
  }

.freeform-row button:hover:after {
      transform: translateX(13px);
    }

.freeform-row button.button-loading {
    background-color: hsl(3, 80%, 40%);
    opacity: 0.7;
    cursor: not-allowed;
  }

.freeform-row button.button-loading:after {
      content: url('../images/loading.svg');
      -webkit-animation: load 1s steps(8) infinite;
              animation: load 1s steps(8) infinite;
    }

.freeform-row button.button-loading:hover:after {
      transform: translateX(9px);
    }

@-webkit-keyframes load{
  0% { transform: translateX(9px) rotate(0deg); }
  100% { transform: translateX(9px) rotate(360deg); }
}

@keyframes load{
  0% { transform: translateX(9px) rotate(0deg); }
  100% { transform: translateX(9px) rotate(360deg); }
}

.freeform-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media screen and (max-width: 500px) {

.freeform-row {
    flex-wrap: wrap !important
}
  }

.freeform-row .freeform-column {
  flex: 1 0;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {

.freeform-row .freeform-column {
    flex: 0 1 100% !important
}
  }

.freeform-row .freeform-column label {
    display: block;
  }

.freeform-row .freeform-column .freeform-input {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

.freeform-column-content-align-center {
  display: flex;
  justify-content: center;
}

button {
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.formErrors, .errors {
  display: block;
  margin: 2rem 0;
}

.content__buttons {
  display: block;
  margin: 4rem auto;
}

.content__buttons .button {
    margin: 0.5rem;
  }

.content__image {
  display: block;
  margin: 6rem auto;
  /*max-height: 500px; */
  border-radius: 4px;
  overflow: hidden;
}

/*box-shadow: 0px 10px 25px -5px rgba(0,0,0,0.15);*/

.content__image img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }

.content__image--center {
  display: block;
  max-width: calc(1140px - 400px);
  margin: 4rem auto;
  overflow: hidden;
  border-radius: 4px;
}

.content__image--center img {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
  }

.content__steps {
  display: flex;
  align-items: stretch;
  justify-content: center; 
  margin: 9rem auto 6rem;
}

@media (max-width: 800px) {

.content__steps {
    flex-wrap: wrap
}
  }

.content__step {
  flex: 1 1 250px;
  position: relative;
  max-width: 350px;
  margin-bottom: 4rem;
  padding: 5rem 3rem 3.5rem 6rem;
  filter: drop-shadow(-4px 0px 0px #fff);
}

@media (max-width: 1000px) {

.content__step {
    padding: 5rem 2rem 3.5rem 4rem
}
  }

@media (max-width: 800px) {

.content__step {
    padding: 5rem 3rem 3.5rem 3rem
}
  }

.content__step:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: hsl(220, 12%, 96%);
    z-index: -1;
  }

@media (min-width: 800px) {

.content__step:after {
      width: 108%;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 8% 50%, 0% 0%);
              clip-path: polygon(100% 0, 100% 100%, 0% 100%, 8% 50%, 0% 0%)
  }
    }

@media (max-width: 800px) {

.content__step:after {
      border-radius: 6px
  }
    }

@media (min-width: 800px) {

.content__step:first-child {
      flex: 1 1 255px;
      padding-left: 3.5rem
  }
    }

.content__step:first-child span {
      left: calc(50% - 3rem);
    }

.content__step:first-child:after {
      -webkit-clip-path: none;
              clip-path: none;
      border-radius: 6px 0 0 6px;
    }

@media (min-width: 800px) {

.content__step:last-child {
      flex: 1 1 255px;
      padding: 5rem 3rem 3.5rem 5rem
  }
    }

.content__step:last-child:after {
      width: 100%;
      border-radius: 0 6px 6px 0;
    }

.content__step span {
    position: absolute;
    top: -3rem;
    left: calc(50% - 3rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 2.1rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: hsl(3, 79%, 49%);
    border-radius: 50%;
  }

@media (min-width: 800px) {

.content__step span {
      left: calc(55% - 3rem)
  }
    }

.content__step b {
    display: block;
    margin-bottom: 1.5rem;
    color: hsl(3, 79%, 49%);
    font-size: 1.8rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
  }

.content__step p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

.content__benefits {
  display: block;
  max-width: calc(1140px - 280px);
  margin: 5rem auto;
  padding: 4.5rem 5rem 4rem;
  text-align: left;
  background-color: hsl(220, 12%, 97%);
  border-radius: 4px;
}

@media (max-width: 800px) {

.content__benefits {
    padding: 3.5rem
}
  }

.content__benefits ul {
    margin: 0;
  }

.content__benefits li {
    position: relative;
    list-style-type: none;
    padding-left: 2.8rem;
    margin-bottom: 1.5rem;

  }

.content__benefits li:before {
      content: url('../images/icon-tick.svg');
      position: absolute;
      top: 0;
      left: 0;
    }

.content__benefits--multi {
  max-width: calc(1140px - 140px);
}

.content__benefits--multi ul {
    -moz-columns: 300px 2;
         columns: 300px 2;
  }

.content__benefits--multi li {
    padding-right: 1rem;
    display: block;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

.content__features {
  margin: 11rem auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;

}

.content__features a:hover {
    background-color: hsl(220, 20%, 80%);
  }

.content__features a:hover span {
      background-color: hsl(220, 20%, 80%);
    }

.content__feature {
  position: relative;
  flex: 0 1 210px;
  margin: 0.5rem 0.5rem 5.5rem;
  padding: 3.2rem 2rem 2rem;
  text-decoration: none;
  background-color: hsl(220, 12%, 96%);
  border-radius: 4px;
  transition: 0.2s ease all;



}

@media screen and (max-width: 480px) {

.content__feature {
    flex: 1 1 150px



}

    .content__feature b {
      font-size: 1.4rem;
    }
  }

.content__feature b {
    position: relative;
    display: block;
    line-height: 1.3;
    color: hsl(215, 43%, 24%);
    font-size: 1.6rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    z-index: 2;
  }

.content__feature span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: hsl(215, 43%, 24%);
    position: absolute;
    top: -4rem;
    left: calc(50% - 4rem);
    background-color: hsl(220, 12%, 96%);
    border-radius: 50%;
    z-index: 1;
    transition: 0.2s ease all;
  }

.content__feature span svg {
      transform: scale(1.5);
    }

.content__modules {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 6rem auto 8rem;
}

.content__module {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
  height: 200px;
  width: 200px;
  margin: 0.8rem;
  padding: 2rem;
  font-size: 1.5rem;
  border-radius: 50%;
  color: #fff;
  background-image: linear-gradient(10deg, hsl(177, 100%, 26%), hsl(178, 57%, 46%));
}

.content__module b {
    margin-bottom: 0.9rem;
  }

.content__module p {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

.content__module span {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
  }

.content__staff {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 7rem 3rem;
  margin: 7rem auto 9rem;
}

@media (max-width: 800px) {

.content__staff {
    grid-template-columns: 1fr 1fr
}
  }

@media (max-width: 480px) {

.content__staff {
    grid-template-columns: 1fr
}
  }

.staff__member {
  display: block;

}

.staff__details {
  flex: 0 1 auto;
  display: block;
  max-width: 500px;
  margin: 0 1.5rem;
  text-align: center;
}

.staff__details h5 {
    display: inline-block;
    margin: 0 auto 0.1rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: hsl(223, 69%, 34%);
  }

.staff__details h6 {
    display: block;
    margin: 0 auto 2rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #999;
    border-bottom: 1px solid hsl(0, 0%, 90%);
  }

.staff__details a {
    display: inline-block;
    padding-left: 9px;
    position: relative;
    top: 1px;
  }

.staff__details p {
    font-size: 1.5rem;
    /*text-align: left;*/
  }

.staff__photo {
  display: block;
  margin: 0 auto 2rem;
  width: 150px;
  border-radius: 4px;
}

.staff__expand {
  position: relative;
  cursor: pointer;

}

.staff__expand p {
    overflow: hidden;
    height: 75px;
    transition: 0.2s ease all;
  }

.staff__expand:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 1));
    opacity: 1;
    transition: 0.2s ease all;
  }

.staff__expand:after {
    content: "expand";
    position: absolute;
    top: 100%;
    left: calc(50% - 18px);
    padding-top: 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #bbb;
    z-index: 2;
    transition: 0.15s ease color;
  }

.staff__expand:hover:after {
      color: #777;
    }

.staff__expand--active {
  position: relative;
  cursor: pointer;
}

.staff__expand--active p {
    overflow: visible;
    height: auto;
  }

.staff__expand--active:before {
    opacity: 0;
  }

.staff__expand--active:after {
    content: "collapse";
    left: calc(50% - 28px);
  }

/* HOME PAGE */

.homepage {

}

.homeNews {
  padding: 11rem 2rem 12rem;
}

.homeNews h3 {
    display: block;
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }

.homeNews__grid {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1000px) {

.homeNews__grid {
    grid-template-columns: 1fr 1fr
}
  }

@media screen and (max-width: 800px) {

.homeNews__grid {
    grid-template-columns: 1fr
}
  }

.newsThumb {
  display: block;
  text-align: left;
}

.newsThumb span {
    display: block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0.5;
  }

.newsThumb__img {
  display: block;
  width: 100%;
  height: 180px;
  margin-bottom: 1.5rem;
  background-color: hsl(215, 43%, 24%);
  overflow: hidden;
}

.newsThumb__img img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.6;
    filter: saturate(0.5) contrast(0.75);
    transition: 0.2s ease all;
  }

.newsThumb__img:hover img {
      opacity: 1;
      filter: saturate(1) contrast(0.9);
    }

.newsThumb__title {
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: hsl(223, 69%, 34%);
  text-decoration: none;
}

.newsThumb__title:hover {
    text-decoration: underline;
  }

.homeTrack {
  display: grid;
  grid-template-columns: 8% 1fr 1fr 1fr 1fr 1fr 1fr 8%;
  width: 100%;
  margin-bottom: 12rem;
}

@media screen and (max-width: 800px) {

.homeTrack {
    grid-template-columns: 5% 1fr 5%
}
  }

.homeTrack__title {
  grid-column: 2 / span 3;
  grid-row: 1;
  text-align: right;
}

@media screen and (max-width: 800px) {

.homeTrack__title {
    grid-column: 2;
    grid-row: 2;
    text-align: center
}
  }

.homeTrack__title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: 500;
    color: hsl(223, 69%, 34%);
  }

.homeTrack__title h6 {
    margin: 0 0 3rem;
    font-size: 2.5rem;
    font-weight: normal;
  }

.homeTrack__text {
  grid-column: 2 / span 3;
  grid-row: 2;
  padding: 6rem 0;
  text-align: left;

}

@media screen and (max-width: 800px) {

.homeTrack__text {
    grid-column: 2;
    grid-row: 3

}
  }

.homeTrack__text p {
    display: block;
    line-height: 1.8;
    margin-bottom: 3rem;
  }

.homeTrack__text .button {
    width: 47%;
    text-align: center;
  }

.homeTrack__text .button:first-of-type {
    margin-right: 1.5%;
  }

.homeTrack__text .button:last-of-type {
    margin-left: 1.5%;
  }

.homeTrack__screen {
  grid-column: 5 / span 4;
  grid-row: 1 / span 2;
  text-align: right;
}

@media screen and (max-width: 800px) {

.homeTrack__screen {
    grid-column: 1 / span 2;
    grid-row: 1
}
  }

.homeTrack__screen img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
    width: 95%;
    height: 90%;
  }

.homeTrack__bg {
  display: block;
  grid-column: 1 / span 9;
  grid-row: 2;
  background-color: hsl(220, 12%, 95%);
  z-index: -1;
}

@media screen and (max-width: 800px) {

.homeTrack__bg {
    grid-row: 3
}
  }

.homeClients {
  display: block;
  margin-bottom: 12rem;

}

.homeClients h3 {
    display: block;
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 500;
    max-width: 750px;
    color: hsl(215, 43%, 24%);
    opacity: 0.9;
  }

.homeClients__grid {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(7, 1fr);
  margin: 0 1.5rem 4rem;
}

@media screen and (max-width: 1000px) {

.homeClients__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3rem
}

    .homeClients__grid img:nth-child(7) { display: none; }
  }

@media screen and (max-width: 800px) {

.homeClients__grid {
    grid-template-columns: repeat(4, 1fr)
}

    .homeClients__grid img:nth-child(5), .homeClients__grid img:nth-child(6) { display: none; }
  }

@media screen and (max-width: 480px) {

.homeClients__grid {
    grid-template-columns: repeat(3, 1fr)
}

    .homeClients__grid img:nth-child(4) { display: none; }
  }

.homeClients__grid img {
    display: block;
  }

.programsGrid--home {
  grid-template-rows: 1fr 1fr 1fr;

}

@media (max-width: 1000px) {

.programsGrid--home {
    grid-template-rows: 1fr 1fr 1fr 0px

}
  }

@media (max-width: 800px) {

.programsGrid--home {
    grid-template-rows: 1fr 1fr 1fr 1fr 0px

}
  }

@media (max-width: 600px) {

.programsGrid--home {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 0px 0px 0px

}
  }

.programsGrid--home .programTile {
    padding: 3rem;
  }

.programsGrid--home .programTile:nth-child(2) { background-color: #1ea193; }

.programsGrid--home .programTile:nth-child(3) { background-color: #4750e3; }

.programsGrid--home .programTile:nth-child(4) { background-color: #324a66; }

.programsGrid--home .programTile:nth-child(5) { background-color: #ffac3a; }

.programsGrid--home .programTile:nth-child(6) { background-color: #001237; }

.programsGrid--home .programTile:nth-child(7) { background-color: #e55051; }

.programsGrid--home .programTile:nth-child(8) { background-color: #4750e3; }

.programsGrid--home .programTile:nth-child(9) { background-color: #e55051; }

.programsGrid--home .programTile:nth-child(10) { background-color: #ffac3a; }

.programsGrid--home .programTile:nth-child(11) { background-color: #324a66; }

.programsGrid--home .programTile:nth-child(12) { background-color: #1ea193; }

.homeCourses {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 12rem;
}

@media screen and (max-width: 800px) {

.homeCourses {
    flex-wrap: wrap;
    margin-bottom: 10rem
}
  }

.homeCourses__video {
  flex: 0 0 50%;
  background: #666;
}

@media screen and (max-width: 800px) {

.homeCourses__video {
    flex: 0 0 100%
}
  }

.homeCourses__video iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px;
  }

.homeCourses__list {
  flex: 0 0 50%;
  padding: 6rem 2rem 5rem;
  color: #fff;
  background-image: linear-gradient(90deg, hsl(178, 57%, 46%), hsl(177, 100%, 26%));
}

@media screen and (max-width: 800px) {

.homeCourses__list {
    flex: 0 0 100%
}
  }

.homeCourses__list .button {
    margin-bottom: 3rem;
  }

.homeCourses__slider .slick-slide {
    display: block;
    margin: 0;
  }

.homeCourses__slider .slick-slide a {
      display: inline-block;
      padding: 0.7rem 0;
      font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 500;
      opacity: 0.3;
      transition: 0.2s ease all;
    }

.homeCourses__slider .slick-slide a:hover {
        opacity: 1;
      }

.homeCourses__slider .slick-current a {
      opacity: 1;
      transform: scale(1.3);
    }

/* CONTENT */

.content {
  margin-bottom: 9rem;
  padding: 0 2rem;
}

/*overflow-x: hidden;*/

@media screen and (min-width: 800px) {

.content {
    margin-bottom: 13rem
}
  }

.content--sidebar {
  display: flex;
}

@media screen and (max-width: 800px) {

.content--sidebar {
    flex-wrap: wrap
}
  }

.content--sidebar article {
    flex: 0 1 auto;
  }

@media screen and (min-width: 800px) {

.content--sidebar article {
      margin-right: 3rem
  }
    }

@media screen and (min-width: 1000px) {

.content--sidebar article {
      margin-right: 6rem
  }
    }

.noFeature {
  
}

article {
  text-align: center;
}

/* NEWS */

.newsFeed {
  
}

.postLink {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6rem;
  padding-bottom: 5rem;
  text-decoration: none;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.postLink:hover h3 {
      color: hsl(223, 69%, 34%);
    }

.postLink:hover em {
      color: hsl(223, 69%, 34%);
    }

.postLink__img {
  flex: 0 1 35%;
  margin-right: 5%;
  height: auto;
}

@media screen and (max-width: 800px) {

.postLink__img {
    display: none
} 
  }

.postLink__text {
  flex: 0 1 60%;
  display: block;
  text-align: left;
}

@media screen and (max-width: 800px) {

.postLink__text {
    flex: 0 1 auto
}
  }

.postLink__text em {
    display: block;
    color: #888;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.15s ease all;
  }

.postLink__date {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  opacity: 0.5;
}

.post hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 5rem auto 3rem;
    border: none;
    background-color: hsl(0, 0%, 90%);
  }

.post .post__back:before {
      display: inline-block;
      position: relative;
      content: url('../images/icon-arrow-w.svg');
      transform: rotate(180deg) translateX(9px);
      transition: 0.15s ease all;
    }

.post .post__back:hover:before {
      transform: rotate(180deg) translateX(13px);
    }

.post__date {
  display: block;
  margin-bottom: 2rem;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  opacity: 0.5;
}

.pagination a, .pagination span {
    padding: 0.8rem 1.5rem;
  }

.pagination .current {
    background-color: rgba(0,0,0, 0.1);
  }

.content__title--training {
  background-image: linear-gradient(90deg, hsl(177, 100%, 26%), hsl(178, 57%, 46%));

  /*@media (min-width: $mega) {
    background-image: linear-gradient(90deg, $teal-grad-dark 0%, $teal-grad-light 75%);
  }*/
}

.pageFeed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  /*grid-gap: 40px;*/
  margin: 8rem 0 6rem;
}

@media screen and (max-width: 800px) {

.pageFeed {
    grid-template-columns: 1fr
}
  }

.pageLink {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-decoration: none;
  padding: 2rem;
  border-radius: 6px;
  transition: 0.2s ease all;

}

@media (max-width: 480px) {

.pageLink {
    padding: 2rem 0

}
  }

.pageLink:hover {
    box-shadow: 0px 5px 20px -8px rgba(0,0,0,0.3);
  }

.pageLink:hover h4 {
      text-decoration: underline;
    }

.pageLink__img {
  flex: 0 0 160px;
  margin-right: 2rem;
}

@media (max-width: 480px) {

.pageLink__img {
    flex: 0 0 100px
}
  }

.pageLink__img img {
    border-radius: 4px;
  }

.pageLink__text {
  flex: 1 1 auto;
  display: block;
  text-align: left;
}

.pageLink__text h4 {
    display: block;
    margin: 0 0 1rem;
    font-size: 2.4rem;
    line-height: 1.2;
    color: hsl(223, 69%, 34%);
    transition: 0.2s ease all;
  }

.pageLink__text em {
    display: block;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.3rem;
    opacity: 0.5;
  }

.pageLink__text p {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
  }

.pageLink__text .button {
    margin-top: 1.5rem;
  }

.content__course {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 6rem auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  border-radius: 4px;
}

.content__course h4 {
    display: block;
    flex: 0 1 100%;
    margin: 1rem auto 0.5rem;
    color: hsl(177, 100%, 26%);
  }

.content__course span {
    margin: 0.5rem 1rem;
  }

.content__buttons--training {
  margin: -4rem auto 8rem;
}

.course__dates {
  display: block;
  max-width: 400px;
  margin: 2rem auto 11rem;
}

.course__dates button {
    display: inline-block;
    margin-top: 4rem;
  }

.course__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);

}

.course__row p {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    text-align: left;
  }

.course__row a {
    display: inline-block;
    margin-left: 2rem;
  }

.course__row label {
    flex: 1 0 auto;
    color: hsl(223, 69%, 34%);
    cursor: pointer;
  }

.course__row label:hover {
      color: hsl(215, 43%, 24%);
    }

.course__row input {
    display: inline-block;
    margin: 1rem;
    vertical-align: middle;
    padding: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: 0.2s ease all;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
  }

.course__row input:checked {
      border-color: hsl(223, 69%, 34%);
      background-color: hsl(223, 69%, 34%);
    }

.content--cart h2 {
    color: hsl(223, 69%, 34%);
  }

#commerce-cart {
  display: block;
  margin: 4rem auto;
  max-width: 850px;
}

.cart {
  margin-top: 5rem;
  display: block;

}

.cart__head {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  grid-column: 1 / span 3;
  border-bottom: 1px solid hsl(0, 0%, 90%);
  text-align: left;
  grid-gap: 2rem;
}

.cart__head h6 {
    display: block;
    width: 100%;
    color: #999;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;

  }

.cart__head h6:nth-child(3) {
      text-align: right;
    }

.cart__items {
  display: block;
}

.cart__item {
  display: grid;
  grid-template-columns: 1fr 100px 100px;
  grid-gap: 2rem;
  padding: 2rem 0;
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

.cart__item input {
    max-width: 80px;
  }

.cart__remove {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #999;
  cursor: pointer;
}

.cart__price {
  text-align: right;
}

.cart__summary {
  display: grid;
  grid-template-columns: 1fr 10px 110px;
  grid-gap: 2rem;
  padding: 2rem 0 1rem;
  text-align: left;
}

.cart__update input {
    padding: 1rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    border: 1px solid hsl(0, 0%, 90%);
    background: #fff;
    border-radius: 4px;
    margin-bottom: 2rem;
  }

.cart__update input[type="submit"] {
    margin-bottom: 0.5rem;
    padding: 1.5rem 2.5rem;
    font-size: 1.4rem;
    background-image: linear-gradient(0deg, #f6f6f6, #fff);
    cursor: pointer;
  }

.cart__update .flash {
    display: block;
    margin-bottom: 0.5rem;
    color: hsl(3, 79%, 49%);
    font-size: 1.3rem;
  }

.cart__totals {
  grid-column: 2 / span 2;
  text-align: right;
  font-size: 1.5rem;

  /*small {
    font-size: 50%;
  }*/
}

.cart__totals h5 {
    display: block;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.3;
  }

.paymentMethod {
  display: block;
  padding-bottom: 3rem !important;
  margin: -2rem auto 2rem !important;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}

#paymentForm {
  margin: 4rem auto;

}

#paymentForm fieldset {
    padding: 0;
    margin: 0;
    border: none;
  }

#paymentForm legend {
    display: none;
  }

#paymentForm input {
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.4rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid #C7CAD1;
    border-radius: 4px;
  }

#paymentForm button {
    margin-top: 3.5rem;
  }

#paymentForm .grid {
    max-width: 570px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
  }

#paymentForm .card-data {
    max-width: 900px;

    
  }

#paymentForm .card-data div:first-child {
      display: inline-block;
      width: 100%;
      max-width: 245px;
    }

#paymentForm .card-data div:first-child input {
          display: inline-block;
          width: 100%;
          max-width: 100%;
      }

#paymentForm .card-data div {
      display: inline-block;
      margin: 0.2em;
    }

#paymentForm .card-data div input {
        display: inline-block;
        max-width: 150px;
        margin: 0.2em;
      }

.payment__option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}

.payment__option label {
    margin: 0 0 0 0.5rem;
  }

.order__info {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.order__table {
  width: 100%;
  margin-top: 2rem;
  padding-top: 4rem;
  border-top: 1px solid hsl(0, 0%, 90%);
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    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 {
    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;
}

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

.slick-slide img {
        display: block;
    }

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

.slick-slide {

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