@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
html {
  font-size: 16px;
}
@media (min-width: 767px) and (max-width: 1440px) {
  html {
    font-size: calc(16 * 0.0694444444vw);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(16 * 0.3125vw);
  }
}

@font-face {
  font-family: "Grotesk";
  src: url("../fonts/GroteskBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Grotesk";
  src: url("../fonts/GroteskMedium.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h2 {
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  font-family: "Grotesk", sans-serif;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 2.125rem;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100vw;
    padding: 0 0.625rem;
  }
}

.banner {
  background-color: #000;
}
.banner .container {
  padding: 0;
  position: relative;
}
.banner .container .logo {
  position: absolute;
  width: 11.4375rem;
  height: 3.1875rem;
  top: 1.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .banner .container .logo {
    width: 5.71875rem;
    height: 1.59375rem;
    top: 1.3125rem;
    left: 0.625rem;
  }
}
.banner .banner__wrapper {
  position: relative;
  width: 100%;
  height: 40.625rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.banner .banner__wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner .banner__wrapper .lightnings {
  width: 64.3125rem;
  height: 35.125rem;
  position: absolute;
  left: 14.625rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper .lightnings {
    display: none;
  }
}
.banner .banner__wrapper .lightningsMob {
  display: none;
  width: 10.375rem;
  height: 22.1875rem;
  position: absolute;
  top: 3.4375rem;
  left: 5.3125rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper .lightningsMob {
    display: block;
  }
}
.banner .banner__wrapper img {
  width: 50.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  right: 0;
  top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper img {
    position: static;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner .banner__wrapper h1 {
  margin-left: 1.5rem;
  margin-top: 10rem;
  font-size: 7.875rem;
  color: #ffffff;
  font-weight: 800;
  line-height: 7.875rem;
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin: auto auto 0 auto;
  }
}
.banner .banner__wrapper h1 span {
  display: inline-block;
}
.banner .banner__wrapper h1 span:nth-child(1) {
  line-height: 6.875rem;
  -webkit-transform: rotate(-1.7deg);
      -ms-transform: rotate(-1.7deg);
          transform: rotate(-1.7deg);
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper h1 span:nth-child(1) {
    line-height: 3.5625rem;
  }
}
.banner .banner__wrapper h1 span:last-child {
  line-height: 7.875rem;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(1.6deg);
      -ms-transform: rotate(1.6deg);
          transform: rotate(1.6deg);
}
@media screen and (max-width: 767px) {
  .banner .banner__wrapper h1 span:last-child {
    line-height: 4rem;
  }
}
.banner .banner__wrapper h1 span:last-child::after {
  content: "";
  width: 103%;
  height: 100%;
  background-color: #5e64ff;
  position: absolute;
  left: -1.5%;
  z-index: -1;
  top: 0;
}

.content {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .content {
    margin-top: 3.75rem;
  }
}
.content .content__wrapper {
  margin-top: 2.875rem;
}
@media screen and (max-width: 767px) {
  .content .content__wrapper {
    margin-top: 2.5rem;
  }
}
.content .bot__banner {
  margin-top: 6rem;
  width: 100%;
  height: 20.5rem;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .content .bot__banner {
    margin-top: 2.5rem;
  }
}
.content .bot__banner .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .content .bot__banner .container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .content .bot__banner {
    height: 19.5625rem;
  }
}
.content .bot__banner * {
  color: #fff;
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content {
    margin-top: 1.875rem;
  }
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 h3 {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  .content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 h3 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 h3 span {
  position: relative;
  display: inline-block;
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 h3 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.6875rem;
  left: 0;
  bottom: 0.0625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='326' height='11' viewBox='0 0 326 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.217164 5.5266C137 -0.5 175.5 8.00011 325.179 8.00009' stroke='%235E64FF' stroke-width='6'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 h3 span::after {
    background-image: url("data:image/svg+xml,%3Csvg width='142' height='7' viewBox='0 0 142 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.391297 3.45135C59.7086 0.36898 76.3993 4.59955 141.306 4.52394' stroke='%235E64FF' stroke-width='3'/%3E%3C/svg%3E%0A");
    height: 0.4375rem;
    bottom: 0;
  }
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content .header3 svg {
  width: 55%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: -0.125rem;
  left: 0;
}
.content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content p {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.875rem;
  margin-top: 1.0625rem;
  width: 41.1875rem;
}
@media screen and (max-width: 767px) {
  .content .bot__banner .bot__banner__wrapper .bot__banner__wrapper__content p {
    width: 100%;
    font-size: 0.75rem;
    line-height: 0.8125rem;
    margin-top: 0.8125rem;
  }
}
.content .bot__banner .bot__banner__wrapper img {
  width: 45rem;
  height: auto;
  position: absolute;
  right: 0.3125rem;
  top: -82%;
}
@media screen and (max-width: 767px) {
  .content .bot__banner .bot__banner__wrapper img {
    width: 100%;
    left: 0;
    right: auto;
    top: 35%;
  }
}
.content .offer {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .offer p {
  color: #6b6b6b;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .content .offer p {
    font-size: 0.5rem;
    line-height: 0.54rem;
  }
}

.footer {
  padding-bottom: 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 1.625rem;
    padding-bottom: 1.25rem;
  }
}
.footer__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    gap: 0.625rem;
  }
}
.footer__wrapper img {
  width: 4.375rem;
  height: 1.5rem;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .footer__wrapper img {
    width: 2.1875rem;
    height: 0.75rem;
  }
}
.footer__wrapper .footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 13.25rem;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer__item {
    width: 6.625rem;
    gap: 0.34375rem;
  }
}
.footer__wrapper .footer__item p,
.footer__wrapper .footer__item a {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
  opacity: 50%;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
@media screen and (max-width: 767px) {
  .footer__wrapper .footer__item p,
  .footer__wrapper .footer__item a {
    font-size: 0.375rem;
    line-height: 0.375rem;
  }
}

.sliderControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sliderControls svg {
  cursor: pointer;
  width: 1.625rem;
  height: 2.625rem;
}
.sliderControls svg path {
  stroke: #000000;
}
@media screen and (max-width: 767px) {
  .sliderControls {
    display: none;
  }
}

#courses {
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 6.25rem;
}
#courses h2 {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #courses h2 {
    font-size: 2.1875rem;
    position: relative;
  }
  #courses h2::before {
    content: "";
    position: absolute;
    left: -0.0625rem;
    bottom: 0rem;
    width: 16.625rem;
    height: 0.3125rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='266' height='5' viewBox='0 0 266 5' fill='none'%3E%3Cpath d='M1 2.70845C110.719 3.96793 148.867 0.60933 265 2.70845' stroke='%23FF6984' stroke-width='4'/%3E%3C/svg%3E");
  }
}
#courses .coursesContainer {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #courses {
    margin-top: 1.875rem;
  }
}
#courses .swiper {
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  #courses .swiper {
    padding: 0;
    margin-top: 1.5rem;
  }
}
#courses .swiper .course {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20.5rem;
}
@media screen and (max-width: 767px) {
  #courses .swiper .course {
    max-width: 16.875rem;
  }
}
#courses .swiper .course img {
  width: 100%;
  height: 12.4375rem;
}
@media screen and (max-width: 767px) {
  #courses .swiper .course img {
    height: auto;
  }
}
#courses .swiper .course p {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 800;
  font-family: "Grotesk", sans-serif;
  text-transform: uppercase;
  padding: 1.0625rem 0.9375rem 1.0625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  #courses .swiper .course p {
    font-size: 1.6125rem;
  }
}
@media screen and (max-width: 767px) {
  #courses .container:nth-child(2) {
    padding-right: 0;
  }
}

#cards {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  #cards {
    margin-top: 3.75rem;
  }
}
#cards .cards h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 5rem;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #cards .cards h2 {
    font-size: 2.1875rem;
    width: 13.125rem;
  }
}
#cards .cards h2 .underlineDesk {
  bottom: 0.1875rem;
  right: -0.375rem;
  width: 30.0625rem;
  height: 0.625rem;
}
#cards .cards h2 .underlineMob {
  bottom: -0.125rem;
  left: 0rem;
  right: auto;
  width: 13.0625rem;
  height: 0.3125rem;
}
#cards .cards__list {
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list {
    margin-top: 2.5rem;
    gap: 0.5rem;
  }
}
#cards .cards__list__item {
  position: relative;
  width: calc((100% - 3 * 1.25rem) / 4);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item {
    width: calc((100% - 0.5rem) / 2);
  }
}
#cards .cards__list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}
#cards .cards__list__item__title {
  margin-top: 2.1875rem;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title {
    margin-top: 0.6875rem;
    margin-left: 0.625rem;
  }
}
#cards .cards__list__item__title span {
  font-family: "Grotesk", sans-serif;
  font-weight: 800;
  line-height: 0.9em;
  text-transform: uppercase;
  position: relative;
}
#cards .cards__list__item__title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
}
#cards .cards__list__item__title span .underlineDesk {
  left: 0;
  bottom: 0;
}
#cards .cards__list__item__title span .underlineMob {
  left: -0.0625rem;
  bottom: 0.0625rem;
}
#cards .cards__list__item__title:not(.double) span {
  font-size: 2.9375rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title:not(.double) span {
    font-size: 1.3125rem;
  }
}
#cards .cards__list__item__title:not(.double) span::before {
  width: calc(100% + 0.8125rem);
  height: 3.0625rem;
  left: -0.3125rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title:not(.double) span::before {
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 1.1875rem;
    bottom: 0.1875rem;
  }
}
#cards .cards__list__item__title.double span {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.double span {
    font-size: 0.9375rem;
  }
}
#cards .cards__list__item__title.double span::before {
  width: calc(100% + 0.6875rem);
  height: 1.9375rem;
  left: -0.3125rem;
  bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.double span::before {
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 0.875rem;
    bottom: 0.1875rem;
  }
}
#cards .cards__list__item__title.double span:nth-of-type(2)::before {
  bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.double span:nth-of-type(2)::before {
    bottom: 0.0625rem;
  }
}
#cards .cards__list__item__title.double span .underlineMob {
  left: -0.0625rem;
  bottom: 0rem;
}
#cards .cards__list__item__title.medium span {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.medium span {
    font-size: 0.9375rem;
  }
}
#cards .cards__list__item__title.medium span::before {
  width: calc(100% + 0.6875rem);
  height: 1.9375rem;
  left: -0.3125rem;
  bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.medium span::before {
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 0.875rem;
    bottom: 0.125rem;
  }
}
#cards .cards__list__item__title.medium span .underlineMob {
  left: -0.0625rem;
  bottom: 0rem;
}
#cards .cards__list__item__title.small span {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.small span {
    font-size: 0.8125rem;
  }
}
#cards .cards__list__item__title.small span::before {
  width: calc(100% + 0.625rem);
  height: 1.8125rem;
  bottom: 0.125rem;
  left: -0.3125rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__title.small span::before {
    width: calc(100% + 0.5rem);
    left: -0.25rem;
    height: 0.8125rem;
    bottom: 0.0625rem;
  }
}
#cards .cards__list__item__title.small span .underlineMob {
  left: -0.0625rem;
  bottom: 0rem;
}
#cards .cards__list__item__description {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  margin-top: 0.8125rem;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__description {
    font-size: 0.5rem;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
  }
}
#cards .cards__list__item__description.black {
  color: #000;
}
#cards .cards__list__item__link {
  font-size: 1.125rem;
  line-height: 1em;
  width: calc(100% - 3.125rem);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem 2.25rem;
  margin: auto 1.625rem 0.9375rem 1.5625rem;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item__link {
    width: calc(100% - 1.375rem);
    padding: 0.5rem 0.8125rem;
    font-size: 0.5rem;
    margin: auto 0.6875rem 0.3125rem 0.6875rem;
  }
}
#cards .cards__list__item.special {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special {
    padding-bottom: 0.9375rem;
  }
}
#cards .cards__list__item.special p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Grotesk", sans-serif;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special p {
    font-size: 1rem;
  }
}
#cards .cards__list__item.special p span {
  font-size: 2.25rem;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special p span {
    font-size: 1rem;
  }
}
#cards .cards__list__item.special p span::before {
  display: none;
}
#cards .cards__list__item.special .cards__list__item__title {
  -webkit-transform: rotate(-2.217deg);
      -ms-transform: rotate(-2.217deg);
          transform: rotate(-2.217deg);
}
#cards .cards__list__item.special .cards__list__item__title span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#cards .cards__list__item.special .cards__list__item__title span::before {
  display: block;
  left: -0.1875rem;
  width: 12.875rem;
  height: 2.0625rem;
  background: #ff6984;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special .cards__list__item__title span::before {
    width: 5.75rem;
    height: 0.9375rem;
    left: -0.0625rem;
  }
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special .cards__list__item__description {
    margin-left: 0.9375rem;
    margin-top: 0.1875rem;
  }
}
#cards .cards__list__item.special .cards__list__item__description span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#cards .cards__list__item.special .cards__list__item__description span::before {
  content: "";
  position: absolute;
  z-index: -1;
  position: absolute;
  display: block;
  left: -0.0625rem;
  width: 14.25rem;
  height: 2.0625rem;
  background: #5e64ff;
}
@media screen and (max-width: 767px) {
  #cards .cards__list__item.special .cards__list__item__description span::before {
    left: -0.0625rem;
    height: 0.9375rem;
    width: 6.375rem;
  }
}

@media screen and (max-width: 767px) {
  .br {
    display: none;
  }
}

.mobBr {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobBr {
    display: inline;
  }
}

.underlineDesk {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .underlineDesk {
    display: none;
  }
}

.underlineMob {
  display: none;
}
@media screen and (max-width: 767px) {
  .underlineMob {
    display: block;
    position: absolute;
  }
}

h4,
p,
a,
ul,
li,
input,
button,
textarea,
label {
  line-height: 0.9em;
  color: #000;
  font-family: "Roboto Flex", sans-serif;
  text-decoration: none;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */