.impact-history .impact-carousel-holder .events, .video-page-intro .video-nav, .video-filter .holder, .video-single-content .video-sidebar .tags-list, .why-choose-block .slick-dots, .podcast-block .podcasts-list, .other-categories ul, .intro-holder .new-breadcrumbs, .content-side > ul,
.content-side .content-accordion ul,
.content-side .tabs-content ul, .content-tabs {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .impact-info:after, .impact-info .item-1:after, .video-filter-form:after, .features-holder:after, .small-video-preview:after {
  content: '';
  display: block;
  clear: both; }

/* // justify nav
%justify {
 text-align: justify;
 font-size: 1px;
 line-height: 0px;
 > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: $font-size-base;
  line-height: $line-height-base;
 }
 &:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top;
 }
} */
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/*-----------------------------------------------------------*/
@font-face {
  font-family: 'Platform';
  src: url("fonts/Platform-Medium.woff2") format("woff2"), url("fonts/Platform-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Platform';
  src: url("fonts/Platform-Regular.woff2") format("woff2"), url("fonts/Platform-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.impact-intro {
  background: #004fa0;
  padding: 29px 0 27px;
  color: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .impact-intro {
      padding: 66px 0 53px; } }
  .impact-intro .container {
    max-width: 1314px; }
  .impact-intro .img-holder {
    position: relative;
    z-index: 10;
    margin: 0 -30px 0 40px; }
    @media (min-width: 768px) {
      .impact-intro .img-holder {
        margin: 30px 0 0;
        float: right;
        width: 55.5%; } }
    @media (min-width: 1024px) {
      .impact-intro .img-holder {
        margin: 0 0 -140px -13%;
        width: 66.5%; } }
    @media (min-width: 1300px) {
      .impact-intro .img-holder {
        width: 70.5%;
        margin: 0 0 -140px -13%;
        padding: 0 60px 0 0; } }
    .impact-intro .img-holder .year {
      position: absolute;
      top: 49%;
      left: -30px;
      background: url(images/leaf-1.png) no-repeat 50% 50%/cover;
      width: 148px;
      height: 68px;
      font-family: "Pressura";
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 17px 0 0; }
      @media (min-width: 768px) {
        .impact-intro .img-holder .year {
          font-size: 37px;
          padding: 0 48px 9px 0;
          width: 255px;
          height: 117px; } }
      @media (min-width: 1024px) {
        .impact-intro .img-holder .year {
          top: 32%;
          left: -7.2%; } }
  .impact-intro .text-holder {
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    margin: -10vw 0 0 19px; }
    @media (min-width: 450px) {
      .impact-intro .text-holder {
        margin: -21.4vw 0 0 19px; } }
    @media (min-width: 768px) {
      .impact-intro .text-holder {
        margin: 0;
        float: left;
        width: 42%; } }
    @media (min-width: 1024px) {
      .impact-intro .text-holder {
        padding: 120px 0 0; } }
    @media (min-width: 1260px) {
      .impact-intro .text-holder {
        padding: 229px 0 0; } }
    .impact-intro .text-holder h1 {
      margin: 0;
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      line-height: 48px; }
      @media (min-width: 768px) {
        .impact-intro .text-holder h1 {
          margin: 0 0 43px; } }
      @media (min-width: 1024px) {
        .impact-intro .text-holder h1 {
          font-size: 60px;
          line-height: 70px; } }
    @media (max-width: 767px) {
      .impact-intro .text-holder p {
        display: none !important; } }

.impact-image-text {
  padding: 110px 16px 234px;
  background: #fff;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .impact-image-text:before {
      position: absolute;
      content: '';
      top: 106px;
      right: -86px;
      background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
      width: 502px;
      height: 236px;
      z-index: -1; }
    .impact-image-text:after {
      position: absolute;
      content: '';
      bottom: 93px;
      right: -26px;
      background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
      width: 209px;
      height: 101px; } }
  @media (min-width: 1024px) {
    .impact-image-text {
      padding: 178px 0 142px; } }
  .impact-image-text .container {
    max-width: 1314px;
    position: relative;
    z-index: 1; }
  .impact-image-text .img-holder {
    position: relative;
    margin: 0 0 58px; }
    @media (min-width: 768px) {
      .impact-image-text .img-holder {
        float: left;
        width: 40%;
        margin: 0; } }
    @media (min-width: 1260px) {
      .impact-image-text .img-holder {
        width: 58%; } }
    .impact-image-text .img-holder:before {
      position: absolute;
      content: '';
      top: -57px;
      left: -35%;
      background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
      width: 202px;
      height: 93px;
      -webkit-transform: rotate(190deg);
          -ms-transform: rotate(190deg);
              transform: rotate(190deg);
      z-index: 1; }
      @media (min-width: 768px) {
        .impact-image-text .img-holder:before {
          top: -99px;
          width: 354px;
          height: 163px;
          z-index: -1; } }
    .impact-image-text .img-holder:after {
      position: absolute;
      content: '';
      bottom: -25px;
      left: -14%;
      background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
      width: 120px;
      height: 56px;
      -webkit-transform: rotate(188deg);
          -ms-transform: rotate(188deg);
              transform: rotate(188deg); }
      @media (min-width: 768px) {
        .impact-image-text .img-holder:after {
          bottom: -47px;
          width: 210px;
          height: 98px; } }
    .impact-image-text .img-holder img {
      width: 100%; }
    @media (max-width: 767px) {
      .impact-image-text .img-holder .frame:before {
        position: absolute;
        content: '';
        top: -24px;
        right: -113px;
        background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
        width: 159px;
        height: 75px; }
      .impact-image-text .img-holder .frame:after {
        position: absolute;
        content: '';
        bottom: -11px;
        right: -42px;
        background: url(images/leaf-2.png) no-repeat 50% 50%/100% 100%;
        width: 67px;
        height: 32px; } }
  .impact-image-text .text-holder {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    @media (min-width: 768px) {
      .impact-image-text .text-holder {
        font-size: 21px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 0 0 30px; } }
    @media (min-width: 1260px) {
      .impact-image-text .text-holder {
        padding: 0 0 0 62px; } }
    .impact-image-text .text-holder h2 {
      margin: 0 0 29px;
      color: #004ea0;
      font-size: 40px;
      font-weight: 700;
      line-height: 42px; }
      @media (min-width: 768px) {
        .impact-image-text .text-holder h2 {
          margin: 0 0 21px;
          font-size: 42px;
          line-height: 52px; } }
    .impact-image-text .text-holder p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .impact-image-text .text-holder p {
          margin: 0 0 18px; } }
    .impact-image-text .text-holder .signature-item {
      display: block;
      padding: 13px 0 0;
      max-width: 217px; }
      @media (min-width: 768px) {
        .impact-image-text .text-holder .signature-item {
          max-width: 100%;
          padding: 36px 0 0; } }

.impact-info {
  background: #e1e1e1;
  position: relative;
  z-index: 1;
  padding: 0 0 56px; }
  @media (min-width: 768px) {
    .impact-info {
      padding: 0 0 40px; } }
  .impact-info .visual-1 {
    position: absolute;
    content: '';
    top: 0;
    left: -48px;
    bottom: 16px;
    width: 178px;
    background: url(images/mobile-leafs-2.png) no-repeat 50% 100%;
    z-index: -1; }
    @media (min-width: 768px) {
      .impact-info .visual-1 {
        top: -30px;
        left: -87px;
        bottom: -150px;
        width: 50%;
        background: url(images/leafs-1.png) no-repeat 50% 50%/100% 100%; } }
    @media (min-width: 1260px) {
      .impact-info .visual-1 {
        width: 27%; } }
  @media (min-width: 768px) {
    .impact-info .visual-2 {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 384px;
      height: 416px;
      background: url(images/leafs-2.png) no-repeat 50% 50%/100% 100%;
      margin: -100px 0 0 -181px;
      z-index: -1; } }
  .impact-info .visual-3 {
    position: absolute;
    content: '';
    top: -51px;
    right: -72px;
    bottom: 0;
    width: 157px;
    background: url(images/mobile-leafs-1.png) no-repeat 0 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .impact-info .visual-3 {
        top: 14px;
        right: -46px;
        bottom: -64px;
        width: 50%;
        background: url(images/leafs-3.png) no-repeat 50% 50%/100% 100%; } }
    @media (min-width: 1260px) {
      .impact-info .visual-3 {
        width: 35.2%; } }
  .impact-info .item-1 {
    position: relative;
    top: -129px;
    margin: 0 0 0 -196px;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    float: left;
    width: 599px; }
    @media (min-width: 768px) {
      .impact-info .item-1 {
        top: -43px;
        margin: 0 0 0 5.6%; } }
    .impact-info .item-1 strong {
      height: 277px;
      display: block;
      margin: 0 0 29px;
      color: #fff;
      text-align: center;
      font: bold 41px/44px "Pressura";
      background: url(images/leaf-3.png) no-repeat 50% 50%/100% 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 10px 26px 19%; }
      @media (min-width: 768px) {
        .impact-info .item-1 strong {
          padding: 10px 10px 26px 22%; } }
    .impact-info .item-1 .text-holder {
      padding: 3px 18% 0 239px; }
      @media (min-width: 1260px) {
        .impact-info .item-1 .text-holder {
          float: right;
          width: 56.7%;
          padding: 0 5% 0 0; } }
    .impact-info .item-1 p {
      margin: 0; }
  .impact-info .item-2 {
    float: right;
    color: #fff;
    width: 663px;
    height: 316px;
    margin: -109px -197px 78px 0;
    padding: 10px 20% 32px 10px;
    text-align: center;
    background: url(images/leaf-4.png) no-repeat 50% 50%/100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 450px) {
      .impact-info .item-2 {
        margin: -109px -114px 78px 0; } }
    @media (min-width: 768px) {
      .impact-info .item-2 {
        margin: 0 5% 0 0;
        padding: 10px 5% 32px 10px; } }
    @media (min-width: 1260px) {
      .impact-info .item-2 {
        margin: -100px 5% 0 0; } }
    @media (min-width: 1400px) {
      .impact-info .item-2 {
        margin: 63px 5% 0 0; } }
    @media (min-width: 1880px) {
      .impact-info .item-2 {
        margin: 63px 25.7% 0 0; } }
    .impact-info .item-2 span {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      width: 150px;
      margin: 0 10px 0 0; }
      @media (min-width: 450px) {
        .impact-info .item-2 span {
          font-size: 22px;
          line-height: 24px;
          width: 180px; } }
    .impact-info .item-2 strong {
      font: bold 50px/1 "Pressura"; }
      @media (min-width: 450px) {
        .impact-info .item-2 strong {
          font: bold 74px/1 "Pressura"; } }
  .impact-info .item-3 {
    float: left;
    width: 553px;
    height: 267px;
    color: #fff;
    clear: left;
    background: url(images/leaf-5.png) no-repeat 50% 50%/100% 100%;
    margin: 0 0 63px -81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 20px 59px 10px 14px; }
    @media (min-width: 450px) {
      .impact-info .item-3 {
        margin: 0 0 63px -36px; } }
    @media (min-width: 768px) {
      .impact-info .item-3 {
        margin: 0 0 0 2%; } }
    @media (min-width: 1400px) {
      .impact-info .item-3 {
        margin: -2px 0 0 17%; } }
    .impact-info .item-3 * {
      -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
              transform: rotate(-4deg); }
    .impact-info .item-3 span {
      font-size: 22px;
      font-weight: 700;
      line-height: 24px;
      width: 180px;
      margin: -41px 0 0 -11px; }
    .impact-info .item-3 strong {
      font: bold 92px/1 "Pressura"; }
  .impact-info .item-4 {
    float: right;
    background: url(images/leaf-6.png) no-repeat 50% 50%/100% 100%;
    width: 577px;
    height: 264px;
    color: #fff;
    margin: 0 -93px 58px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 8px 10px 10px 91px; }
    @media (min-width: 450px) {
      .impact-info .item-4 {
        margin: 0 -60px 58px 0; } }
    @media (min-width: 768px) {
      .impact-info .item-4 {
        margin: 0 5% 0 0; } }
    @media (min-width: 1400px) {
      .impact-info .item-4 {
        margin: -48px 13.6% 0 0; } }
    .impact-info .item-4 span {
      font-size: 22px;
      font-weight: 700;
      line-height: 24px;
      width: 180px;
      margin: 13px 0 0 5px; }
    .impact-info .item-4 strong {
      font: bold 78px/1 "Pressura"; }
  .impact-info .item-5 {
    float: left;
    clear: left;
    width: 597px;
    height: 275px;
    background: url(images/leaf-7.png) no-repeat 50% 50%/100% 100%;
    margin: 0 0 57px -182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 10px 10px 10px 101px; }
    @media (min-width: 450px) {
      .impact-info .item-5 {
        margin: 0 0 57px -132px; } }
    @media (min-width: 768px) {
      .impact-info .item-5 {
        margin: 0 0 0 5%; } }
    @media (min-width: 1400px) {
      .impact-info .item-5 {
        margin: 0 0 0 21.3%; } }
    .impact-info .item-5 * {
      -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
              transform: rotate(-2deg); }
    .impact-info .item-5 span {
      font-size: 21px;
      font-weight: 700;
      line-height: 22px;
      width: 180px;
      margin: -1px 0 0 12px; }
      @media (min-width: 450px) {
        .impact-info .item-5 span {
          width: 215px;
          font-size: 22px;
          line-height: 24px; } }
    .impact-info .item-5 strong {
      font: bold 72px/1 "Pressura"; }
  .impact-info .item-6 {
    float: right;
    width: 384px;
    margin: 0 -19px 0 0; }
    @media (min-width: 768px) {
      .impact-info .item-6 {
        margin: 0 5% 0 0; } }
    @media (min-width: 1260px) {
      .impact-info .item-6 {
        margin: 30px 5% 0 0; } }
    @media (min-width: 1400px) {
      .impact-info .item-6 {
        margin: -14px 21.1% 0 0; } }
    .impact-info .item-6 strong {
      height: 185px;
      display: block;
      margin: 0 0 8px;
      color: #fff;
      text-align: center;
      font: bold 78px/1 "Pressura";
      background: url(images/leaf-8.png) no-repeat 50% 50%/100% 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 20% 26px 10px; }
    .impact-info .item-6 .text-holder {
      font-size: 22px;
      font-weight: 700;
      line-height: 24px;
      text-align: center;
      width: 250px;
      margin: 0 auto;
      -webkit-transform: rotate(-3deg);
          -ms-transform: rotate(-3deg);
              transform: rotate(-3deg); }
    .impact-info .item-6 p {
      margin: 0; }

.impact-history {
  padding: 103px 0 95px;
  background: #fff; }
  @media (min-width: 1024px) {
    .impact-history {
      padding: 124px 0 137px; } }
  .impact-history .container {
    max-width: 1354px;
    position: relative; }
  .impact-history h2 {
    margin: 0 0 52px;
    color: #004ea0;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    text-align: center; }
    @media (min-width: 768px) {
      .impact-history h2 {
        margin: 0 0 38px;
        font-size: 42px;
        line-height: 1.2; } }
  .impact-history .add-text-holder {
    max-width: 750px;
    margin: 0 auto 83px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px; }
    @media (min-width: 768px) {
      .impact-history .add-text-holder {
        text-align: center; } }
    .impact-history .add-text-holder p {
      margin: 0 0 15px; }
      .impact-history .add-text-holder p:last-childd {
        margin: 0; }
  .impact-history .impact-carousel-holder {
    background: #eaeaea;
    background: url(images/backgroundslidertimeline.png);
    min-height: 595px;
    margin: 0 -16px; }
    @media (min-width: 768px) {
      .impact-history .impact-carousel-holder {
        margin: 0; } }
    .impact-history .impact-carousel-holder .events {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .impact-history .impact-carousel-holder .year {
      display: block;
      padding: 4px 0 35px 17px;
      font: bold 59px/1 "Pressura";
      border-left: 1px solid #767676;
      min-height: 90px;
      color: #004ea0; }
      .impact-history .impact-carousel-holder .year:empty {
        border: none; }
    .impact-history .impact-carousel-holder .slick-list,
    .impact-history .impact-carousel-holder .slick-track,
    .impact-history .impact-carousel-holder .slick-slide {
      min-height: 623px;
      cursor: grab; }
    .impact-history .impact-carousel-holder .slick-track {
      background: url(images/slide-sheets.png) repeat-x 100px 50%/auto 100%, url(images/backgroundslidertimeline.png); }
      .impact-history .impact-carousel-holder .slick-track:before {
        position: absolute;
        content: '';
        display: block;
        height: 3px;
        background: #004ea0;
        opacity: .8;
        top: 245px;
        left: -500px;
        right: -500px;
        z-index: 1;
        pointer-events: none; }
    .impact-history .impact-carousel-holder .slick-slide {
      padding: 0 10px;
      height: 100%;
      outline: none; }
      @media (max-width: 767px) {
        .impact-history .impact-carousel-holder .slick-slide {
          width: 95vw !important; }
          .impact-history .impact-carousel-holder .slick-slide:empty {
            width: 0 !important;
            padding: 0 !important; } }
    .impact-history .impact-carousel-holder .text-holder {
      font-size: 15px;
      line-height: 22px;
      padding: 156px 10px 35px;
      width: 220px; }
      @media (min-width: 768px) {
        .impact-history .impact-carousel-holder .text-holder.small-text-size {
          width: 220px !important; }
        .impact-history .impact-carousel-holder .text-holder.middle-text-size {
          width: 320px !important; }
        .impact-history .impact-carousel-holder .text-holder.large-text-size {
          width: 420px !important; } }
    .impact-history .impact-carousel-holder .img-holder {
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .impact-history .impact-carousel-holder .img-holder.small-image-size {
          width: 432px !important; }
        .impact-history .impact-carousel-holder .img-holder.middle-image-size {
          width: 624px !important; }
        .impact-history .impact-carousel-holder .img-holder.large-image-size {
          width: 735px !important; } }
      .impact-history .impact-carousel-holder .img-holder.align-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .impact-history .impact-carousel-holder .img-holder.align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .impact-history .impact-carousel-holder .img-holder span {
        display: block;
        padding: 13px 19px;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        border-left: 1px solid #767676; }
    .impact-history .impact-carousel-holder p {
      padding: 13px 0 0 19px;
      border-left: 1px solid #767676; }
      .impact-history .impact-carousel-holder p strong {
        display: block;
        margin: 0 0 7px;
        font-size: 22px; }
    .impact-history .impact-carousel-holder .slick-arrow {
      position: absolute;
      right: 54px;
      bottom: 12px;
      width: 32px;
      height: 32px;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      @media (min-width: 768px) {
        .impact-history .impact-carousel-holder .slick-arrow {
          width: 62px;
          height: 62px;
          right: auto;
          left: 17px; } }
      .impact-history .impact-carousel-holder .slick-arrow path {
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
      @media (min-width: 1024px) {
        .impact-history .impact-carousel-holder .slick-arrow:hover {
          background: #004ea0; }
          .impact-history .impact-carousel-holder .slick-arrow:hover path {
            fill: #fff; } }
      .impact-history .impact-carousel-holder .slick-arrow svg {
        width: 6px;
        height: 12px; }
        @media (min-width: 768px) {
          .impact-history .impact-carousel-holder .slick-arrow svg {
            width: 12px;
            height: 24px; } }
      .impact-history .impact-carousel-holder .slick-arrow.impact-next {
        right: 14px; }
        @media (min-width: 768px) {
          .impact-history .impact-carousel-holder .slick-arrow.impact-next {
            right: auto;
            left: 90px; } }
  .impact-history .instructions {
    position: absolute;
    font-size: 14px;
    font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    left: 16px;
    bottom: 13px;
    display: block; }
    @media (min-width: 768px) {
      .impact-history .instructions {
        display: none; } }
    .impact-history .instructions svg {
      fill: #767676;
      width: 20px;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: -2px; }

.impact-scholarship {
  padding: 69px 25px 77px;
  color: #000;
  background: url(images/bg-block-2.png) no-repeat 50% 50%/100% 100%; }
  @media (min-width: 1024px) {
    .impact-scholarship {
      padding: 94px 0 190px; } }
  .impact-scholarship .container {
    max-width: 1228px; }
  .impact-scholarship .img-holder {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 0 0 96px; }
    @media (min-width: 768px) {
      .impact-scholarship .img-holder {
        font-size: 21px;
        line-height: 30px;
        padding: 0 0 50px; } }
    @media (min-width: 1024px) {
      .impact-scholarship .img-holder {
        float: left;
        width: 33%;
        padding: 0; } }
    .impact-scholarship .img-holder h2 {
      margin: 0 0 40px;
      color: #004ea0;
      font: bold 40px/42px "Pressura";
      text-align: center; }
      @media (min-width: 768px) {
        .impact-scholarship .img-holder h2 {
          margin: 0 0 24px;
          text-align: left;
          font: bold 42px/52px "Pressura"; } }
    .impact-scholarship .img-holder p {
      margin: 0 0 99px; }
      @media (min-width: 768px) {
        .impact-scholarship .img-holder p {
          margin: 0 0 77px; } }
    .impact-scholarship .img-holder .img-frame {
      background: #fff;
      padding: 36px 28px 23px;
      -webkit-transform: rotate(5.5deg);
          -ms-transform: rotate(5.5deg);
              transform: rotate(5.5deg);
      max-width: 355px;
      margin: 0 auto;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .impact-scholarship .img-holder .img-frame {
          padding: 33px 26px 23px;
          max-width: 330px; } }
      .impact-scholarship .img-holder .img-frame img {
        width: 100%;
        margin: 0 0 34px; }
        @media (min-width: 768px) {
          .impact-scholarship .img-holder .img-frame img {
            margin: 0 0 31px; } }
      .impact-scholarship .img-holder .img-frame strong {
        display: block;
        text-align: center;
        font-weight: 500;
        font-size: 24px;
        line-height: 1;
        font-style: italic;
        border: solid #cecece;
        border-width: 1px 0;
        color: #2b2e34; }
        .impact-scholarship .img-holder .img-frame strong span {
          display: block;
          margin: -6px 0 7px;
          padding: 0 41px 0 0; }
          @media (min-width: 768px) {
            .impact-scholarship .img-holder .img-frame strong span {
              margin: -6px 0 4px; } }
  .impact-scholarship .text-holder {
    background: url(images/sheet.png) no-repeat 50% 50%/100% 100%;
    padding: 58px 70px 42px;
    margin: 0 -49px 0 -54px;
    font-size: 20px;
    line-height: 28px;
    font-style: italic; }
    @media (min-width: 768px) {
      .impact-scholarship .text-holder {
        padding: 50px 70px;
        margin: -6px 5px 0 0; } }
    @media (min-width: 1024px) {
      .impact-scholarship .text-holder {
        float: right;
        width: 61.4%;
        padding: 49px 75px 66px 80px;
        margin: -6px 5px 0 0; } }
    .impact-scholarship .text-holder p {
      margin: 0 0 15px;
      -webkit-transform: rotate(-1deg);
          -ms-transform: rotate(-1deg);
              transform: rotate(-1deg); }
      .impact-scholarship .text-holder p:last-child {
        margin: 0; }

.impact-read {
  padding: 89px 0;
  text-align: center;
  background: #fff; }
  @media (min-width: 1024px) {
    .impact-read {
      padding: 114px 0 142px; } }
  .impact-read h2 {
    margin: 0 0 47px;
    font-size: 40px;
    line-height: 42px;
    color: #004fa0; }
    @media (min-width: 768px) {
      .impact-read h2 {
        margin: 0 0 45px;
        font-size: 32px;
        line-height: 1; } }
  .impact-read .btn-holder {
    padding: 0 0 52px; }
  .impact-read .btn-min {
    margin: 0 10px 10px;
    padding: 15px 34px; }
  .impact-read .book-placeholder {
    margin: 0 -16px; }
    @media (min-width: 768px) {
      .impact-read .book-placeholder {
        max-width: 937px;
        margin: 0 auto; } }

.video-page-intro {
  background: #004ea0;
  border-bottom: 3px solid #e31933;
  color: #fff;
  padding: 1px 0 0;
  position: relative;
  z-index: 10; }
  @media (min-width: 768px) {
    .video-page-intro {
      padding: 16px 0 0;
      border-bottom: 5px solid #e31933; } }
  .video-page-intro .container {
    max-width: 1356px;
    position: relative;
    z-index: 1; }
  .video-page-intro .video-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 1024px) {
      .video-page-intro .video-nav {
        display: block; } }
    .video-page-intro .video-nav li {
      display: inline-block;
      vertical-align: top; }
      .video-page-intro .video-nav li:before {
        display: none; }
      .video-page-intro .video-nav li.active a {
        background: #e31933; }
      .video-page-intro .video-nav li a {
        color: #fff;
        display: block;
        padding: 11px 17px;
        text-decoration: none;
        font: 18px/1.2 "Pressura";
        border-radius: 7px 7px 0 0;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        @media (min-width: 1024px) {
          .video-page-intro .video-nav li a:hover {
            background: #e31933; } }
  .video-page-intro .img-holder {
    position: absolute;
    left: 12px;
    bottom: -18px;
    width: 114px; }
    @media (min-width: 768px) {
      .video-page-intro .img-holder {
        width: 184px;
        left: 30px;
        bottom: -32px; } }
  .video-page-intro .text-holder {
    overflow: hidden;
    padding: 21px 0 10px 110px;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px; }
    @media (min-width: 450px) {
      .video-page-intro .text-holder {
        font-size: 15px;
        font-weight: 300;
        line-height: 19px; } }
    @media (min-width: 768px) {
      .video-page-intro .text-holder {
        padding: 21px 0 10px 193px;
        font-size: 18px;
        line-height: 25px; } }
    @media (min-width: 1024px) {
      .video-page-intro .text-holder {
        max-width: 55%; } }
  .video-page-intro h1 {
    margin: 0 0 15px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font: 700 25px/1 'Platform'; }
    @media (min-width: 450px) {
      .video-page-intro h1 {
        font: 700 40px/1 'Platform'; } }
    @media (min-width: 768px) {
      .video-page-intro h1 {
        font: 700 57px/1 'Platform';
        margin: 0 0 22px; } }
  .video-page-intro .video-search {
    float: right;
    border-radius: 7px;
    border: 2px solid #79baff;
    margin: 34px 0 0;
    position: relative;
    display: none; }
    @media (min-width: 1024px) {
      .video-page-intro .video-search {
        display: block; } }
    .video-page-intro .video-search input[type="search"],
    .video-page-intro .video-search input[type="text"] {
      width: 316px;
      background: none;
      border: none;
      color: #fff;
      font-family: "Pressura";
      font-size: 21px;
      line-height: 1.3;
      font-weight: 400;
      padding: 9px 60px 9px 25px; }
      .video-page-intro .video-search input[type="search"]::-webkit-input-placeholder,
      .video-page-intro .video-search input[type="text"]::-webkit-input-placeholder {
        color: #79baff; }
      .video-page-intro .video-search input[type="search"]::-moz-placeholder,
      .video-page-intro .video-search input[type="text"]::-moz-placeholder {
        opacity: 1;
        color: #79baff; }
      .video-page-intro .video-search input[type="search"]:-moz-placeholder,
      .video-page-intro .video-search input[type="text"]:-moz-placeholder {
        color: #79baff; }
      .video-page-intro .video-search input[type="search"]:-ms-input-placeholder,
      .video-page-intro .video-search input[type="text"]:-ms-input-placeholder {
        color: #79baff; }
      .video-page-intro .video-search input[type="search"].placeholder,
      .video-page-intro .video-search input[type="text"].placeholder {
        color: #79baff; }
    .video-page-intro .video-search input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 52px;
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      height: auto;
      background: url("images/ico-search.png") no-repeat 0 50%/30px 30px; }

.video-features {
  background: #15151e;
  color: #fff;
  padding: 31px 0 46px; }
  @media (min-width: 768px) {
    .video-features {
      padding: 125px 0 74px; } }
  .video-features .container {
    max-width: 1356px; }
    @media (max-width: 767px) {
      .video-features .container {
        padding: 0 21px; } }
  .video-features h2 {
    margin: 0 0 18px;
    color: #fff;
    font: 500 57px/1 'Platform'; }
    @media (min-width: 768px) {
      .video-features h2 {
        margin: 0 0 21px; } }

.video-filter {
  color: #717171;
  margin: 0 0 23px;
  position: relative;
  float: left; }
  .video-filter.filter-active .holder {
    opacity: 1;
    pointer-events: auto; }
  .video-filter:last-child {
    margin-right: 0; }
  .video-filter .holder {
    position: absolute;
    top: 105%;
    left: -10px;
    z-index: 10;
    width: 200px;
    background: #15151e;
    padding: 10px;
    opacity: 0;
    pointer-events: none; }
    .video-filter .holder li {
      margin: 0 0 5px;
      cursor: pointer;
      display: block; }
      .video-filter .holder li:before {
        display: none; }
      .video-filter .holder li.active a {
        border-color: #fff;
        color: #fff; }
      .video-filter .holder li a {
        font: bold 17px/1 "Pressura";
        display: block;
        padding: 5px;
        color: #717171;
        text-decoration: none; }
  .video-filter strong {
    display: block;
    padding: 0 36px 0 0;
    position: relative; }
    .video-filter strong:after {
      position: absolute;
      content: '';
      top: 4px;
      right: 4px;
      width: 13px;
      height: 13px;
      border: solid #565656;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.features-holder {
  border-top: 10px solid #004fa0;
  padding: 17px 0 37px; }
  @media (min-width: 1024px) {
    .features-holder {
      padding: 27px 0 0;
      float: left;
      width: 72.3%; } }
  @media (min-width: 1024px) {
    .features-holder .video-filter-form {
      display: none; } }
  .features-holder .big-block {
    margin: 0 0 27px;
    position: relative; }
    @media (min-width: 768px) {
      .features-holder .big-block {
        margin: 0;
        float: left;
        width: 65.7%; } }
    .features-holder .big-block .video-holder {
      overflow: hidden; }
      .features-holder .big-block .video-holder img {
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
    @media (min-width: 1024px) {
      .features-holder .big-block:hover .video-holder img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .features-holder .big-block:hover .text-holder {
        padding: 30px 20px 38px; } }
    .features-holder .big-block .text-holder {
      padding: 19px 0;
      -webkit-transition: padding 0.3s;
      transition: padding 0.3s; }
      @media (min-width: 768px) {
        .features-holder .big-block .text-holder {
          padding: 34px 20px; } }
      .features-holder .big-block .text-holder .video-time {
        margin: 0 0 7px; }
      .features-holder .big-block .text-holder h2 {
        margin: 0;
        color: #fff;
        font: 500 30px/35px 'Platform'; }
    .features-holder .big-block .more-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  @media (min-width: 768px) {
    .features-holder .small-video-preview {
      float: right;
      clear: right;
      width: 31.4%; } }

@media (min-width: 1024px) {
  .activities-video {
    float: right;
    width: 22.9%;
    margin: -21px 0 0; } }

.activities-video h2 {
  margin: 0 0 20px;
  color: #fff;
  font: 500 35px/36px 'Platform'; }

@media (max-width: 1023px) {
  .activities-video .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (max-width: 767px) {
  .activities-video .holder {
    display: block; } }

@media (max-width: 1023px) {
  .activities-video .small-video-preview {
    width: 48%; } }

@media (max-width: 767px) {
  .activities-video .small-video-preview {
    width: 100%; } }

.small-video-preview {
  margin: 0 0 15px;
  box-shadow: -3px 7px 17px rgba(0, 0, 0, 0.14);
  border-radius: 0 0 7px 7px;
  background: #292929;
  position: relative; }
  @media (max-width: 767px) {
    .small-video-preview {
      padding: 16px 0; } }
  .small-video-preview .video-holder {
    overflow: hidden; }
    @media (max-width: 767px) {
      .small-video-preview .video-holder {
        float: left;
        width: 45.7%; } }
    .small-video-preview .video-holder img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  @media (min-width: 1024px) {
    .small-video-preview:hover .video-holder img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .small-video-preview:hover .text-holder {
      padding: 15px 16px 38px; } }
  .small-video-preview .text-holder {
    padding: 0 10px;
    overflow: hidden;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
    @media (min-width: 450px) {
      .small-video-preview .text-holder {
        padding: 11px 20px; } }
    @media (min-width: 768px) {
      .small-video-preview .text-holder {
        padding: 22px 16px 31px; } }
    @media (min-width: 768px) {
      .small-video-preview .text-holder:only-child {
        padding-top: 66px; } }
    @media (max-width: 767px) {
      .small-video-preview .text-holder:only-child h2 {
        padding: 0 0 0 32px; } }
    .small-video-preview .text-holder .btn-play {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-left: 15px solid #fff;
      border-bottom: 10px solid transparent; }
    .small-video-preview .text-holder .article-ico {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0;
      width: 23px;
      height: 25px;
      background: url(images/article-ico.svg) no-repeat; }
  .small-video-preview .video-time {
    margin: 0; }
    @media (min-width: 450px) {
      .small-video-preview .video-time {
        margin: 0 0 10px; } }
    @media (max-width: 767px) {
      .small-video-preview .video-time {
        font-size: 14px; } }
  .small-video-preview h2 {
    margin: 0;
    font: 500 16px/24px 'Platform'; }
    @media (min-width: 450px) {
      .small-video-preview h2 {
        font: 500 20px/24px 'Platform'; } }
    @media (min-width: 768px) {
      .small-video-preview h2 {
        font: 500 25px/30px 'Platform'; } }
  .small-video-preview .more-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.video-time {
  display: inline-block;
  vertical-align: top;
  color: #e51934;
  font-family: "Pressura";
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.42px;
  min-height: 21px; }
  @media (min-width: 768px) {
    .video-time {
      font-size: 17px;
      min-height: 0; } }

.highlights-block {
  padding: 110px 0 138px;
  background: #fff url("images/bg-block.png") no-repeat 0 70px; }
  @media (min-width: 1024px) {
    .highlights-block {
      padding: 149px 0; } }
  .highlights-block .container {
    max-width: 1354px; }
    @media (max-width: 767px) {
      .highlights-block .container {
        padding: 0 19px; } }
  .highlights-block h2 {
    margin: 0 0 44px;
    color: #004fa0;
    font: 700 55px/1 'Platform'; }
    @media (min-width: 1024px) {
      .highlights-block h2 {
        margin: 0 0 63px; } }

.video-holder {
  position: relative; }
  .video-holder .play-ico {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 51px;
    height: 51px;
    background: #e51934;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .video-holder .play-ico:after {
      position: absolute;
      content: '';
      top: 14px;
      left: 19px;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-left: 16px solid #fff;
      border-bottom: 11px solid transparent; }
  .video-holder .article-ico {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 51px;
    height: 51px;
    background: #e51934;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .video-holder .article-ico:after {
      position: absolute;
      content: '';
      top: 13px;
      left: 14px;
      width: 23px;
      height: 25px;
      background: url("images/article-ico.svg") no-repeat; }

@media (min-width: 768px) {
  .video-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.66%; } }

.video-blocks .video-block {
  overflow: hidden;
  border-bottom: 1px solid #565656;
  padding: 0 0 18px;
  margin: 0 0 19px;
  position: relative; }
  @media (max-width: 767px) {
    .video-blocks .video-block:last-child {
      padding: 0;
      margin: 0;
      border: none; } }
  @media (min-width: 768px) {
    .video-blocks .video-block {
      padding: 0;
      width: 32%;
      margin: 0 0.66% 20px;
      box-shadow: -3px 7px 17px rgba(0, 0, 0, 0.14);
      border-radius: 0 0 7px 7px;
      border: 1px solid #c9c9c9;
      background: #fff;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; } }
  @media (min-width: 1024px) {
    .video-blocks .video-block:hover {
      background: #004ea0; }
      .video-blocks .video-block:hover .video-holder {
        max-height: 214px; }
        .video-blocks .video-block:hover .video-holder img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      .video-blocks .video-block:hover h3 {
        color: #fff; }
        .video-blocks .video-block:hover h3 a {
          color: #fff; }
      .video-blocks .video-block:hover .play-ico,
      .video-blocks .video-block:hover .article-ico {
        background: #004ea0; } }

.video-blocks .video-holder {
  overflow: hidden;
  max-height: 300px;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s; }
  @media (max-width: 767px) {
    .video-blocks .video-holder {
      float: left;
      width: 45.8%; } }
  .video-blocks .video-holder img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.video-blocks .text-holder {
  overflow: hidden;
  padding: 0 13px; }
  @media (min-width: 450px) {
    .video-blocks .text-holder {
      padding: 8px 13px; } }
  @media (min-width: 768px) {
    .video-blocks .text-holder {
      padding: 20px; } }

.video-blocks .video-time {
  margin: 0 0 1px;
  display: block; }
  @media (min-width: 768px) {
    .video-blocks .video-time {
      margin: 0 0 10px; } }

.video-blocks h3 {
  margin: 0;
  font: 500 16px/1.3 'Platform'; }
  @media (min-width: 450px) {
    .video-blocks h3 {
      font: 500 20px/1.3 'Platform'; } }
  @media (min-width: 1024px) {
    .video-blocks h3 {
      font: 500 30px/35px 'Platform'; } }

.video-blocks .more-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.latest-video {
  background: #f7f4f1;
  padding: 90px 0 87px; }
  @media (min-width: 768px) {
    .latest-video {
      padding: 74px 0 144px; } }
  .latest-video .container {
    max-width: 1354px; }
    @media (max-width: 767px) {
      .latest-video .container {
        padding: 0 19px; } }
  .latest-video h2 {
    margin: 0 0 37px;
    color: #004fa0;
    font: 700 55px/1 'Platform'; }
    @media (min-width: 768px) {
      .latest-video h2 {
        margin: 0 0 30px; } }
  .latest-video .top-holder {
    padding: 0 0 34px; }
    @media (min-width: 768px) {
      .latest-video .top-holder {
        padding: 0 0 29px; } }
  @media (min-width: 768px) {
    .latest-video .add-video-filter {
      margin: 0 20px 19px 0;
      float: left; } }
  .latest-video .add-video-filter:last-child {
    margin-right: 0; }
  .latest-video .add-video-filter > * {
    display: inline-block;
    vertical-align: middle; }
  .latest-video .add-video-filter strong {
    margin: 0 0 20px;
    font: 21px/1.2 "Pressura";
    color: #3f3f3f;
    font-weight: 400; }
    @media (min-width: 768px) {
      .latest-video .add-video-filter strong {
        margin: 0 20px 0 0; } }
  .latest-video .add-video-filter input[type="checkbox"],
  .latest-video .add-video-filter input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .latest-video .add-video-filter input[type="checkbox"]:checked + span,
    .latest-video .add-video-filter input[type="radio"]:checked + span {
      border-color: #004ea0; }
  .latest-video .add-video-filter label {
    display: inline-block;
    vertical-align: middle;
    font: 17px/1 "Pressura";
    margin: 0 0 12px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .latest-video .add-video-filter label {
        margin: 5px 4px 5px 0; } }
    .latest-video .add-video-filter label:last-child {
      margin-right: 0; }
    .latest-video .add-video-filter label span {
      background: #fff;
      border-radius: 7px;
      display: block;
      padding: 8px 13px;
      border: 2px solid #d5d5d5;
      color: #919191;
      -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
      transition: color 0.3s, background 0.3s, border-color 0.3s; }
      @media (min-width: 1024px) {
        .latest-video .add-video-filter label span:hover {
          background: #717171;
          border-color: #717171;
          color: #fff; } }
  .latest-video .btn-holder {
    text-align: center;
    padding: 69px 0 0; }
    @media (min-width: 1024px) {
      .latest-video .btn-holder {
        padding: 83px 0 0; } }
    .latest-video .btn-holder .load-more {
      display: inline-block;
      vertical-align: top;
      font: 500 22px/1 'Platform';
      color: #231f20;
      text-decoration: none;
      padding: 0 60px 0 37px;
      position: relative; }
      @media (min-width: 768px) {
        .latest-video .btn-holder .load-more {
          font: 500 32px/1 'Platform'; } }
      .latest-video .btn-holder .load-more span {
        position: absolute;
        content: '';
        top: -7px;
        right: 17px;
        width: 38px;
        height: 38px;
        background: #004ea0;
        border-radius: 100%; }
        @media (min-width: 768px) {
          .latest-video .btn-holder .load-more span {
            top: -3px;
            right: 0;
            width: 47px;
            height: 47px; } }
        .latest-video .btn-holder .load-more span:after {
          position: absolute;
          content: '';
          top: 11px;
          left: 14px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          width: 11px;
          height: 11px;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg); }
          @media (min-width: 768px) {
            .latest-video .btn-holder .load-more span:after {
              border-width: 0 3px 3px 0;
              top: 13px;
              left: 16px;
              width: 14px;
              height: 14px; } }

.intro-video-single {
  background: #15151e;
  padding: 0 0 50px;
  color: #fff;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .intro-video-single .visual-image {
      position: absolute;
      top: -100px;
      left: -9999px;
      right: -9999px;
      bottom: 0;
      z-index: -1; } }
  @media (min-width: 768px) {
    .intro-video-single {
      padding: 44px 0 50px; } }
  .intro-video-single .container {
    max-width: 1356px; }
  .intro-video-single .video-holder {
    margin: 0 -16px;
    z-index: 1; }
    @media (min-width: 768px) {
      .intro-video-single .video-holder {
        max-width: 965px;
        margin: 0 auto 42px; } }
  .intro-video-single .text-holder {
    max-width: 1000px; }
    @media (max-width: 767px) {
      .intro-video-single .text-holder {
        padding: 25px 7px 0; } }
  .intro-video-single .back-btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #717171;
    font: 21px/1 'Pressura';
    padding: 0 28px 0 0;
    margin: 0 0 36px;
    position: relative; }
    @media (min-width: 768px) {
      .intro-video-single .back-btn {
        margin: 0 0 38px; } }
    .intro-video-single .back-btn:after {
      position: absolute;
      content: '';
      top: 6px;
      right: 0;
      width: 14px;
      height: 14px;
      border: solid #717171;
      border-width: 0 0 3px 3px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media (min-width: 1024px) {
      .intro-video-single .back-btn:hover {
        color: #fff; } }
  .intro-video-single time {
    display: block;
    color: #e31933;
    margin: 0 0 19px;
    letter-spacing: 0.42px;
    font: 22px/1.2 'Pressura'; }
    @media (min-width: 768px) {
      .intro-video-single time {
        font: 17px/1.2 'Pressura';
        margin: 0 0 24px; } }
  .intro-video-single h1 {
    margin: 0 0 82px;
    color: #fff;
    font: 500 40px/47px 'Platform'; }
    @media (min-width: 768px) {
      .intro-video-single h1 {
        margin: 0 0 38px;
        font: 500 51px/60px 'Platform'; } }
  .intro-video-single p {
    font: 22px/30px 'Pressura';
    margin: 0;
    color: #828282; }
    @media (min-width: 768px) {
      .intro-video-single p {
        font: 28px/35px 'Pressura'; } }

.video-single-content {
  padding: 47px 7px 80px;
  background: #fff; }
  @media (min-width: 768px) {
    .video-single-content {
      padding: 62px 0 80px; } }
  .video-single-content .container {
    max-width: 1353px; }
  .video-single-content .video-content {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 0 38px; }
    @media (min-width: 768px) {
      .video-single-content .video-content {
        padding: 0;
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 1024px) {
      .video-single-content .video-content {
        float: left;
        width: 62.1%; } }
    .video-single-content .video-content p {
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        .video-single-content .video-content p {
          margin: 0 0 28px; } }
    .video-single-content .video-content h2 {
      margin: 0 0 15px;
      font-size: 24px; }
      @media (min-width: 768px) {
        .video-single-content .video-content h2 {
          margin: 0 0 24px; } }
    .video-single-content .video-content ul {
      list-style-type: disc; }
      .video-single-content .video-content ul li {
        list-style-type: disc;
        margin: 0; }
        .video-single-content .video-content ul li:before {
          display: none; }
  @media (min-width: 1024px) {
    .video-single-content .video-sidebar {
      float: right;
      width: 31.6%;
      margin: -5px 0 0; } }
  .video-single-content .video-sidebar .widget {
    padding: 0;
    border: none; }
    .video-single-content .video-sidebar .widget h3 {
      margin: 0 0 20px;
      font: 500 40px/1.2 'Platform'; }
  .video-single-content .video-sidebar .tags-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 7px 0; }
    .video-single-content .video-sidebar .tags-list li:before {
      display: none; }
    .video-single-content .video-sidebar .tags-list li a {
      display: block;
      text-decoration: none;
      border-radius: 7px;
      background: #f2f1ee;
      color: #717171;
      padding: 8px 15px;
      font: 17px/1.2 'Pressura'; }
      @media (min-width: 1024px) {
        .video-single-content .video-sidebar .tags-list li a:hover {
          background: #717171;
          color: #fff; } }

.new-home-page {
  background: #004e9f;
  background: -webkit-linear-gradient(315deg, #004e9f 0%, #1073d9 100%);
  background: linear-gradient(135deg, #004e9f 0%, #1073d9 100%); }

.new-home-visual-section {
  position: relative;
  /* max-width: 1403px; */
  margin: 0 auto; }
  .new-home-visual-section img {
    width: 100%; }
    @media (max-width: 767px) {
      .new-home-visual-section img {
        height: 90vw;
        object-fit: cover; } }
  .new-home-visual-section .img-holder {
    position: relative; }
    @media (max-width: 767px) {
      .new-home-visual-section .img-holder {
        height: 446px;
        overflow: hidden; } }
  @media (max-width: 767px) {
    .new-home-visual-section .vimeo-wrapper {
      position: absolute;
      top: 0;
      left: -250px;
      right: -250px;
      bottom: 0; } }
  .new-home-visual-section .vimeo-wrapper .fluid-width-video-wrapper {
    padding-top: 0 !important;
    width: 100%;
    height: calc(100vh - 103px);
    overflow: hidden;
  }

  .new-home-visual-section .vimeo-wrapper .fluid-width-video-wrapper video {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 50%;
    object-fit: cover;
    display: block;
    transform: translate(-50%,0%);
  }
  @media (min-width: 1920px){
    .new-home-visual-section .vimeo-wrapper .fluid-width-video-wrapper video{
      width: 100%;
    }
  }
  @media (max-width: 1259px){
    .new-home-visual-section .vimeo-wrapper .fluid-width-video-wrapper{
      height: calc(100vh - 86px);
    }
  }
  @media (max-width: 767px){
    .new-home-visual-section .vimeo-wrapper .fluid-width-video-wrapper{
      height: calc(100vh - 70px);
    }
  }


  .new-home-visual-section .text-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 14px 27px; }
    .new-home-visual-section .text-holder:only-child {
      position: static; }
    @media (min-width: 768px) {
      .new-home-visual-section .text-holder {
        padding: 50px; } }
    @media (min-width: 1024px) {
      .new-home-visual-section .text-holder {
        padding: 100px 83px; } }
    @media (min-width: 1260px) {
      .new-home-visual-section .text-holder {
        padding: 84px 83px;
        max-width: 1403px;
        margin: 0 auto;
      } }
  .new-home-visual-section h1 {
    margin: 0;
    max-width: 400px;
    color: #fff;
    font-size: 54px;
    line-height: 1; }
    @media (max-width: 499px) {
      .new-home-visual-section h1 {
        font-size: 45px; } }
    @media (max-width: 449px) {
      .new-home-visual-section h1 {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .new-home-visual-section h1 {
        max-width: 500px; } }
    .new-home-visual-section h1 span {
      display: inline-block;
      padding: 0 10px;
      background: #004fa2;
      margin: 0 0 8px; }
      .new-home-visual-section h1 span.red {
        background: #e31933; }
  .new-home-visual-section .btns-holder {
    padding: 30px; }
    @media (min-width: 768px) {
      .new-home-visual-section .btns-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1024px) {
      .new-home-visual-section .btns-holder {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 30px 84px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (min-width: 1260px) {
      .new-home-visual-section .btns-holder {
        right: 0;
        left: auto;
        padding: 91px 86px; } }
  .new-home-visual-section .btn-min {
    padding: 15px;
    display: block;
    margin: 11px 0 0;
    text-align: center; }
    @media (max-width: 767px) {
      .new-home-visual-section .btn-min:first-child {
        margin: 0; } }
    @media (min-width: 768px) {
      .new-home-visual-section .btn-min {
        width: 49%;
        padding: 14px 11px;
        min-width: 156px; } }
    @media (min-width: 1024px) {
      .new-home-visual-section .btn-min {
        width: auto;
        margin: 0 0 0 33px; }
        .new-home-visual-section .btn-min:first-child {
          margin: 0; } }
    @media (hover: hover) {
      .new-home-visual-section .btn-min.btn-red:hover {
        background: #A31F1A;
        color: #fff; } }

@media (hover: hover) {
  .btn-min.btn-red:hover {
    background: #A31F1A;
    color: #fff; } }

.btn-min.btn-white {
  background: white;
  color: #004fa2; }
  @media (min-width: 1024px) {
    .btn-min.btn-white:hover {
      background: #004fa2;
      color: white; } }

.why-choose-block {
  color: #fff;
  padding: 43px 36px 23px; }
  @media (max-width: 449px) {
    .why-choose-block {
      padding: 43px 0 33px; } }
  @media (min-width: 1024px) {
    .why-choose-block {
      padding: 91px 0 50px; } }
  .why-choose-block .container {
    max-width: 1300px; }
  .why-choose-block h2 {
    color: white;
    margin: 0 0 62px;
    text-align: center;
    font-size: 38px;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .why-choose-block h2 {
        margin: 0 0 65px; } }
  .why-choose-block h3 {
    margin: 0 0 19px;
    color: white;
    font-size: 35px;
    line-height: 1.2; }
  .why-choose-block p {
    margin: 0; }
  .why-choose-block .slick-slide {
    position: relative;
    padding: 0 21px 0 41px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
    @media (min-width: 1260px) {
      .why-choose-block .slick-slide {
        padding: 0 41px; } }
    .why-choose-block .slick-slide:before {
      position: absolute;
      content: '';
      top: 6px;
      left: 0;
      width: 5px;
      height: 100px;
      background: #e31933; }
  .why-choose-block .slick-dots {
    line-height: 0;
    text-align: center;
    padding: 10px 0 0; }
    .why-choose-block .slick-dots li {
      line-height: inherit;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
      .why-choose-block .slick-dots li:before {
        display: none; }
    .why-choose-block .slick-dots .slick-active button {
      background: white; }
    .why-choose-block .slick-dots button {
      padding: 0;
      border: 0;
      background: #e31933;
      text-indent: -9999px;
      overflow: hidden;
      min-width: 0;
      width: 10px;
      height: 10px;
      margin: 0;
      border-radius: 100%; }
      .why-choose-block .slick-dots button:after {
        display: none; }

.text-image {
  margin: 0 10px 89px;
  box-shadow: -3px 7px 17px rgba(0, 0, 0, 0.14);
  border-radius: 7px;
  overflow: hidden;
  background-color: white; }
  @media (max-width: 449px) {
    .text-image {
      margin: 0 0 50px; } }
  @media (min-width: 768px) {
    .text-image {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (min-width: 1024px) {
    .text-image {
      margin: 0 0 100px; } }
  @media (min-width: 1260px) {
    .text-image {
      margin: 0 5px 143px; } }
  .text-image .img-holder {
    position: relative; }
    @media (min-width: 768px) {
      .text-image .img-holder {
        width: 59.3%; } }
    .text-image .img-holder .add-title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 30px;
      color: #fff;
      text-align: center;
      font: bold 40px/1 "Pressura", "Helvetica", sans-serif; }
      @media (max-width: 449px) {
        .text-image .img-holder .add-title {
          font-size: 25px;
          padding: 15px; } }
      @media (min-width: 1260px) {
        .text-image .img-holder .add-title {
          padding: 48px;
          font: bold 61px/73px "Pressura", "Helvetica", sans-serif; } }
    .text-image .img-holder span {
      padding: 0 16px 10px;
      margin: 0 9px;
      display: inline-block;
      background: #e51934;
      border-radius: 5px;
      -webkit-transform: rotate(-12deg);
          -ms-transform: rotate(-12deg);
              transform: rotate(-12deg); }
      @media (max-width: 449px) {
        .text-image .img-holder span {
          padding: 0 10px 5px;
          margin: 0 5px; } }
    .text-image .img-holder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .text-image .text-holder {
    font-size: 20px;
    line-height: 28px;
    padding: 33px 33px 48px; }
    @media (min-width: 768px) {
      .text-image .text-holder {
        font-size: 17px;
        line-height: 1.3;
        width: 40.7%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .text-image .text-holder {
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 1260px) {
      .text-image .text-holder {
        padding: 50px 77px; } }
  .text-image h2 {
    margin: 0 0 33px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #004fa0; }
    @media (min-width: 768px) {
      .text-image h2 {
        margin: 0 0 10px;
        font-size: 30px;
        line-height: 1; } }
    @media (min-width: 1024px) {
      .text-image h2 {
        margin: 0 0 33px;
        font-size: 38px;
        line-height: 45px; } }
  .text-image p {
    margin: 0 0 35px; }
    @media (min-width: 768px) {
      .text-image p {
        margin: 0 0 20px; } }
    @media (min-width: 1024px) {
      .text-image p {
        margin: 0 0 46px; } }

.video-info-block {
  margin: 0 auto 110px;
  padding: 0 20px;
  max-width: 480px; }
  @media (max-width: 449px) {
    .video-info-block {
      padding: 0; } }
  @media (min-width: 768px) {
    .video-info-block {
      max-width: 1240px; } }
  @media (min-width: 1024px) {
    .video-info-block {
      padding: 0;
      margin: 0 auto 147px; } }
  .video-info-block .top-holder {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 35px; }
    @media (min-width: 768px) {
      .video-info-block .top-holder {
        padding: 0 0 85px;
        font-size: 20px;
        line-height: 24px; } }
  .video-info-block h2 {
    margin: 0 0 23px;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #004fa0; }
    @media (min-width: 768px) {
      .video-info-block h2 {
        margin: 0 0 26px;
        font-size: 42px;
        line-height: 65px; } }
    @media (min-width: 1024px) {
      .video-info-block h2 {
        margin: 0 0 26px; } }
  .video-info-block p {
    margin: 0; }
  .video-info-block .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .video-info-block .slick-track:after, .video-info-block .slick-track:before {
      display: none; }
    @media (max-width: 767px) {
      .video-info-block .slick-track {
        width: 100% !important;
        height: 100% !important; } }
  @media (max-width: 767px) {
    .video-info-block .slick-list {
      overflow: visible !important; } }
  .video-info-block .slick-slide {
    padding: 0;
    height: auto; }
    @media (max-width: 767px) {
      .video-info-block .slick-slide {
        padding: 0 50px 0 0;
        position: absolute !important;
        -webkit-transition: top .35s, left .35s, opacity .35s .15s, -webkit-transform .35s .15s !important;
        transition: top .35s, left .35s, opacity .35s .15s, -webkit-transform .35s .15s !important;
        transition: top .35s, left .35s, opacity .35s .15s, transform .35s .15s !important;
        transition: top .35s, left .35s, opacity .35s .15s, transform .35s .15s, -webkit-transform .35s .15s !important;
        opacity: 1 !important; }
        .video-info-block .slick-slide:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          left: -50px;
          width: 50px; }
        .video-info-block .slick-slide:nth-child(1):not(.slick-current) {
          top: 42px !important;
          left: 42px !important; }
        .video-info-block .slick-slide:nth-child(2):not(.slick-current) {
          top: 22px !important;
          left: 22px !important; }
        .video-info-block .slick-slide.slick-current {
          top: 0 !important;
          left: 0 !important; }
          .video-info-block .slick-slide.slick-current + .slick-slide {
            top: 22px !important;
            left: 22px !important; }
        .video-info-block .slick-slide.slick-current + .slick-slide + .slick-slide {
          top: 42px !important;
          left: 42px !important;
          z-index: 997 !important; } }
    .video-info-block .slick-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .video-info-block .slide-holder {
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .video-info-block .text-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 30px 43px;
    -webkit-transition: opacity 1s, bottom 0.5s;
    transition: opacity 1s, bottom 0.5s;
    opacity: 0; }
    @media (min-width: 768px) {
      .video-info-block .text-holder {
        padding: 20px; } }
    @media (min-width: 1024px) {
      .video-info-block .text-holder {
        padding: 30px 30px 51px; } }
  .video-info-block .btn-play {
    display: block;
    margin: 0 auto 21px;
    width: 69px;
    height: 69px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #e31933;
    border-radius: 100%;
    position: relative;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .video-info-block .btn-play:before {
      position: absolute;
      content: '';
      top: 22px;
      left: 29px;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-left: 19px solid white;
      border-bottom: 12px solid transparent; }
    @media (hover: hover) {
      .video-info-block .btn-play:hover {
        background: #004fa0; } }
  .video-info-block .title {
    display: block;
    margin: 0 0 15px;
    font: bold 22px/1.2 "Pressura", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .video-info-block .title {
        margin: 0 0 5px; } }
    @media (min-width: 1024px) {
      .video-info-block .title {
        margin: 0 0 15px; } }
  .video-info-block .sub-title {
    display: block;
    font: bold 18px/1.2 "Pressura", "Helvetica", sans-serif; }
  .video-info-block .video-preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s, bottom 0.5s;
    transition: opacity 1s, bottom 0.5s; }
    .video-info-block .video-preview video {
      width: 100%;
      height: 100%; }
  .video-info-block .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
    .video-info-block .video-holder .btn-close {
      position: absolute;
      top: 0;
      left: 50%;
      width: 30px;
      height: 30px;
      color: white;
      background: #004fa0;
      z-index: 1;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      text-decoration: none; }
    .video-info-block .video-holder .fluid-width-video-wrapper {
      width: 100%;
      height: 100%; }
    .video-info-block .video-holder iframe {
      margin: 0; }
  .video-info-block .active-preview .video-preview,
  .video-info-block .active-preview .text-holder {
    opacity: 1;
    bottom: 0;
    pointer-events: auto; }
  .video-info-block .active-video .video-holder {
    opacity: 1;
    pointer-events: auto; }

.podcast-block {
  background: #004ea0;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 50px 18px 83px; }
  @media (max-width: 449px) {
    .podcast-block {
      margin: 50px 0 83px; } }
  @media (min-width: 768px) {
    .podcast-block {
      margin: 50px 0; } }
  @media (min-width: 1024px) {
    .podcast-block {
      max-width: 1172px;
      margin: 97px auto 121px; } }
  .podcast-block .top-holder {
    padding: 39px 4.5% 0;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .podcast-block .top-holder {
        padding: 52px 5% 0; } }
    @media (min-width: 1260px) {
      .podcast-block .top-holder {
        padding: 52px 12.4% 0 5%; } }
  @media (min-width: 768px) {
    .podcast-block .img-holder {
      float: right;
      width: 45.1%; } }
  .podcast-block .img-holder img {
    width: 100%; }
  .podcast-block .text-holder {
    text-align: center;
    padding: 0 0 30px;
    letter-spacing: 1px;
    font: 400 22px/27px 'Platform'; }
    @media (min-width: 768px) {
      .podcast-block .text-holder {
        padding: 20px 0;
        width: 54%;
        float: left;
        font: 400 20px/1.2 'Platform'; } }
    @media (min-width: 1024px) {
      .podcast-block .text-holder {
        padding: 52px 0 20px;
        font: 400 29px/36px 'Platform'; } }
    .podcast-block .text-holder strong {
      display: block;
      font: 400 28px/1 'Platform'; }
      @media (min-width: 1024px) {
        .podcast-block .text-holder strong {
          font: 400 36px/1 'Platform'; } }
    .podcast-block .text-holder h2 {
      margin: 3px 0 41px;
      font: 500 91px/1 'Platform';
      color: #fff; }
      @media (max-width: 449px) {
        .podcast-block .text-holder h2 {
          font-size: 70px; } }
      @media (min-width: 768px) {
        .podcast-block .text-holder h2 {
          margin: 0 0 53px;
          font: 500 80px/1 'Platform'; } }
      @media (min-width: 1024px) {
        .podcast-block .text-holder h2 {
          font: 500 118px/1 'Platform'; } }
      .podcast-block .text-holder h2 span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 2; }
        .podcast-block .text-holder h2 span:after {
          position: absolute;
          content: '';
          left: -15px;
          right: -15px;
          bottom: 1px;
          background: #026fde;
          height: 20px;
          z-index: -1; }
          @media (min-width: 768px) {
            .podcast-block .text-holder h2 span:after {
              height: 25px; } }
    .podcast-block .text-holder p {
      margin: 0; }
    @media (max-width: 449px) {
      .podcast-block .text-holder br {
        display: none; } }
  .podcast-block .bottom-holder {
    padding: 49px 30px;
    background: #252525;
    overflow: hidden; }
    @media (min-width: 768px) {
      .podcast-block .bottom-holder {
        padding: 30px; } }
    @media (min-width: 1024px) {
      .podcast-block .bottom-holder {
        padding: 40px 30px 47px; } }
  .podcast-block .text {
    text-align: center;
    letter-spacing: 0.5px;
    font: 500 23px/1 'Platform';
    padding: 0 0 55px; }
    @media (min-width: 768px) {
      .podcast-block .text {
        width: 45%;
        float: left;
        padding: 0;
        font: 500 20px/1 'Platform'; } }
    @media (min-width: 1024px) {
      .podcast-block .text {
        width: 31%; } }
    .podcast-block .text .sub-title {
      display: block;
      font: 500 59px/1 'Platform';
      margin: 0 0 17px; }
      @media (max-width: 449px) {
        .podcast-block .text .sub-title {
          font-size: 50px; } }
      @media (min-width: 768px) {
        .podcast-block .text .sub-title {
          font: 500 53px/1 'Platform'; } }
      .podcast-block .text .sub-title span {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 2; }
        .podcast-block .text .sub-title span:after {
          position: absolute;
          content: '';
          left: -15px;
          right: -15px;
          bottom: 1px;
          background: #026fde;
          height: 12px;
          z-index: -1; }
    .podcast-block .text p {
      margin: 0; }
  .podcast-block .podcasts-list {
    padding: 0 0 0 17px; }
    @media (min-width: 768px) {
      .podcast-block .podcasts-list {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        float: right;
        width: 55%;
        padding: 13px 0 0; } }
    @media (min-width: 1024px) {
      .podcast-block .podcasts-list {
        width: 67%; } }
    .podcast-block .podcasts-list li {
      margin: 0 0 47px; }
      @media (max-width: 767px) {
        .podcast-block .podcasts-list li:last-child {
          margin: 0; } }
      @media (min-width: 768px) {
        .podcast-block .podcasts-list li {
          margin: 0 0 20px 20px; } }
      @media (min-width: 1024px) {
        .podcast-block .podcasts-list li {
          margin: 0 0 20px 38px; } }
      .podcast-block .podcasts-list li:first-child {
        margin-left: 0; }
      .podcast-block .podcasts-list li:before {
        display: none; }
    .podcast-block .podcasts-list a {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      @media (hover: hover) {
        .podcast-block .podcasts-list a:hover {
          opacity: 0.8; } }

.post-block {
  padding: 0 18px; }
  @media (min-width: 768px) {
    .post-block {
      padding: 0;
      overflow: hidden;
      max-width: 1172px;
      margin: 0 auto; } }
  .post-block .img-holder {
    margin: 0 0 39px; }
    @media (min-width: 768px) {
      .post-block .img-holder {
        float: left;
        width: 33.2%;
        margin: 0 30px 0 0; } }
    @media (min-width: 1260px) {
      .post-block .img-holder {
        margin: 9px 52px 0 0; } }
    .post-block .img-holder img {
      width: 100%; }
  .post-block .text-holder {
    font-size: 18px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .post-block .text-holder {
        overflow: hidden;
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 10px 10px; } }
  .post-block h2 {
    margin: 0 0 30px;
    color: #004ea0;
    font-size: 38px;
    line-height: 45px; }
    @media (max-width: 449px) {
      .post-block h2 {
        font-size: 30px;
        line-height: 1.2; } }
    @media (min-width: 768px) {
      .post-block h2 {
        margin: 0 0 20px;
        font-size: 30px;
        line-height: 1.2; } }
    @media (min-width: 1024px) {
      .post-block h2 {
        margin: 0 0 33px;
        font-size: 42px; } }
  .post-block p {
    margin: 0 0 38px; }
  .post-block .btn-min {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    color: #0265cb; }
    @media (hover: hover) {
      .post-block .btn-min:hover {
        background: #0265cb;
        color: #fff; } }

.add-footer-info {
  color: #959595;
  padding: 30px 0 0;
  font: 16px/26px "Roboto", "Helvetica", sans-serif; }
  @media (max-width: 767px) {
    .add-footer-info {
      margin: 0 -9px; } }
  .add-footer-info .title {
    display: block;
    margin: 0 0 23px;
    font: bold 26px/1.2 "Pressura", "Helvetica", sans-serif; }
  .add-footer-info p {
    margin: 0; }
    .add-footer-info p a {
      color: #959595; }

.new-home-page #main {
  padding: 0 !important; }

@media (max-width: 449px) {
  .new-home-page .info-slider-section.full-block .tab-post li {
    margin: 0 8px; } }

@media (max-width: 767px) {
  .new-home-page .home-post-section {
    padding: 28px 47px 62px; }
    .new-home-page .home-post-section .post {
      width: 100%; }
      .new-home-page .home-post-section .post.al-left .image {
        height: auto;
        margin: 0;
        float: none;
        width: 100%;
        max-width: 100%; }
        .new-home-page .home-post-section .post.al-left .image img {
          height: auto;
          width: 100%; }
      .new-home-page .home-post-section .post.al-left .text {
        float: none;
        width: 100%; }
  .new-home-page .link-frame {
    padding: 38px 10px;
    background: 0;
    box-shadow: none;
    margin: 0 0 38px; }
    .new-home-page .link-frame .title {
      font-size: 36px;
      line-height: 1.2;
      padding: 0 0 33px; }
    .new-home-page .link-frame .list-item li {
      display: block;
      width: 100%; }
      .new-home-page .link-frame .list-item li:last-child {
        display: block; }
      .new-home-page .link-frame .list-item li a {
        padding: 10px 30px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .new-home-page .link-frame .list-item li .ico {
        margin: 0 31px 0 0; }
      .new-home-page .link-frame .list-item li .ttl {
        font-size: 22px;
        line-height: 1.2;
        font-weight: bold; } }

#header .holder-top #main-nav .drop-nav {
  border-radius: 0;
  box-shadow: none; }
  #header .holder-top #main-nav .drop-nav:after {
    position: absolute;
    content: '';
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: white;
    display: block;
    border-radius: 0;
    box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.3); }
  #header .holder-top #main-nav .drop-nav:before {
    top: -35px; }

@media (min-width: 1024px) {
  .result-box-inner h3,
  .carusel-inner-box h3 {
    font-size: 29px;
    line-height: 33px; } }

.result-box-inner .video-item,
.carusel-inner-box .video-item {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  border-radius: 0 5px 0 0;
  background: rgba(21, 21, 30, 0.88);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .result-box-inner .video-item:before,
  .carusel-inner-box .video-item:before {
    position: absolute;
    content: '';
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 8px solid transparent; }

.result-box-inner .cat,
.carusel-inner-box .cat {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.48px;
  color: #004fa0; }

.result-box-inner .time,
.carusel-inner-box .time {
  position: absolute;
  left: 7px;
  bottom: 5px;
  color: #fff;
  background: rgba(21, 21, 30, 0.88);
  font-size: 16px;
  line-height: 1.2;
  padding: 7px 15px 6px 35px;
  border-radius: 7px;
  letter-spacing: -0.5px; }
  .result-box-inner .time:before,
  .carusel-inner-box .time:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 11px;
    width: 15px;
    height: 17px;
    background: url("images/ico-calendar.svg") no-repeat 50% 50%/100% 100%; }

.result-box-inner .holder:hover .cat,
.carusel-inner-box .holder:hover .cat {
  color: #fff; }

.result-box-inner .holder:hover .video-item,
.carusel-inner-box .holder:hover .video-item {
  background: #004fa0; }

.news-content {
  color: #000; }

.headmaster-info {
  padding: 13px 0;
  border: solid #d3d3d3;
  border-width: 1px 0;
  margin: 0 0 30px;
  overflow: hidden; }
  .headmaster-info h2 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 24px;
    line-height: 1.2;
    width: 70%;
    float: left; }
    @media (min-width: 768px) {
      .headmaster-info h2 {
        font-size: 30px;
        width: 35%; } }
  .headmaster-info strong {
    color: #919191;
    font-family: "Pressura", "Helvetica", sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    width: 65%;
    float: left;
    clear: left; }
    @media (min-width: 768px) {
      .headmaster-info strong {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        float: none;
        clear: none;
        width: 50%;
        padding: 0 15px;
        font-size: 20px;
        line-height: 25px; } }
  .headmaster-info img {
    width: 77px;
    float: right; }
    @media (min-width: 768px) {
      .headmaster-info img {
        width: 100px; } }

.enews-section .news-content a:not([class*="btn"]) {
  color: #000; }

.enews-section .news-content table,
.enews-section .news-content p,
.enews-section .news-content ul {
  font-family: "CharterITCStd-Regular"; }
  @media (min-width: 768px) {
    .enews-section .news-content table,
    .enews-section .news-content p,
    .enews-section .news-content ul {
      font-size: 20.5px;
      line-height: 33px; } }

.enews-section .news-content > h2,
.enews-section .news-content > h4 {
  color: #004fa0;
  font-size: 30px;
  line-height: 36px; }
  @media (min-width: 768px) {
    .enews-section .news-content > h2,
    .enews-section .news-content > h4 {
      font-size: 34px;
      line-height: 42px; } }

@media (min-width: 768px) {
  .enews-section .news-content > h3 {
    font-size: 24.5px;
    line-height: 30px; } }

.enews-section .news-content .subheading,
.enews-section .news-content .subtitle {
  color: #797979;
  font-family: "Pressura", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .enews-section .news-content .subheading,
    .enews-section .news-content .subtitle {
      font-size: 24.5px;
      line-height: 30.35px; } }

.enews-section .news-content .content-image p {
  color: #676767; }
  @media (min-width: 768px) {
    .enews-section .news-content .content-image p {
      font-size: 18px;
      line-height: 23px; } }

.enews-section .slider-content .slick-next,
.enews-section .slider-content .slick-prev {
  background: #004fa0; }
  @media (hover: hover) {
    .enews-section .slider-content .slick-next:hover,
    .enews-section .slider-content .slick-prev:hover {
      background: #333; } }
  .enews-section .slider-content .slick-next:after,
  .enews-section .slider-content .slick-prev:after {
    border-color: #fff; }

.other-categories {
  background: #f2f1ee;
  padding: 52px 0 51px; }
  @media (min-width: 768px) {
    .other-categories {
      padding: 62px 0 74px; } }
  .other-categories .container {
    max-width: 1254px;
    padding: 0 35px; }
  .other-categories h2 {
    margin: 0 0 45px;
    color: #004fa0;
    font-size: 30px;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .other-categories h2 {
        margin: 0 0 36px;
        font-size: 34px;
        line-height: 48px; } }
  .other-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .other-categories ul li {
      margin: 0 40px 30px 0; }
      .other-categories ul li:before {
        display: none; }
    .other-categories ul a {
      display: block;
      padding: 21px;
      width: 264px;
      text-decoration: none;
      font: 700 21px/1.2 "Pressura", "Helvetica", sans-serif;
      color: #fff;
      box-shadow: -3px 7px 17px rgba(0, 0, 0, 0.14);
      border-radius: 7px;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .other-categories ul a.blue {
        background: #004fa0; }
        @media (hover: hover) {
          .other-categories ul a.blue:hover {
            background: #004287; } }
      .other-categories ul a.red {
        background: #e21e33; }
        @media (hover: hover) {
          .other-categories ul a.red:hover {
            background: #cc1a2d; } }
      .other-categories ul a.grey {
        background: #464646; }
        @media (hover: hover) {
          .other-categories ul a.grey:hover {
            background: #393939; } }

.app-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #383f42;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 450px) {
    .app-popup {
      padding: 20px 20px; } }
  @media (min-width: 768px) {
    .app-popup {
      font-size: 18px;
      line-height: 24px;
      padding: 34px 0; } }
  .app-popup .container {
    max-width: 1290px;
    position: static; }
  @media (min-width: 768px) {
    .app-popup .text-holder {
      float: left;
      width: 50%; } }
  .app-popup h3 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .app-popup h3 {
        margin: 0 0 23px;
        font-size: 29px; } }
  .app-popup p {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .app-popup p {
        margin: 0 0 28px; } }
  .app-popup .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .app-popup .btn-min {
    padding: 10px 15px;
    margin: 0 30px 0 0;
    font-size: 17px; }
    @media (min-width: 768px) {
      .app-popup .btn-min {
        margin: 0 44px 0 0;
        padding: 15px 22px;
        font-size: 19px; } }
  .app-popup .dismiss-btn {
    text-decoration: none;
    color: #fff;
    font: 700 17px/1 "Pressura", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .app-popup .dismiss-btn {
        font-size: 19px; } }
    @media (hover: hover) {
      .app-popup .dismiss-btn:hover {
        color: #e84b5c; } }
  .app-popup .img-holder {
    position: absolute;
    right: 6%;
    bottom: 98%;
    width: 150px;
    z-index: -1; }
    @media (min-width: 375px) {
      .app-popup .img-holder {
        width: 200px; } }
    @media (min-width: 768px) {
      .app-popup .img-holder {
        right: auto;
        left: 47.5%;
        width: 361px;
        bottom: -7px;
        z-index: 0; } }
    .app-popup .img-holder img {
      width: 100%; }

.page-content {
  color: #000;
  background: #fff;
  font: 18px/27px 'Roboto', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif; }

.intro-holder {
  background: #004fa0;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .intro-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .intro-holder.cream {
    background: #f2f1ee;
    color: #000; }
    .intro-holder.cream h1 {
      color: #004fa0; }
  .intro-holder .new-breadcrumbs {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .intro-holder .new-breadcrumbs {
        display: none; } }
    .intro-holder .new-breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      color: #88bbf0;
      font-family: roboto;
      font-weight: 300;
      text-transform: inherit;
      margin: 0 8px 0 0;
      padding-right: 13px;
      letter-spacing: .04em;
      position: relative;
      font-size: 17px; }
      .intro-holder .new-breadcrumbs li:after {
        content: ">";
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 2px;
        right: 0; }
      .intro-holder .new-breadcrumbs li:before {
        display: none; }
    .intro-holder .new-breadcrumbs a {
      color: #88bbf0;
      text-decoration: none;
      background: transparent;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      padding: 0;
      font-size: 16px; }
      .intro-holder .new-breadcrumbs a:before {
        display: none; }
      @media (hover: hover) {
        .intro-holder .new-breadcrumbs a:hover {
          color: #fff; } }
  @media (min-width: 768px) {
    .intro-holder .img-holder {
      width: 52.9%; } }
  .intro-holder .img-holder img {
    width: 100%; }
    @media (min-width: 768px) {
      .intro-holder .img-holder img {
        height: 100%; } }
  .intro-holder .text-holder {
    padding: 18px 22px 40px; }
    @media (min-width: 450px) {
      .intro-holder .text-holder {
        padding: 18px 28px 40px; } }
    @media (min-width: 768px) {
      .intro-holder .text-holder {
        padding: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 47.1%; } }
    @media (min-width: 1260px) {
      .intro-holder .text-holder {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 50px; } }
  .intro-holder .frame {
    max-width: 515px;
    width: 100%; }
  .intro-holder h1 {
    margin: 0 0 17px;
    color: #fff;
    font-size: 40px;
    line-height: 1.2; }
    @media (min-width: 450px) {
      .intro-holder h1 {
        font-size: 48px; } }
    @media (min-width: 768px) {
      .intro-holder h1 {
        margin: 0 0 21px;
        font-size: 44px; } }
  .intro-holder p {
    margin: 0; }

.side-nav {
  background: #f2f1ee;
  font-size: 17px;
  line-height: 21px;
  margin: 0 0 30px;
  border-radius: 5px 5px 0 0; }
  @media (max-width: 1023px) {
    .side-nav {
      display: none; } }
  @media (min-width: 1024px) {
    .side-nav {
      margin: 7px 0 0;
      float: left;
      width: 24.2%; } }
  .side-nav strong {
    display: block;
    font: bold 20px/1.2 "Pressura", "Helvetica", sans-serif;
    padding: 14px 22px; }
  .side-nav ul {
    padding: 0;
    margin: 0; }
    .side-nav ul li:before {
      display: none; }
  .side-nav a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 11px 22px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s; }
    @media (hover: hover) {
      .side-nav a:hover {
        background: #004fa0;
        color: #fff; } }

.add-content-block {
  padding: 39px 0 60px; }
  @media (min-width: 768px) {
    .add-content-block {
      padding: 75px 0 134px; } }
  .add-content-block .container {
    max-width: 1302px; }

@media (min-width: 1024px) {
  .content-side {
    float: right;
    width: 72%; } }

@media (min-width: 1260px) {
  .content-side {
    width: 68.8%; } }

.content-side h1 {
  margin: 0 0 36px;
  color: #004fa0 !important;
  font-size: 44px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .content-side h1 {
      line-height: 1; } }

.content-side h2 {
  margin: 0 0 33px;
  color: #004fa0 !important;
  font-size: 38px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .content-side h2 {
      padding: 15px 0 0;
      margin: 0 0 38px;
      line-height: 1; } }
  .content-side h2 + h3 {
    padding: 0; }

.content-side h3 {
  margin: 0 0 33px;
  color: #000;
  font-size: 30px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .content-side h3 {
      padding: 15px 0 0;
      margin: 0 0 35px;
      line-height: 1; } }

.content-side .btn-min {
  background: #004fa0;
  text-align: center; }
  @media (hover: hover) {
    .content-side .btn-min:hover {
      color: #fff;
      background: #00366d; } }

.content-side p a:not([class*="btn"]):not([class*="opener"]),
.content-side ul a:not([class*="btn"]):not([class*="opener"]),
.content-side table a:not([class*="btn"]):not([class*="opener"]) {
  color: #000;
  font-weight: bold; }
  @media (hover: hover) {
    .content-side p a:not([class*="btn"]):not([class*="opener"]):hover,
    .content-side ul a:not([class*="btn"]):not([class*="opener"]):hover,
    .content-side table a:not([class*="btn"]):not([class*="opener"]):hover {
      color: #e31933;
      text-decoration: underline; } }

.content-side p img[class*="wp-image"] {
  margin: 30px 0 30px; }

.content-side .content-btn {
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .content-side .content-btn {
      padding: 21px 0 26px; } }

.content-side .feedback-box {
  max-width: 100%; }
  .content-side .feedback-box .contact-wrapper a {
    color: #004fa0 !important;
    font-weight: normal !important; }

.content-side table {
  table-layout: auto !important;
  border: 0;
  overflow: hidden;
  font-size: 18px;
  margin: 54px 0; }
  @media (max-width: 767px) {
    .content-side table {
      line-height: 27px; } }
  .content-side table tbody,
  .content-side table thead {
    overflow: inherit;
    display: table-row-group; }
  .content-side table th {
    border: 0;
    background: #004fa0;
    color: #fff;
    text-align: left;
    padding: 15px;
    line-height: 21px; }
    @media (min-width: 1024px) {
      .content-side table th {
        padding: 23px 36px; } }
  .content-side table td {
    border: 2px solid #d9d9d9;
    padding: 15px; }
    @media (min-width: 1024px) {
      .content-side table td {
        padding: 18px 36px; } }
    .content-side table td:first-child {
      background: #f2f1ee;
      font-weight: bold;
      line-height: 21px; }
    .content-side table td strong {
      font-size: inherit; }

.content-side > ul,
.content-side .content-accordion ul,
.content-side .tabs-content ul {
  margin: 0 0 22px; }
  .content-side > ul li,
  .content-side .content-accordion ul li,
  .content-side .tabs-content ul li {
    position: relative;
    padding: 0 0 0 16px; }
    .content-side > ul li:after,
    .content-side .content-accordion ul li:after,
    .content-side .tabs-content ul li:after {
      position: absolute;
      content: '';
      top: 10px;
      left: 1px;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background: #000; }
    .content-side > ul li:before,
    .content-side .content-accordion ul li:before,
    .content-side .tabs-content ul li:before {
      display: none; }
    .content-side > ul li:not(:last-child),
    .content-side .content-accordion ul li:not(:last-child),
    .content-side .tabs-content ul li:not(:last-child) {
      margin: 0 0 15px; }

.content-tabs {
  margin: 44px 0 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .content-tabs li {
    border-bottom: 5px solid #cbcbcb;
    width: 100%;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .content-tabs li::before {
      display: none; }
    .content-tabs li.active {
      border-color: #e31933; }
      .content-tabs li.active a {
        color: #e31933 !important; }
    @media (hover: hover) {
      .content-tabs li:hover {
        border-color: #004fa0; }
        .content-tabs li:hover a {
          color: #004fa0 !important;
          text-decoration: none !important; } }
  .content-tabs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 17px 5px;
    color: #000;
    height: 100%;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 450px) {
      .content-tabs a {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .content-tabs a {
        padding: 17px 10px 20px; } }

.tabs-content {
  padding: 0 0 37px; }
  .tabs-content .content-btn {
    padding: 0 0 30px; }

.content-accordion {
  margin: 50px 0 71px;
  padding: 0;
  list-style: none; }
  .content-accordion > li {
    border: 2px solid #d9d9d9;
    margin: 0 0 -2px; }
    .content-accordion > li:before {
      display: none; }
    .content-accordion > li.active .opener:after {
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      margin: -3px 0 0; }
  .content-accordion .opener {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    padding: 17px 60px 17px 24px;
    position: relative; }
    @media (min-width: 768px) {
      .content-accordion .opener {
        line-height: 1.2;
        padding: 24px 60px 24px 24px; } }
    .content-accordion .opener:after {
      position: absolute;
      content: '';
      top: 50%;
      margin: -10px 0 0;
      right: 20px;
      width: 14px;
      height: 14px;
      border: solid #808080;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media (min-width: 768px) {
        .content-accordion .opener:after {
          right: 34px; } }
  .content-accordion .slide {
    padding: 18px 25px; }

.content-slider {
  margin: 50px 0 61px; }
  .content-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #004ea0;
    z-index: 1;
    margin: -17px 0 0;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    @media (min-width: 1024px) {
      .content-slider .slick-arrow {
        left: -24px;
        width: 47px;
        height: 47px;
        margin: -25px 0 0; } }
    @media (hover: hover) {
      .content-slider .slick-arrow:hover {
        background: #e31933; } }
    .content-slider .slick-arrow:after {
      position: absolute;
      content: '';
      top: 11px;
      left: 13px;
      width: 12px;
      height: 12px;
      border: solid #fff;
      border-width: 3px 0 0 3px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      @media (min-width: 1024px) {
        .content-slider .slick-arrow:after {
          top: 15px;
          left: 18px;
          width: 15px;
          height: 15px; } }
    .content-slider .slick-arrow.slick-next {
      left: auto;
      right: -15px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      @media (min-width: 1024px) {
        .content-slider .slick-arrow.slick-next {
          left: auto;
          right: -24px; } }
  .content-slider .slick-slide {
    padding: 0; }
    .content-slider .slick-slide img {
      width: 100%; }

.buttons-block {
  padding: 61px 0 45px;
  background: #004fa0;
  text-align: center; }
  @media (min-width: 768px) {
    .buttons-block {
      padding: 116px 0 63px; } }
  .buttons-block h3 {
    margin: 0 0 50px;
    color: #fff; }
    @media (max-width: 767px) {
      .buttons-block h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 39px; } }
  .buttons-block [class*="btn"] {
    margin: 0 15px 20px; }

.bottom-blocks {
  padding: 41px 0 30px;
  background: #f2f1ee; }
  @media (min-width: 768px) {
    .bottom-blocks {
      padding: 118px 0 81px; } }
  .bottom-blocks .container {
    max-width: 1350px; }
  .bottom-blocks h3 {
    margin: 0 15px 50px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .bottom-blocks h3 {
        margin: 0 15px 42px;
        line-height: 36px;
        text-align: center; } }
  @media (min-width: 768px) {
    .bottom-blocks .col-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .bottom-blocks .col {
    margin: 0 0 24px;
    position: relative; }
    @media (min-width: 768px) {
      .bottom-blocks .col {
        margin: 0 0 30px;
        width: 50%;
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .bottom-blocks .col {
        width: 25%; } }
    /* @media (max-width: 767px) {
      .bottom-blocks .col:last-child {
        display: none; } } */
  .bottom-blocks h4 {
    margin: 0;
    font-size: 29px;
    line-height: 1; }
  .bottom-blocks img {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 767px) {
      .bottom-blocks img {
        height: 200px;
        object-fit: cover; } }
  .bottom-blocks .more-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    @media (min-width: 768px) {
      .bottom-blocks .more-link {
        left: 15px;
        right: 15px; } }
    @media (hover: hover) {
      .bottom-blocks .more-link:hover {
        background: rgba(0, 0, 0, 0.3); } }
/*# sourceMappingURL=style.css.map */