@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.steps_layout {
  position: relative;
  width: 100%;
  min-height: 1318px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 104px; }
  .steps_layout__blue-rec {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00366a; }
    .steps_layout__blue-rec img {
      object-fit: cover; }
  .steps_layout__left-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .steps_layout__right-image-top {
    position: absolute;
    right: 0;
    top: 0;
    display: none; }
  .steps_layout__right_bottom_image {
    position: absolute;
    right: -110px;
    height: 546px;
    width: 400px;
    bottom: 0;
    object-fit: contain;
    transform: translateY(22%); }
  .steps_layout__title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 59px;
    font-weight: 700;
    line-height: 47px;
    font-family: "carish"; }
  .steps_layout__prize-image {
    position: absolute;
    z-index: 3;
    width: 431px;
    height: 431px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); }
  .steps_layout__content {
    position: relative;
    z-index: 1;
    width: 565px;
    margin-top: 100px; }
    .steps_layout__content .text-1 {
      z-index: 1;
      color: #fff;
      text-align: center;
      font-size: 28px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 20px;
      font-family: "carish"; }
    .steps_layout__content .bold-text {
      z-index: 1;
      color: #fff;
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      line-height: 32px;
      width: 565px;
      font-family: "carish";
      color: #009fe3; }
  .steps_layout__steps-container {
    position: relative;
    z-index: 1;
    margin-top: 73px;
    margin-bottom: 70px; }
    .steps_layout__steps-container .experience-region {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      row-gap: 60px;
      column-gap: 150px;
      margin-inline: 200px; }
      .steps_layout__steps-container .experience-region > :nth-child(even) {
        padding-top: 70px; }
  .steps_layout__step {
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
    .steps_layout__step .step-image {
      min-width: 81px;
      height: 123px; }
      .steps_layout__step .step-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: top; }
    .steps_layout__step p.text-1 {
      font-size: 28px;
      font-weight: 300;
      width: 350px !important;
      color: white;
      line-height: 32px;
      padding-top: 15px;
      text-align: start;
      font-family: "carish"; }
  @media screen and (max-width: 1700px) {
    .steps_layout__steps-container .experience-region {
      margin-inline: 0; } }
  @media screen and (max-width: 768px) {
    .steps_layout {
      z-index: 10;
      padding-inline: 30px;
      padding-top: 0;
      min-height: 1280px; }
      .steps_layout__blue-rec {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00366a; }
      .steps_layout__left-image {
        display: none; }
      .steps_layout__right-image-top {
        position: absolute;
        right: -50px;
        top: 211px;
        display: block;
        width: 182px;
        height: 120px;
        object-fit: contain; }
      .steps_layout__right_bottom_image {
        position: absolute;
        right: -50px;
        height: 273px;
        width: 200px;
        bottom: 0;
        object-fit: contain;
        transform: translateY(22%); }
      .steps_layout__content {
        position: relative;
        z-index: 1;
        width: 100%;
        margin-top: 0; }
        .steps_layout__content .text-1 {
          width: 100%;
          font-size: 19px;
          line-height: 21px; }
        .steps_layout__content .bold-text {
          font-size: 31px;
          line-height: 31px;
          width: 100%; }
      .steps_layout__prize-image {
        z-index: 6;
        margin-top: unset;
        width: 226px;
        height: 213px; }
      .steps_layout__steps-container {
        position: relative;
        z-index: 1;
        margin-top: 73px;
        margin-bottom: 70px;
        padding-bottom: 40px;
        border-bottom: 0.5px solid #d0ad67; }
        .steps_layout__steps-container .experience-region {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-inline: unset;
          width: 100%;
          row-gap: 30px; }
          .steps_layout__steps-container .experience-region > :nth-child(even) {
            padding-top: unset; }
      .steps_layout__step {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        padding-inline: 20px; }
        .steps_layout__step .step-image {
          min-width: 45px;
          height: 62px; }
          .steps_layout__step .step-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: top; }
        .steps_layout__step p.text-1 {
          font-size: 19px !important;
          font-weight: 400;
          width: 100% !important;
          color: white;
          line-height: 21px !important;
          padding-top: 15px;
          text-align: center; } }
