@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("../fonts/AlteHaasGroteskRegular.eot");
  src: url("../fonts/AlteHaasGroteskRegular.woff2") format("woff2"), url("../fonts/AlteHaasGroteskRegular.woff") format("woff"), url("../fonts/AlteHaasGroteskRegular.ttf") format("truetype"), url("../fonts/AlteHaasGroteskRegular.svg#Alte Haas Grotesk") format("svg");
  font-family: normal;
}
@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("../fonts/AlteHaasGroteskBold.eot");
  src: url("../fonts/AlteHaasGroteskBold.woff2") format("woff2"), url("../fonts/AlteHaasGroteskBold.woff") format("woff"), url("../fonts/AlteHaasGroteskBold.ttf") format("truetype"), url("../fonts/AlteHaasGroteskBold.svg#Alte Haas Grotesk") format("svg");
  font-family: bold;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica Bold") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica Bold.ttf") format("truetype");
  src: url("../fonts/Helvetica Bold.woff2") format("woff2"), url("../fonts/Helvetica Bold.woff") format("woff"), url("../fonts/Helvetica Bold.ttf") format("truetype"), url("../fonts/Helvetica Bold.svg#Helvetica Bold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica Neue/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/Helvetica Neue/HelveticaNeue-Light.woff") format("woff"), url("../fonts/Helvetica Neue/HelveticaNeue-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica Neue/HelveticaNeue-Italic.woff2") format("woff2"), url("../fonts/Helvetica Neue/HelveticaNeue-Italic.woff") format("woff"), url("../fonts/Helvetica Neue/HelveticaNeue-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica Neue/HelveticaNeue.woff2") format("woff2"), url("../fonts/Helvetica Neue/HelveticaNeue.woff") format("woff"), url("../fonts/Helvetica Neue/HelveticaNeue.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica Neue/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/Helvetica Neue/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/Helvetica Neue/HelveticaNeue-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/Helvetica Neue/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/Helvetica Neue/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/Helvetica Neue/HelveticaNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
button:focus {
  outline: none;
}

html {
  background: #e6e6e6;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #F0F0F0;
  -webkit-overflow-scrolling: touch;
  font-family: "Helvetica";
  overflow-x: hidden;
}

body {
  overflow-y: hidden;
  min-height: -webkit-fill-available;
  max-width: 1536px;
  margin: 0 auto;
}

html {
  max-width: 1920px;
  margin: 0px auto;
  background: #F2F2F2;
  overflow-x: hidden;
  height: -webkit-fill-available;
}

a:hover, a:focus {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Alte Haas Grotesk";
}

p, li, label {
  font-family: "Helvetica";
}

h1 {
  color: #030303;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.barContainer {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999;
  background: #0112C2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Helvetica";
}

.loading-container {
  width: 140px;
  height: 80px;
}

.loading-container:after {
  content: "Loading";
  display: block;
  text-align: center;
  -webkit-animation: load 1s alternate infinite ease-in-out;
          animation: load 1s alternate infinite ease-in-out;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.loading-container div {
  width: 20px;
  background: #fff;
  display: inline-block;
  margin: 0 1px;
}

.first-layer {
  height: 100%;
  -webkit-animation: line1 1s alternate infinite ease-in-out;
          animation: line1 1s alternate infinite ease-in-out;
}

.second-layer {
  height: 80%;
  -webkit-animation: line1 1s alternate infinite ease-in-out;
          animation: line1 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.third-layer {
  height: 60%;
  -webkit-animation: line1 1s alternate infinite ease-in-out;
          animation: line1 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.fourth-layer {
  height: 40%;
  -webkit-animation: line1 1s alternate infinite ease-in-out;
          animation: line1 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.last-layer {
  height: 40%;
  -webkit-animation: line1 1s alternate infinite ease-in-out;
          animation: line1 1s alternate infinite ease-in-out;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.last-layer2 {
  opacity: 0.5;
  height: 100%;
  width: 0px !important;
}

@-webkit-keyframes line1 {
  from {
    height: 100%;
  }
  to {
    height: 0%;
    background: transparent;
  }
}

@keyframes line1 {
  from {
    height: 100%;
  }
  to {
    height: 0%;
    background: transparent;
  }
}
@-webkit-keyframes load {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes load {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.navbar {
  background: #fff;
}
.navbar .navbar-brand img {
  width: 170px;
  max-width: 170px;
  margin-left: 20px;
}

@media (max-width: 430px) {
  .navbar .navbar-brand {
    padding: 0 12px;
    width: calc(100% - 258px);
  }
  .navbar .navbar-brand img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 390px) {
  .navbar .navbar-brand {
    padding: 0 0 0 6px;
  }
}
@media (max-width: 360px) {
  .navbar .navbar-brand {
    padding: 0 0 0 6px;
    width: calc(100% - 238px);
  }

  .navbar .buttons {
    width: auto;
  }
}
.header_bg {
  background-image: url(../images/glocoach_redesign/egility_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 88px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20vh;
  padding-left: 20vw;
}
.header_bg h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 120%;
  color: #0222D8;
  margin-bottom: 20px;
}
.header_bg p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  color: #0222D8;
  margin-bottom: 45px;
}
.header_bg .custom-button {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
}
.header_bg .custom-button > div {
  width: calc(100% - 20px);
  justify-content: center;
  text-align: center;
}

.dilemma_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.dilemma_container .content_box {
  padding: 60px 0 60px 46%;
}
.dilemma_container .content_box h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}
.dilemma_container .content_box p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #4F4747;
  margin-bottom: 0;
}
.dilemma_container .content_box p:not(:last-of-type) {
  margin-bottom: 20px;
}
.dilemma_container .state_box {
  background: #fff;
  padding: 60px 70px 120px;
  margin-top: -60px;
  margin-bottom: 60px;
}
.dilemma_container .state_box h6 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: #333333;
  position: relative;
}
.dilemma_container .state_box h6:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 60px;
  background: #000;
  bottom: -30px;
  left: 0;
}
.dilemma_container .state_box img {
  margin-top: 50px;
}

.drive_container {
  background: #0222D8;
  padding: 50px 19% 100px;
  color: #f2f2f2;
}
.drive_container .title_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
  padding-left: 20px;
}
.drive_container .title_box .percentage_container {
  width: 295px;
  height: 295px;
  background: rgba(22, 22, 22, 0.3);
  border-radius: 50%;
  padding: 20px;
  position: relative;
}
.drive_container .title_box .percentage_container svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.drive_container .title_box .percentage_container .progress-bar__progress {
  fill: none;
  stroke: #55F9EA;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-width: 1;
}
.drive_container .title_box .percentage_container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.drive_container .title_box .percentage_container .content h2 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.drive_container .title_box .percentage_container .content h2 span:nth-child(2) {
  font-size: 30px;
}
.drive_container .title_box .percentage_container .content p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #F2F2F2;
  margin-bottom: 0;
}
.drive_container .title_box .title {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #F2F2F2;
  padding-top: 60px;
}
.drive_container .detial_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.drive_container .detial_list .detail_box {
  position: relative;
}
.drive_container .detial_list .detail_box::before {
  content: url("../images/Close_CTA_white.png");
  position: absolute;
  left: -16px;
}
.drive_container .detial_list .detail_box h6 {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #F2F2F2;
}
.drive_container .detial_list .detail_box p {
  font-family: "Helvetica Neue";
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #F2F2F2;
  margin-bottom: 0;
}

.workshop_container {
  padding: 100px 19%;
}
.workshop_container h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0;
}
.workshop_container h2 + p {
  margin-bottom: 50px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #4F4747;
  margin-top: 20px;
}
.workshop_container video {
  width: 100%;
  margin-bottom: 60px;
}
.workshop_container ul {
  list-style: none;
  padding: 0;
  margin-top: 100px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.workshop_container ul li img {
  margin: 0 auto 30px;
  display: block;
}
.workshop_container ul li p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #4F4747;
  margin-bottom: 0;
}

.learn_more_container {
  background: #0222D8;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 120px;
}
.learn_more_container h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.learn_more_container p {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.learn_more_container .custom-button {
  color: #0222D8;
  background: #fff;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
}
.learn_more_container .custom-button > div {
  width: calc(100% - 20px);
  justify-content: center;
  text-align: center;
}
.learn_more_container .custom-button svg {
  fill: #0222D8;
}

@media (max-width: 1366px) {
  .dilemma_container .content_box {
    padding: 60px 0 60px 40%;
  }

  .drive_container {
    padding: 50px 17% 100px;
  }

  .workshop_container {
    padding: 100px 17%;
  }
}
@media (max-width: 1280px) {
  .dilemma_container .content_box {
    padding: 60px 0 60px 36%;
  }

  .drive_container {
    padding: 50px 15% 100px;
  }

  .workshop_container {
    padding: 100px 15%;
  }
}
@media (max-width: 1030px) {
  .header_bg {
    padding-left: 9.5vw;
  }
  .header_bg h1 {
    font-size: 60px;
  }

  .dilemma_container {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .dilemma_container .content_box {
    padding: 40px 0 40px 20%;
  }
  .dilemma_container .content_box h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .drive_container {
    padding: 40px 6% 70px;
  }

  .workshop_container {
    padding: 50px 6%;
  }
  .workshop_container video {
    margin-bottom: 40px;
  }
  .workshop_container h2 {
    font-size: 36px;
  }
  .workshop_container h2 + p {
    margin-bottom: 40px;
  }
  .workshop_container ul {
    margin-top: 70px;
  }

  .learn_more_container {
    padding: 60px 0 80px;
  }
  .learn_more_container h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .header_bg {
    padding-left: 4vw;
  }
  .header_bg h1 {
    font-size: 56px;
  }
  .header_bg p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .dilemma_container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .dilemma_container .content_box {
    padding: 30px 0 30px 8%;
  }
  .dilemma_container .content_box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dilemma_container .content_box p {
    font-size: 16px;
  }
  .dilemma_container .state_box {
    background: #fff;
    padding: 40px 30px 110px;
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .drive_container {
    padding: 40px 4% 50px;
  }
  .drive_container .title_box {
    margin-bottom: 40px;
    padding-left: 10px;
  }
  .drive_container .title_box .percentage_container {
    width: 250px;
    height: 250px;
    padding: 10px;
  }
  .drive_container .title_box .title {
    font-size: 32px;
    padding-top: 40px;
  }
  .drive_container .detial_list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .drive_container .detial_list .detail_box h6 {
    font-size: 16px;
  }
  .drive_container .detial_list .detail_box p {
    font-size: 14px;
  }

  .workshop_container {
    padding: 40px 4%;
  }
  .workshop_container video {
    margin-bottom: 30px;
  }
  .workshop_container h2 {
    font-size: 30px;
  }
  .workshop_container h2 + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .workshop_container ul {
    margin-top: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .workshop_container ul li p {
    font-size: 16px;
  }

  .learn_more_container {
    padding: 40px 0 50px;
  }
  .learn_more_container h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .learn_more_container p {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .header_bg {
    padding-left: 4vw;
    padding-bottom: 12vh;
  }
  .header_bg h1 {
    font-size: 56px;
  }
  .header_bg p {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .dilemma_container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .dilemma_container .content_box {
    padding: 30px 0 30px 8%;
  }
  .dilemma_container .content_box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dilemma_container .content_box p {
    font-size: 16px;
  }
  .dilemma_container .state_box {
    background: #fff;
    padding: 40px 30px 110px;
    margin-top: 0;
    margin: 0 20px 40px;
    padding-bottom: 50px;
  }

  .drive_container {
    padding: 40px 4% 50px;
  }
  .drive_container .title_box {
    grid-template-columns: 1fr;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .drive_container .title_box .percentage_container {
    width: 230px;
    height: 230px;
    padding: 10px;
  }
  .drive_container .title_box .title {
    font-size: 32px;
    padding-top: 30px;
  }
  .drive_container .detial_list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 0 10px;
  }
  .drive_container .detial_list .detail_box h6 {
    font-size: 16px;
  }
  .drive_container .detial_list .detail_box p {
    font-size: 14px;
  }

  .workshop_container {
    padding: 40px 4%;
  }
  .workshop_container video {
    margin-bottom: 30px;
  }
  .workshop_container h2 {
    font-size: 30px;
  }
  .workshop_container h2 + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .workshop_container ul {
    margin-top: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .workshop_container ul li p {
    font-size: 16px;
    text-align: center;
  }

  .learn_more_container {
    padding: 40px 0 50px;
  }
  .learn_more_container h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .learn_more_container p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .header_bg {
    padding-left: 4vw;
    padding-bottom: 12vh;
  }
  .header_bg h1 {
    font-size: 56px;
  }
  .header_bg p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .header_bg .custom-button {
    margin: 0 !important;
  }

  .dilemma_container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .dilemma_container .content_box {
    padding: 30px 6%;
  }
  .dilemma_container .content_box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dilemma_container .content_box p {
    font-size: 16px;
  }
  .dilemma_container .state_box {
    background: #fff;
    padding: 40px 30px 110px;
    margin-top: 0;
    margin: 0 20px 40px;
    padding-bottom: 50px;
  }

  .drive_container {
    padding: 40px 4% 50px;
  }
  .drive_container .title_box {
    grid-template-columns: 1fr;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .drive_container .title_box .percentage_container {
    width: 230px;
    height: 230px;
    padding: 10px;
  }
  .drive_container .title_box .title {
    font-size: 32px;
    padding-top: 30px;
  }
  .drive_container .detial_list {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 0 10px;
  }
  .drive_container .detial_list .detail_box h6 {
    font-size: 16px;
  }
  .drive_container .detial_list .detail_box p {
    font-size: 14px;
  }

  .workshop_container {
    padding: 40px 4%;
  }
  .workshop_container video {
    margin-bottom: 30px;
  }
  .workshop_container h2 {
    font-size: 30px;
  }
  .workshop_container h2 + p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .workshop_container ul {
    margin-top: 40px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .workshop_container ul li p {
    font-size: 16px;
    text-align: center;
  }

  .learn_more_container {
    padding: 40px 0 50px;
  }
  .learn_more_container h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .learn_more_container p {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .header_bg {
    padding-left: 4vw;
    padding-bottom: 12vh;
  }
  .header_bg h1 {
    font-size: 46px;
  }
  .header_bg p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .header_bg .custom-button {
    margin: 0 !important;
  }

  .dilemma_container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .dilemma_container .content_box {
    padding: 20px 6%;
  }
  .dilemma_container .content_box h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .dilemma_container .content_box p {
    font-size: 14px;
  }
  .dilemma_container .state_box {
    background: #fff;
    padding: 40px 30px 110px;
    margin-top: 0;
    margin: 0 20px 40px;
    padding-bottom: 40px;
  }

  .drive_container {
    padding: 30px 4% 40px;
  }
  .drive_container .title_box {
    grid-template-columns: 1fr;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .drive_container .title_box .percentage_container {
    width: 230px;
    height: 230px;
    padding: 10px;
  }
  .drive_container .title_box .title {
    font-size: 28px;
    padding-top: 30px;
  }
  .drive_container .detial_list {
    grid-template-columns: 1fr;
    row-gap: 24px;
    padding: 0 10px;
  }
  .drive_container .detial_list .detail_box h6 {
    font-size: 16px;
  }
  .drive_container .detial_list .detail_box p {
    font-size: 14px;
  }

  .workshop_container {
    padding: 40px 4%;
  }
  .workshop_container video {
    margin-bottom: 20px;
  }
  .workshop_container h2 {
    font-size: 26px;
  }
  .workshop_container h2 + p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .workshop_container ul {
    margin-top: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .workshop_container ul li img {
    width: 50px;
  }
  .workshop_container ul li p {
    font-size: 16px;
    text-align: center;
  }

  .learn_more_container {
    padding: 40px 10px 50px;
  }
  .learn_more_container h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .learn_more_container h2 br {
    display: none;
  }
  .learn_more_container p {
    font-size: 14px;
  }
  .learn_more_container p br {
    display: none;
  }
  .learn_more_container .custom-button {
    margin: 0 !important;
    width: 100%;
  }
}
.signUpContainer {
  padding: 5% 18%;
  position: fixed;
  background: #0112C2;
  width: 100%;
  z-index: 99999999999;
  top: 0;
  overflow-y: auto;
  height: 100vh;
  max-width: 1920px;
}
.signUpContainer h1 {
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 56px;
  color: #fff;
  width: 100%;
}
.signUpContainer p {
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 40%;
  color: #fff;
  width: 22%;
}
.signUpContainer .closeSignUp {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 36px;
  cursor: pointer;
}
.signUpContainer .logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 15px;
  top: 15px;
}
.signUpContainer .logo img:nth-of-type(1) {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 80px;
  width: 75px;
}
.signUpContainer .logo img:nth-of-type(2) {
  max-width: 100%;
  height: auto;
  display: block;
  width: 106px;
}
.signUpContainer .success_message {
  width: 100%;
  margin: 0;
  margin-top: 4%;
  display: block;
  font-size: 28px;
  color: #fff;
}
.signUpContainer .radioContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.signUpContainer .radioContainer .customRadioBox {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 30px;
  line-height: 22px;
}
.signUpContainer .radioContainer .customRadioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: auto;
}
.signUpContainer .radioContainer .customRadioBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.signUpContainer .radioContainer .customRadioBox input:checked + .radioLabel {
  font-weight: 500;
}
.signUpContainer .radioContainer .customRadioBox:hover input ~ .checkmark {
  background-color: #fff;
}
.signUpContainer .radioContainer .customRadioBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.signUpContainer .radioContainer .customRadioBox input:checked ~ .checkmark:after {
  display: block;
}
.signUpContainer .radioContainer .customRadioBox .checkmark:after {
  top: 2.6px;
  left: 2.6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0112C2;
}
.signUpContainer .signUp {
  margin-top: 16px !important;
  margin-bottom: 16px;
}
.signUpContainer .timezone_label {
  width: 100%;
  margin: 0;
  margin-top: 6px;
  font-size: 14px;
}
.signUpContainer form {
  margin-top: 40px;
  width: 70%;
}
.signUpContainer form .form-group {
  margin-bottom: 20px;
}
.signUpContainer form .form-group span {
  color: #FDD013;
  font-size: 14px;
  font-weight: 500;
  font-family: Helvetica;
}
.signUpContainer form .form-group.captcha_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  color: #fff;
}
.signUpContainer form .form-group.captcha_box h4 {
  margin: 0;
}
.signUpContainer form .form-group.captcha_box svg {
  fill: #fff;
  width: 28px;
  cursor: pointer;
}
.signUpContainer form label {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.426666px;
  color: #FFFFFF;
}
.signUpContainer form input {
  padding: 0px 36px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
  border: none;
  height: 72px;
  width: 100%;
}
.signUpContainer form input:focus {
  color: #000;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.signUpContainer form input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.signUpContainer form input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.signUpContainer form input::placeholder {
  color: #808080;
  opacity: 1;
}
.signUpContainer form input:disabled {
  cursor: not-allowed;
  background: #fff;
}
.signUpContainer form .signUp {
  display: flex;
  width: 100%;
  background: #02FFCE;
  border: none;
  color: #0112C2;
  padding: 20px 30px;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 36px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  height: 64px;
  cursor: pointer;
  letter-spacing: 0.487619px;
  align-items: center;
}
.signUpContainer form .signUp svg {
  width: 12px;
  fill: #0112C2;
}
.signUpContainer form .login {
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
  background: none;
  border: none;
  margin-top: 36px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.487619px;
}
.signUpContainer .text {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.365714px;
  color: #FFFFFF;
  margin: 0;
  margin-top: 25px;
  width: 100%;
}
.signUpContainer .loginContainer {
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(0%, -120%) matrix(1, 0, 0, 1, 0, 0);
}
.signUpContainer .forgotContainer {
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(0%, -120%) matrix(1, 0, 0, 1, 0, 0);
}
.signUpContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-label {
  padding: 24px 42px 24px 20px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
  background: #fff;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
.signUpContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, .signUpContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.signUpContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.signUpContainer .Resources-filters-form--list.is-open .Resources-filters-field, .signUpContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
.signUpContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, .signUpContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}

@media (max-width: 1152px) {
  .signUpContainer form {
    width: 76%;
  }
}
@media (max-width: 1024px) {
  .signUpContainer form {
    width: 88%;
  }

  .signUpContainer p {
    width: 40%;
  }

  .signUpContainer {
    padding: 200px 16%;
  }
}
@media (max-width: 766px) {
  .signUpContainer form {
    width: 100%;
  }

  .signUpContainer form .signUp {
    width: 50%;
  }

  .signUpContainer p {
    width: 44%;
  }

  .signUpContainer form button {
    margin-top: 20px;
  }

  .signUpContainer .text {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .signUpContainer form .signUp {
    width: 60%;
  }
}
@media (max-width: 500px) {
  .signUpContainer {
    padding: 200px 10px 50px;
  }
  .signUpContainer h1 {
    margin-bottom: 50px;
    color: #fff;
    width: 90%;
    font-size: 47px;
    line-height: 48px;
    letter-spacing: 0.47px;
  }
  .signUpContainer p {
    margin-left: 0;
    color: #fff;
    width: 86%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
  }
  .signUpContainer .closeSignUp {
    left: 20px;
    top: 30px;
  }
  .signUpContainer .logo {
    right: 15px;
    top: 30px;
  }
  .signUpContainer .logo img:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .signUpContainer form {
    margin-top: 30px;
    width: 100%;
  }
  .signUpContainer form .form-group {
    margin-bottom: 10px;
  }
  .signUpContainer form input {
    margin-bottom: 0;
  }
  .signUpContainer form .signUp {
    margin-top: 30px;
    width: 60%;
  }
  .signUpContainer form .login {
    padding: 32px 35px;
    margin-top: 0;
  }
  .signUpContainer .text {
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .signUpContainer form .signUp {
    width: 100%;
  }
}
.selfSignUpContainer {
  padding: 5% 18% 0;
  position: fixed;
  background: #F2F2F2;
  width: 100%;
  z-index: 99999999999;
  top: 0;
  overflow-y: auto;
  height: 100vh;
  max-width: 1920px;
}
.selfSignUpContainer .temporaryBox {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 8px;
  z-index: 9999999999999;
  border-radius: 4px;
}
.selfSignUpContainer .temporaryBox button {
  background: #0112C2;
  border: none;
  padding: 2px 10px;
  color: #fff;
}
.selfSignUpContainer h1 {
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 56px;
  color: #030303;
  width: 100%;
}
.selfSignUpContainer p {
  margin-bottom: 0;
  font-weight: 400;
  color: #030303;
  letter-spacing: 0.4px;
  font-size: 20px;
  line-height: 22px;
}
.selfSignUpContainer .closeselfSignUp {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 36px;
  cursor: pointer;
}
.selfSignUpContainer .logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 15px;
  top: 15px;
}
.selfSignUpContainer .logo img:nth-of-type(1) {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 80px;
  width: 75px;
}
.selfSignUpContainer .logo img:nth-of-type(2) {
  max-width: 100%;
  height: auto;
  display: block;
  width: 106px;
}
.selfSignUpContainer .success_message {
  width: 100%;
  margin: 0;
  margin-top: 4%;
  display: block;
  font-size: 28px;
  color: #fff;
}
.selfSignUpContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-label {
  padding: 20px 42px 20px 20px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
  background: #fff;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
.selfSignUpContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, .selfSignUpContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.selfSignUpContainer .Resources-filters-form--list.is-open .Resources-filters-field, .selfSignUpContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
.selfSignUpContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, .selfSignUpContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}
.selfSignUpContainer .radioContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.selfSignUpContainer .radioContainer .customRadioBox {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 24px;
  line-height: 32px;
}
.selfSignUpContainer .radioContainer .customRadioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.selfSignUpContainer .radioContainer .customRadioBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.selfSignUpContainer .radioContainer .customRadioBox input:checked + .radioLabel {
  font-weight: 700;
}
.selfSignUpContainer .radioContainer .customRadioBox:hover input ~ .checkmark {
  background-color: #fff;
}
.selfSignUpContainer .radioContainer .customRadioBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.selfSignUpContainer .radioContainer .customRadioBox input:checked ~ .checkmark:after {
  display: block;
}
.selfSignUpContainer .radioContainer .customRadioBox .checkmark:after {
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0112C2;
}
.selfSignUpContainer .radioBox {
  display: flex;
  flex-wrap: wrap;
}
.selfSignUpContainer .radioBox .radioContainer .customRadioBox {
  margin-right: 50px;
}
.selfSignUpContainer .welcomeContainer h1 {
  font-size: 76px;
  line-height: 80px;
}
.selfSignUpContainer .registerTeamContainer .backBox {
  margin-top: 80px;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-label {
  padding: 20px 42px 20px 20px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
  background: #fff;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, .selfSignUpContainer .registerTeamContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list.is-open .Resources-filters-field, .selfSignUpContainer .registerTeamContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
.selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, .selfSignUpContainer .registerTeamContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer {
  margin-top: 30px;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox {
  max-width: 300px;
  margin-right: 20px;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox .iconBox {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox .iconBox img {
  width: 34px;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox .buttonBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #B5B5B7;
  padding: 24px 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  height: 72px;
  cursor: pointer;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox .buttonBox svg {
  width: 14px;
}
.selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox .buttonBox:hover {
  background: #0112C2;
}
.selfSignUpContainer .chooseContainer .mainBox h6 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 270px;
  font-weight: bold;
  color: #0112c2;
  font-family: "Helvetica";
  margin: 30px 0 0;
  cursor: pointer;
}
.selfSignUpContainer .chooseContainer .mainBox h6 svg {
  width: 18px;
  height: 18px;
}
.selfSignUpContainer .createPasswordContainer W .smsText {
  color: #0112c2;
  cursor: pointer;
  margin: 10px 0 30px;
}
.selfSignUpContainer .createPasswordContainer .captchaInput {
  background: #D7D7D7;
}
.selfSignUpContainer .createPasswordContainer .send {
  margin-top: 40px;
}
.selfSignUpContainer .createPasswordContainer .backBox {
  margin-top: 10%;
}
.selfSignUpContainer .loginDashboardContainer .usePwd {
  color: #0112C2;
  cursor: pointer;
}
.selfSignUpContainer .backBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6%;
}
.selfSignUpContainer .backBox .back {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #292929;
  line-height: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.selfSignUpContainer .backBox .back svg {
  width: 14px;
  transform: rotate(180deg);
  margin-right: 16px;
}
.selfSignUpContainer .backBox .info {
  text-align: right;
}
.selfSignUpContainer .backBox .info p {
  color: #292929;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 22px;
}
.selfSignUpContainer .backBox .info p:first-child {
  font-weight: 700;
  margin-bottom: 4px;
}
.selfSignUpContainer .backBox .info p:last-child {
  color: #0112C2;
}
.selfSignUpContainer .backBox .info p.gotQuestion {
  color: #292929;
}
.selfSignUpContainer .backBox .info p.gotQuestion span {
  color: #0112C2;
}
.selfSignUpContainer form {
  margin-top: 40px;
  width: 70%;
  position: relative;
}
.selfSignUpContainer form .mandatory {
  position: absolute;
  right: -50%;
}
.selfSignUpContainer form .form-group {
  margin-bottom: 20px;
}
.selfSignUpContainer form .form-group span {
  color: #FDD013;
  font-size: 14px;
  font-weight: 500;
  font-family: Helvetica;
}
.selfSignUpContainer form label {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.426666px;
  color: #292929;
}
.selfSignUpContainer form input {
  padding: 14px 36px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #000;
  font-weight: 500;
  margin-bottom: 6px;
  border: none;
  height: 64px;
}
.selfSignUpContainer form input:focus {
  color: #000;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.selfSignUpContainer form input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.selfSignUpContainer form input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.selfSignUpContainer form input::placeholder {
  color: #808080;
  opacity: 1;
}
.selfSignUpContainer form .send {
  display: flex;
  width: 100%;
  background: #0112C2;
  border: none;
  color: #fff;
  padding: 26px 30px;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 80px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  cursor: pointer;
  letter-spacing: 0.487619px;
  align-items: center;
  height: 76px;
}
.selfSignUpContainer form .send svg {
  width: 12px;
  fill: #fff;
}
.selfSignUpContainer form .question {
  margin-top: 36px;
  font-size: 18px;
  margin-bottom: 24px;
}
.selfSignUpContainer form .radioContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.selfSignUpContainer form .radioContainer .customRadioBox {
  display: block;
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 24px;
  line-height: 32px;
}
.selfSignUpContainer form .radioContainer .customRadioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.selfSignUpContainer form .radioContainer .customRadioBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  width: 32px;
  background-color: #fff;
  border-radius: 50%;
}
.selfSignUpContainer form .radioContainer .customRadioBox input:checked + .radioLabel {
  font-weight: 700;
}
.selfSignUpContainer form .radioContainer .customRadioBox:hover input ~ .checkmark {
  background-color: #fff;
}
.selfSignUpContainer form .radioContainer .customRadioBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.selfSignUpContainer form .radioContainer .customRadioBox input:checked ~ .checkmark:after {
  display: block;
}
.selfSignUpContainer form .radioContainer .customRadioBox .checkmark:after {
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0112C2;
}
.selfSignUpContainer form .dropdownSelect {
  padding: 20px 30px 20px 26px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #808080;
  font-weight: 500;
  border: none;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
}
.selfSignUpContainer form .dropdownSelect svg {
  transform: rotate(90deg);
  width: 16px;
}
.selfSignUpContainer .text {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.365714px;
  color: #FFFFFF;
  margin: 0;
  margin-top: 25px;
  width: 100%;
}
.selfSignUpContainer .contactContainer h1, .selfSignUpContainer .contactContaineremailExist h1, .selfSignUpContainer .contactContainermyteam h1 {
  text-transform: uppercase;
}
.selfSignUpContainer .contactContainer p, .selfSignUpContainer .contactContaineremailExist p, .selfSignUpContainer .contactContainermyteam p {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 22px;
}
.selfSignUpContainer .contactContainer p:nth-of-type(3), .selfSignUpContainer .contactContaineremailExist p:nth-of-type(3), .selfSignUpContainer .contactContainermyteam p:nth-of-type(3) {
  margin-top: 40px;
}
.selfSignUpContainer .articleBox {
  background: #fff;
  margin-bottom: 16px;
  height: calc(100% - 16px);
}
.selfSignUpContainer .articleImage {
  background: no-repeat top center;
  background-size: cover;
  height: 190px;
}
.selfSignUpContainer .articleText {
  padding: 0px 16px 16px 20px;
}
.selfSignUpContainer .articleText p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.14px;
  color: #0222D8;
}
.selfSignUpContainer .articleText h6 {
  word-break: break-word;
  margin: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #0222D8;
}
.selfSignUpContainer .articleText ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.selfSignUpContainer .articleText ul li {
  display: inline-block;
  color: #0222D8;
}
.selfSignUpContainer .articleText a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.14px;
  color: #0222D8;
}
.selfSignUpContainer .seeBtn {
  display: flex;
  width: 100%;
  background: #0112c2;
  border: none;
  color: #fff;
  padding: 26px 30px;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 80px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  cursor: pointer;
  letter-spacing: 0.487619px;
  align-items: center;
  height: 76px;
}
.selfSignUpContainer .seeBtn svg {
  width: 12px;
  fill: #fff;
}
.selfSignUpContainer .packageBox {
  background: #fff;
  margin-bottom: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.selfSignUpContainer .packageBox .content {
  padding: 20px 18px 24px;
}
.selfSignUpContainer .packageBox .content .goal {
  color: #0112C2;
}
.selfSignUpContainer .packageBox .content .most {
  color: #05FFE9;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: 0;
}
.selfSignUpContainer .packageBox .content .price {
  font-weight: 600;
  color: #C1C1C1;
  letter-spacing: 0.45px;
}
.selfSignUpContainer .packageBox .content .price h4 {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 600;
}
.selfSignUpContainer .packageBox .content .price h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF0606;
  transform: translateY(-50%);
}
.selfSignUpContainer .packageBox .content .price span {
  font-size: 52%;
  font-weight: 600;
}
.selfSignUpContainer .packageBox .content .discountPrice {
  font-weight: 600;
  color: #0112C2;
  letter-spacing: 0.45px;
  margin-bottom: 12px;
}
.selfSignUpContainer .packageBox .content .discountPrice span {
  font-size: 52%;
  font-weight: 600;
}
.selfSignUpContainer .packageBox .content .package {
  font-size: 36px;
  color: #0222D8;
  margin-bottom: 0;
  line-height: 42px;
}
.selfSignUpContainer .packageBox button {
  display: flex;
  width: 100%;
  border: none;
  color: #fff;
  padding: 30px;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  cursor: pointer;
  align-items: center;
}
.selfSignUpContainer .packageBox button svg {
  width: 16px;
  fill: #fff;
}
.selfSignUpContainer .packageBox button.grey {
  background-color: #C4C4C4;
}
.selfSignUpContainer .packageBox button.blue {
  background-color: #05FFE9;
  color: #0112c2;
}
.selfSignUpContainer .packageBox button.blue svg {
  fill: #0112c2;
}
.selfSignUpContainer .packageBox button.green {
  background-color: #0112C2;
}
.selfSignUpContainer .paymentContainer .paymentText {
  margin-bottom: 10px;
}
.selfSignUpContainer .paymentContainer .payment {
  width: 400px;
  height: 300px;
  background: #D8D8D8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selfSignUpContainer .paymentContainer .form-group {
  padding: 0;
}
.selfSignUpContainer .paymentContainer .paymentImg {
  margin: 20px 0 30px;
}
.selfSignUpContainer .paymentContainer form {
  margin-top: 0;
  width: 100%;
}
.selfSignUpContainer .paymentContainer form .form-group {
  margin-bottom: 0;
  padding-right: 15px;
}
.selfSignUpContainer .paymentContainer .seeBtn {
  margin-top: 50px;
  background: #0112c2;
}
.selfSignUpContainer .paymentContainer .backBox {
  margin-top: 40px !important;
}
.selfSignUpContainer .paymentConfirmContainer .seeBtn {
  margin-top: 200px;
  background: #0112c2;
}
.selfSignUpContainer .emailExistContainer .radioContainer .customRadioBox {
  margin-bottom: 0;
}
.selfSignUpContainer .choosePackageContainer h1 {
  font-size: 58px;
  line-height: 60px;
  margin-bottom: 26px;
}
.selfSignUpContainer .choosePackageContainer .item {
  margin-bottom: 16px;
}
.selfSignUpContainer .choosePackageContainer .programsDetail {
  margin-top: 36px;
}
.selfSignUpContainer .choosePackageContainer .programsDetail h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Helvetica";
}
.selfSignUpContainer .choosePackageContainer .programsDetail ul {
  padding-left: 16px;
}
.selfSignUpContainer .choosePackageContainer .programsDetail ul li {
  font-size: 16px;
}
.selfSignUpContainer .choosePackageContainer .programsDetail ul li a {
  text-decoration: underline;
  color: #0222D8;
}
.selfSignUpContainer .choosePackageContainer .packageBox {
  margin-bottom: 0;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content .goal {
  text-transform: uppercase;
  color: #0222D8;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content .discountPrice {
  font-weight: bold;
  color: #0222D8;
  letter-spacing: 0.45px;
  margin-bottom: 4px;
  font-size: 34px;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content .package {
  font-size: 16px;
  color: #0222D8;
  margin-bottom: 0;
  line-height: 20px;
  font-family: Helvetica;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content p {
  font-size: 16px;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content p:nth-child(2) {
  margin-bottom: 20px;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content ul {
  font-size: 16px;
  margin-bottom: 0;
}
.selfSignUpContainer .choosePackageContainer .packageBox .content.contentTop {
  padding-bottom: 0;
}
.selfSignUpContainer .choosePackageContainer .packageBox .contentBottom .content {
  padding-top: 0;
}
.selfSignUpContainer .choosePackageContainer .packageBox .contentBottom button {
  padding: 24px 26px;
}

.isOpen {
  transition: all 1s cubic-bezier(0.71, -0.265, 0.23, 1.275);
  transform: translateY(0px);
}

.isClose {
  transition: all 1s cubic-bezier(0.71, -0.265, 0.23, 1.275);
  transform: translateY(-2000px);
}

.isHide {
  display: none;
  position: absolute;
  opacity: 0;
  width: 64%;
  top: 0;
  margin-bottom: 5%;
}

.isShow {
  display: block;
  position: relative;
  opacity: 1;
  width: 100%;
  margin-bottom: 5%;
}

@media (max-width: 1440px) {
  .selfSignUpContainer form {
    width: 80%;
  }

  .selfSignUpContainer form .mandatory {
    position: absolute;
    right: -40%;
  }
}
@media (max-width: 1280px) {
  .paymentContainer .col-sm-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }

  .selfSignUpContainer {
    padding: 5% 15%;
  }
}
@media (max-width: 1152px) {
  .selfSignUpContainer form {
    width: 70%;
  }

  .selfSignUpContainer {
    padding: 5% 12%;
  }
}
@media (max-width: 1024px) {
  .selfSignUpContainer form {
    width: 80%;
  }

  .selfSignUpContainer form .mandatory {
    right: -30%;
  }

  .selfSignUpContainer {
    padding: 5% 8%;
  }
  .selfSignUpContainer .registerTeamContainer form {
    margin-top: 80px;
  }
  .selfSignUpContainer .choosePackageContainer {
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .selfSignUpContainer {
    padding: 10% 8%;
  }
  .selfSignUpContainer h1 {
    font-size: 76px;
  }
  .selfSignUpContainer .registerTeamContainer form {
    margin-top: 80px;
  }
  .selfSignUpContainer .choosePackageContainer {
    margin-top: 2%;
  }
  .selfSignUpContainer form .mandatory {
    right: -20%;
  }
  .selfSignUpContainer p {
    font-size: 16px;
    line-height: 18px;
  }
  .selfSignUpContainer .contactContainer p, .selfSignUpContainer .contactContaineremailExist p, .selfSignUpContainer .contactContainermyteam p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 640px) {
  .selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox {
    margin-right: 0px;
  }

  .selfSignUpContainer {
    padding: 12% 8%;
  }
  .selfSignUpContainer form {
    width: 100%;
  }
  .selfSignUpContainer form .mandatory {
    right: 0%;
  }
  .selfSignUpContainer .contactContainer h1 {
    width: 80%;
  }
  .selfSignUpContainer .contactContainer p {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .selfSignUpContainer {
    padding: 20% 8%;
  }
  .selfSignUpContainer h1 {
    margin-bottom: 50px;
    font-size: 47px;
    line-height: 48px;
    letter-spacing: 0.47px;
  }
  .selfSignUpContainer p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
  }
  .selfSignUpContainer .closeSignUp {
    left: 20px;
    top: 30px;
  }
  .selfSignUpContainer .logo {
    right: 15px;
    top: 30px;
  }
  .selfSignUpContainer .logo img:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .selfSignUpContainer .chooseContainer .mainBox .optionContainer .optionBox {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .selfSignUpContainer .packageBox {
    max-height: 100%;
  }
  .selfSignUpContainer .paymentContainer h1 {
    width: 70%;
  }
}
@media (max-width: 426px) {
  .selfSignUpContainer {
    padding: 200px 10px 60px;
  }
  .selfSignUpContainer h1 {
    margin-bottom: 30px;
  }
  .selfSignUpContainer .contactContainer h1 {
    width: 100%;
  }
  .selfSignUpContainer .paymentContainer form .form-group {
    margin-bottom: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .selfSignUpContainer form .mandatory {
    top: -26px;
  }
}
.homeHeaderNew {
  padding: 75px 15px;
}
.homeHeaderNew .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0;
  margin-bottom: 20px;
}
.homeHeaderNew .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.homeHeaderNew .content h1 {
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 0px;
  letter-spacing: 0.8px;
}
.homeHeaderNew .content p {
  margin-bottom: 0;
  letter-spacing: 0.8px;
  align-self: flex-end;
  width: 24%;
}
.homeHeaderNew .content a h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 190px;
  font-weight: bold;
  color: #0112c2;
  font-family: "Helvetica";
}
.homeHeaderNew .content a h6 svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1280px) {
  .homeHeaderNew .content p {
    width: 26%;
  }
}
@media (max-width: 1152px) {
  .homeHeaderNew .content h1 {
    font-size: 58px;
    line-height: 60px;
    margin-right: 16px;
  }

  .homeHeaderNew .content p {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .homeHeaderNew .content p {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .homeHeaderNew .content p {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .homeHeaderNew .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .homeHeaderNew .content {
    flex-wrap: wrap;
  }

  .homeHeaderNew .content h1 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .homeHeaderNew .content p {
    width: 48%;
  }
}
@media (max-width: 426px) {
  .homeHeaderNew .content p {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (max-width: 376px) {
  .homeHeaderNew {
    padding: 55px 10px;
  }
  .homeHeaderNew .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .homeHeaderNew .content h1 {
    font-size: 52px;
    line-height: 54px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
  .homeHeaderNew .content p {
    width: 90%;
  }
}
#bookSession {
  position: relative;
}
#bookSession .mainContainer {
  position: relative;
  padding: 4% 18%;
  background: #0112C2;
  color: #fff;
  z-index: 99;
  margin-bottom: 100px;
}
#bookSession .mainContainer .redLogo {
  position: absolute;
  top: -64px;
  right: 20px;
  z-index: 999;
  width: 150px;
}
#bookSession .mainContainer::after {
  content: "";
  position: absolute;
  bottom: -100px;
  height: 100px;
  width: 100%;
  left: 0;
  background: linear-gradient(180deg, rgb(1, 18, 194) 1.2021484443%, rgb(2, 18, 194) 1.2021484443%, rgba(1, 18, 194, 0) 98.2464225311%);
}
#bookSession .mainContainer h1 {
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 56px;
  color: #fff;
}
#bookSession .mainContainer p {
  font-weight: 400;
  margin-left: 10%;
  margin-bottom: 56px;
  width: 24%;
}
#bookSession .mainContainer button {
  display: flex;
  width: 100%;
  background: #02FFCE;
  border: none;
  color: #0012C1;
  padding: 30px;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 45px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  align-items: center;
  height: 86px;
}
#bookSession .mainContainer button svg {
  width: 15px;
  margin-left: 20px;
}
#bookSession .mainContainer button span {
  font-weight: 500;
}
#bookSession .mainContainer .row {
  margin: 0 -8px;
}
#bookSession .mainContainer .col-lg-4, #bookSession .mainContainer .col-md-6, #bookSession .mainContainer .col-12 {
  padding: 0 8px;
}
#bookSession .mainContainer label {
  font-size: 16px;
  margin-bottom: 10px;
}
#bookSession .mainContainer .Resources-filters-form--list:first-child {
  margin-top: 0;
}
#bookSession .mainContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-label {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 50px 80px 30px;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 30px;
  top: 32%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
#bookSession .mainContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, #bookSession .mainContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
  margin-top: -45px;
}
#bookSession .mainContainer .Resources-filters-form--list.is-open .Resources-filters-field, #bookSession .mainContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
#bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, #bookSession .mainContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}

@media (max-width: 1366px) {
  #bookSession .mainContainer {
    padding: 4% 14%;
  }
}
@media (max-width: 1280px) {
  #bookSession .mainContainer {
    padding: 4% 12%;
  }
}
@media (max-width: 1152px) {
  #bookSession .mainContainer {
    padding: 4% 8%;
  }
}
@media (max-width: 1024px) {
  #bookSession .mainContainer {
    padding: 4%;
  }
}
@media (max-width: 992px) {
  #bookSession .mainContainer {
    padding: 4% 10%;
  }
}
@media (max-width: 840px) {
  #bookSession .mainContainer {
    padding: 4% 10%;
  }

  #bookSession .mainContainer {
    padding: 60px 10%;
  }
}
@media (max-width: 768px) {
  #bookSession .mainContainer .redLogo {
    width: 100px;
    top: -44px;
  }
}
@media (max-width: 700px) {
  #bookSession .mainContainer {
    padding: 60px 10%;
  }
}
@media (max-width: 426px) {
  #bookSession {
    position: relative;
  }
  #bookSession .mainContainer {
    padding: 76px 15px;
    background: #0112C2;
  }
  #bookSession .mainContainer h1 {
    margin-bottom: 36px;
  }
  #bookSession .mainContainer button {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.487619px;
  }
  #bookSession .mainContainer label {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.487619px;
  }
}
.topContainer {
  position: relative;
  padding: 0% 18%;
  z-index: 2;
}
.topContainer h1 {
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 56px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  width: 70%;
}
.topContainer .smallText {
  margin-bottom: 56px;
  letter-spacing: 0.548571px;
  color: #050505;
  font-weight: 400;
  width: 38%;
}
.topContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.topContainer ul li {
  width: 33%;
  z-index: 2;
}
.topContainer ul li .coachImage {
  width: 348px;
  height: 346px;
  border-radius: 50%;
  background-color: #0112C2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
}
.topContainer ul li .content {
  padding-left: 30px;
}
.topContainer ul li .content p {
  letter-spacing: 0.487619px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.topContainer ul li .content p:nth-of-type(1) {
  font-weight: bold;
}
.topContainer ul li .content .name + p {
  font-weight: bold;
}
.topContainer ul li .content .name, .topContainer ul li .content .book {
  color: #0112C2;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.topContainer ul li .content .book {
  text-transform: uppercase;
}
.topContainer ul li .content .stars {
  display: flex;
}
.topContainer ul li .content .stars svg {
  width: 27px;
  fill: #FC9304;
  margin: 15px 0 30px;
  margin-right: 10px;
  height: 27px;
}
.topContainer ul li:nth-child(1) .content {
  padding-left: 0;
}

@media (max-width: 1366px) {
  .topContainer {
    padding: 0% 14%;
  }

  .topContainer .smallText {
    width: 36%;
  }
}
@media (max-width: 1280px) {
  .topContainer {
    padding: 0% 12%;
  }

  .topContainer ul {
    padding: 0 6%;
  }

  .topContainer ul li .coachImage {
    width: 300px;
    height: 298px;
  }

  .topContainer ul::after {
    height: 298px;
  }
}
@media (max-width: 1152px) {
  .topContainer {
    padding: 0% 8%;
  }
}
@media (max-width: 1024px) {
  .topContainer {
    padding: 0% 4%;
  }

  .topContainer ul {
    padding: 0 6%;
  }
}
@media (max-width: 992px) {
  .topContainer h1 {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .topContainer {
    padding: 0% 10%;
  }

  .topContainer ul {
    padding: 0;
    flex-wrap: wrap;
  }

  .topContainer ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .topContainer ul li .coachImage {
    width: 260px;
    height: 258px;
  }

  .topContainer ul::after {
    content: none;
  }

  .topContainer h1 {
    width: 100%;
    font-size: 58px;
    line-height: 60px;
  }

  .topContainer .smallText {
    width: 80%;
  }
}
@media (max-width: 560px) {
  .topContainer .smallText {
    width: 90%;
  }

  .topContainer h1 span b {
    display: block;
  }

  .topContainer ul li {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .topContainer {
    position: relative;
    padding: 20px 15px;
    z-index: 2;
  }
  .topContainer h1 {
    margin-bottom: 36px;
  }
  .topContainer ul {
    flex-direction: column;
  }
  .topContainer ul::after {
    content: none;
  }
  .topContainer ul li {
    width: 100%;
    margin-bottom: 36px;
  }
  .topContainer ul li .coachImage {
    width: 168px;
    height: 166px;
    margin: 0 auto 10px;
  }
  .topContainer ul li .content {
    padding: 0 10px;
  }
  .topContainer ul li:nth-child(1) .content {
    padding-left: 10px;
  }

  .topContainer ul li .content .stars svg {
    margin: 10px 0 15px;
  }
}
@media (max-width: 320px) {
  .topContainer h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
.whyContainer {
  position: relative;
  padding: 6% 18%;
  z-index: 2;
}
.whyContainer h1 {
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 56px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
}
.whyContainer .text {
  margin-bottom: 56px;
  letter-spacing: 0.548571px;
  color: #050505;
  font-weight: 400;
  width: 32%;
}
.whyContainer .title {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.487619px;
  margin-bottom: 24px;
  opacity: 0;
}
.whyContainer .title span:last-child {
  color: #0112C2;
}
.whyContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.whyContainer ul li {
  display: flex;
  justify-content: space-between;
  padding: 36px 70px;
  transform: translateX(-200%);
  font-weight: 700;
  letter-spacing: 0.512px;
  margin-bottom: 50px;
}
.whyContainer ul li:nth-child(odd) {
  background: rgb(255, 255, 255);
}
.whyContainer ul li:nth-child(odd) span:last-child {
  color: #fff;
}
.whyContainer ul li:nth-child(even) {
  background: rgb(255, 255, 255);
}
.whyContainer ul li:nth-child(even) span:last-child {
  color: #0112C2;
}
.whyContainer ul li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1440px) {
  .whyContainer .text .whyContainer .text {
    width: 34%;
  }
}
@media (max-width: 1366px) {
  .whyContainer {
    padding: 6% 14%;
  }

  .whyContainer .text .whyContainer .text {
    width: 34%;
  }
}
@media (max-width: 1280px) {
  .whyContainer {
    padding: 6% 12%;
  }

  .whyContainer .text .whyContainer .text {
    width: 40%;
  }
}
@media (max-width: 1152px) {
  .whyContainer {
    padding: 6% 8%;
  }

  .whyContainer .text .whyContainer .text {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .whyContainer {
    padding: 6% 4%;
  }
}
@media (max-width: 768px) {
  .whyContainer {
    padding: 6% 10%;
  }

  .whyContainer h1 {
    margin-left: 0;
    font-size: 58px;
    line-height: 60px;
  }

  .whyContainer .text {
    margin-left: 0;
    width: 52%;
  }

  .whyContainer ul li {
    padding: 36px 40px;
  }
}
@media (max-width: 700px) {
  .whyContainer .title {
    display: none;
  }
  .whyContainer ul li {
    padding: 36px 60px 36px 0;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .whyContainer ul li span:nth-child(1) {
    display: none;
  }
  .whyContainer ul li:nth-child(odd) {
    background: linear-gradient(-270deg, #0112C2 9.62%, rgba(1, 18, 194, 0.961362) 79.09%, rgba(1, 18, 194, 0.00854846) 100%) !important;
  }
  .whyContainer ul li:nth-child(even) {
    background: linear-gradient(-270deg, #02FFCE 9.62%, #02FFCE 79.09%, rgba(2, 255, 206, 0.0001) 100%) !important;
  }
}
@media (max-width: 560px) {
  .whyContainer h1 {
    margin-left: 0;
  }
  .whyContainer h1 b {
    display: block;
  }

  .whyContainer .text {
    margin-left: 0;
    width: 90%;
  }
}
@media (max-width: 426px) {
  .whyContainer {
    padding: 4% 15px;
  }
  .whyContainer h1 {
    margin-bottom: 36px;
  }
}
@media (max-width: 320px) {
  .whyContainer h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .whyContainer ul li {
    padding: 36px 20px 36px 0;
  }
}
.customerContainer {
  position: relative;
  padding: 0% 18%;
  z-index: 2;
}
.customerContainer h1 {
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 56px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
}
.customerContainer .text {
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 56px;
  letter-spacing: 0.548571px;
  color: #050505;
  font-weight: 400;
  width: 32%;
}
.customerContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.customerContainer ul li {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
  width: 225px;
  height: 225px;
  margin-right: 20px;
}
.customerContainer ul li:last-child {
  margin-right: 0px;
}
.customerContainer ul::before {
  content: "";
  position: absolute;
  background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.0001) 100%);
  filter: blur(10.1828px);
  width: 26%;
  height: 225px;
  left: -24%;
  top: 0;
  z-index: 1;
}
.customerContainer ul:last-child li:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.customerContainer ul:last-child li:last-child svg {
  width: 40px;
  fill: #0112C2;
}
.customerContainer ul:last-child li:last-child span {
  margin: 20% auto 10%;
  letter-spacing: 0.548571px;
  color: #0112C2;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .customerContainer .text .customerContainer .text {
    width: 32%;
  }
}
@media (max-width: 1366px) {
  .customerContainer {
    padding: 0% 14%;
  }

  .customerContainer .text .customerContainer .text {
    width: 34%;
  }
}
@media (max-width: 1280px) {
  .customerContainer {
    padding: 0% 12%;
  }

  .customerContainer .text .customerContainer .text {
    width: 40%;
  }
}
@media (max-width: 1152px) {
  .customerContainer {
    padding: 0% 8%;
  }

  .customerContainer .text .customerContainer .text {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .customerContainer {
    padding: 0% 4%;
  }
}
@media (max-width: 768px) {
  .customerContainer {
    padding: 0% 10%;
  }

  .customerContainer h1 {
    margin-left: 0;
    font-size: 58px;
    line-height: 60px;
  }

  .customerContainer .text {
    margin-left: 0;
    width: 52%;
  }

  .customerContainer ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .customerContainer ul li {
    margin-bottom: 30px;
  }
  .customerContainer ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .customerContainer ul li:nth-child(even) {
    margin-right: 0px;
  }

  .customerContainer ul::before {
    content: none;
  }
}
@media (max-width: 650px) {
  .customerContainer ul li {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 560px) {
  .customerContainer h1 {
    margin-left: 0;
    word-break: break-all;
  }
  .customerContainer h1 b {
    display: block;
  }

  .customerContainer .text {
    margin-left: 0;
    width: 78%;
  }

  .customerContainer ul li {
    width: 150px;
    height: 150px;
    background-size: 60%;
  }
}
@media (max-width: 426px) {
  .customerContainer {
    padding: 4% 15px;
  }

  .customerContainer h1 {
    margin-bottom: 36px;
    font-size: 48px;
    line-height: 50px;
  }

  .customerContainer .text {
    width: 100%;
  }

  .customerContainer ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .customerContainer h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .customerContainer ul li {
    margin-bottom: 10px;
  }
}
.howWorksContainer {
  position: relative;
  padding: 4% 18% 6%;
  z-index: 2;
}
.howWorksContainer h1 {
  font-size: 66px;
  line-height: 68px;
  margin-bottom: 56px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  width: 80%;
}
.howWorksContainer .text {
  margin-bottom: 0;
  font-weight: 400;
  margin-bottom: 56px;
  letter-spacing: 0.548571px;
  color: #050505;
  font-weight: 400;
  width: 40%;
}
.howWorksContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
}
.howWorksContainer ul li {
  position: relative;
}
.howWorksContainer ul li:nth-child(odd) {
  width: 22%;
}
.howWorksContainer ul li:nth-child(even) {
  width: 4%;
}
.howWorksContainer ul li .iconCircle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 0 auto;
}
.howWorksContainer ul li:nth-child(1) .iconCircle {
  background-color: #0112C2;
}
.howWorksContainer ul li:nth-child(5) .iconCircle {
  background-color: #0112C2;
}
.howWorksContainer ul li:nth-child(even) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.howWorksContainer ul li:nth-child(even) img {
  position: relative;
  top: 18%;
}
.howWorksContainer ul li p:nth-of-type(1) {
  margin-top: 50px;
  margin-bottom: 16px;
}

@media (max-width: 1440px) {
  .howWorksContainer .text .howWorksContainer .text {
    width: 32%;
  }
}
@media (max-width: 1366px) {
  .howWorksContainer {
    padding: 6% 14%;
  }

  .howWorksContainer .text .howWorksContainer .text {
    width: 34%;
  }
}
@media (max-width: 1280px) {
  .howWorksContainer {
    padding: 6% 12%;
  }

  .howWorksContainer .text .howWorksContainer .text {
    width: 40%;
  }
}
@media (max-width: 1152px) {
  .howWorksContainer {
    padding: 6% 8%;
  }

  .howWorksContainer .text .howWorksContainer .text {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .howWorksContainer {
    padding: 6% 4%;
  }
}
@media (max-width: 768px) {
  .howWorksContainer {
    padding: 6% 10%;
  }

  .howWorksContainer h1 {
    margin-left: 0;
    font-size: 58px;
    line-height: 60px;
    width: 100%;
  }

  .howWorksContainer .text {
    margin-left: 0;
    width: 52%;
  }

  .howWorksContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .howWorksContainer ul li {
    position: relative;
  }
  .howWorksContainer ul li:nth-child(odd) {
    width: 42%;
  }
  .howWorksContainer ul li:nth-child(even) {
    width: 8%;
  }
  .howWorksContainer ul li .iconCircle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #fff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .howWorksContainer ul li:nth-child(1) .iconCircle {
    background-color: #0112C2;
  }
  .howWorksContainer ul li:nth-child(5) .iconCircle {
    background-color: #0112C2;
  }
  .howWorksContainer ul li:nth-child(even) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .howWorksContainer ul li:nth-child(even) img {
    position: relative;
    top: 18%;
  }
  .howWorksContainer ul li:nth-child(4) {
    display: none;
  }
  .howWorksContainer ul li p:nth-of-type(1) {
    margin-top: 50px;
    margin-bottom: 16px;
  }
}
@media (max-width: 560px) {
  .howWorksContainer h1 {
    margin-left: 0;
  }

  .howWorksContainer .text {
    margin-left: 0;
    width: 78%;
  }
}
@media (max-width: 427px) {
  .howWorksContainer {
    padding: 4% 15px;
  }
  .howWorksContainer h1 {
    margin-bottom: 36px;
  }
  .howWorksContainer p {
    width: 100%;
  }
  .howWorksContainer .text {
    width: 100%;
  }

  .howWorksContainer ul li .iconCircle {
    width: 120px;
    height: 120px;
  }

  .howWorksContainer ul li:nth-child(even) img {
    top: 12%;
  }
}
@media (max-width: 376px) {
  .howWorksContainer h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .howWorksContainer ul li:nth-child(odd) {
    width: 47%;
  }
  .howWorksContainer ul li:nth-child(even) {
    width: 6%;
  }
}
@media (max-width: 320px) {
  .howWorksContainer h1 {
    font-size: 46px;
    line-height: 48px;
  }

  .howWorksContainer ul li .iconCircle {
    width: 100px;
    height: 100px;
  }
  .howWorksContainer ul li p:nth-of-type(1) {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.footerContainer {
  position: relative;
  padding: 5% 18% 30px;
  background: #000;
}
.footerContainer .list {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.footerContainer .list div {
  display: flex;
}
.footerContainer .list div:nth-child(1) {
  width: 40%;
  justify-content: space-between;
}
.footerContainer .list div:nth-child(1) ul:first-child {
  margin-right: 30px;
}
.footerContainer .list div:nth-child(2) {
  width: 60%;
  justify-content: flex-end;
}
.footerContainer .list div:nth-child(2) ul {
  min-width: 120px;
}
.footerContainer .list div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerContainer .list div ul li {
  color: #FEFFFF;
  letter-spacing: 0.487619px;
  margin-bottom: 30px;
  cursor: pointer;
  font-weight: 500;
}
.footerContainer .list div ul li span {
  display: block;
  margin-bottom: 12px;
}
.footerContainer .list div ul li img {
  width: 100px;
  display: none;
}
.footerContainer .list div ul a:nth-of-type(4) li:hover {
  position: relative;
}
.footerContainer .list div ul a:nth-of-type(4) li:hover img {
  display: block;
  position: absolute;
}
.footerContainer p {
  color: #FEFFFF;
  letter-spacing: 0.487619px;
  font-weight: 500;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.footerContainer .backTop {
  margin-top: 90px;
  margin-bottom: 50px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.footerContainer .rights {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerContainer .registerShow {
  display: none;
}
.footerContainer .registerHide {
  display: block;
}

@media (max-width: 1366px) {
  .footerContainer {
    padding: 6% 14%;
  }
}
@media (max-width: 1280px) {
  .footerContainer {
    padding: 6% 12%;
  }
}
@media (max-width: 1152px) {
  .footerContainer {
    padding: 6% 8%;
  }
}
@media (max-width: 1024px) {
  .footerContainer {
    padding: 6% 4%;
  }
}
@media (max-width: 768px) {
  .footerContainer {
    padding: 6% 10%;
  }
  .footerContainer .backTop {
    margin-top: 50px;
  }
}
@media (max-width: 426px) {
  .footerContainer {
    padding: 4% 15px;
  }
  .footerContainer .rights {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .footerContainer .rights img {
    margin: 16px !important;
  }
  .footerContainer .backTop {
    margin-top: 30px;
  }

  .footerContainer .registerShow {
    display: block;
  }

  .footerContainer .registerHide {
    display: none;
  }

  .footerContainer .list div:nth-child(1) {
    width: 60%;
  }

  .footerContainer .list div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 376px) {
  .footerContainer {
    padding: 40px 15px 30px;
  }
  .footerContainer .list div {
    display: flex;
  }
  .footerContainer .list div:nth-child(1) {
    width: 60%;
  }
  .footerContainer .list div:nth-child(1) ul:nth-child(1) {
    margin-right: 30px;
  }
  .footerContainer .list div:nth-child(2) {
    width: 40%;
  }
  .footerContainer .list div:nth-child(2) ul {
    min-width: 50px;
  }
  .footerContainer .list div ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .footerContainer .list div ul li span {
    display: block;
    margin-bottom: 12px;
  }
  .footerContainer .list div ul li img {
    width: 50px;
    display: none;
  }
  .footerContainer .list div ul a:nth-of-type(4) li:hover {
    position: relative;
  }
  .footerContainer .list div ul a:nth-of-type(4) li:hover img {
    display: block;
    position: absolute;
  }
  .footerContainer p {
    color: #FEFFFF;
    letter-spacing: 0.487619px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
  }
  .footerContainer .backTop {
    cursor: pointer;
  }
}
.glocoachesHeader {
  padding: 75px 15px 0;
}
.glocoachesHeader .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px 0 0 18px;
}
.glocoachesHeader h1 {
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 120px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.8px;
  width: 50%;
}
.glocoachesHeader .GloCoachesBannerBox {
  padding: 0 0 0 18%;
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
}
.glocoachesHeader .GloCoachesBannerBox p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.548571px;
  width: 20%;
}
.glocoachesHeader .GloCoachesBannerBox .GloCoachesBanner {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}

@media (max-width: 1366px) {
  .glocoachesHeader .GloCoachesBannerBox p {
    width: 24%;
  }
}
@media (max-width: 1152px) {
  .glocoachesHeader .GloCoachesBannerBox {
    padding: 0 0 0 10%;
  }
}
@media (max-width: 1024px) {
  .glocoachesHeader h1 {
    width: 52%;
  }

  .glocoachesHeader .GloCoachesBannerBox {
    padding: 0 0 0 4%;
  }

  .glocoachesHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }
}
@media (max-width: 992px) {
  .glocoachesHeader .GloCoachesBannerBox p {
    width: 30%;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .glocoachesHeader .GloCoachesBannerBox p {
    width: 48%;
    margin-right: 30px;
  }

  .glocoachesHeader h1 {
    width: 64%;
    font-size: 76px;
  }

  .glocoachesHeader .GloCoachesBannerBox {
    padding: 0 0 0 2%;
  }
}
@media (max-width: 700px) {
  .glocoachesHeader .GloCoachesBannerBox p {
    margin-right: 0;
    width: 42%;
    margin-bottom: 30px;
  }

  .glocoachesHeader .GloCoachesBannerBox {
    padding: 0px 4%;
    flex-direction: column;
  }

  .glocoachesHeader h1 {
    width: 80%;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .glocoachesHeader h1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .glocoachesHeader .GloCoachesBannerBox p {
    margin-right: 0;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 426px) {
  .glocoachesHeader h1 {
    margin-left: 0;
    font-size: 58px;
    line-height: 60px;
  }

  .glocoachesHeader .GloCoachesBannerBox p {
    width: 68%;
    margin-left: 0;
  }
}
@media (max-width: 376px) {
  .glocoachesHeader {
    padding: 55px 10px;
  }
  .glocoachesHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .glocoachesHeader h1 {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
  .glocoachesHeader .glocoachesHeader .GloCoachesBannerBox p {
    width: 84%;
    margin-left: 0;
  }
}
@media (max-width: 325px) {
  .glocoachesHeader {
    padding: 55px 10px 0;
  }
  .glocoachesHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .glocoachesHeader h1 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: 0.46px;
    width: 100%;
  }
  .glocoachesHeader .GloCoachesBannerBox {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .glocoachesHeader .GloCoachesBannerBox p {
    width: 90%;
    margin-bottom: 40px;
  }
}
#Filters {
  position: relative;
}
#Filters::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 220px;
  left: 0;
  top: -180px;
  background: linear-gradient(180deg, rgba(2, 255, 206, 0.0001) 0%, #02FFCE 64.37%);
  filter: blur(35.5074px);
  z-index: 1;
}
#Filters::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 76px;
  left: 0;
  bottom: -76px;
  background: linear-gradient(180deg, #02FFCE 0%, rgba(2, 255, 206, 0.0001) 64.37%);
  filter: blur(10.5074px);
  z-index: 1;
}
#Filters .mainContainer {
  position: relative;
  background: #02FFCE;
  padding: 4% 18%;
  color: #fff;
  z-index: 2;
}
#Filters .mainContainer button {
  display: flex;
  width: 100%;
  background: #0112C2;
  border: none;
  color: #fff;
  padding: 30px;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 45px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
}
#Filters .mainContainer button svg {
  width: 15px;
}
#Filters .mainContainer button span span {
  font-weight: 500;
}
#Filters .mainContainer .more {
  display: flex;
  justify-content: space-between;
  color: #0112C2;
  font-weight: 500;
  margin-top: 45px;
  letter-spacing: 0.487619px;
  cursor: pointer;
}
#Filters .mainContainer .more img {
  width: 24px;
}
#Filters .mainContainer label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0112C2;
}
#Filters .mainContainer .Resources-filters-form--list:first-child {
  margin-top: 0;
}
#Filters .mainContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-label {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 50px 80px 30px;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 30px;
  top: 32%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
#Filters .mainContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, #Filters .mainContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 10;
  position: absolute;
  margin-top: -45px;
}
#Filters .mainContainer .Resources-filters-form--list.is-open .Resources-filters-field, #Filters .mainContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
#Filters .mainContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, #Filters .mainContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}

.CoachesContainer {
  position: relative;
  padding: 60px 18% 14%;
  z-index: 2;
}
.CoachesContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: relative;
  margin-bottom: 70px;
}
.CoachesContainer ul li {
  width: 33%;
  z-index: 2;
}
.CoachesContainer ul li .coachImage {
  width: 348px;
  height: 346px;
  border-radius: 50%;
  background-color: #0112C2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 30px;
}
.CoachesContainer ul li .content {
  padding-left: 30px;
}
.CoachesContainer ul li .content p {
  letter-spacing: 0.487619px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}
.CoachesContainer ul li .content .name, .CoachesContainer ul li .content .book {
  color: #0112C2;
  font-weight: bold;
  cursor: pointer;
}
.CoachesContainer ul li .content .book {
  text-transform: uppercase;
}
.CoachesContainer ul li .content .stars {
  display: flex;
}
.CoachesContainer ul li .content .stars svg {
  width: 27px;
  fill: #FC9304;
  margin: 15px 0 30px;
  margin-right: 10px;
}
.CoachesContainer ul li:nth-child(1) .content {
  padding-left: 0;
}
.CoachesContainer .moreCoaches {
  display: flex;
  justify-content: space-between;
  color: #0112C2;
  font-weight: 500;
  margin-top: 45px;
  letter-spacing: 0.487619px;
  cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 30px 90px;
  margin: 130px auto 0;
  min-width: 300px;
  border: none;
}
.CoachesContainer .moreCoaches img {
  width: 24px;
}

.programHeader {
  padding: 75px 15px 20px;
  z-index: 2;
  position: relative;
}
.programHeader .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px 0 0 18px;
}
.programHeader h1 {
  font-size: 80px;
  line-height: 82px;
  margin-bottom: 56px;
  width: 56%;
}
.programHeader p {
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 40%;
  width: 20%;
}

@media (max-width: 1440px) {
  .programHeader p {
    width: 22%;
  }
}
@media (max-width: 1366px) {
  .programHeader h1 {
    width: 68%;
  }

  .programHeader p {
    width: 24%;
  }
}
@media (max-width: 1152px) {
  .programHeader h1 {
    width: 82%;
  }

  .programHeader p {
    width: 26%;
  }
}
@media (max-width: 1024px) {
  .programHeader {
    padding: 80px 15px 75px;
  }

  .programHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .programHeader h1 {
    margin-left: 10%;
  }

  .programHeader p {
    width: 34%;
  }
}
@media (max-width: 768px) {
  .programHeader {
    padding: 80px 15px 75px;
  }

  .programHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .programHeader h1 {
    margin-left: 10%;
    font-size: 76px;
  }
}
@media (max-width: 426px) {
  .programHeader h1 {
    margin-left: 0;
    font-size: 58px;
    line-height: 60px;
  }
  .programHeader h1 br {
    display: none;
  }

  .programHeader p {
    width: 68%;
    margin-left: 0;
  }

  .programHeader {
    padding: 80px 15px 40px;
  }
}
@media (max-width: 376px) {
  .programHeader {
    padding: 55px 10px;
  }
  .programHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .programHeader h1 {
    margin-bottom: 50px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
  .programHeader p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 325px) {
  .programHeader {
    padding: 55px 10px 40px;
  }
  .programHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .programHeader h1 {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 0.46px;
    width: 100%;
  }
  .programHeader p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
    margin-left: 0;
    width: 76%;
  }
}
.programContainer {
  position: relative;
  padding: 0px 18% 12%;
}
.programContainer .bg {
  position: absolute;
  width: 100%;
  height: 700px;
  left: 0;
  top: -200px;
  background: linear-gradient(180deg, rgba(250, 184, 43, 0) 0%, rgba(250, 184, 43, 0.4) 8.85%, #FAB82B 16.15%, #FAB82B 81.77%, rgba(250, 184, 43, 0.4) 90.62%, rgba(250, 184, 43, 0) 100%);
}
.programContainer h2, .programContainer .cardBox {
  position: relative;
  z-index: 2;
}
.programContainer h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 82px;
  letter-spacing: 0.45px;
  color: #030303;
  margin-bottom: 20px;
}
.programContainer .row {
  margin: 0 -10px;
}
.programContainer .col-lg-4 {
  padding: 0 10px;
}
.programContainer .cardBox {
  border-radius: 2px;
  height: 376px;
  overflow: hidden;
  margin-bottom: 20px;
}
.programContainer .cardBox .content {
  background: #FFFFFF;
  padding: 60px 18px 25px;
  height: 376px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.programContainer .cardBox .content svg {
  fill: #0112C2;
  width: 23px;
  height: 23px;
  opacity: 1;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.programContainer .cardBox .content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #0112C2;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.programContainer .cardBox .content h4 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.4px;
  color: #0112C2;
}
.programContainer .cardBox .blueGradient {
  background: linear-gradient(180deg, #0229E3 0%, #0115C6 68.13%, rgb(255, 255, 255) 104.94%);
}
.programContainer .cardBox .blueGradient svg {
  fill: #fff;
}
.programContainer .cardBox .blueGradient h4, .programContainer .cardBox .blueGradient p {
  color: #FFFFFF;
}
.programContainer .cardBox .goldenGradient {
  background: linear-gradient(180deg, #F9B820 0%, #FAB710 69.23%, rgba(250, 183, 16, 0.0001) 104.94%);
}
.programContainer .cardBox .goldenGradient svg {
  fill: #fff;
}
.programContainer .cardBox .goldenGradient h4, .programContainer .cardBox .goldenGradient p {
  color: #FFFFFF;
}
.programContainer .cardBox button {
  background: #FFFFFF;
  border: none;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #0112C2;
  font-weight: bold;
  transform: translateY(-60px);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.programContainer .cardBox button span {
  font-weight: 400;
}
.programContainer .cardBox button b {
  font-weight: bold;
}
.programContainer .cardBox:hover .content {
  height: 290px;
  padding: 20px 18px 15px;
}
.programContainer .cardBox:hover .content svg {
  opacity: 0;
  display: none;
}
.programContainer .cardBox:hover .content p {
  opacity: 1;
}
.programContainer .cardBox:hover button {
  transform: translateY(0px);
  opacity: 1;
}
.programContainer .cardBox.active .content {
  height: 290px;
  padding: 20px 18px 15px;
}
.programContainer .cardBox.active .content svg {
  opacity: 0;
  display: none;
}
.programContainer .cardBox.active .content p {
  opacity: 1;
}
.programContainer .cardBox.active button {
  transform: translateY(0px);
  opacity: 1;
}
.programContainer .planning button {
  color: #F9B820;
}
.programContainer .moreCoaches {
  display: flex;
  justify-content: space-between;
  color: #0112C2;
  font-weight: 500;
  letter-spacing: 0.487619px;
  cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 30px 90px;
  margin: 64px auto 20px;
  min-width: 300px;
  border: none;
}
.programContainer .moreCoaches img {
  width: 24px;
}

@media (max-width: 1366px) {
  .programContainer {
    padding: 4% 14%;
  }
}
@media (max-width: 1280px) {
  .programContainer {
    padding: 4% 12%;
  }
}
@media (max-width: 1152px) {
  .programContainer {
    padding: 4% 8%;
  }
}
@media (max-width: 1024px) {
  .programContainer {
    padding: 4%;
  }
}
@media (max-width: 992px) {
  .programContainer {
    padding: 0 10%;
  }
}
@media (max-width: 840px) {
  .programContainer {
    padding: 0px 10%;
  }
}
@media (max-width: 700px) {
  .programContainer {
    padding: 0px 10%;
  }
}
@media (max-width: 652px) {
  .programContainer .cardBox {
    height: 300px;
  }

  .programContainer .cardBox .content {
    height: 300px;
    padding: 40px 10px 20px;
  }

  .programContainer .cardBox .content h4 {
    font-size: 32px;
    line-height: 36px;
  }

  .programContainer .cardBox .content p {
    font-size: 14px;
    line-height: 20px;
  }

  .programContainer .cardBox:hover .content {
    height: 240px;
    padding: 20px 10px 10px;
  }

  .programContainer .cardBox button {
    padding: 15px 0;
    font-size: 14px;
  }
}
@media (max-width: 426px) {
  .programContainer {
    position: relative;
    padding: 0;
    padding: 0px 10px;
  }
  .programContainer .bg {
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    background: #FAB82B;
    top: -140px;
  }
  .programContainer .bg::before {
    content: "";
    width: 110%;
    height: 140px;
    left: -20px;
    top: -70px;
    position: absolute;
    background: linear-gradient(180deg, #FAB82B 0%, #FAB82B 64.11%);
    filter: blur(20.5074px);
  }
  .programContainer .bg::after {
    content: none;
  }
  .programContainer h2 {
    font-size: 30px;
    line-height: 82px;
    letter-spacing: 0.3px;
    padding: 0 10px;
    margin-bottom: 14px;
  }
  .programContainer .row {
    margin: 0 -10px;
  }
  .programContainer .col-lg-4 {
    padding: 0 7px;
  }
  .programContainer .cardBox {
    height: 200px;
    margin-bottom: 14px;
  }
  .programContainer .cardBox .content {
    padding: 20px 10px 15px;
    height: 200px;
  }
  .programContainer .cardBox .content p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.18px;
    color: #0112C2;
    opacity: 0;
    transform: translateY(-28px);
    transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .programContainer .cardBox .content h4 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.2px;
    margin-bottom: 0;
  }
  .programContainer .cardBox .blueGradient {
    background: linear-gradient(180deg, #0229E3 0%, #0115C6 68.13%, rgba(1, 18, 194, 0.0001) 104.94%);
  }
  .programContainer .cardBox .blueGradient svg {
    fill: #fff;
  }
  .programContainer .cardBox .blueGradient h4, .programContainer .cardBox .blueGradient p {
    color: #FFFFFF;
  }
  .programContainer .cardBox .goldenGradient {
    background: linear-gradient(180deg, #F9B820 0%, #FAB710 69.23%, rgba(250, 183, 16, 0.0001) 104.94%);
  }
  .programContainer .cardBox .goldenGradient svg {
    fill: #fff;
  }
  .programContainer .cardBox .goldenGradient h4, .programContainer .cardBox .goldenGradient p {
    color: #FFFFFF;
  }
  .programContainer .cardBox button {
    padding: 10px 0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.487619px;
    transform: translateY(-40px);
    height: 40px;
  }
  .programContainer .cardBox:hover .content {
    height: 160px;
    padding: 20px 10px 15px;
  }
  .programContainer .cardBox:hover .content svg {
    opacity: 0;
  }
  .programContainer .cardBox:hover .content p {
    transform: translateY(-8px);
    opacity: 1;
    margin-bottom: 8px;
  }
  .programContainer .cardBox:hover button {
    transform: translateY(0px);
    opacity: 1;
  }
  .programContainer .cardBox.active .content {
    height: 160px;
    padding: 20px 10px 15px;
  }
  .programContainer .cardBox.active .content svg {
    opacity: 0;
  }
  .programContainer .cardBox.active .content p {
    transform: translateY(-8px);
    opacity: 1;
    margin-bottom: 8px;
  }
  .programContainer .cardBox.active button {
    transform: translateY(0px);
    opacity: 1;
  }
  .programContainer .moreCoaches {
    margin: 20px auto 20px;
    min-width: 300px;
  }
}
@media (max-width: 376px) {
  .programContainer .cardBox .content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .programContainer h2 {
    font-size: 28px;
    line-height: 82px;
  }

  .programContainer .cardBox .content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.CoachesContainer {
  padding: 60px 0 8%;
}
.CoachesContainer .coach_catalogue_container {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  margin: 35px 0;
  height: 800px;
}
.CoachesContainer .coach_catalogue_filter {
  background: #fff;
  padding: 0px 16px 0px 8px;
  overflow: auto;
  max-height: 800px;
  border: 1px solid #ddd;
  width: 18%;
  margin-right: 2%;
}
.CoachesContainer .coach_catalogue_filter::-webkit-scrollbar {
  width: 8px;
}
.CoachesContainer .coach_catalogue_filter::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.CoachesContainer .coach_catalogue_filter::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 10px;
}
.CoachesContainer .coach_catalogue_filter::-webkit-scrollbar-thumb:hover {
  background: #bbbbbb;
}
.CoachesContainer .coach_catalogue_filter h3 {
  margin: 16px 0 0;
  font-size: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CoachesContainer .coach_catalogue_filter .filter_box {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.CoachesContainer .coach_catalogue_filter .filter_box:last-child {
  margin-bottom: 16px;
}
.CoachesContainer .coach_catalogue_filter .filter_box .filter_title {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin: 6px 0 20px;
  font-weight: 600;
  color: #1d3e6f;
  cursor: pointer;
}
.CoachesContainer .coach_catalogue_filter .filter_box .filter_title img {
  width: 12px;
}
.CoachesContainer .coach_catalogue_filter .filter_box .filter_title.closeDropdown {
  margin: 4px 0;
}
.CoachesContainer .coach_catalogue_filter .filter_box .filter_title.closeDropdown img {
  transform: rotate(-90deg);
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container {
  padding-left: 20px;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  line-height: 20px;
  color: #7C92A7;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label input:checked ~ .checkmark {
  background-color: #EBF3FD;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label input:checked ~ .checkmark:after {
  display: block;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #EBF3FD;
  border-radius: 4px;
  border: 1px solid #ccc;
  z-index: 99;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #1d3e6f;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label_bg .text {
  z-index: 99;
  color: #1d3e6f;
  position: relative;
  word-break: break-word;
  display: block;
  width: 90%;
}
.CoachesContainer .coach_catalogue_filter .filter_box .checkbox_container .checkbox_label_bg::after {
  content: "";
  position: absolute;
  width: 94%;
  height: 130%;
  z-index: 0;
  left: -4px;
  top: -4px;
  border-radius: 4px;
  background: rgb(95, 179, 250);
  background: linear-gradient(135deg, rgb(95, 179, 250) 0%, rgb(14, 202, 169) 100%);
  box-shadow: 0 3px 5px 0 rgba(204, 204, 204, 0.65);
  padding-bottom: 8px;
}
.CoachesContainer .username {
  margin: 14px 0;
}
.CoachesContainer .username label {
  color: #1d3e6f;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.CoachesContainer .username input {
  height: 34px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px 0 #ccc;
  font-size: 14px;
  padding: 6px;
  box-sizing: border-box;
}
.CoachesContainer .Resources-filters-form {
  display: flex;
  flex-direction: row;
}
.CoachesContainer .Resources-filters-form--list:first-child {
  margin-top: 0;
}
.CoachesContainer .Resources-filters-form--list {
  width: 32%;
  height: 46px;
  border: 1px solid #ccc;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-right: 3%;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-label {
  line-height: 46px;
  text-indent: 20px;
  color: #7C92A7;
  font-size: 16px;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./img/down-arrow-catalogue.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 16px;
  height: 16px;
}
.CoachesContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, .CoachesContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 10;
  position: absolute;
  margin-top: 2px;
}
.CoachesContainer .Resources-filters-form--list.is-open .Resources-filters-field, .CoachesContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 10px 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0f76de;
}
.CoachesContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, .CoachesContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #646464;
  background-color: #edeff2;
}
.CoachesContainer .Resources-filters-form--search {
  max-width: 32%;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  height: 46px;
  width: 32%;
  margin-right: 3%;
}
.CoachesContainer .Resources-filters-form--search .Resources-filters-label {
  display: none;
}
.CoachesContainer .Resources-filters-form--search input {
  position: relative;
  width: 100%;
  border: 0;
  font-size: 16px;
  height: 46px;
  padding-left: 18px;
  color: #7C92A7;
}
.CoachesContainer .Resources-filters-form--search .Resources-filters-field {
  position: relative;
}
.CoachesContainer .Resources-filters-form--search .Resources-filters-field:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  background-image: url(img/magnifying-glass.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 20px;
  height: 46px;
}
.CoachesContainer .Resources-filters-form--search input:focus {
  outline: none;
}
.CoachesContainer .Resources-filters-form--search input::-moz-placeholder {
  color: #7C92A7;
}
.CoachesContainer .Resources-filters-form--search input:-ms-input-placeholder {
  color: #7C92A7;
}
.CoachesContainer .Resources-filters-form--search input::placeholder {
  color: #7C92A7;
}
.CoachesContainer .search_bar {
  width: 18%;
  display: flex;
  align-items: center;
  margin: 2% 0 0 2%;
}
.CoachesContainer .search_bar .Resources-filters {
  width: 100%;
}
.CoachesContainer .search_bar .Resources-filters-form--search {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
}
.CoachesContainer .coach_catalogue_cards {
  background: #fff;
  padding: 30px;
  overflow: auto;
  max-height: 800px;
  width: 80%;
}
.CoachesContainer .Resources-filters--button {
  width: 12%;
}
.CoachesContainer .Resources-filters--button button {
  height: 46px;
  width: 100%;
  border-radius: 50px;
  border: none;
  background: linear-gradient(135deg, rgb(95, 179, 250) 0%, rgb(14, 202, 169) 100%);
  box-shadow: 0 3px 5px 0 rgba(204, 204, 204, 0.65);
  font-size: 16px;
  cursor: pointer;
}
.CoachesContainer .CoachCardContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.CoachesContainer .CoachCardContainer .item {
  background: linear-gradient(180deg, #fff 60%, #EEF5FD 100%);
  box-shadow: 0 0px 4px 0px #ccc;
  width: 30%;
  margin: 0 15px;
  margin-bottom: 25px;
}
.CoachesContainer .CoachCardImage {
  background: no-repeat center;
  background-size: cover;
  height: 224px;
}
.CoachesContainer .CoachCardText {
  padding: 12px 10px 22px;
  /* background: linear-gradient(180deg, #fff 0%, #EEF5FD 100%); */
}
.CoachesContainer .CoachCardText p:nth-child(1) {
  color: #1d3e6f;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2px;
  text-align: center;
}
.CoachesContainer .CoachCardText p:nth-child(2) {
  color: #717070;
  font-size: 14px;
  font-weight: 500;
  display: grid;
  grid-template-columns: 20% 76%;
  text-align: left;
  margin: 8px 14px;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.CoachesContainer .CoachCardText p:nth-child(2) span:nth-child(1) {
  color: #3b3b3b;
}
.CoachesContainer .testimonial {
  line-height: 20px;
  margin-top: 22px;
  font-weight: 500;
  color: #646363;
  cursor: pointer;
  font-size: 14px;
}
.CoachesContainer .testimonial a {
  color: #6593f5;
  text-decoration: underline;
}
.CoachesContainer .reset_btn {
  font-size: 15px;
  color: rgb(12, 170, 142);
  cursor: pointer;
}
@media (max-width: 1440px) {
  .CoachesContainer .CoachCardImage {
    height: 236px;
  }
  .CoachesContainer .checkbox_label {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  .CoachesContainer .CoachCardImage {
    height: 222px;
  }
}
@media (max-width: 1280px) {
  .CoachesContainer .CoachCardImage {
    height: 216px;
  }
  .CoachesContainer .CoachesContainer .CoachCardContainer .item {
    width: 46%;
  }
}
@media (max-width: 1024px) {
  .CoachesContainer .Resources-filters--button {
    width: 15%;
  }
  .CoachesContainer .Resources-filters-form--search, .CoachesContainer .Resources-filters-form--list {
    width: 34%;
    max-width: 34%;
  }
  .CoachesContainer .CoachCardImage {
    height: 242px;
  }
  .CoachesContainer .reset_btn {
    padding-left: 65px;
  }
  .CoachesContainer .CoachesContainer .CoachCardContainer .item {
    width: 44%;
  }
}
.CoachesContainer .overlay-blocker {
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999;
}
.CoachesContainer .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(theme/ile/images/indicator.gif) no-repeat center;
  background-size: 50px;
  z-index: 9999999;
  width: 100px;
  height: 100px;
}
.CoachesContainer .loaderMain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

@media (max-width: 1152px) {
  .CoachesContainer .coach_catalogue_filter {
    width: 22%;
  }

  .CoachesContainer .coach_catalogue_cards {
    width: 76%;
  }

  .search_bar {
    width: 22%;
    display: flex;
    align-items: center;
    margin: 2% 0 0 2%;
  }
}
@media (max-width: 768px) {
  .CoachesContainer .coach_catalogue_filter {
    width: 30%;
  }

  .CoachesContainer .coach_catalogue_cards {
    width: 68%;
  }

  .CoachesContainer .search_bar {
    width: 30%;
  }

  .CoachesContainer .CoachCardContainer .item {
    width: 100%;
  }
}
#id01 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 88px;
  z-index: 1040;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.19);
}
#id01 .modal-content {
  padding: 18px 22px 20px;
  border-radius: 0;
  border: none;
  background: #0112C2;
  color: #fff;
}
#id01 .modal-content #error_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 40px;
}
#id01 .modal-content #error_msg svg {
  width: 20px;
  margin-right: 10px;
}
#id01 .modal-content .modal-body {
  display: flex;
  flex-direction: column;
}
#id01 .modal-content .modal-body label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
#id01 .modal-content .modal-body input {
  padding: 12px 16px;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.487619px;
  color: #808080 !important;
  font-weight: 600;
  margin-bottom: 20px;
  background-color: #fff !important;
  border: none;
}
#id01 .modal-content .modal-body button {
  display: flex;
  width: 44%;
  background: #02FFCE;
  border: none;
  color: #0112C2;
  padding: 14px 10px;
  justify-content: center;
  font-size: 14px;
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  cursor: pointer;
  letter-spacing: 0.487619px;
}
#id01 .modal-content .modal-body .note {
  font-size: 14px;
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.aboutHeader {
  padding: 75px 15px;
}
.aboutHeader .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px 0 0 18px;
}
.aboutHeader h1 {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.8px;
  width: 60%;
  margin-left: 16%;
}

@media (max-width: 1440px) {
  .aboutHeader h1 {
    width: 70%;
  }
}
@media (max-width: 1366px) {
  .aboutHeader h1 {
    width: 80%;
  }
}
@media (max-width: 1152px) {
  .aboutHeader h1 {
    width: 90%;
    margin-left: 10%;
  }
}
@media (max-width: 1024px) {
  .aboutHeader {
    padding: 80px 15px 75px;
  }

  .aboutHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .aboutHeader h1 {
    margin-left: 10%;
  }
}
@media (max-width: 992px) {
  .aboutHeader h1 {
    margin-left: 10%;
    font-size: 76px;
  }
}
@media (max-width: 768px) {
  .aboutHeader {
    padding: 80px 15px 75px;
  }

  .aboutHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .aboutHeader h1 {
    margin-left: 0;
    font-size: 76px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .aboutHeader h1 br {
    display: none;
  }
}
@media (max-width: 426px) {
  .aboutHeader h1 {
    margin-left: 0;
    font-size: 66px;
    line-height: 68px;
  }

  .aboutHeader {
    padding: 80px 10px 75px;
  }
}
@media (max-width: 376px) {
  .aboutHeader {
    padding: 55px 10px;
  }
  .aboutHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .aboutHeader h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .aboutHeader h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
}
.aboutVisionContainer {
  display: flex;
  position: relative;
}
.aboutVisionContainer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 530px;
  left: 0;
  bottom: -160px;
  background: linear-gradient(180deg, rgba(5, 255, 233, 0.0001) 0%, #05FFE9 14.88%, #05FFE9 88.01%, rgba(5, 255, 232, 0.0001) 100%);
  z-index: 1;
}
.aboutVisionContainer .visionImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/vision1.png");
  z-index: 2;
  width: 56%;
  margin-right: 2%;
}
.aboutVisionContainer .visionContent {
  z-index: 2;
  width: 24%;
}
.aboutVisionContainer .visionContent h4 {
  font-weight: bold;
  font-size: 35px;
  line-height: 26px;
  letter-spacing: 0.35px;
  color: #030303;
  margin-bottom: 26px;
  font-family: Alte Haas Grotesk;
}
.aboutVisionContainer .visionContent p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #000000;
  margin-bottom: 10px;
  text-align: justify;
}

@media (max-width: 1440px) {
  .aboutVisionContainer::after {
    bottom: -140px;
  }
}
@media (max-width: 1280px) {
  .aboutVisionContainer .visionImg {
    width: 56%;
  }
  .aboutVisionContainer .visionContent {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .aboutVisionContainer .visionImg {
    width: 56%;
  }
  .aboutVisionContainer .visionContent {
    width: 34%;
  }

  .aboutVisionContainer::after {
    bottom: -140px;
  }
}
@media (max-width: 840px) {
  .aboutVisionContainer::after {
    bottom: -70px;
  }
}
@media (max-width: 768px) {
  .aboutVisionContainer .visionImg {
    width: 56%;
  }
  .aboutVisionContainer .visionContent {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .aboutVisionContainer {
    flex-wrap: wrap;
  }
  .aboutVisionContainer .visionImg {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .aboutVisionContainer .visionContent {
    width: 100%;
  }

  .visionContent {
    padding: 0 15px;
    padding-bottom: 40px;
  }

  .aboutVisionContainer::after {
    bottom: 0;
    height: 100%;
  }
}
.paddingBox {
  position: relative;
  padding: 4% 18%;
  z-index: 99;
}

@media (max-width: 1366px) {
  .paddingBox {
    padding: 4% 14%;
  }
}
@media (max-width: 1280px) {
  .paddingBox {
    padding: 4% 12%;
  }
}
@media (max-width: 1152px) {
  .paddingBox {
    padding: 4% 8%;
  }
}
@media (max-width: 1024px) {
  .paddingBox {
    padding: 4%;
  }
}
@media (max-width: 992px) {
  .paddingBox {
    padding: 4% 10%;
  }
}
@media (max-width: 840px) {
  .paddingBox {
    padding: 100px 10%;
  }
}
@media (max-width: 768px) {
  .paddingBox {
    padding: 60px 10% 0;
  }
}
@media (max-width: 426px) {
  .paddingBox {
    padding: 56px 10px 0;
  }
}
@media (max-width: 426px) {
  .paddingBox {
    padding: 24px 10px 0;
  }
}
.aboutVisionDetailContainer {
  color: #fff;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  justify-content: space-between;
}
.aboutVisionDetailContainer .aboutVisionDetailBox {
  display: flex;
  background: #fff;
  color: #000;
  padding: 22px 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 22px;
  width: 47%;
  margin: 0 8px;
  height: 120px;
  margin-bottom: 34px;
}
.aboutVisionDetailContainer .aboutVisionDetailBox span:first-child {
  font-weight: bold;
  color: #0112C2;
  width: 36%;
  font-family: Alte Haas Grotesk;
}
.aboutVisionDetailContainer .aboutVisionDetailBox span:last-child {
  width: 64%;
}

@media (max-width: 840px) {
  .aboutVisionDetailContainer .aboutVisionDetailBox {
    height: 100px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .aboutVisionDetailContainer .aboutVisionDetailBox {
    height: 100px;
    width: 100%;
    margin-bottom: 16px;
  }
  .aboutVisionDetailContainer .aboutVisionDetailBox span:first-child {
    width: 30%;
  }
  .aboutVisionDetailContainer .aboutVisionDetailBox span:last-child {
    width: 70%;
  }
}
@media (max-width: 427px) {
  .aboutVisionDetailContainer .aboutVisionDetailBox {
    height: auto;
  }
}
@media (max-width: 320px) {
  .aboutVisionDetailContainer .aboutVisionDetailBox {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .aboutVisionDetailContainer .aboutVisionDetailBox span:first-child {
    width: 30%;
  }
  .aboutVisionDetailContainer .aboutVisionDetailBox span:last-child {
    width: 70%;
  }
}
.aboutTitle {
  font-weight: bold;
  font-size: 45px;
  line-height: 76px;
  letter-spacing: 0.45px;
  color: #030303;
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Alte Haas Grotesk;
}

@media (max-width: 700px) {
  .aboutTitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.aboutLeadershipContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.aboutLeadershipContainer .leaderBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 50px;
}
.aboutLeadershipContainer .leaderBox .leaderImg {
  background-color: #55F9EA;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 76%;
  max-width: 100%;
}
.aboutLeadershipContainer .leaderBox h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.487619px;
  color: #0112C2;
  margin-top: 15px;
  margin-bottom: 2px;
}
.aboutLeadershipContainer .leaderBox p {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  line-height: 24px;
}
.aboutLeadershipContainer .leaderBox .detail {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 36px;
}
.aboutLeadershipContainer .leaderBox .detail li {
  margin-bottom: 4px;
}
.aboutLeadershipContainer .leaderBox img {
  max-width: 100%;
  height: auto;
  display: block;
  align-self: flex-start;
}

@media (max-width: 840px) {
  .aboutLeadershipContainer .leaderBox .leaderImg {
    width: 210px;
    height: 210px;
  }

  .aboutLeadershipContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aboutLeadershipContainer .leaderBox {
    width: 46%;
    margin-bottom: 40px;
  }
}
@media (max-width: 426px) {
  .aboutLeadershipContainer .leaderBox .leaderImg {
    width: 180px;
    height: 180px;
  }

  .aboutLeadershipContainer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .aboutLeadershipContainer .leaderBox {
    width: 46%;
    margin-bottom: 20px;
  }

  .aboutLeadershipContainer .leaderBox .detail {
    margin-bottom: 26px;
  }
}
@media (max-width: 376px) {
  .aboutLeadershipContainer .leaderBox .leaderImg {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 320px) {
  .aboutLeadershipContainer .leaderBox .leaderImg {
    width: 200px;
    height: 200px;
  }

  .aboutLeadershipContainer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .aboutLeadershipContainer .leaderBox {
    width: 100%;
    margin-bottom: 20px;
  }
}
.whiteBg {
  position: relative;
}
.whiteBg::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 20.74%, #FFFFFF 82.71%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 124%;
  top: -24%;
}
.whiteBg .paddingBox {
  z-index: 99;
}
.whiteBg .paddingBox img {
  margin-bottom: 4%;
}

@media (max-width: 840px) {
  .whiteBg .paddingBox {
    z-index: 99;
    padding-top: 0;
  }
}
@media (max-width: 426px) {
  .whiteBg .paddingBox {
    z-index: 99;
    padding: 4% 10px;
  }

  .whiteBg::before {
    height: 110%;
    top: -10%;
  }

  .whiteBg .aboutTitle {
    font-size: 38px;
    line-height: 76px;
    letter-spacing: 0.45px;
    color: #030303;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 376px) {
  .whiteBg .aboutTitle {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.45px;
    color: #030303;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .whiteBg .aboutTitle {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.45px;
    color: #030303;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.resourcesHeader {
  padding: 75px 15px 24px;
  position: relative;
}
.resourcesHeader::before {
  content: "";
  background: linear-gradient(180deg, rgba(2, 41, 227, 0.0001) 0%, rgba(2, 38, 223, 0.182774) 8.14%, #0225DD 25.33%, #0116C7 78.04%, rgba(1, 20, 197, 0.204518) 91.9%, rgba(1, 18, 194, 0.0001) 100%);
  position: absolute;
  position: absolute;
  height: 280%;
  width: 100%;
  left: 0;
  right: 0;
  top: -100px;
}
.resourcesHeader .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px;
}
.resourcesHeader h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 44px;
  letter-spacing: 0.8px;
  width: 100%;
  color: #fff;
  padding-left: 20%;
}
.resourcesHeader p {
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 47%;
  width: 20%;
  color: #fff;
}

@media (max-width: 1440px) {
  .resourcesHeader p {
    width: 26%;
  }
}
@media (max-width: 1366px) {
  .resourcesHeader h1 {
    width: 80%;
  }
}
@media (max-width: 1280px) {
  .resourcesHeader h1 {
    width: 90%;
  }
}
@media (max-width: 1152px) {
  .resourcesHeader h1 {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .resourcesHeader {
    padding: 80px 15px 75px;
  }

  .resourcesHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .resourcesHeader h1 {
    margin-left: 10%;
  }

  .resourcesHeader p {
    width: 34%;
  }
}
@media (max-width: 992px) {
  .resourcesHeader h1 {
    margin-left: 10%;
    padding-left: 0;
  }

  .resourcesHeader p {
    width: 34%;
    margin-left: 60%;
  }
}
@media (max-width: 768px) {
  .resourcesHeader {
    padding: 80px 15px 75px;
  }

  .resourcesHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .resourcesHeader h1 {
    margin-left: 10%;
    font-size: 76px;
    width: 98%;
  }
}
@media (max-width: 426px) {
  .resourcesHeader h1 {
    margin-left: 0;
    font-size: 66px;
    line-height: 68px;
  }

  .resourcesHeader p {
    width: 68%;
    margin-left: 0;
  }
}
@media (max-width: 376px) {
  .resourcesHeader {
    padding: 55px 10px;
  }
  .resourcesHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .resourcesHeader h1 {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
  .resourcesHeader p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
    margin-left: 0;
    width: 100%;
  }
}
.resourcesFilterContainer {
  position: relative;
  padding: 0 18% 4%;
  color: #fff;
  z-index: 99;
}
.resourcesFilterContainer .no_record {
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  padding: 14px 0;
  text-align: center;
  margin-top: 30px;
}
.resourcesFilterContainer .no_record p {
  margin: 0;
}
.resourcesFilterContainer .morePosts {
  display: flex;
  justify-content: space-between;
  color: #0112C2;
  font-weight: 500;
  letter-spacing: 0.487619px;
  cursor: pointer;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 30px 90px;
  margin-top: 60px;
  margin-bottom: 20px;
  min-width: 300px;
  border: none;
}
.resourcesFilterContainer .row {
  margin: 0 -8px;
}
.resourcesFilterContainer .col-lg-4, .resourcesFilterContainer .col-md-6, .resourcesFilterContainer .col-12 {
  padding: 0 8px;
}
.resourcesFilterContainer label {
  font-size: 16px;
  margin-bottom: 10px;
}
.resourcesFilterContainer .Resources-filters-form--list:first-child {
  margin-top: 0;
}
.resourcesFilterContainer .Resources-filters-form--list {
  position: relative;
  cursor: pointer;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-label {
  background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 63.13%, rgba(255, 255, 255, 0.0001) 100%);
  padding: 30px 50px 80px 30px;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-label:after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 30px;
  top: 32%;
  transform: translateY(-50%);
  background-image: url(../images/ArrowDown.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
.resourcesFilterContainer .Resources-filters-form--list.is-open .Resources-filters-label:after, .resourcesFilterContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-label:after {
  transform: translateY(-50%) rotate(180deg);
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
  margin-top: -45px;
}
.resourcesFilterContainer .Resources-filters-form--list.is-open .Resources-filters-field, .resourcesFilterContainer .Resources-filters-form--list:not(.no-hover):hover .Resources-filters-field {
  display: inline-block;
  transition: all 1s ease;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field ul {
  background-color: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 0;
  margin: 0;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112C2;
}
.resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field ul li.is-active, .resourcesFilterContainer .Resources-filters-form--list .Resources-filters-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}
.resourcesFilterContainer .searchBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 29px 20px 28px 20px;
  color: #808080;
  font-size: 16px;
  font-weight: 600;
  font-family: "Helvetica";
  letter-spacing: 0.6px;
}
.resourcesFilterContainer .searchBox input {
  width: 100%;
  border: none;
  height: 36px;
  padding-left: 10px;
  background: transparent;
}
.resourcesFilterContainer .searchBox input:focus {
  color: #000;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.resourcesFilterContainer .searchBox input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.resourcesFilterContainer .searchBox input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.resourcesFilterContainer .searchBox input::placeholder {
  color: #808080;
  opacity: 1;
}
.resourcesFilterContainer .articleContainer {
  margin-top: 55px;
}
.resourcesFilterContainer .articleBox {
  background: #fff;
  margin-bottom: 16px;
  height: calc(100% - 16px);
}
.resourcesFilterContainer .articleImage {
  background: no-repeat top center;
  background-size: cover;
  height: 190px;
}
.resourcesFilterContainer .articleText {
  padding: 0px 16px 16px 20px;
}
.resourcesFilterContainer .articleText .typeHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resourcesFilterContainer .articleText p {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.14px;
  color: #0222D8;
}
.resourcesFilterContainer .articleText h6 {
  word-break: break-word;
  margin: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.3px;
  color: #0222D8;
}
.resourcesFilterContainer .articleText ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.resourcesFilterContainer .articleText ul li {
  display: inline-block;
  color: #0222D8;
}
.resourcesFilterContainer .articleText a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.14px;
  color: #0222D8;
}

@media (max-width: 1366px) {
  .resourcesFilterContainer {
    padding: 4% 14%;
  }
}
@media (max-width: 1280px) {
  .resourcesFilterContainer {
    padding: 4% 12%;
  }
}
@media (max-width: 1152px) {
  .resourcesFilterContainer {
    padding: 4% 8%;
  }
}
@media (max-width: 1024px) {
  .resourcesFilterContainer {
    padding: 4%;
  }
}
@media (max-width: 992px) {
  .resourcesFilterContainer {
    padding: 4% 10%;
  }

  .resourcesFilterContainer .articleText h6 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 840px) {
  .resourcesFilterContainer {
    padding: 0px 10%;
  }
}
@media (max-width: 700px) {
  .resourcesFilterContainer {
    padding: 0px 10%;
  }
}
@media (max-width: 426px) {
  .resourcesFilterContainer {
    padding: 0px 10px;
  }
  .resourcesFilterContainer button {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.487619px;
  }
  .resourcesFilterContainer label {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.487619px;
  }
  .resourcesFilterContainer .morePosts {
    margin: 30px auto 20px;
  }
}
.subscribeBox {
  padding: 4% 18% 6%;
  position: relative;
}
.subscribeBox::before {
  content: "";
  position: absolute;
  height: 156%;
  width: 100%;
  left: 0;
  right: 0;
  top: -100px;
  background: linear-gradient(180deg, rgba(2, 41, 227, 0.0001) 0%, rgba(2, 38, 223, 0.182774) 8.14%, #0225DD 25.33%, #0116C7 78.04%, rgba(1, 20, 197, 0.204518) 91.9%, rgba(1, 18, 194, 0.0001) 100%);
}
.subscribeBox h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 44px;
  letter-spacing: 0.8px;
  width: 100%;
  color: #fff;
  padding-left: 18%;
}
.subscribeBox p {
  margin-bottom: 0;
  font-weight: 400;
  margin-left: 46%;
  width: 22%;
  color: #fff;
}
.subscribeBox form {
  margin-top: 30px;
  width: 100%;
}
.subscribeBox form label {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.426666px;
  color: #FFFFFF;
}
.subscribeBox form input {
  padding: 32px 36px;
  border-radius: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #000;
  font-weight: 600;
  margin-bottom: 6px;
  border: none;
  height: 92px;
}
.subscribeBox form input:focus {
  color: #000;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.subscribeBox form input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.subscribeBox form input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.subscribeBox form input::placeholder {
  color: #808080;
  opacity: 1;
}
.subscribeBox form input + span {
  color: #FDD013;
}
.subscribeBox form .signUp {
  display: flex;
  width: 100%;
  background: #02FFCE;
  border: none;
  color: #0112C2;
  padding: 20px 30px;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 36px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Helvetica";
  cursor: pointer;
  letter-spacing: 0.487619px;
  align-items: center;
  height: 92px;
}
.subscribeBox form .signUp svg {
  width: 12px;
  fill: #0112C2;
}
.subscribeBox form .subscribeThankMsg {
  display: none;
}
.subscribeBox form .subscribeThankMsg h2 {
  color: #fff;
}

@media (max-width: 1440px) {
  .subscribeBox p {
    width: 26%;
  }
}
@media (max-width: 1366px) {
  .subscribeBox h1 {
    width: 80%;
  }

  .subscribeBox {
    padding: 4% 14% 6%;
  }
}
@media (max-width: 1280px) {
  .subscribeBox {
    padding: 4% 12% 6%;
  }
}
@media (max-width: 1152px) {
  .subscribeBox {
    padding: 4% 8% 6%;
  }

  .subscribeBox h1 {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .subscribeBox {
    padding: 4% 6%;
  }

  .subscribeBox h1 {
    margin-left: 0%;
    padding-left: 10%;
    width: 100%;
  }

  .subscribeBox p {
    width: 34%;
    margin-left: 56%;
  }
}
@media (max-width: 992px) {
  .subscribeBox {
    padding: 4% 10% 6%;
  }

  .subscribeBox h1 {
    margin-left: 10%;
    font-size: 76px;
    width: 98%;
    padding-left: 4%;
  }

  .subscribeBox p {
    width: 34%;
    margin-left: 40%;
  }
}
@media (max-width: 840px) {
  .subscribeBox {
    padding: 10%;
  }

  .subscribeBox h1 {
    margin-left: 0%;
    font-size: 76px;
    width: 98%;
    padding-left: 4%;
  }

  .subscribeBox p {
    width: 34%;
    margin-left: 44%;
  }
}
@media (max-width: 700px) {
  .subscribeBox {
    padding: 10%;
  }
}
@media (max-width: 426px) {
  .subscribeBox {
    padding: 56px 10px;
  }
  .subscribeBox button {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.487619px;
  }
  .subscribeBox label {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    letter-spacing: 0.487619px;
  }

  .subscribeBox h1 {
    margin-left: 0;
    font-size: 66px;
    line-height: 68px;
    padding-left: 0;
  }

  .subscribeBox p {
    width: 68%;
    margin-left: 0;
  }
}
@media (max-width: 376px) {
  .subscribeBox {
    padding: 55px 10px;
  }
  .subscribeBox h1 {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
  .subscribeBox p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.548571px;
    margin-left: 0;
    width: 100%;
  }
}
#BusinessCoach .close {
  position: absolute;
  right: 12px;
  top: 0px;
  font-size: 32px;
  opacity: 1;
  font-weight: 500;
}

.profile_container {
  background: #fff;
}
.profile_container .top_bar {
  background: #222222;
  height: 12px;
}
.profile_container .top_box {
  background: #f0f0f0;
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}
.profile_container .top_box .glo_logo_desktop {
  position: absolute;
  width: 75px;
  left: 30px;
}
.profile_container .top_box .glo_logo_mobile {
  position: absolute;
  width: 75px;
  left: 30px;
  display: none;
}
.profile_container .top_box .img_container {
  width: 60%;
  margin: 0 auto;
  background: #0222D8;
  border-radius: 6px;
  position: relative;
  height: 326px;
  text-align: center;
}
.profile_container .top_box .img_container.yellow {
  background: #FDD013;
}
.profile_container .top_box .img_container.green {
  background: #56F9EA;
}
.profile_container .top_box .img_container .video_icon {
  width: 74px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
.profile_container .top_box .img_container .profile_img {
  height: 100%;
}
.profile_container .top_box .img_container p {
  margin: 0;
  font-size: 45px;
  line-height: 50px;
  text-align: right;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
.profile_container .logo_list {
  width: 56%;
  margin: 0 auto;
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-top: -66px;
  margin-bottom: 30px;
}
.profile_container .logo_list li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  background-color: #fff;
  width: calc(33.33% - 24.3px);
  margin-right: 32px;
  display: inline-block;
}
.profile_container .logo_list li:last-child {
  margin-right: 0;
}
.profile_container .function_container {
  width: 48%;
  margin: 0 auto;
  position: relative;
}
.profile_container .function_container .function_box {
  margin-bottom: 30px;
}
.profile_container .function_container .function_box h6 {
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.145em;
  color: #0222D8;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 3px;
}
.profile_container .function_container .function_box p {
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0.548571px;
  color: #050505;
  margin: 0;
  margin-top: 12px;
}
.profile_container .detail_list_box {
  position: relative;
  margin-bottom: 36px;
  margin-top: 54px;
}
.profile_container .detail_list_box ul {
  width: 48%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile_container .detail_list_box ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #979797;
  text-align: center;
  padding-bottom: 8px;
  cursor: pointer;
  margin-right: 40px;
}
.profile_container .detail_list_box ul li.active {
  border-bottom: 3px solid #0222D8;
  color: #000000;
}
.profile_container .detail_list_box hr {
  margin: 0;
  border-top: 1px solid #D8D8D8;
}
.profile_container .detail_box {
  width: 50%;
  position: relative;
  margin: 0 auto;
}
.profile_container .detail_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #050505;
  margin-bottom: 0px;
}
.profile_container .detail_box .skill_box h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #050505;
  margin-bottom: 6px;
}
.profile_container .detail_box .timeline {
  padding-left: 24px;
  margin: 0;
}
.profile_container .detail_box .timeline li {
  border-left: 1px solid #D8D8D8;
  list-style: none;
  padding: 0 0 40px 50px;
  position: relative;
}
.profile_container .detail_box .timeline li span {
  margin-top: -6px;
}
.profile_container .detail_box .timeline li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin-left: -56px;
  display: block;
  position: absolute;
  background: #0222D8;
}
.profile_container .detail_box .timeline li .timeline-title {
  margin: 2px 0 0 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #050505;
}
.profile_container .detail_box .timeline li .timeline_logo {
  margin-left: 50px;
}
.profile_container .detail_box .timeline li .timeline_logo img {
  height: 80px;
}
.profile_container .detail_box .timeline li .line-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #050505;
  margin-bottom: 6px;
}
.profile_container .detail_box .timeline li .little-text {
  font-weight: normal;
  margin-bottom: 0;
}
.profile_container .detail_box .timeline li:not(:first-child) {
  display: flex;
}
.profile_container .detail_box .timeline li:first-child {
  padding: 0px 0 60px 20px;
}
.profile_container .detail_box .timeline li:first-child::before {
  border: 0;
  background: none;
  position: relative;
}
.profile_container .detail_box .timeline li:first-child .img_box {
  float: left;
  border-radius: 50%;
  margin: -12px -46px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #0222D8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_container .detail_box .timeline li:first-child .img_box img {
  width: 22px;
}
.profile_container .detail_box .timeline.education li::before {
  content: "";
  background: #57F9EA;
}
.profile_container .detail_box .timeline.education li:first-child::before {
  border: 0;
  background: none;
  position: relative;
}
.profile_container .detail_box .timeline.education li:first-child .img_box {
  background: #57F9EA;
}
.profile_container .detail_box .timeline.education li:last-child {
  border-color: transparent;
}
.profile_container .detail_box .testimonial_box {
  margin-bottom: 50px;
}
.profile_container .detail_box .testimonial_box h6 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.548571px;
  color: #050505;
}
.profile_container .detail_box .testimonial_box .name {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.profile_container .detail_box .testimonial_box .name .user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0222D8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_container .detail_box .testimonial_box .name .user img {
  width: 32px;
}
.profile_container .detail_box .testimonial_box .name p {
  margin-bottom: 0;
  margin-left: 16px;
  width: calc(100% - 80px);
}
.profile_container .detail_box.experience_box {
  width: 60%;
}
.profile_container .detail_box.experience_box .skill_box {
  width: 80%;
  margin: 0 auto;
}
.profile_container .detail_box.experience_box .skill_box:nth-child(2) {
  margin-bottom: 40px;
}
.profile_container .detail_box.experience_box .skill_box:nth-child(3) {
  margin-bottom: 50px;
}
.profile_container .detail_box.experience_box .intro_box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.profile_container .detail_box.experience_box .intro_box .content_box {
  text-align: left;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: max-height 500ms;
}
.profile_container .detail_box.experience_box .intro_box .content_box::after {
  content: "";
  background: linear-gradient(360deg, #FFFFFF 17.28%, rgba(255, 255, 255, 0) 80.9%);
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.profile_container .detail_box.experience_box .intro_box .content_box.active {
  max-height: 2000px;
}
.profile_container .detail_box.experience_box .intro_box .content_box.active::after {
  display: none;
}
.profile_container .detail_box.experience_box .intro_box p {
  margin-bottom: 40px;
}
.profile_container .detail_box.experience_box .intro_box .skill_box {
  width: 100%;
  margin-bottom: 40px;
}
.profile_container .detail_box.experience_box .intro_box .read_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 40px;
  cursor: pointer;
  height: 30px;
}
.profile_container .detail_box.experience_box .intro_box .read_btn p {
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.487619px;
  color: #0222D8;
  margin-right: 30px;
  margin-bottom: 0;
}
.profile_container .detail_box.experience_box .intro_box .read_btn svg {
  width: 12px;
  fill: #0121C2;
}
.profile_container .detail_box.experience_box .intro_box .read_btn .icon_btn {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.profile_container .detail_box.experience_box .intro_box .read_btn .icon_btn span:nth-child(1) {
  width: 12px;
  background: #0121C2;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
}
.profile_container .detail_box.experience_box .intro_box .read_btn .icon_btn span:nth-child(2) {
  width: 2px;
  background: #0121C2;
  height: 12px;
  display: inline-block;
  border-radius: 2px;
  transform: translateX(-50%);
  transform-origin: center;
  position: absolute;
  left: 50%;
  transition: all 500ms ease;
}
.profile_container .detail_box.experience_box .intro_box .read_btn .icon_btn.active span:nth-child(2) {
  transform: translateX(-50%) rotate(90deg);
}
.profile_container .resourcesFilterContainer {
  padding: 50px 0 100px;
  width: 70%;
  margin: 0 auto;
}
.profile_container .resourcesFilterContainer .articleImage {
  height: 200px;
}
.profile_container .resourcesFilterContainer .articleContainer {
  margin-top: 0px;
}

@media (max-width: 1024px) {
  .profile_container .top_box .glo_logo {
    width: 50px;
    left: 20px;
  }

  .profile_container .detail_box.experience_box .intro_box {
    width: 83%;
  }

  .profile_container .top_box .img_container, .profile_container .detail_box.experience_box {
    width: 70%;
  }
  .profile_container .logo_list {
    width: 66%;
  }
  .profile_container .function_container, .profile_container .detail_list_box ul, .profile_container .detail_box {
    width: 58%;
  }
  .profile_container .resourcesFilterContainer {
    width: 80%;
  }
  .profile_container .resourcesFilterContainer .articleImage {
    height: 150px;
  }
  .profile_container .logo_list li {
    width: calc(33.33% - 13.7px);
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .profile_container .detail_box.experience_box .intro_box {
    width: 85%;
  }

  .profile_container .top_box .glo_logo_desktop {
    display: none;
  }
  .profile_container .top_box .glo_logo_mobile {
    display: block;
    left: auto;
    right: 20px;
    z-index: 999;
    top: 20px;
  }
  .profile_container .top_box .img_container {
    height: 280px;
  }
  .profile_container .top_box .img_container, .profile_container .detail_box.experience_box {
    width: 80%;
  }
  .profile_container .logo_list {
    width: 76%;
  }
  .profile_container .function_container, .profile_container .detail_list_box ul, .profile_container .detail_box {
    width: 68%;
  }
  .profile_container .resourcesFilterContainer {
    width: 80%;
  }
  .profile_container .resourcesFilterContainer .articleImage {
    height: 150px;
  }
}
@media (max-width: 630px) {
  .profile_container .detail_box.experience_box .intro_box {
    width: 87%;
  }

  .profile_container .logo_list li {
    background-size: 60%;
  }
  .profile_container .top_box .glo_logo_desktop {
    display: none;
  }
  .profile_container .top_box .glo_logo_mobile {
    display: block;
    left: auto;
    right: 10px;
    z-index: 999;
    top: 10px;
    width: 56px;
  }
  .profile_container .top_box .img_container {
    height: 260px;
  }
  .profile_container .top_box .img_container .video_icon {
    width: 56px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .profile_container .top_box .img_container p {
    right: 10px;
    bottom: 10px;
    font-size: 38px;
    line-height: 44px;
  }
  .profile_container .detail_box .timeline li:not(:first-child) {
    flex-direction: column;
  }
  .profile_container .detail_box .timeline li:not(:first-child) .timeline_logo {
    margin-top: 20px;
    margin-left: 0;
  }
  .profile_container .top_box .img_container, .profile_container .detail_box.experience_box {
    width: 90%;
  }
  .profile_container .logo_list {
    width: 86%;
  }
  .profile_container .function_container, .profile_container .detail_list_box ul, .profile_container .detail_box {
    width: 78%;
  }
  .profile_container .resourcesFilterContainer {
    width: 90%;
  }
  .profile_container .resourcesFilterContainer .articleImage {
    height: 150px;
  }
}
@media (max-width: 426px) {
  .profile_container .top_box {
    padding-top: 26px;
    padding-bottom: 60px;
  }
  .profile_container .top_box .glo_logo_desktop {
    display: none;
  }
  .profile_container .top_box .glo_logo_mobile {
    display: block;
    width: 46px;
  }
  .profile_container .top_box .img_container {
    height: 180px;
  }
  .profile_container .top_box .img_container .video_icon {
    width: 46px;
  }
  .profile_container .top_box .img_container p {
    font-size: 28px;
    line-height: 36px;
  }
  .profile_container .logo_list {
    margin-top: -42px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .profile_container .logo_list li {
    margin-right: 12px;
    width: calc(33.33% - 11px);
  }
  .profile_container .function_container .function_box p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
  .profile_container .detail_box .timeline li:not(:first-child) {
    flex-direction: column;
  }
  .profile_container .detail_box .timeline li:not(:first-child) .timeline_logo {
    margin-top: 16px;
    margin-left: 0;
  }
  .profile_container .detail_list_box ul li {
    font-size: 14px;
    margin-right: 26px;
  }
  .profile_container .detail_box .timeline {
    padding-left: 44px;
  }
  .profile_container .detail_box .timeline li {
    padding: 0 0 40px 40px;
  }
  .profile_container .detail_box .timeline li:first-child {
    padding: 0px 0 40px 20px;
  }
  .profile_container .detail_box .timeline li:first-child .img_box {
    margin: -12px -42px;
    width: 40px;
    height: 40px;
  }
  .profile_container .detail_box .timeline li .timeline-title {
    margin: 0px 0 0 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .profile_container .detail_box .timeline li::before {
    margin-left: -46px;
  }
  .profile_container .detail_box .timeline li .line-title {
    font-size: 14px;
    line-height: 24px;
  }
  .profile_container .detail_box.experience_box .skill_box {
    width: 88%;
  }
  .profile_container .detail_box .testimonial_box {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .profile_container .detail_box .testimonial_box h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .profile_container .detail_box .testimonial_box .name {
    margin-top: 16px;
  }
  .profile_container .detail_box .testimonial_box .name p {
    font-size: 14px;
    line-height: 20px;
  }
  .profile_container .top_box .img_container, .profile_container .detail_box.experience_box {
    width: calc(100% - 24px);
  }
  .profile_container .logo_list {
    width: calc(100% - 24px);
  }
  .profile_container .function_container, .profile_container .detail_list_box ul, .profile_container .detail_box {
    width: calc(100% - 70px);
  }
  .profile_container .resourcesFilterContainer {
    width: calc(100% - 70px);
    padding: 20px 0 60px;
  }
  .profile_container .resourcesFilterContainer .articleImage {
    height: 150px;
  }
  .profile_container .resourcesFilterContainer .articleText h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 320px) {
  .profile_container .top_box {
    padding-top: 26px;
    padding-bottom: 60px;
  }
  .profile_container .top_box .glo_logo_desktop {
    display: none;
  }
  .profile_container .top_box .glo_logo_mobile {
    display: block;
    width: 30px;
  }
  .profile_container .top_box .img_container {
    height: 140px;
  }
  .profile_container .top_box .img_container .video_icon {
    width: 30px;
  }
  .profile_container .top_box .img_container p {
    font-size: 20px;
    line-height: 22px;
  }
  .profile_container .logo_list {
    margin-top: -42px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .profile_container .function_container .function_box {
    margin-bottom: 20px;
  }
  .profile_container .function_container .function_box p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
  }
  .profile_container .detail_box .timeline li:not(:first-child) {
    flex-direction: column;
  }
  .profile_container .detail_box .timeline li:not(:first-child) .timeline_logo {
    margin-top: 16px;
    margin-left: 0;
  }
  .profile_container .detail_list_box {
    margin-bottom: 26px;
    margin-top: 40px;
  }
  .profile_container .detail_list_box ul {
    justify-content: space-between;
  }
  .profile_container .detail_list_box ul li {
    font-size: 12px;
  }
  .profile_container .detail_box p {
    font-size: 12px;
    line-height: 18px;
  }
  .profile_container .detail_box .timeline {
    padding-left: 20px;
  }
  .profile_container .detail_box .timeline li {
    padding: 0 0 40px 40px;
  }
  .profile_container .detail_box .timeline li:first-child {
    padding: 0px 0 40px 20px;
  }
  .profile_container .detail_box .timeline li:first-child .img_box {
    margin: -12px -42px;
    width: 40px;
    height: 40px;
  }
  .profile_container .detail_box .timeline li .timeline-title {
    margin: 0px 0 0 20px;
    font-weight: normal;
    font-size: 16px;
  }
  .profile_container .detail_box .timeline li::before {
    margin-left: -46px;
  }
  .profile_container .detail_box .timeline li .line-title {
    font-size: 14px;
    line-height: 24px;
  }
  .profile_container .detail_box.experience_box .skill_box {
    width: 100%;
  }
  .profile_container .detail_box.experience_box .skill_box h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .profile_container .detail_box .testimonial_box {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .profile_container .detail_box .testimonial_box h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .profile_container .detail_box .testimonial_box .name {
    margin-top: 16px;
  }
  .profile_container .detail_box .testimonial_box .name .user {
    width: 40px;
    height: 40px;
  }
  .profile_container .detail_box .testimonial_box .name p {
    font-size: 12px;
    line-height: 18px;
  }
  .profile_container .top_box .img_container, .profile_container .logo_list, .profile_container .detail_box.experience_box {
    width: calc(100% - 24px);
  }
  .profile_container .function_container, .profile_container .detail_list_box ul, .profile_container .detail_box {
    width: calc(100% - 24px);
  }
  .profile_container .resourcesFilterContainer {
    width: calc(100% - 24px);
    padding: 10px 0 30px;
  }
  .profile_container .resourcesFilterContainer .articleImage {
    height: 150px;
  }
  .profile_container .resourcesFilterContainer .articleText h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.resourceHeader {
  padding: 75px 15px;
}
.resourceHeader .gloCoachLogo {
  width: 110px;
  max-width: 110px;
  height: auto;
  display: block;
  margin: 0px 0 0 18px;
}
.resourceHeader h1 {
  font-size: 80px;
  line-height: 80px;
  letter-spacing: 0.8px;
  width: 60%;
  margin-left: 16%;
}

@media (max-width: 1440px) {
  .resourceHeader h1 {
    width: 70%;
  }
}
@media (max-width: 1366px) {
  .resourceHeader h1 {
    width: 80%;
  }
}
@media (max-width: 1152px) {
  .resourceHeader h1 {
    width: 90%;
    margin-left: 10%;
  }
}
@media (max-width: 1024px) {
  .resourceHeader {
    padding: 80px 15px 75px;
  }

  .resourceHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .resourceHeader h1 {
    margin-left: 10%;
  }
}
@media (max-width: 992px) {
  .resourceHeader h1 {
    margin-left: 10%;
    font-size: 76px;
  }
}
@media (max-width: 768px) {
  .resourceHeader {
    padding: 80px 15px 75px;
  }

  .resourceHeader .gloCoachLogo {
    margin: 0px 0 34px;
  }

  .resourceHeader h1 {
    margin-left: 0;
    font-size: 76px;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .resourceHeader h1 br {
    display: none;
  }
}
@media (max-width: 426px) {
  .resourceHeader h1 {
    margin-left: 0;
    font-size: 66px;
    line-height: 68px;
  }

  .resourceHeader {
    padding: 80px 10px 75px;
  }
}
@media (max-width: 376px) {
  .resourceHeader {
    padding: 55px 10px;
  }
  .resourceHeader .gloCoachLogo {
    margin: 0px 0 50px 0px;
  }
  .resourceHeader h1 {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .resourceHeader h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: 0.46px;
    width: 100%;
    margin-left: 0;
  }
}
.resourceVisionContainer {
  display: flex;
  position: relative;
}
.resourceVisionContainer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  left: 0;
  bottom: -50px;
  background: linear-gradient(180deg, rgba(5, 255, 233, 0.0001) 0%, #0225DD 14.88%, #0225DD 88.01%, rgba(5, 255, 232, 0.0001) 100%);
  z-index: 1;
}
.resourceVisionContainer .visionImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/vision1.png");
  z-index: 2;
  min-height: 360px;
  position: relative;
  width: 56%;
  margin-right: 2%;
  filter: grayscale(1);
}
.resourceVisionContainer .visionContent {
  position: relative;
  z-index: 2;
  width: 30%;
}
.resourceVisionContainer .visionContent .profile_img {
  border-radius: 50%;
  background-color: #0112C2;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 114%;
  width: 160px;
  height: 160px;
  display: inline-block;
}
.resourceVisionContainer .visionContent .coach_name {
  margin-bottom: 0px;
  margin-top: 14px;
  font-size: 16px;
}
.resourceVisionContainer .visionContent .coach_name a {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.resourceVisionContainer .visionContent .date {
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.resourceVisionContainer .visionContent h4 {
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0.35px;
  color: #fff;
  margin-bottom: 26px;
  margin-top: 22px;
}
.resourceVisionContainer .visionContent p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.548571px;
  color: #fff;
  margin-bottom: 10px;
}
.resourceVisionContainer.onlyTitle {
  display: flex;
  padding-left: 40px;
  background: #0225DD;
}
.resourceVisionContainer.onlyTitle::after {
  content: none;
}
.resourceVisionContainer.onlyTitle .visionContent {
  width: 100%;
}
.resourceVisionContainer.onlyTitle .visionContent h4 {
  margin: 40px 0 40px 50px;
}

@media (max-width: 1440px) {
  .resourceVisionContainer::after {
    bottom: -50px;
  }
}
@media (max-width: 1024px) {
  .resourceVisionContainer .visionContent {
    width: 32%;
  }
}
@media (max-width: 840px) {
  .resourceVisionContainer .visionContent {
    width: 32%;
  }

  .resourceVisionContainer::after {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .resourceVisionContainer .visionContent {
    width: 40%;
  }

  .resourceVisionContainer::after {
    height: 420px;
  }
}
@media (max-width: 700px) {
  .resourceVisionContainer {
    flex-direction: column;
  }
  .resourceVisionContainer .visionImg {
    width: 100%;
    min-height: 280px;
  }
  .resourceVisionContainer .visionContent {
    width: 100%;
  }
  .resourceVisionContainer.onlyTitle .visionContent {
    padding-bottom: 0;
  }
  .resourceVisionContainer.onlyTitle .visionContent h4 {
    margin: 40px 0 40px 0px;
  }

  .visionContent {
    padding: 0 15px;
    padding-bottom: 40px;
  }
  .visionContent .profile_img {
    margin-top: -80px;
  }

  .resourceVisionContainer::after {
    bottom: 0;
    height: 100%;
  }

  .resource_banner_header h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.resource_banner_header .share_container {
  display: flex;
  justify-content: space-between;
}
.resource_banner_header .share_container h4 {
  margin-bottom: 34px;
}
.resource_banner_header .socialIcons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.resource_banner_header .socialIcons ul li {
  width: 50px;
  height: 50px;
  background: #0112C2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.resource_banner_header .socialIcons ul li svg {
  width: 18px;
  fill: #fff;
}

@media (max-width: 576px) {
  .resource_banner_header {
    padding-top: 40px;
  }
  .resource_banner_header h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .resource_banner_header .share_container {
    flex-direction: column;
  }
  .resource_banner_header .share_container h4 {
    margin-bottom: 20px;
  }
  .resource_banner_header .share_container .weChat {
    margin-bottom: 30px;
  }
}
@media (max-width: 426px) {
  .resourceVisionContainer .visionImg {
    width: 100%;
    min-height: 240px;
  }
  .resourceVisionContainer .visionContent {
    width: 100%;
  }
}
@media (max-width: 376px) {
  .resourceVisionContainer .visionImg {
    width: 100%;
    min-height: 200px;
  }
  .resourceVisionContainer .visionContent {
    width: 100%;
  }
  .resourceVisionContainer .visionContent .profile_img {
    width: 120px;
    height: 120px;
  }
}
.customModal {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 16px;
  z-index: 999999;
}
.customModal .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.customModal .modal-dialog {
  max-width: 730px;
  z-index: 99999;
}
.customModal .modal-dialog .modal-content {
  border-radius: 9px;
  border: none;
}
.customModal .modal-dialog .modal-content .modal-header {
  justify-content: flex-end;
  padding: 10px 22px;
  border: none;
}
.customModal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin: 0;
  padding: 0;
  width: 34px;
  height: 34px;
  outline: none;
}
.customModal .modal-dialog .modal-content .modal-header .close svg {
  width: 34px;
  height: 34px;
  margin-right: -20px;
  fill: #000;
}
.customModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.customModal .modal-dialog .modal-content .modal-body h2 {
  font-family: "Alte Haas Grotesk";
  font-size: 36px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #000000;
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
  padding-bottom: 26px;
}
.customModal .modal-dialog .modal-content .modal-body .form_box {
  padding: 30px 10% 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group {
  width: calc(50% - 11px);
  margin-bottom: 26px;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.6px;
  color: #000000;
  margin-bottom: 8px;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group input {
  border: 1px solid #979797;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.487619px;
  color: #000;
  padding: 26px 28px;
  height: 70px;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group input:focus {
  box-shadow: none;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group input::-moz-placeholder {
  color: #979797;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group input:-ms-input-placeholder {
  color: #979797;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group input::placeholder {
  color: #979797;
}
.customModal .modal-dialog .modal-content .modal-body .form_box .form-group .form-control:disabled {
  background: #F0F0F0;
  color: #979797;
}
.customModal .modal-dialog .modal-content .modal-body .custom-button {
  margin: 0 auto 40px;
}
.customModal .modal-dialog .modal-content .modal-body .custom-button > div {
  justify-content: center;
  width: calc(100% - 20px);
}
@media (max-width: 680px) {
  .customModal .modal-dialog .modal-content .modal-body .form_box {
    padding: 30px 6% 45px;
  }
}
@media (max-width: 576px) {
  .customModal .modal-dialog .modal-content .modal-body .form_box {
    padding: 30px 4% 45px;
  }
}
@media (max-width: 500px) {
  .customModal .modal-dialog .modal-content .modal-body .form_box {
    padding: 30px 12%;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group.password {
    width: 100%;
    margin-left: 0;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group.password .change_box {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group.password .change_box input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 426px) {
  .customModal .modal-dialog .modal-content .modal-header {
    padding: 6px 18px;
  }
  .customModal .modal-dialog .modal-content .modal-header button {
    width: 30px;
    height: 30px;
  }
  .customModal .modal-dialog .modal-content .modal-header button svg {
    width: 30px;
    height: 30px;
  }
  .customModal .modal-dialog .modal-content .modal-header button.back svg {
    width: 18px;
    height: 18px;
  }
  .customModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box {
    padding: 20px;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group input {
    padding: 22px 20px;
    height: 64px;
  }
}
@media (max-width: 320px) {
  .customModal .modal-dialog {
    margin: 0.5rem 0;
  }
  .customModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 22px;
    line-height: 22px;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box {
    padding: 20px;
  }
  .customModal .modal-dialog .modal-content .modal-body .form_box .form-group input {
    padding: 22px 10px;
    height: 64px;
  }
}

.custom-select-container {
  position: relative;
  cursor: pointer;
}
.custom-select-container .custom-select-label {
  padding: 22px 20px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  background: #fff;
  border: 1px solid #979797;
  border-radius: 3px;
  position: relative;
}
.custom-select-container .custom-select-label::after {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/dashboard/arrow_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 19px;
  height: 12px;
}
.custom-select-container .custom-select-label.calendar {
  padding-left: 70px;
  position: relative;
  height: 63.6px;
}
.custom-select-container .custom-select-label.calendar::before {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/dashboard/Calendar.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
}
.custom-select-container .custom-select-label.calendar input {
  position: absolute;
  width: 100%;
  border: none;
  height: 100%;
  outline: none;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  padding: 0px 50px 0 70px;
  top: 0;
  left: 0;
  cursor: pointer;
}
.custom-select-container .custom-select-label.calendar input:focus {
  border: none;
  box-shadow: none;
}
.custom-select-container .custom-select-label.calendar input::-moz-placeholder {
  color: #979797;
}
.custom-select-container .custom-select-label.calendar input:-ms-input-placeholder {
  color: #979797;
}
.custom-select-container .custom-select-label.calendar input::placeholder {
  color: #979797;
}
.custom-select-container .custom-select-label.time {
  padding-left: 70px;
}
.custom-select-container .custom-select-label.time::before {
  transition: all 0.4s;
  z-index: 10;
  content: "";
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/dashboard/time.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
}
.custom-select-container .custom-select-field {
  display: none;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.custom-select-container .custom-select-field ul {
  background-color: #fff;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  max-height: 200px;
  overflow-y: auto;
}
.custom-select-container .custom-select-field ul li {
  padding: 16px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: none;
  line-height: 24px;
  color: #0112c2;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.custom-select-container .custom-select-field ul li.is-active {
  color: #808080;
  background-color: #edeff2;
}
.custom-select-container .custom-select-field ul li:hover {
  color: #808080;
  background-color: #edeff2;
}
.custom-select-container.is-open .custom-select-label::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-container.is-open .custom-select-field {
  display: inline-block;
  transition: all 1s ease;
}
.custom-select-container:not(.no-hover):hover .custom-select-label::after {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select-container:not(.no-hover):hover .custom-select-field {
  display: inline-block;
  transition: all 1s ease;
}
.custom-select-container.disable-custom-select .custom-select-label {
  color: #0222D8;
  border: none;
}
.custom-select-container.disable-custom-select .custom-select-label::after {
  content: "";
  background-image: url(../images/dashboard/arrow_right_blue.svg);
  width: 19px;
  height: 19px;
}

@media (max-width: 376px) {
  .custom-select-container .custom-select-label {
    padding: 22px 10px;
  }
  .custom-select-container .custom-select-label.calendar {
    padding-left: 40px;
  }
  .custom-select-container .custom-select-label.calendar::before {
    left: 10px;
  }
  .custom-select-container .custom-select-label.time {
    padding-left: 40px;
  }
  .custom-select-container .custom-select-label.time::before {
    left: 10px;
  }
  .custom-select-container .custom-select-label::after {
    right: 10px;
  }
}
.custom-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  background: #0222D8;
  border-radius: 3px;
  width: 300px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  padding: 0 20px;
  cursor: pointer;
}
.custom-button > div {
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.custom-button > div span:nth-child(1) {
  width: 50px;
}
.custom-button > div span:nth-child(1) img {
  width: 22px;
}
.custom-button svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  margin-top: 6px;
}

@media (max-width: 426px) {
  .custom-button {
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 376px) {
  .custom-button {
    padding: 0px 14px;
    width: 86%;
    max-width: 100%;
    margin: 0 20px 40px !important;
  }
  .custom-button > div span:nth-child(1) {
    width: 32px;
  }
}
.getStart_container {
  position: relative;
  height: 100vh;
  background: linear-gradient(to bottom, #002BE1 50%, #F0F0F0 50%);
}
.getStart_container .logo {
  position: absolute;
  top: 35px;
  left: 50px;
}
.getStart_container .logo img {
  width: 40px;
}
.getStart_container .topline {
  width: 100%;
  background: #222222;
  height: 12px;
}
.getStart_container .middle_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100vh - 82px);
  padding: 0 14%;
}
.getStart_container .left, .getStart_container .right {
  width: calc(50% - 60px);
}
.getStart_container .left {
  height: calc(100vh - 82px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.getStart_container .left .video_box {
  height: calc(50vh - 2px);
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.getStart_container .left video {
  height: 100%;
}
.getStart_container .left .content {
  height: calc(50vh - 62px);
  padding-top: 40px;
}
.getStart_container .left .content h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 36px;
}
.getStart_container .left .content ul {
  padding: 0;
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
  padding-left: 16px;
}
.getStart_container .left .content ul li {
  font-weight: 400;
  font-family: "Helvetica Neue";
}
.getStart_container .left .content ul li:not(:last-child) {
  margin-bottom: 14px;
}
.getStart_container .right {
  position: relative;
  height: calc(100vh - 82px);
  display: flex;
  align-items: center;
}
.getStart_container .right .form_box {
  background: #FFFFFF;
  border-radius: 9px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 48px;
  max-width: 410px;
  margin: 0 auto;
  transition: all 1s ease;
  height: 570px;
  position: relative;
}
.getStart_container .right .form_box.hideRight {
  position: absolute;
  right: -100%;
  opacity: 0;
}
.getStart_container .right .form_box.hide {
  position: absolute;
  left: -100%;
  opacity: 0;
}
.getStart_container .right .form_box.show {
  position: relative;
  left: 0;
  opacity: 1;
}
.getStart_container .right .form_box h3 {
  font-family: Alte Haas Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.4px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 6px;
}
.getStart_container .right .form_box .form-group {
  margin-bottom: 22px;
  position: relative;
}
.getStart_container .right .form_box .form-group label {
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.426666px;
  color: #000000;
  font-weight: 500;
  font-family: Helvetica Neue;
  margin-bottom: 0;
}
.getStart_container .right .form_box .form-group input {
  padding: 0px 30px;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #000;
  font-weight: 500;
  height: 72px;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  font-family: Helvetica Neue;
}
.getStart_container .right .form_box .form-group input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.getStart_container .right .form_box .form-group input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
.getStart_container .right .form_box .form-group input::placeholder {
  color: #808080;
  opacity: 1;
}
.getStart_container .right .form_box .form-group input:disabled {
  cursor: not-allowed;
  background: #fff;
}
.getStart_container .right .form_box .form-group .error_msg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -22px;
}
.getStart_container .right .form_box .custom-button {
  margin: 0 auto;
  margin-top: 40px;
}
.getStart_container .right .form_box .custom-button > div {
  width: calc(100% - 20px);
  justify-content: center;
}
.getStart_container .right .form_box.two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.getStart_container .right .form_box.two p {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.4876188934px;
  text-align: left;
}
.getStart_container .right .form_box.two .radioContainer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  padding-left: 44px;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: auto;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox .radioLabel {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4876188934px;
  text-align: left;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #B1B1B1;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox input:checked + .radioLabel {
  font-weight: 500;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox:hover input ~ .checkmark {
  background-color: #fff;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox input:checked ~ .checkmark:after {
  display: block;
}
.getStart_container .right .form_box.two .radioContainer .customRadioBox .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0112C2;
}
.getStart_container .right .form_box.three {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.getStart_container .right .form_box.three .icon_box {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  background: #50F1E0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getStart_container .right .form_box.three .icon_box img {
  width: 20px;
}
.getStart_container .right .form_box.three .top {
  padding: 48px;
}
.getStart_container .right .form_box.three .top h3 {
  margin: 30px auto 14px;
}
.getStart_container .right .form_box.three .top p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-align: left;
}
.getStart_container .right .form_box.three .bottom {
  text-align: center;
}
.getStart_container .right .form_box.three .bottom p {
  font-family: Helvetica;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.400000006px;
  color: #979797;
  padding-bottom: 10px;
  border-bottom: 1px solid #B1B1B1;
  text-align: center;
  margin-bottom: 0;
}
.getStart_container .right .form_box.three .bottom .text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 30px;
  cursor: pointer;
}
.getStart_container .right .form_box.three .bottom .text-button > div {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #0222D8;
}
.getStart_container .right .form_box.three .bottom .text-button svg {
  fill: #0222D8;
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
.getStart_container .rights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #222222;
  height: 70px;
  padding: 0 160px;
}
.getStart_container .rights p {
  color: #FEFFFF;
  letter-spacing: 0.487619px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .getStart_container .rights {
    height: 50px;
  }
  .getStart_container .middle_box {
    padding: 0 10%;
  }
  .getStart_container .left .video_box {
    height: 50vh;
  }
  .getStart_container .right .form_box {
    height: 520px;
    padding: 26px 40px;
  }
  .getStart_container .right .form_box .form-group input {
    height: 62px;
  }
  .getStart_container .right .form_box .custom-button {
    height: 60px;
  }
  .getStart_container .right .form_box.three .bottom .text-button {
    margin: 15px auto;
  }
}
@media (max-width: 1280px) {
  .getStart_container .left .content {
    padding-top: 20px;
  }
  .getStart_container .left, .getStart_container .right {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1026px) {
  .getStart_container .logo {
    top: 24px;
    left: 14px;
  }
  .getStart_container .rights {
    padding: 0 30px;
  }
  .getStart_container .middle_box {
    padding: 0 4% 0 8%;
  }
  .getStart_container .left, .getStart_container .right {
    width: calc(50% - 40px);
  }
  .getStart_container .left .video_box {
    height: calc(50vh - 2px);
  }
  .getStart_container .left .content h1 {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
@media (max-width: 770px) {
  .getStart_container {
    overflow: hidden;
    overflow-y: auto;
    background: #F0F0F0;
  }
  .getStart_container .rights {
    flex-direction: column;
    height: 126px;
    padding: 14px;
  }
  .getStart_container .rights p {
    text-align: center;
  }
  .getStart_container .left, .getStart_container .right {
    width: 100%;
  }
  .getStart_container .middle_box {
    padding: 0 12%;
    height: auto;
    flex-direction: column;
  }
  .getStart_container .middle_box .left {
    height: auto;
  }
  .getStart_container .middle_box .left .video_box {
    overflow: visible;
  }
  .getStart_container .middle_box .left .content {
    padding-top: 6vh;
    height: auto;
  }
  .getStart_container .middle_box .left .content h1 {
    margin-bottom: 40px;
  }
  .getStart_container .middle_box .right {
    height: 540px;
    margin: 70px 0;
  }
}
@media (max-width: 616px) {
  .getStart_container .middle_box {
    padding: 0 16%;
  }
}
@media (max-width: 576px) {
  .getStart_container .middle_box {
    padding: 0 12%;
  }
}
@media (max-width: 428px) {
  .getStart_container .logo {
    top: 24px;
    left: 6px;
  }
  .getStart_container .logo img {
    width: 30px;
  }
  .getStart_container .left, .getStart_container .right {
    height: auto;
  }
  .getStart_container .middle_box {
    padding: 0 12%;
  }
  .getStart_container .middle_box .left .video_box {
    height: calc(48vh + 4px);
  }
  .getStart_container .middle_box .left .content h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .getStart_container .middle_box .right {
    margin: 60px 0 40px;
  }
  .getStart_container .middle_box .right .form_box {
    padding: 26px;
  }
  .getStart_container .middle_box .right .form_box.three {
    padding: 0;
  }
  .getStart_container .middle_box .right .form_box.three .top {
    padding: 26px;
  }
  .getStart_container .middle_box .right .form_box.hide {
    left: -150%;
  }
  .getStart_container .middle_box .right .form_box.hideRight {
    right: -150%;
  }
}
@media (max-width: 376px) {
  .getStart_container .middle_box {
    padding: 0 10%;
  }
  .getStart_container .middle_box .left .video_box {
    background: #002BE1;
    display: flex;
    align-items: center;
    height: calc(40vh + 4px);
  }
  .getStart_container .middle_box .right {
    margin-left: 0px;
  }
  .getStart_container .middle_box .right .form_box.three .bottom p {
    padding: 0 10px 10px;
  }
  .getStart_container .middle_box .custom-button {
    margin: 40px auto 0 !important;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .getStart_container .rights {
    height: 150px;
  }

  .getStart_container .right .form_box.three .top h3 {
    line-height: 30px;
  }
}
/*------ Themes Page -----*/
.theme_head_border {
  background-color: #222222;
  height: 10px;
  width: 100%;
}

.themesHeader {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 98px);
  padding: 7% 12%;
}
.themesHeader h1 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 8%;
}

.themes_container {
  margin: -10% 12%;
  background-color: #fff;
  padding: 60px 70px;
  border-radius: 6px;
  position: relative;
}
.themes_container h2 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 36px;
}
.themes_container .themes_cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.themes_container .themes_cards:not(:last-child) {
  margin-bottom: 80px;
}
.themes_container .themes_cards a {
  color: unset;
}
.themes_container .themes_cards .theme_card {
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  height: 400px;
}
.themes_container .themes_cards .theme_card .bg {
  height: 170px;
  background-color: #F0F0F0;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.themes_container .themes_cards .theme_card .content {
  padding: 20px 45px;
  height: calc(100% - 170px);
}
.themes_container .themes_cards .theme_card .content h5 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  height: 46px;
}
.themes_container .themes_cards .theme_card .content p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.themes_container .themes_cards.blue .theme_card .content {
  background: #0222D8;
}
.themes_container .themes_cards.yellow .theme_card .content {
  background: #FDD013;
  color: #000;
}
.themes_container .themes_cards.black .theme_card .content {
  background: #000000;
}
.themes_container .themes_cards.green .theme_card .content {
  background: rgba(5, 255, 233, 0.8);
  color: #000;
}

.learn_container {
  background: #0222D8;
  color: #fff;
  padding: 16% 0 6%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.learn_container h2 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px;
}
.learn_container p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.4px;
  margin-bottom: 36px;
}
.learn_container .custom-button {
  background: #fff;
  color: #0222D8;
  font-family: "Helvetica Neue";
}
.learn_container .custom-button div {
  width: calc(100% - 20px);
  justify-content: center;
}
.learn_container .custom-button svg {
  fill: #0222D8;
  margin-top: 0px;
}

@media (max-width: 1366px) {
  .themesHeader {
    padding: 7% 8%;
  }

  .themes_container {
    margin: -10% 6%;
  }
}
@media (max-width: 1030px) {
  .themesHeader {
    padding: 10% 6%;
  }
  .themesHeader h1 {
    font-size: 50px;
    margin-left: 10%;
  }

  .themes_container {
    margin: -10% 4%;
    padding: 36px 46px;
  }
  .themes_container h2 {
    font-size: 35px;
    margin-bottom: 26px;
  }
  .themes_container .themes_cards:not(:last-child) {
    margin-bottom: 60px;
  }
  .themes_container .themes_cards .theme_card {
    height: auto;
  }
  .themes_container .themes_cards .theme_card .content {
    padding: 20px 26px;
  }
}
@media (max-width: 768px) {
  .themesHeader {
    padding: 26% 0%;
    background-position-x: -450px;
  }
  .themesHeader h1 {
    margin-left: 10%;
  }

  .themes_container {
    margin: -16% 2% -8%;
    padding: 30px 16px;
  }
  .themes_container h2 {
    font-size: 32px;
  }
  .themes_container .themes_cards:not(:last-child) {
    margin-bottom: 40px;
  }
  .themes_container .themes_cards .theme_card {
    height: auto;
  }
  .themes_container .themes_cards .theme_card .content {
    padding: 18px 16px;
  }

  .learn_container h2 {
    font-size: 34px;
  }
  .learn_container p {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .themesHeader {
    padding: 28% 0%;
    background-position-x: -320px;
  }
  .themesHeader h1 {
    font-size: 40px;
    margin-left: 8%;
  }

  .themes_container {
    margin: -30% 2% -8%;
    padding: 30px 26px;
  }
  .themes_container h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .themes_container .themes_cards {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .themes_container .themes_cards:not(:last-child) {
    margin-bottom: 40px;
  }
  .themes_container .themes_cards .theme_card {
    height: auto;
  }
  .themes_container .themes_cards .theme_card .content {
    padding: 18px 16px 30px;
  }
  .themes_container .themes_cards .theme_card .content h5 {
    height: auto;
  }

  .learn_container h2 {
    font-size: 32px;
  }
  .learn_container p {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .themes_container {
    margin: -48% 2% -8%;
  }

  .themesHeader {
    padding: 28% 0%;
    background-position-x: -270px;
  }
  .themesHeader h1 {
    font-size: 38px;
    margin-left: 6%;
  }
}
@media (max-width: 320px) {
  .themesHeader {
    padding: 26% 0%;
    background-position-x: -200px;
  }
  .themesHeader h1 {
    font-size: 34px;
    margin-left: 6%;
  }

  .themes_container {
    margin: -54% 2% -8%;
  }

  .learn_container h2 {
    font-size: 26px;
  }
  .learn_container p {
    font-size: 14px;
  }
}
.home_head_border {
  background-color: #222222;
  height: 10px;
  width: 100%;
}

.homeHeaderNew {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 98px);
  padding: 7% 12%;
}
.homeHeaderNew h1 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 120%;
  color: #0121C2;
  margin-left: 30px;
  margin-bottom: 34px;
}
.homeHeaderNew p {
  font-size: 16px;
  font-weight: 500;
  color: #706F6F;
  margin-left: 30px;
}

.talent_development_container {
  margin: -6% 12% 5%;
  display: grid;
  grid-template-columns: 34% 66%;
}
.talent_development_container .left {
  background: #0121C2;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.talent_development_container .left h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.talent_development_container .right {
  background: #fff;
  padding: 80px 60px;
}
.talent_development_container .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.talent_development_container .right ul li {
  display: flex;
  flex-direction: column;
}
.talent_development_container .right ul li:not(:last-child) {
  margin-bottom: 40px;
}
.talent_development_container .right ul li span:nth-child(1) {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Helvetica Neue";
}
.talent_development_container .right ul li span:nth-child(2) {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue";
}

.home_themes_container {
  padding: 5% 0 5% 12%;
  background: #fff;
}
.home_themes_container h1 {
  color: #4F4747;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 120%;
  margin-bottom: 50px;
  margin-left: 30px;
}
.home_themes_container .themes_scroll_container .theme_card {
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  height: 420px;
  max-width: 306px;
}
.home_themes_container .themes_scroll_container .theme_card a {
  color: unset;
}
.home_themes_container .themes_scroll_container .theme_card .bg {
  height: 170px;
  background-color: #F0F0F0;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.home_themes_container .themes_scroll_container .theme_card .content {
  padding: 20px 45px;
  height: calc(100% - 170px);
  min-height: 220px;
}
.home_themes_container .themes_scroll_container .theme_card .content h5 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
  height: 46px;
}
.home_themes_container .themes_scroll_container .theme_card .content p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.16px;
  margin-bottom: 0;
}
.home_themes_container .themes_scroll_container .theme_card.blue .content {
  background: #0222D8;
}
.home_themes_container .themes_scroll_container .theme_card.yellow .content {
  background: #FDD013;
  color: #000;
}
.home_themes_container .themes_scroll_container .theme_card.black .content {
  background: #000000;
}
.home_themes_container .themes_scroll_container .theme_card.green .content {
  background: rgba(5, 255, 233, 0.8);
  color: #000;
}
.home_themes_container .themes_scrollbar {
  background: #F0F0F0;
  border-radius: 10px;
  position: relative;
  width: 88%;
  height: 8px;
  margin-top: 16px;
}
.home_themes_container .themes_scrollbar .thumb {
  background: #C4C4C4;
  border-radius: 10px;
  position: absolute;
  width: 32%;
  height: 8px;
}

.partners_sections {
  padding: 3% 14%;
}
.partners_sections h1 {
  color: #4F4747;
  font-style: normal;
  font-weight: normal;
  font-size: 65px;
  line-height: 120%;
  margin-bottom: 50px;
}
.partners_sections .partners_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
  margin: 50px 0;
}
.partners_sections .partners_container .partner_box {
  background: #fff;
  padding: 14px 18px;
  position: relative;
  height: 350px;
  overflow: hidden;
}
.partners_sections .partners_container .partner_box > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transform: translateY(0) !important;
}
.partners_sections .partners_container .partner_box.logo {
  background-size: 86%;
  background-repeat: no-repeat;
  background-position: center;
}
.partners_sections .partners_container .partner_box .logo_box {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 14px;
  margin-left: auto;
}
.partners_sections .partners_container .partner_box p {
  font-size: 12px;
  font-family: "Helvetica Neue";
}
.partners_sections .partners_container .partner_box .client_detail {
  color: #0222D8;
  font-size: 12px;
  text-align: right;
  font-family: "Helvetica Neue";
  position: relative;
}
.partners_sections .partners_container .partner_box .client_detail span {
  display: block;
}
.partners_sections .partners_container .partner_box .client_detail span:first-child {
  font-weight: 700;
}

.top_coach_container {
  padding: 0 12%;
  display: grid;
  grid-template-columns: 34% 66%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: -7%;
}
.top_coach_container .left {
  background: #FDD013;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 30px;
}
.top_coach_container .left h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.top_coach_container .left p {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}
.top_coach_container .right {
  background: #fff;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
}
.top_coach_container .right .profile_box .profile {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #0222D8;
  margin: 0 auto 16px;
}
.top_coach_container .right .profile_box p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.4px;
}
.top_coach_container .right .profile_box p span {
  display: block;
}
.top_coach_container .right .profile_box p span:nth-child(1) a {
  color: #0222D8;
}

.results_container {
  padding: 16% 14% 8%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.results_container .text_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.results_container .text_content h2 {
  font-family: "Alte Haas Grotesk";
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #4F4747;
  width: 64%;
}
.results_container .text_content p {
  font-family: Alte Haas Grotesk;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  text-align: right;
  color: #4F4747;
  width: 36%;
}
.results_container .result_stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.results_container .result_stats .percentage_container {
  width: 295px;
  height: 295px;
  background: rgba(22, 22, 22, 0.3);
  border-radius: 50%;
  padding: 20px;
  position: relative;
}
.results_container .result_stats .percentage_container svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.results_container .result_stats .percentage_container .progress-bar__progress {
  fill: none;
  stroke: #55F9EA;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-width: 1;
}
.results_container .result_stats .percentage_container.blue .progress-bar__progress {
  stroke: #0222d8 !important;
}
.results_container .result_stats .percentage_container.yellow .progress-bar__progress {
  stroke: #55F9EA !important;
}
.results_container .result_stats .percentage_container.green .progress-bar__progress {
  stroke: #FDD013 !important;
}
.results_container .result_stats .percentage_container .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
}
.results_container .result_stats .percentage_container .content h2 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.results_container .result_stats .percentage_container .content h2 span:nth-child(2) {
  font-size: 30px;
}
.results_container .result_stats .percentage_container .content p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #F2F2F2;
  margin-bottom: 0;
}

@media (max-width: 1030px) {
  .talent_development_container {
    margin: -20% 6% 5%;
  }
  .talent_development_container .left h2 {
    font-size: 34px;
  }

  .home_themes_container {
    padding: 5% 0 5% 6%;
  }
  .home_themes_container .themes_scroll_container .theme_card {
    height: auto;
  }
  .home_themes_container .themes_scroll_container .theme_card .content {
    padding: 20px 26px;
  }

  .homeHeaderNew {
    padding: 7% 6%;
  }

  .partners_sections {
    padding: 3% 8%;
  }

  .top_coach_container {
    padding: 0 6%;
  }
  .top_coach_container .left h2 {
    font-size: 34px;
  }
  .top_coach_container .left p {
    font-size: 16px;
  }

  .results_container {
    padding: 16% 6% 8%;
  }
  .results_container .text_content h2 {
    width: 60%;
  }
  .results_container .text_content p {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .homeHeaderNew {
    padding: 28% 2%;
  }
  .homeHeaderNew h1 {
    font-size: 56px;
    margin-bottom: 26px;
    margin-left: 20px;
  }
  .homeHeaderNew p {
    margin-left: 20px;
  }

  .talent_development_container {
    margin: -10% 2% 5%;
  }
  .talent_development_container .left {
    padding: 20px;
  }
  .talent_development_container .left h2 {
    font-size: 28px;
  }
  .talent_development_container .right {
    padding: 60px 40px;
  }
  .talent_development_container .right ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .talent_development_container .right ul li span:nth-child(1) {
    font-size: 20px;
  }
  .talent_development_container .right ul li span:nth-child(2) {
    font-size: 14px;
  }

  .home_themes_container {
    padding: 5% 0 5% 2%;
  }
  .home_themes_container h1 {
    font-size: 56px;
    margin-left: 20px;
  }
  .home_themes_container .themes_scroll_container .theme_card {
    height: auto;
  }
  .home_themes_container .themes_scroll_container .theme_card .content {
    padding: 18px 16px;
  }

  .partners_sections {
    padding: 4% 2%;
  }
  .partners_sections h1 {
    font-size: 56px;
    margin-left: 20px;
  }
  .partners_sections .partners_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .top_coach_container {
    padding: 0 2%;
  }
  .top_coach_container .left {
    padding: 16px 20px;
  }
  .top_coach_container .left h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .top_coach_container .left p {
    font-size: 16px;
  }
  .top_coach_container .right {
    padding: 16px 20px;
  }
  .top_coach_container .right .profile_box .profile {
    width: 160px;
    height: 160px;
  }

  .results_container {
    padding: 16% 2% 8%;
  }
  .results_container .result_stats .percentage_container {
    width: 220px;
    height: 220px;
  }
  .results_container .result_stats .percentage_container .content h2 {
    font-size: 40px;
  }
  .results_container .result_stats .percentage_container .content p {
    font-size: 12px;
  }
  .results_container .text_content h2 {
    width: 60%;
    font-size: 30px;
  }
  .results_container .text_content p {
    width: 40%;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .homeHeaderNew {
    padding: 28% 2%;
    font-size: 56px;
  }
  .homeHeaderNew h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-left: 24px;
  }
  .homeHeaderNew p {
    margin-left: 24px;
  }

  .talent_development_container {
    margin: -46% 2% 5%;
    grid-template-columns: 100%;
  }
  .talent_development_container .left {
    padding: 24px;
  }
  .talent_development_container .left h2 {
    font-size: 28px;
  }
  .talent_development_container .right {
    padding: 40px 30px;
  }
  .talent_development_container .right ul li span:nth-child(1) {
    font-size: 20px;
  }
  .talent_development_container .right ul li span:nth-child(2) {
    font-size: 14px;
  }

  .home_themes_container {
    padding: 5% 0 5% 4%;
  }
  .home_themes_container h1 {
    font-size: 40px;
    margin-bottom: 34px;
    margin-left: 24px;
  }
  .home_themes_container .themes_scroll_container .theme_card .content {
    padding: 18px 16px 30px;
  }
  .home_themes_container .themes_scroll_container .theme_card .content h5 {
    height: auto;
  }

  .partners_sections h1 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-left: 24px;
  }
  .partners_sections .partners_container {
    grid-template-columns: repeat(1, 1fr);
  }
  .partners_sections .partners_container .partner_box.logo {
    height: 300px;
  }

  .top_coach_container {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .top_coach_container .left {
    padding: 16px 20px;
  }
  .top_coach_container .left h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .top_coach_container .left p {
    font-size: 14px;
  }
  .top_coach_container .right {
    padding: 16px 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .top_coach_container .right .profile_box .profile {
    width: 160px;
    height: 160px;
  }

  .results_container {
    padding: 16% 2% 8%;
  }
  .results_container .text_content {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .results_container .text_content h2 {
    width: 100%;
    font-size: 28px;
    margin-left: 24px;
  }
  .results_container .text_content p {
    width: 100%;
    text-align: left;
    margin-left: 24px;
  }
  .results_container .result_stats {
    flex-direction: column;
  }
  .results_container .result_stats .percentage_container {
    margin-bottom: 30px;
    width: 250px;
    height: 250px;
  }
  .results_container .result_stats .percentage_container .content h2 {
    font-size: 40px;
  }
  .results_container .result_stats .percentage_container .content p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .homeHeaderNew {
    padding: 28% 2%;
    font-size: 56px;
  }
  .homeHeaderNew h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .homeHeaderNew p {
    font-size: 14px;
  }

  .talent_development_container {
    margin: -52% 2% 5%;
  }
  .talent_development_container .left {
    padding: 20px 24px;
  }
  .talent_development_container .left h2 {
    font-size: 26px;
  }
  .talent_development_container .right {
    padding: 30px 20px;
  }

  .home_themes_container h1 {
    font-size: 38px;
    margin-bottom: 34px;
  }

  .partners_sections h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .top_coach_container {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .top_coach_container .left h2 {
    font-size: 26px;
  }
  .top_coach_container .right .profile_box .profile {
    width: 140px;
    height: 140px;
  }

  .results_container .text_content h2 {
    font-size: 26px;
  }
}
@media (max-width: 320px) {
  .homeHeaderNew {
    padding: 16% 2%;
    font-size: 56px;
  }
  .homeHeaderNew h1 {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .homeHeaderNew p {
    font-size: 14px;
  }

  .talent_development_container {
    margin: -60% 2% 5%;
  }
  .talent_development_container .left {
    padding: 20px 24px;
  }
  .talent_development_container .left h2 {
    font-size: 26px;
  }
  .talent_development_container .right {
    padding: 30px 20px;
  }

  .home_themes_container h1 {
    font-size: 38px;
    margin-bottom: 34px;
  }

  .partners_sections h1 {
    font-size: 38px;
    margin-bottom: 30px;
  }

  .top_coach_container {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
  .top_coach_container .left h2 {
    font-size: 26px;
  }
  .top_coach_container .right .profile_box .profile {
    width: 120px;
    height: 120px;
  }

  .results_container .text_content h2 {
    font-size: 26px;
  }
}
.article_container {
  position: relative;
}
.article_container .article_bg_top_color {
  position: absolute;
  background: #0222D8;
  width: 100%;
  height: calc(100vh - 88px);
  z-index: 1;
}
.article_container .article_box {
  position: relative;
  z-index: 2;
  padding: 6% 10% 0;
}
.article_container .article_box .article_box_inside {
  background: #fff;
}
.article_container .article_box .article_box_inside .img_box {
  width: 100%;
  height: 62vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.article_container .article_box .article_box_inside .content_container {
  padding: 40px 14%;
}
.article_container .article_box .article_box_inside .content_container .type {
  font-family: "Helvetica Neue";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.4px;
  text-align: left;
  color: #D8D8D8;
  margin-bottom: 60px;
}
.article_container .article_box .article_box_inside .content_container .title {
  font-family: "Alte Haas Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.article_container .article_box .article_box_inside .content_container .author_detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  margin-bottom: 60px;
}
.article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box {
  display: flex;
  align-items: center;
}
.article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .author_img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #0222d8;
}
.article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .content p {
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 7px;
  margin-left: 18px;
}
.article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .content .name {
  color: #000000;
}
.article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .content .designation {
  color: #979797;
  margin-bottom: 1px;
}
.article_container .article_box .article_box_inside .content_container .author_detail .date {
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: right;
  color: #979797;
}
.article_container .article_box .article_box_inside .content_container .article_content {
  overflow: hidden;
}
.article_container .article_box .article_box_inside .content_container .article_content p {
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
.article_container .article_box .article_box_inside .content_container .article_content p.img_text {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #979797;
  margin-top: 10px;
}
.article_container .article_box .article_box_inside .content_container .article_content .testimonials {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: normal;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  margin: 7% 14%;
}
.article_container .article_box .article_box_inside .content_container .article_content h5 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 26px;
}
.article_container .article_box .article_box_inside .content_container .article_content a {
  color: #0222D8;
  text-decoration: underline;
}
.article_container .article_box .article_box_inside .content_container .article_content img {
  margin: 0 auto;
  display: block;
}
.article_container .article_box .article_box_inside .content_container .article_content .m50 {
  margin-bottom: 50px;
}
.article_container .article_box .article_box_inside .content_container .article_content .m20 {
  margin-bottom: 20px;
}
.article_container .article_box .article_box_inside .content_container .article_content .m30 {
  margin-bottom: 30px;
}
.article_container .back_btn {
  margin: 5% auto;
  background: transparent;
  border: 1px solid #0222D8;
}
.article_container .back_btn svg {
  transform: rotate(180deg);
  fill: #0222D8;
  margin: 0;
}
.article_container .back_btn > div {
  width: calc(100% - 20px);
  justify-content: center;
  color: #0222D8;
  font-family: "Helvetica Neue";
}
.article_container .back_btn:hover {
  background: #0222D8;
  transition: all 1s ease;
}
.article_container .back_btn:hover svg {
  fill: #fff;
}
.article_container .back_btn:hover > div {
  color: #fff;
}

.subscribe_container {
  background: #0222D8;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12% 0 8%;
}
.subscribe_container h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.subscribe_container p {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.subscribe_container .subscribe_box {
  display: flex;
  align-items: center;
}
.subscribe_container .subscribe_box input {
  font-family: "Helvetica Neue";
  padding: 20px 24px;
  height: 70px;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  max-width: 300px;
  min-width: 300px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.48px;
  color: #333;
}
.subscribe_container .subscribe_box input::-moz-placeholder {
  color: #979797;
}
.subscribe_container .subscribe_box input:-ms-input-placeholder {
  color: #979797;
}
.subscribe_container .subscribe_box input::placeholder {
  color: #979797;
}
.subscribe_container .custom-button {
  color: #0222D8;
  background: #fff;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
}
.subscribe_container .custom-button > div {
  width: calc(100% - 20px);
  justify-content: center;
  text-align: center;
}
.subscribe_container .custom-button svg {
  fill: #0222D8;
}
.subscribe_container .custom-button.subscribe_btn {
  background: #05FFE9;
  margin-left: 20px;
  max-width: 180px;
}

@media (max-width: 1280px) {
  .article_container .article_box .article_box_inside .img_box {
    height: 64vh;
  }
}
@media (max-width: 1024px) {
  .article_container .article_box {
    padding: 6% 8% 0;
  }
  .article_container .article_box .article_box_inside .img_box {
    height: 66vh;
  }
  .article_container .article_box .article_box_inside .content_container {
    padding: 40px 12%;
  }
  .article_container .article_box .article_box_inside .content_container .type {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .article_container .article_box .article_box_inside .content_container .title {
    font-size: 36px;
    line-height: 44px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail {
    margin-bottom: 40px;
  }

  .subscribe_container h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .article_container .article_bg_top_color {
    height: 50vh;
  }
  .article_container .article_box {
    padding: 6% 6% 0;
  }
  .article_container .article_box .article_box_inside .img_box {
    height: 36vh;
  }
  .article_container .article_box .article_box_inside .content_container {
    padding: 30px 10%;
  }
  .article_container .article_box .article_box_inside .content_container .type {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .article_container .article_box .article_box_inside .content_container .title {
    font-size: 30px;
    line-height: 40px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail {
    margin-bottom: 40px;
  }
  .article_container .article_box .article_box_inside .content_container .article_content p {
    font-size: 14px;
    line-height: 21px;
  }
  .article_container .article_box .article_box_inside .content_container .article_content .testimonials {
    margin: 7% 8%;
    font-size: 20px;
  }
  .article_container .article_box .article_box_inside .content_container .article_content .m50 {
    margin-bottom: 30px;
  }
  .article_container .article_box .article_box_inside .content_container .article_content h5 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .subscribe_container h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .subscribe_container p {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .article_container .article_bg_top_color {
    height: 36vh;
  }
  .article_container .article_box {
    padding: 4% 4% 0;
  }
  .article_container .article_box .article_box_inside .img_box {
    height: 24vh;
  }
  .article_container .article_box .article_box_inside .content_container {
    padding: 20px 6%;
  }
  .article_container .article_box .article_box_inside .content_container .type {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
  .article_container .article_box .article_box_inside .content_container .title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail {
    margin-bottom: 30px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .author_img {
    width: 54px;
    height: 54px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .content p {
    font-size: 14px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .date {
    font-size: 14px;
  }
  .article_container .back_btn {
    margin: 10% auto !important;
  }

  .subscribe_container h2 {
    font-size: 26px;
    margin-bottom: 20px;
    margin: 0 20px 20px;
    letter-spacing: 0.5px;
  }
  .subscribe_container p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .subscribe_container .subscribe_box {
    flex-direction: column;
  }
  .subscribe_container .subscribe_box .subscribe_btn {
    max-width: 300px;
    margin: 20px 0 0 !important;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .article_container .article_box .article_box_inside .content_container .type {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .article_container .article_box .article_box_inside .content_container .title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .article_container .article_box .article_box_inside .content_container .article_content .testimonials {
    margin: 7% 0%;
    font-size: 16px;
    line-height: 24px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail {
    margin-bottom: 30px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .author_img {
    width: 54px;
    height: 54px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .author_detail_box .content p {
    font-size: 14px;
    margin-left: 12px;
  }
  .article_container .article_box .article_box_inside .content_container .author_detail .date {
    font-size: 14px;
  }
  .article_container .back_btn {
    margin: 10% auto;
  }

  .subscribe_container h2 {
    font-size: 26px;
    margin-bottom: 20px;
    margin: 0 20px 20px;
    letter-spacing: 0.5px;
  }
  .subscribe_container p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .subscribe_container .subscribe_box {
    flex-direction: column;
  }
  .subscribe_container .subscribe_box .subscribe_btn {
    max-width: 300px;
    margin: 20px 0 0;
  }
}
.resource-container {
  border-top: 9px solid #222222;
}

.resource-container .dropdown {
  display: inline-block;
  position: relative;
}
.resource-container .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
}
.resource-container .dropdown.dropdown-open .dropdown-menu {
  display: block;
}
.resource-container .dropdown-trigger {
  width: 100%;
  padding: 23px 0px;
}
.resource-container .dropdown .down-caret {
  margin-left: auto;
}
.resource-container .dropdown-trigger, .resource-container .dropdown .down-caret {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.resource-container .dropdown.dropdown-open .down-caret {
  transform: rotate(180deg);
}
.resource-container .custom-container {
  max-width: 994px;
  padding: 0 24px;
  margin: 0 auto;
}
.resource-container .catagory-blog-section {
  background-color: #ffffff;
  height: 698px;
}
.resource-container .blog-title {
  padding: 121px 0px 62px 0px;
}
.resource-container .blog-heading {
  font-family: Alte Haas Grotesk;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: left;
  color: #0121c2;
  min-height: 168px;
}
.resource-container .catogory-dropdown-section {
  margin-bottom: 78px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 70px;
}
.resource-container .catagory-list, .resource-container .serch-section {
  height: 74px;
}
.resource-container .add-article {
  padding-left: 20px;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.resource-container .catagory-list .dropdown {
  outline: none;
  position: relative;
  border-radius: 3px;
  border: 1px solid #979797;
  width: 100%;
  height: 100%;
  padding: 0 29px;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 0.487619px;
  color: #979797;
  display: flex;
  align-items: center;
  width: 100%;
}
.resource-container .catagory-list .dropdown .dropdown-menu {
  width: 100%;
  top: 98%;
  left: 0;
  border-radius: 3px;
  border: 1px solid #979797;
  background-color: #fff;
}
.resource-container .catagory-list .dropdown .dropdown-menu a {
  font-family: Helvetica Neue;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.4876188934px;
  padding-left: 20px;
  color: #000000;
  display: block;
}
.resource-container .catagory-list .dropdown .dropdown-menu a:hover {
  background-color: #ebebeb;
}
.resource-container .catagory-list .dropdown .dropdown-menu a.selected {
  color: #0222d8;
}
.resource-container .catagory-links {
  display: inline-flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-left: 29px;
}
.resource-container .catagory-links img {
  position: absolute;
  right: 31px;
}
.resource-container .serch-section {
  position: relative;
}
.resource-container .serch-section .serch-section-submit {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  width: 16px;
}
.resource-container .search-input {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #979797;
  outline: none;
  padding-left: 64px;
}
.resource-container ::-moz-placeholder {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4876188934px;
  color: #979797;
}
.resource-container :-ms-input-placeholder {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4876188934px;
  color: #979797;
}
.resource-container ::placeholder {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4876188934px;
  color: #979797;
}
.resource-container .catagory-text {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4876188934px;
  color: #979797;
}
.resource-container .cards-section {
  margin-top: -175px;
  margin-bottom: 54px;
}
.resource-container .product-card {
  min-height: 455px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}
.resource-container .card-content {
  padding: 0px 25px 20px;
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}
.resource-container .card-decoration .card-content {
  padding: 25px 25px 42px;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: unset !important;
}
.resource-container .card-decoration-content {
  margin-top: auto;
}
.resource-container .product-card-profile-image {
  transition: all 0.5s;
  width: 100%;
}
.resource-container .product-card:hover .product-card-profile-image {
  transform: scale(1.2);
  overflow: hidden;
}
.resource-container .product-card:hover .card-content {
  transform: translateY(-10px);
}
.resource-container .card-blog-image {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.resource-container .user-link {
  width: 40px;
  padding-top: 14px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}
.resource-container .user-link {
  width: 65.32px;
  height: 65.32px;
  background-color: #0112C2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.resource-container .blog-text {
  padding-top: 12px;
  color: #D8D8D8;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.4px;
}
.resource-container .card-title {
  color: #000000;
  font-family: Alte Haas Grotesk;
  font-size: 18px;
  padding-bottom: 20px;
}
.resource-container .subscribe-div .btn {
  display: flex;
  align-items: center;
  width: 184px;
  height: 74px;
  background-color: #05FFE9;
  justify-content: space-around;
  font-size: 12px;
  font-weight: 500;
  font-family: Helvetica Neue;
  color: #0222d8;
  border: none;
  outline: none;
}
.resource-container .thumb-image-link {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #0222d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.resource-container .modal-ideal-text {
  margin-bottom: 42px;
}
.resource-container .subscribe-title {
  font-family: Alte Haas Grotesk;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #000000;
}
.resource-container .model-para {
  font-size: 12px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}
.resource-container .modal-header {
  border: none;
  padding: 7px 20px;
}
.resource-container .modal-content {
  width: 682px;
  position: relative;
  right: 14%;
  border: none;
  border-radius: 9px;
  height: 100%;
}
.resource-container .card-para {
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #000000;
}
.resource-container .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.resource-container .profile-image, .resource-container .user-link {
  transform: translateY(-70%);
}
.resource-container .product-card-image {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.resource-container .card-wrapper .product-card:nth-child(3n-1) {
  position: relative;
  top: 30px;
}
.resource-container .card-wrapper .card-decoration {
  position: relative;
}
.resource-container .card-wrapper .card-decoration.card-blue {
  background-color: #0222d8;
}
.resource-container .card-wrapper .card-decoration.card-yellow {
  background: #FDD013;
}
.resource-container .add-article-link {
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid #0222d8;
  font-family: Alte Haas Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  width: 233px;
  height: 64px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.resource-container .add-article-link:hover {
  background-color: #0222D8;
  color: #fff;
}
.resource-container .sopt-text {
  font-family: Alte Haas Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  border: 1px solid #fff;
  display: inline-flex;
  width: 147px;
  height: 23px;
  align-items: center;
  justify-content: center;
}
.resource-container .card-spot {
  margin-top: auto;
}
.resource-container .spot-para-title {
  margin-bottom: 8px;
  font-family: Alte Haas Grotesk;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.resource-container .spot-para {
  margin-bottom: 31px;
  font-family: Alte Haas Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.resource-container .box-image {
  height: 65px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  width: 65px;
  transform: translateY(-70%);
}
.resource-container .button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0222d8;
  border-radius: 3px;
  padding: 10px 0;
  width: 100%;
  text-transform: capitalize;
  position: relative;
}
.resource-container .button-link img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.resource-container .button-text {
  font-family: Helvetica Neue;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.4876188934px;
  text-align: center;
  color: #fff;
}
.resource-container .place-input {
  border: none;
  outline: none;
  padding-left: 15px;
  height: 100%;
  width: 100%;
  padding-right: 40px;
}
.resource-container .card-decoration-input {
  height: 46px;
  position: relative;
  border-radius: 0px 3px 3px 0px;
  overflow: hidden;
}
.resource-container .img-link {
  background-color: #05ffe9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 3px 3px 0px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
}
.resource-container .docs-image {
  max-width: 67px;
}
.resource-container .cards-decoration-para {
  margin-bottom: 31px;
  font-family: Alte Haas Grotesk;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.resource-container .load-mpre-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 56px;
  padding-bottom: 61px;
  position: relative;
}
.resource-container .load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 233px;
  height: 64px;
  border-radius: 5px;
  border: 1px solid #0222d8;
  font-family: Alte Haas Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  transition: 0.3s;
}
.resource-container .load-more-btn:hover {
  background-color: #0222d8;
  color: #ffffff;
}
.resource-container .subscribe-section {
  background-color: #0222d8;
  text-align: center;
  position: relative;
  padding-top: 199.2px;
  padding-bottom: 134px;
}
.resource-container .section-title {
  font-family: Alte Haas Grotesk;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  text-align: center;
}
.resource-container .title-section {
  margin-bottom: 48px;
}
.resource-container .subscription-para {
  font-family: Helvetica Neue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
}
.resource-container .input-section {
  max-width: 618px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.resource-container .mail-div {
  width: 55%;
  height: 100%;
}
.resource-container .subscribe-div {
  width: 30%;
  height: 100%;
  padding-left: 15px;
}
.resource-container .mail-input {
  border: none;
  outline: none;
  padding-left: 20px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.resource-container .subscribe-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #05ffe9;
  border-radius: 3px;
  font-size: 12px;
  color: #0222d8;
  font-weight: 500;
  letter-spacing: 0.49px;
  font-family: Helvetica Neue;
  padding: 0px 15px;
  width: 100%;
}
.resource-container .subscribe-area img {
  padding-left: 23px;
}
.resource-container .serch-section-submit img {
  width: 16px;
}
.resource-container .blog-section {
  padding: 15px 0px;
}
.resource-container .navbar-unoder-mobile, .resource-container .header-mobile-menu {
  display: none;
}
.resource-container .header-mobile-menu {
  margin-right: 20px;
}
.resource-container .header-mobile-menu a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.resource-container .header-mobile-menu a span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #000000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.resource-container .header-mobile-menu a span:nth-child(1) {
  top: 0px;
}
.resource-container .header-mobile-menu a span:nth-child(2), .resource-container .header-mobile-menu a span:nth-child(3) {
  top: 18px;
}
.resource-container .header-mobile-menu a span:nth-child(4) {
  top: 36px;
}
.resource-container .header-mobile-menu a.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.resource-container .header-mobile-menu a.open span:nth-child(2) {
  transform: rotate(45deg);
}
.resource-container .header-mobile-menu a.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.resource-container .header-mobile-menu a.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.resource-container .visit-link {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  color: #646363;
  transition: 0.3s;
  display: inline-block;
}
.resource-container .edit-div {
  margin-right: 10px;
}
.resource-container .add-article-btn {
  margin-left: 10px;
}
.resource-container .parent-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 18px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.resource-container .child-div {
  display: flex;
  align-items: center;
}
.resource-container .view-div {
  margin-top: 20px;
}
.resource-container .edit-link {
  font-size: 14px;
  font-weight: 600;
  color: #877a7a;
}
.resource-container .edit_imgae {
  width: 12px;
}
.resource-container .action-text {
  font-size: 12px;
  font-weight: 600;
  color: #55F9EA;
}
.resource-container .querry-div {
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .resource-container .navbar-unoder-list li {
    margin-right: 40px;
  }
  .resource-container .header-getstarted-btn {
    padding: 35px 85px 35px 53px;
  }
  .resource-container .login-text {
    margin-right: 21px;
  }
}
@media (max-width: 1280px) {
  .resource-container .navbar-unoder-list li {
    margin-right: 8px;
  }
  .resource-container .header-getstarted-btn {
    padding: 35px;
  }
  .resource-container .login-text {
    margin-right: 10px;
  }
  .resource-container .header-logo img {
    max-width: 140px;
  }
}
@media (max-width: 1030px) {
  .resource-container .header-links {
    display: none;
    position: fixed;
    top: 98px;
    left: 0;
    height: calc(100% - 98px);
    width: 100%;
    background-color: #fff;
    z-index: 5;
    overflow-y: auto;
  }
  .resource-container .header-links.open {
    display: block;
  }
  .resource-container .navbar-unoder-mobile, .resource-container .header-mobile-menu {
    display: block;
  }
  .resource-container .header-button-section .login-section {
    display: none;
  }
  .resource-container .header-getstarted-btn {
    background-color: #fff;
  }
  .resource-container .navbar-unoder-list {
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .resource-container .navbar-unoder-mobile .login-ath-btn {
    width: 100%;
  }
  .resource-container .navbar-unoder-list li {
    margin-bottom: 46px;
  }
  .resource-container .card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .resource-container .card-wrapper .product-card:nth-child(3n-1) {
    top: 0px;
  }
  .resource-container .card-wrapper .product-card:nth-child(2n-1) {
    top: 30px;
  }
  .resource-container .blog-heading {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .resource-container .add-article {
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    margin-top: 20px;
  }
  .resource-container .subscribe-div .btn {
    width: 166px;
  }
}
@media (max-width: 778px) {
  .resource-container .add-article-btn {
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .resource-container .card-wrapper, .resource-container .catogory-dropdown-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .resource-container .catogory-dropdown-section {
    height: 150px;
  }
  .resource-container .card-wrapper .product-card:nth-child(3n-1), .resource-container .card-wrapper .product-card:nth-child(2n-1) {
    top: 0px;
  }
  .resource-container .blog-heading {
    font-size: 50px;
    line-height: 1;
    margin-bottom: -29px;
  }
  .resource-container .blog-title {
    padding: 40px 0px 40px 0px;
  }
  .resource-container .catagory-blog-section {
    height: 600px;
  }
  .resource-container .header-getstarted-btn {
    padding: 26px 30px;
  }
  .resource-container .mail-div {
    width: 60%;
  }
  .resource-container .subscribe-div {
    width: 40%;
  }
  .resource-container .header-logo {
    margin-right: 12px;
  }
  .resource-container .user-link-img img {
    width: 65px;
  }
}
@media (max-width: 558px) {
  .resource-container .header-getstarted-btn {
    padding: 35px 30px;
  }
  .resource-container .load-mpre-section {
    display: block;
    text-align: center;
  }
  .resource-container .view_visit {
    position: absolute;
    right: 179px;
    top: 139px;
  }
}
@media (max-width: 425px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 540px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 538px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .resource-container .subscribe-div .btn {
    width: 150px;
  }
}
@media (max-width: 414px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .resource-container .add-article-btn {
    margin: 0px;
    margin-top: 10px;
  }
  .resource-container .coustem-footer-container .copyright-para {
    position: absolute;
    bottom: 0;
  }
}

.card-para-text {
  margin-bottom: 31px;
  font-family: Alte Haas Grotesk;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: 0;
}

.product-card-popup {
  max-width: 302px;
  margin: 10px auto;
  min-height: 455px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-card-image-top {
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  height: 240px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-content-box {
  padding: 0px 25px 20px;
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
}

.card-blog-image-separate {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.blog-text-title {
  padding-top: 12px;
  color: #D8D8D8;
  font-family: Helvetica Neue;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.4px;
}

.user-link-profile {
  width: 65.31px;
  height: 65.31px;
  background-color: #0112C2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 14px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  transform: translateY(-70%);
}

.card-title-text {
  color: #000000;
  font-family: Alte Haas Grotesk;
  font-size: 18px;
  padding-bottom: 20px;
}

.coustem-upload {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #0222d8;
}

.coustem-upload-profile {
  background-color: unset !important;
}

.main-subscribe-container .modal-content {
  width: 682px;
  position: relative;
  right: 14%;
  border: none;
  border-radius: 9px;
  height: 100%;
}

.main-subscribe-container .modal-header {
  border-bottom: none;
  padding: 7px 20px;
}

.main-subscribe-container .modal-ideal-text {
  text-align: center;
  margin-bottom: 40px;
}

.main-subscribe-container .subscribe-title {
  font-family: Alte Haas Grotesk;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #000000;
}

.main-subscribe-container .model-para {
  font-size: 12px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.400000006px;
  text-align: center;
  color: #000000;
  padding-top: 20px;
}

.main-subscribe-container .thumb-image-link {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #0222d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-subscribe-container .model-header-part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-btn-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translate(127px, -55px);
}

.arrow-image {
  margin-left: 10px;
}

.btn-link {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1599999964px;
  text-align: left;
  color: #0222D8;
  display: inline-block;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none;
}

.social-image-link1 {
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.social-image-link2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}

.social-image-link3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffffff;
}

.footer-basic {
  width: 60%;
}

.footer-social-icon ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
}

.footer-between-section {
  width: 20%;
}

.footer-right-section {
  width: 20%;
}

.footer-social-icon ul li {
  margin-right: 15px;
}

.footer-social-icon ul li:last-child {
  margin: 0;
}

.footer-title {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 40px;
  color: #ffffff;
}

.footer-social-icon {
  position: relative;
  right: 38px;
}

.footer-para {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-first-title {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.4876190126px;
  text-align: left;
  color: #ffffff;
}

.footer-links ul li a {
  color: #FEFFFF;
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4876190126px;
  text-align: left;
  opacity: 0.9;
}

.footer-links ul li {
  margin: 30px 0px;
}

.footer-links ul {
  list-style-type: none;
  width: 290px;
  margin: 0;
  padding: 0;
}

.coustem-footer-container {
  padding: 5% 10% 30px;
}

.coustem-result-container {
  padding: 16% 14% 18%;
}

.coustem-logo {
  margin-bottom: 25px !important;
}

.social-img {
  width: 36px;
}

.part-1 {
  width: 52%;
}

.part-2 {
  width: 10%;
}

.part-3 {
  width: 38%;
}

.wechat-link {
  position: relative;
}

.wechat-qr-image img {
  width: 100px;
  display: none;
}

.wechat-link:hover .wechat-qr-image img {
  display: block;
  position: absolute;
  left: 46px;
  top: -16px;
}

.phone-no {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.4876190126px;
  text-align: left;
  color: #FEFFFF;
  opacity: 0.9;
}

.social-img1 {
  width: 33px;
  margin-top: 11px;
}

.copyright-para {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4876190126px;
  text-align: left;
}

.coustem-back-top {
  font-family: Alte Haas Grotesk;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.4876190126px;
  text-align: left;
  color: #FEFFFF;
}

.coustem-logo img {
  margin-bottom: 25px !important;
}

.footerContainer::before {
  background: unset !important;
}

.bg-btn-link-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
}

.coustem-footer-container .coustem-right {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.coustem-back-top {
  margin-top: 45px !important;
}

.back-top-div {
  width: 100%;
}

.footer-links ul .btn {
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  outline: unset;
  border: unset;
}

#ChinaPrivacyPolicy .modal-body {
  min-height: 445px;
}

.footer-links ul .btn:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}

.privcy-policy-moadal .close {
  position: fixed;
  right: 6px;
  top: 0;
  padding: 0;
  margin: 0;
}

.privcy-policy-moadal .modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.fade {
  transition: opacity -4.85s linear;
}

.privcy-policy-moadal .modal {
  padding-top: 122px;
  overflow-x: unset;
  overflow-y: unset;
}

.policy-title .modal-title {
  text-align: center;
  font-family: Alte Haas Grotesk;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.400000006px;
  color: #000000;
}

.privcy-policy-moadal .modal-dialog {
  max-width: 904px;
}

.privcy-policy-moadal .modal-content {
  border-radius: 9px;
  border: none;
}

.privcy-policy-moadal .modal-header {
  position: absolute;
  right: 10px;
  top: 2px;
  border: none;
  padding: 0;
  z-index: 1;
}

.policy-title {
  padding: 17px 0px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}

.privcy-policy-moadal .modal-para {
  text-align: center;
  padding: 2px 0px;
  border-bottom: 1px solid #d8d8d8;
}

.privcy-policy-moadal .modal-body {
  padding: 9px 60px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border-radius: unset;
  max-width: 890px;
  margin: 0 auto;
}

.privcy-policy-moadal .modal-body::-webkit-scrollbar {
  width: 6px;
}

.privcy-policy-moadal .modal-body::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 20px;
}

.privcy-policy-moadal .modal-body::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 20px;
}

.privcy-policy-moadal .modal-cotation {
  font-size: 14px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.400000006px;
  color: #000000;
}

.privcy-policy-moadal .modal-cotation-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.privcy-policy-moadal .anchor-link {
  color: #0222D8;
  font-weight: 500;
}

.privcy-policy-moadal .anchor-link:hover {
  border-bottom: 1px solid #0222D8;
}

.privcy-policy-moadal .display-text {
  font-weight: 600;
}

.privcy-policy-moadal .title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

.profile-image img {
  max-width: 100%;
  height: auto;
}

.Invester-section {
  padding: 0% 14%;
  position: relative;
  bottom: 100px;
}

.logo-part {
  display: flex;
  align-items: center;
  gap: 20px;
}

.investor-logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  border: 1px solid #F0F0F0;
  background-color: #fff;
  width: calc(33.33% - 24.3px);
  margin-right: 32px;
  display: inline-block;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (max-width: 420px) {
  .privcy-policy-moadal .modal-para {
    padding: 2px 20px;
    border-bottom: 1px solid #d8d8d8;
  }

  .privcy-policy-moadal .modal-body {
    padding: 9px 18px;
  }

  .policy-title .modal-title {
    font-size: 20px;
  }

  .logo-part {
    display: block;
  }

  .investor-logo {
    width: 100%;
  }

  .Invester-section {
    margin-top: 116px;
  }

  .profile-image img {
    max-width: 100%;
    height: auto;
  }

  .invster-section-title {
    text-align: left;
    margin-left: -49px;
  }
}
@media (max-width: 991px) {
  .bg-btn-link {
    transform: translate(46px, -55px);
  }

  .footer-basic {
    width: 100%;
  }

  .footer-between-section {
    width: 50%;
  }

  .footer-right-section {
    width: 50%;
  }

  .profile-image img {
    max-width: 100%;
    height: auto;
  }

  .invster-section-title {
    text-align: left;
    margin-left: -49px;
  }
}
@media (max-width: 767px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-top: 50px;
  }

  .bg-btn-link {
    transform: translate(-2px, -55px);
  }

  .part-1 {
    width: 100%;
  }

  .part-2 {
    width: 80%;
    margin: 10px 0px;
  }

  .part-3 {
    width: 100%;
  }

  .coustem-right {
    display: block !important;
  }

  .logo-part {
    display: block;
  }

  .investor-logo {
    width: 100%;
  }

  .Invester-section {
    margin-top: 116px;
  }

  .invster-section-title {
    text-align: left;
    margin-left: -49px;
  }
}
@media (max-width: 575px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-top: 50px;
  }

  .part-1 {
    width: 100%;
  }

  .part-2 {
    width: 80%;
    margin: 10px 0px;
  }

  .part-3 {
    width: 100%;
  }

  .coustem-right {
    display: block !important;
  }

  .profile-image {
    width: 100%;
  }

  .profile_logo {
    width: 33.33%;
    height: 49px;
  }

  .invster-section-title {
    text-align: left;
    margin-left: -49px;
  }

  .Invester-section {
    margin-top: 116px;
  }
}
@media (max-width: 420px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }

  .bg-btn-link {
    justify-content: center;
  }
}
body .glocoachesSection p, body .glocoachesSection h2, body .glocoachesSection h3 {
  color: #000000;
}

.glocoachesSection .glocoachesHeader .row h1 {
  color: #0121C2;
}

.glocoachesSection .glocoachesHeader .glocoahcesPageSection {
  max-width: 1024px;
  /* border: 1px solid #0001; */
  margin: auto !important;
  align-items: stretch;
  padding: 80px 0px;
}

.glocoachesSection .glocoachesHeader p {
  font-family: Helvetica Neue;
  font-size: 18px;
  letter-spacing: 0.4px;
  text-align: left;
  font-weight: 400;
  line-height: 23px;
  -webkit-font-smoothing: antialiased;
}

.glocoachesSection .glocoachesHeader h2 {
  font-family: "Alte Haas Grotesk";
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}

.glocoachesSection .glocoachesHeader h3 {
  font-family: Alte Haas Grotesk;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
}

.glocoachesSection .glocoachesHeader .graph-caption {
  font-family: Helvetica Neue;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 120%);
  display: inline-block;
  width: 100%;
  color: #000000;
}

.glocoachesSection .glocoachesHeader .apply-coach-btn {
  height: 70px;
  width: 285px;
  background: #FFFFFF;
  border-radius: 3px;
  border: none;
  outline: none;
  color: #0222D8;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.48px;
  text-align: center;
  position: relative;
}

.glocoachesSection .glocoachesHeader .apply-coach-btn svg {
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translate(0%, -50%);
}

.glocoachesSection .view-coaches-btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0%, -120%);
  font-family: Alte Haas Grotesk;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.15px;
  text-align: left;
  font-size: 16px;
  color: #0222D8;
  background-color: transparent;
  border: none;
  outline: none;
}

.glocoahcesPageSection .Situational_Leadership_Model {
  background: #FBFBFB;
}

.glocoahcesPageSection.mobile-pic h2 {
  font-size: clamp(8px, 2.6vw, 26px) !important;
  margin-bottom: clamp(8px, 2vw, 20px) !important;
  line-height: clamp(10px, 2.7vw, 31px) !important;
}

.glocoahcesPageSection.mobile-pic .Coaching_Engagement_Process li {
  position: relative;
  font-family: Helvetica Neue;
  font-size: 18px;
  font-size: clamp(11px, 2.4vw, 23px) !important;
  margin: clamp(6px, 2vw, 30px) 0;
  color: #000000;
  font-weight: 200;
  list-style-type: none;
}

.glocoahcesPageSection.mobile-pic .Coaching_Engagement_Process li::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -10px;
  transform: translate(-100%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
}

.glocoahcesPageSection .Coaching_Engagement_Process li::after {
  content: "";
  position: absolute;
  top: 55%;
  left: -10px;
  transform: translate(-100%, -50%);
  width: 14%;
  height: 1px;
  background: #000000;
}

.GloCoachesBannerNew {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.glocoachesSection .learn_more_container p {
  font-weight: 400;
}

.glocoachesHeader .glocoahcesPageSection.mobile-pic img {
  transform: scale(1.1);
  margin-bottom: -52.5%;
}

@media (max-width: 991px) {
  .GloCoachesBannerNew {
    position: static;
    text-align: right;
    width: 100%;
  }

  .glocoachesSection .lightgray-ribbon {
    display: none;
  }

  .glocoahcesPageSection.mobile-pic {
    flex-wrap: nowrap;
  }

  .glocoahcesPageSection.mobile-pic .Coaching_Engagement_Process {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .glocoachesSection .glocoachesHeader h1 {
    font-size: 66px;
  }

  .glocoachesSection .glocoachesHeader h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .glocoachesSection .glocoachesHeader p {
    font-size: 15px;
    line-height: 21px;
  }

  .glocoachesSection .glocoachesHeader {
    padding: 15px 15px 0;
  }

  .glocoahcesPageSection.mobile-pic .Coaching_Engagement_Process {
    padding-left: 20px;
  }
}
@media (max-width: 476px) {
  .glocoachesSection .glocoachesHeader h1 {
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 48px;
    width: 100%;
  }

  .glocoachesHeader .glocoahcesPageSection {
    padding: 50px 0px;
  }

  .glocoachesHeader .glocoahcesPageSection.mobile-pic {
    padding: 65px 0;
  }

  .glocoachesSection .view-coaches-btn {
    font-size: 13px;
    padding-right: 6px !important;
  }

  .glocoahcesPageSection.mobile-pic .Coaching_Engagement_Process li {
    font-weight: 400;
  }

  .glocoachesSection .glocoachesHeader .glocoahcesPageSection {
    padding: 30px 0px;
  }
}/*# sourceMappingURL=new_style.css.map */