/*!--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body.modal-open {
  overflow: hidden; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.items-center {
  align-items: center; }

.site-content .ast-container {
  max-width: 100%; }
.site-content .ast-article-post, .site-content .ast-article-single {
  padding: 0;
  background: 0; }
.site-content .wp-caption {
  padding: 10px;
  background: #fff;
  border: solid;
  border-color: #eaeaea;
  border-radius: 10px; }
  .site-content .wp-caption .wp-caption-text {
    margin: 0;
    font-size: .8em;
    padding: .5rem; }
.site-content .fl-row-full-width > .fl-row-content-wrap {
  padding-top: 0; }

@-webkit-keyframes wobble-hor-bottom {
  0%,
        100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
@keyframes wobble-hor-bottom {
  0%,
        100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg); }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg); }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg); }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg); }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg); } }
.page-template-page-challenge .blink-1 {
  -webkit-animation: blink-1 .9s 3s infinite both;
  animation: blink-1 .9s 3s infinite both; }
@-webkit-keyframes blink-1 {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@keyframes blink-1 {
  0% {
    opacity: 1; }
  50% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@-webkit-keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1; } }
@keyframes scale-out-left {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    opacity: 1; } }
.page-template-page-challenge.ie11 .track__roadmap .road {
  min-height: 2143px; }
.page-template-page-challenge .site-content {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .page-template-page-challenge .site-content > .container {
    max-width: 100%;
    padding: 0; }
  .page-template-page-challenge .site-content .site-content-grid > * {
    flex: auto; }
  .page-template-page-challenge .site-content .course-banner {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .page-template-page-challenge .site-content .course-banner img {
      width: 100%;
      height: 664px;
      object-fit: cover;
      object-position: center bottom; }
  .page-template-page-challenge .site-content .bb-courses-header .bb-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #00223C; }
.page-template-page-challenge .hero {
  padding-top: 85px;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
  background: url("../img/bg-wave.png") no-repeat bottom center/100%;
  width: 100%; }
  @media only screen and (max-width: 1024px) {
    .page-template-page-challenge .hero {
      padding-top: 50px;
      padding-bottom: 100px; } }
  @media only screen and (max-width: 1024px) {
    .page-template-page-challenge .hero {
      padding-bottom: 0; } }
  .page-template-page-challenge .hero__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto; }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .hero__inner {
        text-align: center; } }
    .page-template-page-challenge .hero__inner-text {
      width: 50%;
      padding: 46px 44px 40px 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 1024px) {
        .page-template-page-challenge .hero__inner-text {
          padding-right: 0; } }
      @media only screen and (max-width: 901px) {
        .page-template-page-challenge .hero__inner-text {
          width: 100%;
          text-align: center; } }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .hero__inner-text {
          padding: 0 0 40px;
          text-align: center; } }
    .page-template-page-challenge .hero__inner-img {
      width: 50%;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 901px) {
        .page-template-page-challenge .hero__inner-img {
          width: 100%; } }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .hero__inner-img {
          margin-bottom: -50px; } }
      .page-template-page-challenge .hero__inner-img img {
        width: 100%; }
        @media only screen and (max-width: 901px) {
          .page-template-page-challenge .hero__inner-img img {
            max-width: 400px;
            margin: 0 auto; } }
    .page-template-page-challenge .hero__inner-btn--wrapper {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .hero__inner-btn--wrapper {
          align-items: flex-start;
          flex-direction: column; } }
    .page-template-page-challenge .hero__inner .btn-start {
      background: linear-gradient(90deg, #FA9847 0%, #FF5A60 100%);
      border-radius: 100px;
      max-width: 320px;
      height: 60px;
      width: 100%;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.1em;
      color: #FFFFFF;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 901px) {
        .page-template-page-challenge .hero__inner .btn-start {
          margin: 0 auto; } }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .hero__inner .btn-start {
          width: 100%;
          margin-bottom: 10px;
          justify-content: center; } }
      .page-template-page-challenge .hero__inner .btn-start svg {
        margin-right: 13px; }
    .page-template-page-challenge .hero__inner .btn--browse {
      font-family: "Poppins";
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      padding: 18px 40px;
      background: #487DC0;
      border-radius: 100px;
      white-space: nowrap; }
  .page-template-page-challenge .hero h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.2em;
    color: #554FD3;
    margin: 0; }
    @media only screen and (max-width: 901px) {
      .page-template-page-challenge .hero h2 {
        font-size: 20px; } }
  .page-template-page-challenge .hero h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 90px;
    text-transform: capitalize;
    color: #151A27;
    margin: 0 0 10px; }
    @media only screen and (max-width: 1024px) {
      .page-template-page-challenge .hero h1 {
        font-size: 45px;
        line-height: 1.2; } }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .hero h1 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        color: #00223C; } }
  .page-template-page-challenge .hero p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    color: #67676F; }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .hero p {
        font-size: 18px;
        line-height: 1.5; } }
.page-template-page-challenge .track {
  background: url("../img/bgcontent.png") repeat;
  padding-bottom: 120px; }
  @media only screen and (max-width: 601px) {
    .page-template-page-challenge .track {
      padding-top: 150px;
      padding-bottom: 50px; } }
  .page-template-page-challenge .track__inner {
    max-width: 1400px;
    margin: 0 auto; }
    @media only screen and (max-width: 1024px) {
      .page-template-page-challenge .track__inner {
        zoom: .8; } }
    @media only screen and (max-width: 768px) {
      .page-template-page-challenge .track__inner {
        zoom: .6; } }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .track__inner {
        zoom: 1; } }
  .page-template-page-challenge .track__path {
    position: relative;
    padding: 220px 0 260px; }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .track__path {
        padding-top: 0;
        padding-bottom: 0; } }
    .page-template-page-challenge .track__path--modules {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0; }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .track__path--modules {
          position: relative; } }
    .page-template-page-challenge .track__path--item {
      position: absolute;
      filter: grayscale(100%);
      cursor: pointer; }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .track__path--item {
          position: relative;
          top: auto !important;
          left: auto !important;
          right: auto !important;
          bottom: auto !important;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 260px; }
          .page-template-page-challenge .track__path--item::before {
            content: "";
            width: 20px;
            height: 220px;
            position: absolute;
            background: #554FD3;
            bottom: -240px; }
          .page-template-page-challenge .track__path--item::after {
            content: "";
            width: 20px;
            height: 220px;
            position: absolute;
            background: #D7E2F5;
            bottom: -240px;
            max-height: 220px;
            transition: max-height 0.15s ease-out; } }
      .page-template-page-challenge .track__path--item.active {
        filter: grayscale(0); }
        .page-template-page-challenge .track__path--item.active .here {
          display: flex; }
        .page-template-page-challenge .track__path--item.active .blinkers {
          display: block; }
      .page-template-page-challenge .track__path--item.completed {
        filter: grayscale(0); }
        .page-template-page-challenge .track__path--item.completed .here {
          display: flex;
          -webkit-animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: scale-out-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
        .page-template-page-challenge .track__path--item.completed .checkmark {
          display: block; }
        .page-template-page-challenge .track__path--item.completed .blinkers {
          display: none; }
        .page-template-page-challenge .track__path--item.completed::after {
          max-height: 0;
          transition: max-height 0.25s ease-in; }
      .page-template-page-challenge .track__path--item .here {
        display: none;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -85px;
        left: -50px;
        width: 155px;
        height: 54px;
        background: #03244E;
        border-radius: 10px;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        z-index: 2;
        -webkit-animation: wobble-hor-bottom 5s infinite both;
        animation: wobble-hor-bottom 5s infinite both; }
        @media only screen and (max-width: 601px) {
          .page-template-page-challenge .track__path--item .here {
            left: 0; } }
        .page-template-page-challenge .track__path--item .here svg {
          position: absolute;
          bottom: -18px;
          right: 24px; }
      .page-template-page-challenge .track__path--item .blinkers {
        display: none;
        min-width: 387px;
        position: absolute;
        top: -110px;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: none; }
      .page-template-page-challenge .track__path--item__inner {
        position: relative; }
        @media only screen and (max-width: 601px) {
          .page-template-page-challenge .track__path--item__inner {
            text-align: center; } }
        .page-template-page-challenge .track__path--item__inner > img {
          pointer-events: none; }
        .page-template-page-challenge .track__path--item__inner > h2 {
          position: absolute;
          text-align: center;
          font-family: "Poppins";
          font-style: normal;
          font-weight: 500;
          font-size: 24px;
          line-height: 36px;
          margin: 20px 0 0;
          color: #151A27;
          width: 100%; }
          @media only screen and (max-width: 601px) {
            .page-template-page-challenge .track__path--item__inner > h2 {
              position: relative; } }
      .page-template-page-challenge .track__path--item:first-child {
        top: 2%;
        left: 0; }
      .page-template-page-challenge .track__path--item:nth-child(2) {
        top: 5%;
        left: 50%; }
      .page-template-page-challenge .track__path--item:nth-child(3) {
        right: 2%;
        top: 25%; }
      .page-template-page-challenge .track__path--item:nth-child(4) {
        top: 25%;
        left: 30%; }
      .page-template-page-challenge .track__path--item:nth-child(5) {
        top: 45%;
        left: 2%; }
      .page-template-page-challenge .track__path--item:nth-child(6) {
        top: 45%;
        left: 50%; }
      .page-template-page-challenge .track__path--item:nth-child(7) {
        top: 65%;
        right: 2%; }
      .page-template-page-challenge .track__path--item:nth-child(8) {
        top: 65%;
        left: 30%; }
      .page-template-page-challenge .track__path--item .btn-starthere {
        width: 210px;
        height: 60px;
        background: linear-gradient(90deg, #FA9847 0%, #FF5A60 100%);
        border-radius: 100px;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        color: #FFFFFF;
        position: absolute;
        top: 55%;
        left: 45%;
        transform: translate(-50%, -50%);
        border: 0; }
        .page-template-page-challenge .track__path--item .btn-starthere::before, .page-template-page-challenge .track__path--item .btn-starthere::after {
          background: #fff;
          content: "";
          width: 100%;
          height: 20px;
          display: block;
          position: absolute;
          top: -20px;
          left: 0; }
        .page-template-page-challenge .track__path--item .btn-starthere::after {
          top: auto;
          bottom: -20px; }
      .page-template-page-challenge .track__path--item .checkmark {
        display: none; }
        .page-template-page-challenge .track__path--item .checkmark::before {
          content: "";
          width: calc(100% - 10px);
          height: 76%;
          display: block;
          position: absolute;
          top: 58%;
          transform: translate(-50%, -50%);
          left: 50%;
          background: rgba(255, 255, 255, 0.75); }
          @media only screen and (max-width: 601px) {
            .page-template-page-challenge .track__path--item .checkmark::before {
              top: 50%;
              height: calc(100% - 130px); } }
        .page-template-page-challenge .track__path--item .checkmark svg {
          background: #554FD3;
          width: 100px;
          height: 100px;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .page-template-page-challenge .track__path--item .checkmark svg.animate path {
            animation: dash 0.75s linear both;
            animation-delay: 0.5s; }
@keyframes dash {
  0% {
    stroke-dashoffset: 210; }
  75% {
    stroke-dashoffset: -220; }
  100% {
    stroke-dashoffset: -205; } }
  .page-template-page-challenge .track__final {
    position: absolute;
    bottom: 2%; }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .track__final {
        position: relative;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    .page-template-page-challenge .track__final.active .blinkers {
      display: block; }
    .page-template-page-challenge .track__final.active .congrats {
      display: block; }
    .page-template-page-challenge .track__final .blinkers {
      position: absolute;
      top: -110px;
      left: 50%;
      transform: translateX(-50%);
      display: none;
      min-width: 387px;
      pointer-events: none; }
    .page-template-page-challenge .track__final .congrats {
      display: none;
      width: 398px;
      border-radius: 10px;
      background: #03244E;
      padding: 30px 45px;
      position: absolute;
      right: -340px;
      top: -190px;
      z-index: 5; }
      @media only screen and (max-width: 601px) {
        .page-template-page-challenge .track__final .congrats {
          position: relative;
          right: auto;
          top: auto;
          margin-top: 60px; }
          .page-template-page-challenge .track__final .congrats::after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(3, 36, 78, 0);
            border-bottom-color: #03244E;
            border-width: 30px;
            margin-left: -30px; } }
      .page-template-page-challenge .track__final .congrats h2 {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 0 0 5px; }
      .page-template-page-challenge .track__final .congrats p {
        font-family: "Poppins";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 0 0 23px; }
      .page-template-page-challenge .track__final .congrats a {
        max-width: 320px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
        background: linear-gradient(90deg, #FA9847 0%, #FF5A60 100%);
        border-radius: 100px;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF; }
      .page-template-page-challenge .track__final .congrats svg {
        position: absolute;
        bottom: -43px;
        left: 52px; }
        @media only screen and (max-width: 601px) {
          .page-template-page-challenge .track__final .congrats svg {
            display: none; } }
  .page-template-page-challenge .track__roadmap {
    padding: 0 170px;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 601px) {
      .page-template-page-challenge .track__roadmap {
        display: none; } }
    .page-template-page-challenge .track__roadmap .road path {
      fill: #D7E2F5;
      transition: .5s all ease; }
      .page-template-page-challenge .track__roadmap .road path.active {
        fill: #554FD3; }

.page-template-page-lesson .site-content {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .page-template-page-lesson .site-content > .container {
    max-width: 100%;
    padding: 0; }
  .page-template-page-lesson .site-content .site-content-grid > * {
    flex: auto; }
  .page-template-page-lesson .site-content .course-banner {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute; }
    .page-template-page-lesson .site-content .course-banner img {
      width: 100%;
      height: 664px;
      object-fit: cover;
      object-position: center bottom; }
  .page-template-page-lesson .site-content .bb-courses-header .bb-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #00223C; }
.page-template-page-lesson .challenge__lesson .bgbanner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; 
  display: none;
  }
  .page-template-page-lesson .challenge__lesson .bgbanner img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: bottom center; }
.page-template-page-lesson .challenge__lesson--inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 52px 20px 140px; }
.page-template-page-lesson .challenge__lesson .btn-back {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #151A27;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px; }
  @media only screen and (max-width: 601px) {
    .page-template-page-lesson .challenge__lesson .btn-back {
      margin-bottom: 37px; } }
  .page-template-page-lesson .challenge__lesson .btn-back svg {
    margin-right: 10px; }
.page-template-page-lesson .challenge__lesson--text {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto; }
  .page-template-page-lesson .challenge__lesson--text h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #151A27;
    margin: 0 0 20px; }
    @media only screen and (max-width: 601px) {
      .page-template-page-lesson .challenge__lesson--text h1 {
        font-family: "Poppins";
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        text-align: center;
        text-transform: capitalize;
        color: #151A27; } }
  .page-template-page-lesson .challenge__lesson--text ul {
	  text-align: left;
  }
  .page-template-page-lesson .challenge__lesson--text p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #67676F;
    max-width: 1002px;
    }
  .page-template-page-lesson .challenge__lesson--text .video-container {
    margin: 60px auto; }
    @media only screen and (max-width: 601px) {
      .page-template-page-lesson .challenge__lesson--text .video-container {
        margin: 40px auto; } }
  .page-template-page-lesson .challenge__lesson--text .btn {
    max-width: 320px;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #FA9847 0%, #FF5A60 100%);
    border-radius: 100px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .page-template-page-lesson .challenge__lesson--text .btn svg {
      margin-right: 15px; }

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

#congratsModal .modal-content {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: auto auto 50px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 34, 60, 0.1);
  border-radius: 15px;
  text-align: center; }

#congratsModal .close {
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 10;
  cursor: pointer; }

#congratsModal .congrats {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 43px; }

@media only screen and (max-width: 601px) {
  #congratsModal .congrats {
    padding-bottom: 30px; } }
@media only screen and (max-width: 601px) {
  #congratsModal .congrats > img {
    width: 133px; } }
#congratsModal .congrats h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #554FD3;
  margin: 17px auto 9px; }

@media only screen and (max-width: 601px) {
  #congratsModal .congrats h2 {
    font-size: 24px;
    line-height: 36px; } }
#congratsModal .congrats p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223C;
  margin: 0 auto 30px; }

@media only screen and (max-width: 601px) {
  #congratsModal .congrats p {
    font-size: 13px;
    line-height: 19px; } }
#congratsModal .congrats .btn-dl {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #FA9847 0%, #FF5A60 100%);
  border-radius: 100px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 601px) {
    #congratsModal .congrats .btn-dl {
      font-size: 14px; } }

#congratsModal .congrats-footer {
  background: #EBF2FA;
  border-radius: 0px 0px 15px 15px;
  padding: 30px 20px 33px; }

#congratsModal .congrats-footer p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #00223C;
  margin: 0 auto 25px; }

@media only screen and (max-width: 601px) {
  #congratsModal .congrats-footer p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 15px; } }
#congratsModal .share-btn {
  max-width: 540px;
  margin: 0 auto; }

@media only screen and (max-width: 601px) {
  #congratsModal .share-btn {
    flex-direction: column; } }
#congratsModal .share-btn > a {
  height: 54px;
  width: calc(50% - 10px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  white-space: nowrap; }

@media only screen and (max-width: 601px) {
  #congratsModal .share-btn > a {
    width: 100%;
    margin-bottom: 12px; }

  #congratsModal .share-btn > a:last-child {
    margin-bottom: 0; } }
#congratsModal .share-btn > a svg {
  margin-right: 20px; }

#congratsModal .share-btn > a.btn-fb {
  background: #00539E;
  border-radius: 6px; }

#congratsModal .share-btn > a.btn-twitter {
  background: #2BA9E1;
  border-radius: 6px; }

footer.footer-bottom {
  background: #03244E;
  padding: 60px 0 35px !important; }
  footer.footer-bottom.bb-footer .footer-socials a {
    color: #fff; }
  footer.footer-bottom.bb-footer .footer-socials i {
    font-size: 30px; }
  footer.footer-bottom .footer-logo-wrap {
    margin-bottom: 0; }
footer .footer-full {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  border-top: 1px solid #fff;
  padding-top: 37px; }
  footer .footer-full .copyright {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #D7E2F5; }
@media only screen and (max-width: 601px) {
  footer .footer-loto img {
    max-width: 260px; } }
