body {
  margin: 0;
  padding: 0;
  --p-180: 110px;
  --p-150: 80px;
  --p-120: 50px;
  --p-100: 40px;
  --p-50: 20px;
  --p-60: 30px;
  --p-80: 40px;
  --side-container: 0px;
}
@media screen and (min-width: 768px) {
  body {
    --p-50: 30px;
    --p-60: 40px;
    --p-80: 45px;
    --p-100: 50px;
    --p-120: 60px;
    --p-150: 90px;
    --p-180: 120px;
  }
}
@media screen and (min-width: 992px) {
  body {
    --p-50: 35px;
    --p-60: 45px;
    --p-80: 55px;
    --p-100: 62px;
    --p-120: 65px;
    --p-150: 95px;
    --p-180: 125px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --p-50: 40px;
    --p-60: 50px;
    --p-80: 70px;
    --p-100: 80px;
    --p-120: 100px;
    --p-130: 130px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --p-80: 80px;
    --p-120: 120px;
    --p-150: 150px;
    --p-180: 180px;
  }
}
@media screen and (min-width: 1600px) {
  body {
    --p-50: 50px;
    --p-60: 60px;
  }
}
@media screen and (min-width: 768px) {
  body {
    --container-size: 750px;
  }
}
@media screen and (min-width: 992px) {
  body {
    --container-size: 970px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --container-size: 1170px;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.title-text-activity-items .title-text-activity-items-inner {
  padding-top: var(--p-100);
  padding-bottom: var(--p-100);
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .user-logged-in ul.toolbar-menu li a {
    font-size: 12px;
  }
}
.user-logged-in .content-top-outer {
  padding-bottom: 0 !important;
  padding-top: 120px !important;
}
@media screen and (min-width: 768px) {
  .user-logged-in .content-top-outer {
    padding-top: 170px !important;
  }
}
@media screen and (min-width: 1400px) {
  .user-logged-in .content-top-outer {
    padding-top: 140px !important;
  }
}
.user-logged-in .header-outer {
  padding: 0 !important;
}
.user-logged-in .header-outer > div {
  top: 39px !important;
}
@media screen and (min-width: 576px) and (max-width: 700px) {
  .user-logged-in .header-outer > div {
    top: 75px !important;
  }
}
@media screen and (min-width: 768px) {
  .user-logged-in .header-outer > div {
    top: 40px !important;
  }
}
@media screen and (min-width: 976px) and (max-width: 992px) {
  .user-logged-in .header-outer > div {
    top: 120px !important;
  }
}
@media screen and (min-width: 992px) {
  .user-logged-in .header-outer > div {
    top: 120px !important;
  }
}
@media screen and (min-width: 1400px) {
  .user-logged-in .header-outer > div {
    top: 78px !important;
  }
}
.user-logged-in .sticky .main-header {
  top: 0 !important;
}
.user-logged-in.path-user .user-content-top-outer {
  display: block;
  padding-bottom: 0 !important;
  padding-top: 120px !important;
}
@media screen and (min-width: 768px) {
  .user-logged-in.path-user .user-content-top-outer {
    padding-top: 170px !important;
  }
}
@media screen and (min-width: 1400px) {
  .user-logged-in.path-user .user-content-top-outer {
    padding-top: 140px !important;
  }
}

.path-user .user-content-top-outer {
  display: none;
}

.content-top-outer {
  padding: 0 !important;
}

html .user-logged-in.path-frontpage .content-top-outer {
  position: absolute !important;
  padding: 0 !important;
  top: 140px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
  display: none;
}
@media screen and (min-width: 768px) {
  html .user-logged-in.path-frontpage .content-top-outer {
    top: 220px !important;
  }
}
@media screen and (min-width: 992px) {
  html .user-logged-in.path-frontpage .content-top-outer {
    top: 280px !important;
  }
}
@media screen and (min-width: 1400px) {
  html .user-logged-in.path-frontpage .content-top-outer {
    top: 230px !important;
  }
}

@media screen and (max-width: 991.75px) {
  .header-right ul.menu li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-right ul.menu li {
    margin: 0 8px !important;
  }
}
.header-right ul.menu li.menuparent {
  padding-right: 30px !important;
}
@media screen and (min-width: 992px) {
  .header-right ul.menu li.menuparent::after {
    content: "";
    -webkit-mask-image: url("../images/angle-down-svgrepo-com.svg");
            mask-image: url("../images/angle-down-svgrepo-com.svg");
    -webkit-mask-position: center right;
            mask-position: center right;
    -webkit-mask-size: 14px;
            mask-size: 14px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #203164;
    position: absolute;
    width: 15px;
    height: 20px;
    top: 0;
    right: 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
  }
}
@media screen and (min-width: 992px) {
  .header-right ul.menu li.menuparent:hover > a {
    color: #DEAB54 !important;
  }
}
@media screen and (min-width: 992px) {
  .header-right ul.menu li.menuparent:hover::after {
    background-color: #DEAB54;
  }
}
.header-right ul.menu li.menuparent.sfHover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li.menuparent span {
    -webkit-mask-image: url("../images/angle-down-svgrepo-com.svg");
            mask-image: url("../images/angle-down-svgrepo-com.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 14px;
            mask-size: 14px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #ffffff;
    position: absolute;
    width: 15px;
    height: 20px;
    top: 10px;
    right: 0;
    -webkit-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
  }
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li.menuparent.active span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li.menuparent.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 10px !important;
  }
}
.header-right ul.menu li a.menuparent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header-right ul.menu li a.menuparent .sf-sub-indicator {
  display: none;
}
.header-right ul.menu li a.menuparent:hover::after {
  background-color: #DEAB54;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-right ul.menu li ul {
  width: 100% !important;
  background-color: #ffffff;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li ul {
    position: unset;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}
.header-right ul.menu li ul li {
  margin: 0 !important;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li ul li {
    padding: 0 !important;
  }
}
.header-right ul.menu li ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px !important;
}
@media screen and (max-width: 991.75px) {
  .header-right ul.menu li ul li a {
    color: #203164 !important;
  }
}

/* --------------- Choose Your Activity Section Start ----------------- */
.title-text-activity-items {
  position: relative;
  margin-bottom: 80px;
  background-color: #000022;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d1c3f), color-stop(#0c1a3d), color-stop(#091336), color-stop(#0a1639), color-stop(#070e31), color-stop(#030628), color-stop(#010224), color-stop(#000123), to(#000022));
  background-image: linear-gradient(to right, #0d1c3f, #0c1a3d, #091336, #0a1639, #070e31, #030628, #010224, #000123, #000022);
}
@media screen and (min-width: 768px) {
  .title-text-activity-items {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  .title-text-activity-items {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .title-text-activity-items {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1400px) {
  .title-text-activity-items {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1600px) {
  .title-text-activity-items {
    margin-bottom: 172px;
  }
}
.title-text-activity-items::after {
  content: "";
  background-image: url("../images/letter-background3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 95%;
  width: 300px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .title-text-activity-items::after {
    background-size: cover;
    height: 184px;
    width: 500px;
    left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .title-text-activity-items::after {
    width: 700px;
    left: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .title-text-activity-items::after {
    top: 27px;
    left: 93px;
  }
}
.title-text-activity-items .title-text-activity-items-inner {
  position: relative;
  z-index: 1;
}
.title-text-activity-items .title-text-activity-items-inner .title h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  .title-text-activity-items .title-text-activity-items-inner .title h2 {
    font-size: 36px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .text p {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .title-text-activity-items .title-text-activity-items-inner .text p {
    max-width: 55em;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items {
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items {
    padding-top: 53px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item {
    gap: 29px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item {
  background-color: #203164;
  text-align: center;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item {
    width: calc(50% - 7.5px);
  }
}
@media screen and (min-width: 768px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item {
    width: calc(50% - 14.5px);
  }
}
@media screen and (min-width: 992px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item {
    width: calc(33.3333333333% - 19.3333333333px);
  }
}
@media screen and (min-width: 1400px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item {
    padding: 50px 39px 40px 45px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .icon {
  width: 70px;
  height: 98px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .icon {
    width: 108px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .title h3 {
  color: #ffffff;
  margin-bottom: 13px;
  margin-top: 20px;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .link {
  margin-top: 29px;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .link a {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #deab54;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 18px 19px;
  font-size: 13px;
  min-width: 164px;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item .paragraph--type--activity-item .link a:hover {
  background-color: #deab54;
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item:nth-child(1) .icon {
  width: 50px;
}
@media screen and (min-width: 992px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item:nth-child(1) .icon {
    width: 65px;
  }
}
.title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item:nth-child(3) .icon {
  width: 60px;
}
@media screen and (min-width: 992px) {
  .title-text-activity-items .title-text-activity-items-inner .activity-items .field--name-field-activity-item .field--item:nth-child(3) .icon {
    width: 75px;
  }
}

/* --------------- Choose Your Activity Section End ----------------- */
/* -------------- Text Fliper Section Start ----------------- */
.bar-text-image.type-2 {
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .bar-text-image.type-2 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .bar-text-image.type-2 {
    margin-bottom: 118px;
  }
}
.bar-text-image.type-2 .field--name-field-link a {
  background-color: transparent;
  color: #ffffff;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 18px 19px;
  font-size: 13px;
  min-width: 164px;
  background-color: #203164;
}

/* -------------- Text Fliper Section End ----------------- */
/* --------------------------- Blind test page Start ----------------- */
.text-image-fliper .image-outer .video-wrap,
.image-text-fliper .image-outer .video-wrap {
  height: 100%;
}
.text-image-fliper .image-outer .video-wrap .video,
.image-text-fliper .image-outer .video-wrap .video {
  height: 100%;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn {
  height: 100%;
  position: relative;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video {
  height: 100%;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube img,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube img {
  width: 100%;
  height: 100%;
  margin-right: -100%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube iframe,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-youtube-video .video-embed-field-provider-youtube iframe {
  width: 100%;
  height: 100%;
  display: block !important;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button {
    width: 120px;
    height: 120px;
    border: 8px solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button {
    width: 150px;
    height: 150px;
    border: 10px solid #ffffff;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button {
    width: 178px;
    height: 178px;
  }
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button::after,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .play-button::after {
  content: "";
  background-image: url("../images/play-svgrepo-com.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 992px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button {
    width: 120px;
    height: 120px;
    border: 8px solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button {
    width: 150px;
    height: 150px;
    border: 10px solid #ffffff;
  }
}
@media screen and (min-width: 1400px) {
  .text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button,
  .image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button {
    width: 178px;
    height: 178px;
  }
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button::after,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .controls-wrapper-youtube-buttons .pause-button::after {
  content: "";
  background-image: url("../images/pause-svgrepo-com.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-mp4-video,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-mp4-video {
  width: 100%;
  height: 100%;
}
.text-image-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-mp4-video video,
.image-text-fliper .image-outer .video-wrap .video .play-pause-btn .field--name-field-mp4-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-image-fliper .image-outer .video-wrap .video.yt-playing .video-embed-field-provider-youtube img,
.image-text-fliper .image-outer .video-wrap .video.yt-playing .video-embed-field-provider-youtube img {
  opacity: 0;
  visibility: hidden;
}
.text-image-fliper .image-outer .video-wrap .video.yt-playing .controls-wrapper-youtube-buttons .play-button,
.image-text-fliper .image-outer .video-wrap .video.yt-playing .controls-wrapper-youtube-buttons .play-button {
  opacity: 0;
  visibility: hidden;
}
.text-image-fliper .caption-wrapper.type-2 .field--name-field-link span {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #deab54;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 18px 19px;
  font-size: 13px;
  min-width: 164px;
  margin-top: 20px;
  cursor: pointer;
}
.text-image-fliper .caption-wrapper.type-2 .field--name-field-link span:hover {
  background-color: #deab54;
}

.image-text-fliper .bg-primary.bg-yellow {
  background-color: #DEAB54;
  background-image: unset;
}
.image-text-fliper .bg-primary.bg-yellow::after {
  left: 0;
  right: unset;
  background-image: url("../images/foooo-ormidable.png");
  background-position: bottom -50px left 0;
  background-size: 90%;
}
.image-text-fliper .caption-wrapper.type-2 .field--name-field-link span {
  background-color: transparent;
  color: #ffffff;
  margin-top: 30px;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 18px 19px;
  font-size: 13px;
  min-width: 164px;
  background-color: #203164;
  cursor: pointer;
}
.image-text-fliper.type-2 {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .image-text-fliper.type-2 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-fliper.type-2 {
    margin-top: 118px;
  }
}

/* --------------------------- Blind test page End   ----------------- *//*# sourceMappingURL=new.css.map */