/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper, .challenges-events-page,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper, .challenges-events-page,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper, .challenges-events-page,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper, .challenges-events-page,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

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

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.challenges-events-page .customConentBlock .customCardBlock .customColumn li {
  text-align: left; }

.cePageFirstFold {
  width: 100%; }

.cePageSliderBlock {
  background-image: url("/assets/images/cePageSliderbg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  padding: 0px 10px;
  padding-bottom: 155px; }
  @media (max-width: 767px) {
    .cePageSliderBlock {
      background-image: url("/assets/images/cePageSliderbg-mobile.svg");
      background-repeat: no-repeat;
      background-position: top center;
      background-color: #eeeeee;
      background-size: cover;
      padding-bottom: 0; } }
  .cePageSliderBlock .cePageSlider {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px; }
    @media (max-width: 767px) {
      .cePageSliderBlock .cePageSlider {
        padding: 78px 0; } }

.cePageSlider {
  position: relative;
  padding-bottom: 50px; }
  .cePageSlider .cePageSliderImage {
    outline: none; }
    .cePageSlider .cePageSliderImage figure {
      width: 100%; }
      .cePageSlider .cePageSliderImage figure img {
        width: 100%;
        height: 500px; }
        @media (max-width: 767px) {
          .cePageSlider .cePageSliderImage figure img {
            height: 200px; } }
  .cePageSlider .slick-dots {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 335px; }
    @media (max-width: 767px) {
      .cePageSlider .slick-dots {
        width: 100%;
        bottom: -40px; } }
    .cePageSlider .slick-dots li {
      margin: 0 5px;
      width: auto;
      height: auto; }
      @media (max-width: 767px) {
        .cePageSlider .slick-dots li {
          vertical-align: middle; } }
      .cePageSlider .slick-dots li button {
        padding: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #b0b0b0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        .cePageSlider .slick-dots li button:before {
          content: none; }
      .cePageSlider .slick-dots li.slick-active button {
        background-color: #212121; }
  .cePageSlider .slick-arrow {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("/assets/images/new-black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -58px;
    left: 0;
    z-index: 2;
    transform: none; }
    @media (max-width: 767px) {
      .cePageSlider .slick-arrow {
        display: none !important; } }
    .cePageSlider .slick-arrow.slick-prev {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      left: 29%; }
    .cePageSlider .slick-arrow.slick-disabled {
      opacity: 1; }
    .cePageSlider .slick-arrow.slick-next {
      left: auto;
      right: 29%; }
    .cePageSlider .slick-arrow:before {
      content: none; }

.events-count {
  padding: 0 100px;
  position: relative;
  z-index: 3;
  margin-top: -110px; }
  @media (max-width: 767px) {
    .events-count {
      margin-top: -10px;
      padding: 0; } }
  .events-count ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    background-color: #ffffff;
    padding: 30px 14%;
    border-bottom: 8px solid #FFBE00;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .events-count ul {
        padding: 24px 20px;
        padding-bottom: 16px; } }
    .events-count ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .events-count ul li div {
        text-align: center;
        width: 100%; }
      .events-count ul li h3, .events-count ul li .title, .events-count ul li .title2, .events-count ul li .title3 {
        font-size: 100px;
        line-height: normal;
        font-weight: 700;
        color: #212121;
        margin: 0 0 8px 0;
        font-family: 'Montserrat', sans-serif; }
        @media (max-width: 767px) {
          .events-count ul li h3, .events-count ul li .title, .events-count ul li .title2, .events-count ul li .title3 {
            font-size: 36px; } }
      .events-count ul li p {
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        color: #212121; }
        @media (max-width: 767px) {
          .events-count ul li p {
            font-size: 14px !important;
            line-height: 2.14 !important;
            font-weight: 500; } }

.upcoming-challenges {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .upcoming-challenges {
      padding: 60px 0; } }
  .upcoming-challenges .trophy-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1; }
    @media (max-width: 767px) {
      .upcoming-challenges .trophy-icon {
        top: 90px;
        left: -20px; } }
    .upcoming-challenges .trophy-icon img {
      max-width: 258px; }
      @media (max-width: 767px) {
        .upcoming-challenges .trophy-icon img {
          max-width: 75px; } }
  .upcoming-challenges .events-page-vector-bg {
    position: absolute;
    right: -130px;
    bottom: -80px;
    z-index: 1;
    opacity: 0.5; }
    @media (max-width: 767px) {
      .upcoming-challenges .events-page-vector-bg {
        right: -120px;
        bottom: -90px; } }
    .upcoming-challenges .events-page-vector-bg img {
      max-width: 768px; }
      @media (max-width: 767px) {
        .upcoming-challenges .events-page-vector-bg img {
          max-width: 550px; } }

.upcoming-events {
  padding: 60px 0;
  position: relative;
  background-color: #eeeeee;
  z-index: 4; }
  .upcoming-events .events-layer {
    position: absolute;
    top: -225px;
    left: -190px;
    z-index: 1; }
    @media (max-width: 767px) {
      .upcoming-events .events-layer {
        left: -40px;
        top: 50px; } }
    .upcoming-events .events-layer img {
      max-width: 475px; }
      @media (max-width: 767px) {
        .upcoming-events .events-layer img {
          max-width: 110px; } }
  .upcoming-events .movie-ticket {
    position: absolute;
    right: 8px;
    bottom: 30px;
    z-index: 1; }
    @media (max-width: 767px) {
      .upcoming-events .movie-ticket {
        right: 0;
        bottom: 0; } }
    .upcoming-events .movie-ticket img {
      max-width: 267px; }
      @media (max-width: 767px) {
        .upcoming-events .movie-ticket img {
          max-width: 121px; } }

.archive-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767px) {
    .archive-title {
      display: block;
      text-align: center; } }

.challenges-events-selection {
  margin-left: auto;
  position: relative;
  max-width: 250px;
  width: 100%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start; }
  @media (max-width: 767px) {
    .challenges-events-selection {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      margin-bottom: 20px; } }
  .challenges-events-selection .selected-title {
    padding: 10px 24px;
    position: relative;
    border: 1px solid #212121;
    cursor: pointer;
    font-size: 16px;
    line-height: normal;
    color: #212121;
    font-weight: 600; }
    .challenges-events-selection .selected-title:after {
      content: '';
      background-image: url("/assets/images/drop-arrow-gray.svg");
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 16px;
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      display: inline-block;
      vertical-align: middle;
      float: right; }
  .challenges-events-selection ul {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    border: 1px solid #212121;
    border-top: none;
    background-color: #ffffff;
    display: none; }
    .challenges-events-selection ul li {
      display: block;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      font-size: 16px;
      line-height: normal;
      color: #212121;
      cursor: pointer;
      padding: 10px 24px;
      position: relative;
      font-weight: 600; }
      .challenges-events-selection ul li:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: transparent;
        width: 0;
        height: 100%;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
      .challenges-events-selection ul li:hover {
        background-color: rgba(0, 0, 0, 0.1); }
        .challenges-events-selection ul li:hover:before {
          width: 4px;
          background-color: #FFBE00; }
  .challenges-events-selection .selected-title.active:after {
    transform: rotate(0); }
  .challenges-events-selection ul.active {
    display: block; }

.archive-wrapper {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .archive-wrapper {
      padding: 60px 0; } }
  .archive-wrapper .eventsCardInfo {
    padding: 40px;
    padding-top: 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .archive-wrapper .eventsCardInfo {
        padding: 32px 36px;
        padding-bottom: 0; } }
    .archive-wrapper .eventsCardInfo p {
      height: 150px; }

.archive-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 -10px; }
  .archive-block .event-card-wrap {
    width: 33.33%;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .archive-block .event-card-wrap {
        width: 50%; } }
    @media (max-width: 479px) {
      .archive-block .event-card-wrap {
        width: 100%; } }

.viewMoreBtnWrap {
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(238, 238, 238, 0.5), rgba(245, 245, 245, 0.99) 18%, #ffffff);
  padding-top: 60px; }
  .viewMoreBtnWrap .viewMoreBtn {
    position: relative;
    background-color: transparent;
    color: #4454a5;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    padding: 0; }
    .viewMoreBtnWrap .viewMoreBtn:after {
      content: '';
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      position: absolute;
      top: 100%;
      bottom: 0;
      left: 50%;
      z-index: 1;
      width: 16px;
      height: 16px;
      background-image: url("/assets/images/drop-arrow-blue.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 16px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .viewMoreBtnWrap .viewMoreBtn.active:after {
      transform: rotate(180deg) translateX(50%);
      -webkit-transform: rotate(180deg) translateX(50%);
      -moz-transform: rotate(180deg) translateX(50%);
      -ms-transform: rotate(180deg) translateX(50%);
      -o-transform: rotate(180deg) translateX(50%); }

.cePageBanner {
  background-image: url("/assets/images/cePagebg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  padding: 0px 10px;
  padding-bottom: 92px; }
  @media (max-width: 767px) {
    .cePageBanner {
      background-image: url("/assets/images/cePagebg-mobile.svg");
      background-repeat: no-repeat;
      background-position: top center;
      background-color: #eeeeee;
      background-size: cover;
      padding-bottom: 0; } }
  .cePageBanner figure {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0; }
    @media (max-width: 767px) {
      .cePageBanner figure {
        padding-top: 78px;
        padding-bottom: 97px; } }
    .cePageBanner figure img {
      width: 100%; }

.cePageRegiterDates {
  margin-top: -92px;
  padding: 0 100px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  @media (max-width: 767px) {
    .cePageRegiterDates {
      margin-top: -42px;
      padding: 0; } }
  .cePageRegiterDates .cePageRegiterBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    background-color: #ffffff;
    padding: 32px 50px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    @media (max-width: 767px) {
      .cePageRegiterDates .cePageRegiterBlock {
        padding: 24px 20px;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
  .cePageRegiterDates ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: -moz-calc(100% - 195px);
    width: -webkit-calc(100% - 195px);
    width: calc(100% - 195px);
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    @media (max-width: 767px) {
      .cePageRegiterDates ul {
        width: 100%; } }
    .cePageRegiterDates ul li {
      position: relative;
      text-align: center;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 15px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s; }
      @media (max-width: 767px) {
        .cePageRegiterDates ul li {
          min-width: 80px;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
      .cePageRegiterDates ul li .dotsIcon {
        position: relative;
        z-index: 2;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        background-color: #00b936;
        display: inline-block;
        overflow: hidden;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        @media (max-width: 767px) {
          .cePageRegiterDates ul li .dotsIcon {
            width: 20px;
            height: 20px; } }
        .cePageRegiterDates ul li .dotsIcon:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          width: 20px;
          height: 20px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          background-color: #17a741; }
          @media (max-width: 767px) {
            .cePageRegiterDates ul li .dotsIcon:before {
              width: 13px;
              height: 13px; } }
        .cePageRegiterDates ul li .dotsIcon.green {
          background-color: #00b936; }
          .cePageRegiterDates ul li .dotsIcon.green:before {
            background-color: #17a741; }
        .cePageRegiterDates ul li .dotsIcon.red {
          background-color: #dc0c25; }
          .cePageRegiterDates ul li .dotsIcon.red:before {
            background-color: #c20c22; }
        .cePageRegiterDates ul li .dotsIcon.blue {
          background-color: #0092f2; }
          .cePageRegiterDates ul li .dotsIcon.blue:before {
            background-color: #0c80cd; }
      .cePageRegiterDates ul li h3, .cePageRegiterDates ul li .title, .cePageRegiterDates ul li .title2, .cePageRegiterDates ul li .title3 {
        font-size: 28px;
        line-height: 1.07;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        color: #212121;
        margin: 8px 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        @media (max-width: 767px) {
          .cePageRegiterDates ul li h3, .cePageRegiterDates ul li .title, .cePageRegiterDates ul li .title2, .cePageRegiterDates ul li .title3 {
            font-size: 12px;
            line-height: 2.5;
            font-weight: 600;
            margin: 0; } }
      .cePageRegiterDates ul li h4 {
        margin: 0 0 8px 0;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #212121;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        @media (max-width: 767px) {
          .cePageRegiterDates ul li h4 {
            font-size: 12px;
            line-height: 1.33;
            font-weight: 500; } }
      .cePageRegiterDates ul li:before, .cePageRegiterDates ul li:after {
        content: '';
        width: -moz-calc(50% + 15px);
        width: -webkit-calc(50% + 15px);
        width: calc(50% + 15px);
        background-color: #d5d5d5;
        height: 1px;
        position: absolute;
        top: 15px;
        z-index: 1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s; }
        @media (max-width: 767px) {
          .cePageRegiterDates ul li:before, .cePageRegiterDates ul li:after {
            top: 9px; } }
      .cePageRegiterDates ul li:before {
        left: 0; }
      .cePageRegiterDates ul li:before {
        right: 0; }
      .cePageRegiterDates ul li:first-child {
        padding-left: 0; }
        .cePageRegiterDates ul li:first-child:before {
          content: none; }
      .cePageRegiterDates ul li:last-child {
        padding-right: 0; }
        .cePageRegiterDates ul li:last-child:after {
          content: none; }
  .cePageRegiterDates .ceRegisterBtn {
    text-align: right;
    margin-left: auto;
    min-width: 195px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
    @media (max-width: 767px) {
      .cePageRegiterDates .ceRegisterBtn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        padding: 0; } }

.customConentBlock {
  padding: 120px 200px 0 100px; }
  @media (max-width: 767px) {
    .customConentBlock {
      padding: 0 20px;
      padding-top: 60px; } }
  .customConentBlock .title2 {
    margin: 0 0 40px 0; }
  .customConentBlock p {
    font-size: 20px;
    line-height: 1.5;
    color: #212121;
    text-align: justify; }
  .customConentBlock strong {
    font-weight: 700; }
  .customConentBlock figure {
    margin-bottom: 40px; }
    @media (max-width: 479px) {
      .customConentBlock figure {
        margin-bottom: 20px; } }
    .customConentBlock figure.image-left {
      margin-right: 40px;
      float: left; }
      @media (max-width: 479px) {
        .customConentBlock figure.image-left {
          margin-right: 20px; } }
    .customConentBlock figure.image-right {
      margin-left: 40px;
      float: right; }
      @media (max-width: 479px) {
        .customConentBlock figure.image-right {
          margin-left: 20px; } }
    .customConentBlock figure.image-full {
      width: 100%;
      float: none; }
      .customConentBlock figure.image-full img {
        width: 100%;
        height: auto; }

.aboutChallenge {
  border: solid 1px #FFBE00;
  border-bottom-width: 8px;
  padding: 0 100px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .aboutChallenge {
      padding: 0 20px; } }
  .aboutChallenge ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-top: 42px;
    padding-bottom: 22px; }
    @media (max-width: 767px) {
      .aboutChallenge ul {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0;
        padding-bottom: 20px; } }
    .aboutChallenge ul li {
      position: relative;
      max-width: 260px;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .aboutChallenge ul li {
          margin-top: 20px; } }
      .aboutChallenge ul li span {
        display: block;
        font-size: 12px;
        line-height: normal;
        color: #000000;
        margin-bottom: 5px; }
      .aboutChallenge ul li h5 {
        margin: 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
        color: #000000;
        font-family: 'Montserrat', sans-serif; }
      .aboutChallenge ul li i {
        display: inline-block;
        width: 12px;
        height: 12px; }
        .aboutChallenge ul li i.date-icon {
          background-image: url("/assets/images/calendar.svg");
          background-repeat: no-repeat;
          background-position: left 2px;
          background-size: 12px; }
        .aboutChallenge ul li i.time-icon {
          background-image: url("/assets/images/clock.svg");
          background-repeat: no-repeat;
          background-position: left 2px;
          background-size: 12px; }
        .aboutChallenge ul li i.location-icon {
          background-image: url("/assets/images/location.svg");
          background-repeat: no-repeat;
          background-position: left 2px;
          background-size: 12px; }
      .aboutChallenge ul li .ceRegisterBtn span {
        display: inline-block;
        margin-bottom: 0; }
      .aboutChallenge ul li:last-child {
        padding-right: 0; }

.customCardBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .customCardBlock {
      width: -moz-calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      overflow: auto; } }
  .customCardBlock .customColumn {
    background-color: rgba(238, 238, 238, 0.5);
    padding: 40px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .customCardBlock .customColumn {
        padding: 20px;
        min-width: 272px;
        max-width: 272px;
        -webkit-box-flex: auto;
        -moz-box-flex: auto;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto; } }
    .customCardBlock .customColumn:first-child {
      margin-left: 0; }
    .customCardBlock .customColumn p,
    .customCardBlock .customColumn li {
      font-size: 20px;
      line-height: 1.7;
      color: #212121;
      text-align: justify; }
      @media (max-width: 767px) {
        .customCardBlock .customColumn p,
        .customCardBlock .customColumn li {
          font-size: 16px;
          line-height: 1.88; } }
    .customCardBlock .customColumn li {
      line-height: 1.5; }
    .customCardBlock .customColumn p + p {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .customCardBlock .customColumn p + p {
          margin-top: 15px; } }
    .customCardBlock .customColumn li + li {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .customCardBlock .customColumn li + li {
          margin-top: 15px; } }
  .customCardBlock .fieldTitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 22px 0; }
    @media (max-width: 767px) {
      .customCardBlock .fieldTitle {
        margin-bottom: 15px; } }
    .customCardBlock .fieldTitle figure {
      max-width: 40px;
      margin-right: 12px; }
      @media (max-width: 767px) {
        .customCardBlock .fieldTitle figure {
          max-width: 20px; } }
      .customCardBlock .fieldTitle figure img {
        max-width: 40px; }
        @media (max-width: 767px) {
          .customCardBlock .fieldTitle figure img {
            max-width: 20px; } }
    .customCardBlock .fieldTitle h3, .customCardBlock .fieldTitle .title, .customCardBlock .fieldTitle .title2, .customCardBlock .fieldTitle .title3 {
      font-size: 24px;
      margin: 0;
      line-height: 40px;
      letter-spacing: -0.5px; }
      @media (max-width: 767px) {
        .customCardBlock .fieldTitle h3, .customCardBlock .fieldTitle .title, .customCardBlock .fieldTitle .title2, .customCardBlock .fieldTitle .title3 {
          font-size: 20px;
          line-height: 21px; } }
  .customCardBlock.multiple-field {
    overflow: auto; }
    .customCardBlock.multiple-field .customColumn {
      min-width: 340px;
      max-width: 340px;
      -webkit-box-flex: auto;
      -moz-box-flex: auto;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto; }
      @media (max-width: 767px) {
        .customCardBlock.multiple-field .customColumn {
          min-width: 272px;
          max-width: 272px;
          -webkit-box-flex: auto;
          -moz-box-flex: auto;
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto; } }

.page-section-container {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .page-section-container {
      padding-bottom: 60px; } }

.problem-section {
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .problem-section {
      padding-bottom: 60px; } }

.categoriesSection {
  background-color: #08102d;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .categoriesSection {
      padding-bottom: 40px; } }
  .categoriesSection .title2,
  .categoriesSection p {
    color: #ffffff; }

.categoriesSectionList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  width: -moz-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  padding-left: 20px;
  margin-left: -20px;
  margin-top: 40px; }
  .categoriesSectionList .categoriesItem {
    padding: 24px;
    padding-right: 14px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    min-width: 311px;
    max-width: 311px;
    margin-right: 20px; }
    .categoriesSectionList .categoriesItem h6 {
      font-size: 16px;
      font-weight: 700px;
      margin: 0 0 15px 0;
      color: #212121; }
    .categoriesSectionList .categoriesItem p {
      text-align: justify;
      color: #212121;
      line-height: 1.38 !important; }

.brochuresSection {
  background-color: #f6f6f6;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .brochuresSection {
      padding-bottom: 40px; } }

.brochuresList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 820px; }
  @media (max-width: 767px) {
    .brochuresList {
      max-width: 100%; } }
  .brochuresList li {
    padding: 0 55px;
    border-left: 1px solid #979797;
    padding-top: 35px;
    width: 50%; }
    @media (max-width: 767px) {
      .brochuresList li {
        width: 100%;
        padding: 15px 0 !important;
        border-left: none;
        border-bottom: 1px solid #eaeaea; } }
    .brochuresList li div {
      position: relative;
      background-image: url("/assets/images/pdf.svg");
      background-repeat: no-repeat;
      background-position: -8px -8px;
      background-size: 60px;
      padding-left: 55px; }
      .brochuresList li div p {
        font-size: 20px !important;
        line-height: normal !important;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: left;
        letter-spacing: -0.5px; }
      .brochuresList li div .downloadBtn {
        color: #4454a5;
        padding: 5px; }
        .brochuresList li div .downloadBtn:after {
          border: none;
          width: 17px;
          height: 17px;
          background-image: url("/assets/images/download-icon-2.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 17px;
          vertical-align: middle; }
    .brochuresList li:nth-child(odd) {
      border-left: none;
      padding-left: 0; }
    .brochuresList li:nth-child(even) {
      padding-right: 0; }
    .brochuresList li:nth-child(1), .brochuresList li:nth-child(2) {
      padding-top: 0; }
    @media (max-width: 767px) {
      .brochuresList li:last-child {
        border-bottom: none; } }

@media (min-width: 768px) {
  .cePageRegiterDates.position-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9990;
    margin: 0;
    padding: 0; }
    .cePageRegiterDates.position-sticky .cePageRegiterBlock {
      padding: 20px 100px;
      padding-bottom: 17px; }
      .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li {
        padding: 0; }
        .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li:before, .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li:after {
          width: 50%; }
        .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li .dotsIcon {
          -webkit-transform: Scale(0.67);
          -moz-transform: Scale(0.67);
          -ms-transform: Scale(0.67);
          -o-transform: Scale(0.67);
          transform: Scale(0.67); }
        .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li h3, .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li .title, .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li .title2, .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li .title3, .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li h4 {
          font-size: 14px;
          line-height: normal;
          font-weight: 600;
          margin: 0; }
        .cePageRegiterDates.position-sticky .cePageRegiterBlock ul li h4 {
          font-weight: 500; } }

.challenges-events-page.no-register .dates-container, .challenges-events-page.no-register .cePageRegiterDates {
  display: none; }

.challenges-events-page.no-register .customConentBlock {
  padding-top: 100px !important; }
  @media (max-width: 767px) {
    .challenges-events-page.no-register .customConentBlock {
      padding-top: 60px !important; } }

.challenges-events-page .register-link .ceRegisterBtn {
  text-align: center;
  transform: translateY(-55%); }
  .challenges-events-page .register-link .ceRegisterBtn .btn {
    font-size: 16px;
    padding: 22px; }

