.page-template-tpl-landing {
  /******* Common ******/
  /******* Container ******/
  /******* Buttons ******/
  /******* Subtitle ******/
  /******* Title ******/
  /******* Title ******/
  /******* Home ******/
  /******* Features ******/
  /******* Features Profiles ******/
}
.page-template-tpl-landing section .container,
.page-template-tpl-landing section .row {
  --bs-gutter-x: 1.875rem;
}
.page-template-tpl-landing h1 {
  font-family: "OswaldRegular";
  font-size: 45px;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing h1 {
    font-size: 24px;
  }
}
.page-template-tpl-landing h2 {
  font-family: "OswaldRegular";
  font-size: 32px;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing h2 {
    font-size: 26px;
  }
}
.page-template-tpl-landing img {
  max-width: 100%;
  height: auto;
}
.page-template-tpl-landing .container {
  max-width: 1310px;
}
@media (max-width: 1024px) {
  .page-template-tpl-landing .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .container {
    padding: 0 20px;
  }
}
.page-template-tpl-landing .btn {
  max-width: 162px;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .btn {
    min-width: 160px;
  }
}
.page-template-tpl-landing .subtitle {
  font-family: "OswaldRegular";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .subtitle {
    font-size: 14px;
  }
}
.page-template-tpl-landing .title {
  text-transform: uppercase;
}
.page-template-tpl-landing .text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  max-width: 625px;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .text {
    font-size: 16px;
  }
}
.page-template-tpl-landing .landing-intro {
  background-color: #f8f8f8;
  margin-top: 4px;
  padding-top: 36px;
}
@media (max-width: 1024px) {
  .page-template-tpl-landing .landing-intro {
    padding-top: 30px;
  }
}
.page-template-tpl-landing .landing-intro__main {
  padding-top: 66px;
}
@media (max-width: 1024px) {
  .page-template-tpl-landing .landing-intro__main {
    padding-top: 40px;
  }
}
.page-template-tpl-landing .landing-intro__title {
  color: #293646;
  margin-top: 0;
  margin-bottom: 28px;
}
.page-template-tpl-landing .landing-intro__text {
  color: #293646;
  margin-bottom: 28px;
}
.page-template-tpl-landing .landing-intro__buttons {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .landing-intro__buttons {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.page-template-tpl-landing .btn img {
  display: block;
}
.page-template-tpl-landing .landing-intro__btn-left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-landing .landing-intro__btn-left {
    margin-right: 16px;
  }
}
.page-template-tpl-landing .landing-intro__img {
  width: 625px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-landing .landing-intro__img {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-tpl-landing .features {
  min-height: 0;
  background-image: url("../png/f1bg.png");
  background-repeat: no-repeat;
  padding-top: 56px;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features {
    padding-top: 30px;
  }
}
.page-template-tpl-landing .features .row {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-landing .features .row {
    align-items: normal;
  }
}
.page-template-tpl-landing .features__title {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features__title {
    padding-bottom: 10px;
  }
}
.page-template-tpl-landing .features__main {
  padding-bottom: 86px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-landing .features__main {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features__main {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.page-template-tpl-landing .features__subtitle {
  color: inherit;
  margin-bottom: 30px;
}
.page-template-tpl-landing .features__text {
  color: inherit;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.page-template-tpl-landing .features__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features__text {
    font-size: 16px;
  }
}
.page-template-tpl-landing .features__img {
  display: flex;
  justify-content: flex-end;
}
.page-template-tpl-landing .features__img img {
  display: block;
  width: 625px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .page-template-tpl-landing .features__img img {
    width: 100%;
    max-width: 100%;
  }
}
.page-template-tpl-landing .features-profiles {
  background-color: #ffffff;
  background-image: url("../png/f2bg.png");
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position-y: calc(100% + 2px);
  padding-bottom: 75px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-landing .features-profiles {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 991.98px) {
  .page-template-tpl-landing .features-profiles {
    background-size: 100% 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features-profiles {
    background-size: 100% 30%;
  }
}
@media screen and (max-width: 575px) {
  .page-template-tpl-landing .features-profiles {
    background-size: 100% 400px;
  }
}
.page-template-tpl-landing .features-profiles__container {
  padding-top: 82px;
  color: #293744;
}
@media screen and (max-width: 991.98px) {
  .page-template-tpl-landing .features-profiles__container {
    padding-top: 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features-profiles__container {
    padding-top: 30px;
  }
}
.page-template-tpl-landing .features-profiles__subtitle {
  color: inherit;
  margin-bottom: 30px;
}
.page-template-tpl-landing .profiles {
  margin-bottom: 37px;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-landing .profiles {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .player-profiles {
    margin-bottom: 60px;
  }
}
.page-template-tpl-landing .profiles__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-template-tpl-landing .profiles__title {
  color: inherit;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .profiles__title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.page-template-tpl-landing .profiles__text {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-landing .profiles__text {
    margin-bottom: 30px;
  }
}
.page-template-tpl-landing .profiles__img img {
  width: 100%;
  display: block;
}
.page-template-tpl-landing .features__download {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .page-template-tpl-landing .features__download {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features__download {
    margin-top: 0;
  }
}
.page-template-tpl-landing .features__download h2 {
  color: inherit;
  font-family: "OswaldBold";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .page-template-tpl-landing .features__download h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .page-template-tpl-landing .site-content,
  .page-template-tpl-landing .site-content-contain {
    padding-top: 0;
  }
  .page-template-tpl-landing .landing-intro .ir {
    padding-left: 5px;
  }
  .page-template-tpl-landing .landing-intro .il {
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767.98px) {
  .page-template-tpl-landing .landing-intro .il {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-tpl-landing .landing-intro .row {
    align-items: flex-end;
  }
}/*# sourceMappingURL=landing.css.map */