﻿.header-section-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0 50px;
}
@media (min-width: 1200px) {
  .header-section-wrapper {
    padding: 115px 0 170px;
  }
}
.header-section-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(33, 61, 93, 0.92), #234465 110%);
  opacity: 0.92;
}
.header-section-wrapper picture {
  text-align: center;
}
.header-section-wrapper .header-section-wrapper-trainers {
  position: relative;
  margin: 0 auto;
  bottom: -20px;
  z-index: 1;
  max-width: 100%;
  width: 550px;
}
@media (max-width: 599px) {
  .header-section-wrapper .header-section-wrapper-trainers {
    width: 300px;
  }
}
@media screen and (min-width: 1250px) {
  .header-section-wrapper .header-section-wrapper-trainers {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 700px;
  }
}
@media screen and (min-width: 1290px) {
  .header-section-wrapper .header-section-wrapper-trainers {
    right: calc((100vw - 1290px) / 2 - 20px);
  }
}
@media screen and (min-width: 1360px) {
  .header-section-wrapper .header-section-wrapper-trainers {
    right: calc((100vw - 1290px) / 2 - 100px);
  }
}
.header-section-wrapper-shapes {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-section-wrapper-shapes:before,
.header-section-wrapper-shapes:after {
  content: '';
  width: 145px;
  height: 145px;
  border-radius: 20px;
  position: absolute;
  transform: rotate(45deg);
}
.header-section-wrapper-shapes:before {
  background: linear-gradient(to left, #629BD0, #4C6B87);
  opacity: 0.2;
  bottom: -45px;
  left: -70px;
}
.header-section-wrapper-shapes:after {
  background: #E0E0E0;
  opacity: 0.1;
  top: 60px;
  right: -70px;
}
.header-section {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
}
.header-section .header-section-title {
  color: #FFF;
  margin-bottom: 30px;
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
}
@media (max-width: 599px) {
  .header-section .header-section-title {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
  }
}
.header-section .header-section-title span {
  font-family: 'Montserrat-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.header-section .header-section-program-info-items {
  display: flex;
  flex-flow: column;
  margin-bottom: 32px;
}
.header-section .header-section-program-info-items li {
  display: grid;
  padding: 5px 0;
  margin-bottom: 8px;
  color: #FFF;
  grid-template-columns: min-content 1fr;
}
.header-section .header-section-program-info-items li p {
  padding: 0 0 0px 15px;
  position: relative;
  bottom: 2px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .header-section .header-section-program-info-items {
    padding-left: 4px;
  }
}
.header-section .header-section-program-info-item {
  text-transform: uppercase;
  color: #FFF;
  font-family: 'LatoMedium', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .header-section .header-section-program-info-item {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
  }
}
.check-icon {
  background-image: url(/Content/images/icons/check-icon.svg);
  width: 14px;
  height: 10px;
  align-self: start;
  top: 2px;
  position: relative;
  background-repeat: no-repeat;
}
/*TODO: digital garage section and benefits styles - extract them into separate file later on */
.page-wrapper .google-digital-garage-section-wrapper .google-digital-garage-section-text {
  background-image: none !important;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 4px;
}