

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #fff;
}

.wrapper.inner-page .top__inner {
  min-height: 204px;
  padding-top: 35px;
}

.wrapper.inner-page .top__title {
  margin-bottom: 19px;
  font-size: 50px;
  line-height: 1;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about__container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.title-block__icon {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto 14px;
}

.title-block__text {
  font-size: 28px;
  line-height: 1.39;
  text-align: center;
  text-transform: uppercase;
}

.hover-element {
  display: inline-block;
  position: relative;
}

.hover-element::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.big-title {
  font-size: 63px;
}

h2,
.medium-title {
  font-size: 40px;
}

h3,
.small-title {
  font-size: 30px;
}

h4,
.micro-title {
  font-size: 24px;
}

.top {
  position: relative;
  background-color: #777777;
}

.top__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top__bg::before,
.top__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.top__bg::after {
  z-index: 1;
  background-color: rgba(27, 76, 209, 0.35);
}

.top__inner {
  position: relative;
  z-index: 2;
  min-height: 583px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 30px;
  color: #ffffff;
  text-align: center;
}

.top__title {
  margin-bottom: 31px;
  line-height: 1.1;
}

.top__subtitle {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.top__text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.28;
}

.top__about {
  width: 100%;
  margin-top: 65px;
}

.about-block {
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(244, 244, 244, 0.45);
  border-radius: 45px;
  padding: 21px 41px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.about-block__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 137px;
  height: auto;
  margin-right: 20px;
  margin-top: 10px;
}

.about-block__info {
  width: 380px;
  color: #000000;
}

.about-block__list {
  list-style: none;
}

.about-block__list-item {
  font-size: 15px;
}

.services {
  padding: 39px 0 82px;
}

.services.services-page {
  padding: 35px 0 52px;
}

.services.services-page .benefits__contact {
  margin-top: 52px;
}

.services__title {
  margin-bottom: 31px;
}

.services__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.services__column {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.services__item {
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.services__item::before,
.services__item::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.services__item::before {
  background-color: rgba(244, 244, 244, 0.45);
  z-index: 1;
}

.services__item::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 76, 209, 0.35)), to(rgba(27, 76, 209, 0.35))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.services__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.services__item-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services__item-content {
  position: relative;
  z-index: 2;
  padding: 50px 33px 35px;
  color: #ffffff;
  text-align: center;
}

.services__item-icon {
  height: 107px;
  margin-bottom: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services__item-icon img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.services__item-title {
  margin-bottom: 30px;
}

.services__item-text {
  padding: 0 5px;
}

.connection {
  position: relative;
  padding: 27px 0 40px;
}

.connection__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.connection__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.connection__bg::after {
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(27, 76, 209, 0.35)), to(rgba(12, 24, 192, 0.836))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(27, 76, 209, 0.35), rgba(27, 76, 209, 0.35)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  position: absolute;
  left: 0;
  top: 0;
}

.connection__inner {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.connection__title {
  margin-bottom: 50px;
}

.connection__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -33px;
  padding: 0 35px;
}

.connection__item {
  width: 25%;
  padding: 0 33px;
  margin-bottom: 20px;
  position: relative;
}

.connection__item::after {
  content: '';
  width: 53%;
  height: 9px;
  background: url(/about/images/connection/connection-arrow.svg) right center/auto auto no-repeat;
  position: absolute;
  right: 0;
  top: 62px;
}

.connection__item:last-child::after {
  display: none;
}

.connection__item img {
  display: block;
  width: auto;
  height: 45px;
  margin-bottom: 11px;
  margin-left: 5px;
}

.connection__item > span {
  display: block;
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
  text-transform: uppercase;
}

.connection__item > p {
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.35;
}

.connection__item > p span {
  display: block;
}

.connection__item > p a {
  color: currentColor;
  text-decoration: underline;
}

.benefits {
  padding: 38px 0 76px;
}

.benefits__title {
  margin-bottom: 75px;
}

.benefits__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px 62px;
}

.benefits__item {
  width: 16.666%;
  padding: 0 30px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.28;
  color: #060606;
  text-align: center;
}

.benefits__item > div {
  height: 42px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefits__item > div img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
}

.benefits__item p span {
  font-weight: 700;
}

.benefits__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.benefits__contact p {
  margin-right: 26px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.39;
}

.benefits__contact a {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.17;
  color: #000000;
  text-decoration: underline;
}

.breadcrumbs__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs__list-item {
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
  line-height: 1;
}

.breadcrumbs__list-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumbs__list-item:last-child .breadcrumbs__list-link {
  pointer-events: none;
  font-weight: 700;
}

.breadcrumbs__list-item::after {
  content: '-';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1px;
}

.breadcrumbs__list-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.35;
  color: #ffffff;
}

.about-services {
  padding: 54px 0 0;
}

.about-services .services__title {
  margin-bottom: 40px;
}

.about-services .about-block {
  margin-bottom: 54px;
}

.about-benefits {
  padding: 24px 0 57px;
}

.about-benefits .benefits__title {
  margin-bottom: 34px;
}

.about-benefits .benefits__block {
  margin-bottom: 0;
}

.about-contact {
  padding: 51px 15px 47px;
}

@media (min-width: 992px) {
  .hover-element:hover::before,
  .hover-element:focus::before {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@media (max-width: 1200px) {
  .services__item-icon {
    height: 80px;
    margin-bottom: 30px;
  }

  .services__item-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .connection__block {
    margin: 0 -10px;
    padding: 0;
  }

  .connection__item {
    padding: 0 10px;
  }

  .connection__item::after {
    right: 30px;
  }

}

@media (max-width: 1100px) {
  h1,
  .big-title {
    font-size: 52px;
  }

  .benefits__block {
    margin: 0 -10px 15px;
  }

  .benefits__item {
    padding: 0 10px;
  }
}

@media (max-width: 992px) {
  .wrapper.inner-page .top__inner {
    min-height: 160px;
    padding: 20px 0;
  }

  .wrapper.inner-page .top__title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .title-block__icon {
    height: 35px;
    margin-bottom: 10px;
  }

  .title-block__text {
    font-size: 24px;
  }

  .big-title {
    font-size: 40px;
  }

  .medium-title {
    font-size: 30px;
  }

  .small-title {
    font-size: 26px;
  }

  .micro-title {
    font-size: 20px;
  }
  
  .top__inner {
    min-height: 500px;
  }

  .top__title {
    margin-bottom: 15px;
  }

  .top__subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .top__about {
    margin-top: 30px;
  }

  .services.services-page .benefits__contact {
    margin-top: 30px;
  }

  .services__block {
    margin: 0 -5px;
  }

  .services__column {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .services__item-content {
    padding: 35px 20px;
  }

  .services__item-icon {
    height: 65px;
  }

  .services__item-title {
    font-size: 22px;
  }

  .connection__title {
    margin-bottom: 30px;
  }

  .connection__item::after {
    width: 40%;
    right: 20px;
    top: 52px;
  }

  .connection__item img {
    height: 35px;
  }

  .connection__item > span {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .benefits__title {
    margin-bottom: 50px;
  }

  .benefits__item {
    width: 25%;
    margin-bottom: 30px;
  }

  .benefits__item > div {
    height: 35px;
    margin-bottom: 10px;
  }

  .benefits__contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .benefits__contact p {
    font-size: 24px;
  }

  .benefits__contact a {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .wrapper.inner-page .top__title {
    font-size: 36px;
  }

  .title-block__icon {
    height: 30px;
  }

  .title-block__text {
    font-size: 20px;
  }

  .big-title {
    font-size: 36px;
  }

  .medium-title {
    font-size: 26px;
  }

  .small-title {
    font-size: 24px;
  }

  .top__inner {
    min-height: 440px;
  }

  .about-block {
    padding: 15px 20px;
  }

  .about-block__image {
    width: 120px;
  }

  .about-block__info {
    width: 450px;
  }

  .about-block__list-item {
    font-size: 14px;
  }

  .services__item-content {
    padding: 25px 15px;
  }

  .services__item-icon {
    height: 55px;
    margin-bottom: 20px;
  }

  .connection__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .connection__item {
    width: 50%;
    max-width: 350px;
  }

  .connection__item::after {
    width: 60%;
  }

  .connection__item > p span {
    display: inline-block;
  }

  .benefits__item {
    width: 33.333%;
  }

  .benefits__contact p {
    font-size: 20px;
    margin-right: 15px;
  }
}

@media (max-width: 576px) {
  .wrapper.inner-page .top__inner {
    min-height: 140px;
  }

  .wrapper.inner-page .top__title {
    font-size: 32px;
  }

  .medium-title {
    font-size: 22px;
  }

  .small-title {
    font-size: 20px;
  }

  .micro-title {
    font-size: 18px;
  }

  .services {
    padding-bottom: 75px;
  }

  .services {
    padding-bottom: 50px;
  }

  .services__title {
    margin-bottom: 20px;
  }

  .services__column {
    width: 100%;
  }

  .services__item-title {
    font-size: 20px;
  }

  .benefits {
    padding-bottom: 50px;
  }

  .benefits__title {
    margin-bottom: 30px;
  }

  .benefits__item {
    width: 50%;
  }

  .benefits__contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .benefits__contact p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .about-services {
    padding-bottom: 20px;
  }

  .about-services .services__title {
    margin-bottom: 25px;
  }

  .about-services .about-block {
    margin-bottom: 35px;
  }

  .about-benefits {
    padding-bottom: 20px;
  }

  .about-contact {
    padding: 35px 15px;
  }
}

@media (max-width: 480px) {
  .big-title {
    font-size: 32px;
  }

  .top__inner {
    min-height: 520px;
    padding-top: 50px;
  }

  .top__subtitle {
    font-size: 16px;
  }

  .about-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
  }

  .about-block__image {
    margin: 0 0 0 15px;
    width: 100px;
  }

  .about-block__info {
    width: 100%;
  }

  .connection {
    padding-bottom: 20px;
  }

  .connection__item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 50px;
    text-align: center;
  }

  .connection__item::after {
    width: 50px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-25px) rotate(90deg);
    -ms-transform: translateX(-25px) rotate(90deg);
    transform: translateX(-25px) rotate(90deg);
  }

  .connection__item:last-child {
    padding-bottom: 0;
  }

  .connection__item img {
    margin: 0 auto 10px;
  }

  .connection__item > p {
    padding-left: 0;
  }
}

@media (max-width: 375px) {
  .benefits__item {
    width: 100%;
  }
}
@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Bold-048486bdb4583b49c8e3cba8ecfb89d5d9641f50282a8ff7c807720154adbb4b.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-BoldItalic-a9c649682c7a3e66e8584a331df094b24e13e50b9117d22ea0457eeb74c66b16.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 200;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-ExtraLight-c31ed68b6e51609289f1c77daffa46e92bb5e7df56eaed502a9b46097676954a.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 200;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic-e82f2a096e33747ea2129dcd7039600e3fa6c2788665dc3d0a5000393dad96f9.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Italic-54289deb7cdfbe6b70039bbaef2dd5d4f03b981af5f53878450f5ada5fbaafc9.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Light-f95eb72c7bb4f41c0204e6f24cf4e5ee4635343972463e3920c6c619367d96ca.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-LightItalic-8798dbe12869ae63934fdd157274489064b760d739ab9736e0e856eb6a07f10e.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Medium-6b212c1293efee970c31d712538e7320f80bffdd4504dd5593ec0ccc89a3654f.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-MediumItalic-2c20d414043de93105975ff1fe11c235d4d08dc7106b3390658d2adce6d4ede0.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Regular-42f4a3785db8d2dfcf851be64ea0b4bbf85237909f7902ebb3d08275d834f109.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-SemiBold-35a3e6bb60fd9e09fcc148ffc80977aa8931171198eaffbeb3a11e39d495dadb.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic-8a941124038de1aedbf92e88b2c42ff050317662171d9aa8b6207154cea134f7.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 100;
  font-style: normal;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-Thin-623282c8108907e6b7e0f494028391e8399b3fde00446efd8a065f73aaf40d95.ttf) format("woff");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 100;
  font-style: italic;
  src: url(/assets/IBM_Plex_Sans/IBMPlexSans-ThinItalic-2bdc0edf22be6ff9b4fbe4d6cbad899ddc1b1a74447e71cb7c8c99ef3a3d95ed.ttf) format("woff");
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/*# sourceMappingURL=glide.core.css.map */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*# sourceMappingURL=glide.theme.css.map */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --white-filter: invert(99%) sepia(11%) saturate(0%) hue-rotate(104deg)
    brightness(104%) contrast(100%);
  --light-filter: brightness(0) saturate(100%) invert(100%) sepia(6%)
    saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
  --dark-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(100deg)
    brightness(50%) contrast(100%);
  --indigo-filter: invert(35%) sepia(87%) saturate(6320%) hue-rotate(241deg)
    brightness(94%) contrast(90%);
  --blue-filter: brightness(0) saturate(100%) invert(40%) sepia(92%)
    saturate(1257%) hue-rotate(200deg) brightness(99%) contrast(106%);
  --sky-filter: invert(25%) sepia(84%) saturate(1385%) hue-rotate(176deg)
    brightness(98%) contrast(98%);
}

html {
  font-size: 1rem;

  @media (max-width: 1279px) {
    font-size: 0.8rem;
  }
}

.toasts {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  pointer-events: none;
}

.toast {
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #1e1b4b;
  background: #f1f5f9;
  border-width: 1px;
  border-radius: 4px;

  pointer-events: auto;
  cursor: default;

  transform: translateY(-50px);
  visibility: hidden;
  opacity: 0;
}

.toast.show {
  visibility: visible;
  -webkit-animation: fadeinout 4s;
  animation: fadeinout 4s;
}

@-webkit-keyframes fadeinout {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  7% {
    transform: translateY(20px);
    opacity: 1;
  }
  93% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  7% {
    transform: translateY(20px);
    opacity: 1;
  }
  93% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

.white-filter-img {
  filter: var(--white-filter);
}

.light-filter-img {
  filter: var(--light-filter);
}

.dark-filter-img {
  filter: var(--dark-filter);
}

.indigo-filter-img {
  filter: var(--indigo-filter);
}

.blue-filter-img {
  filter: var(--blue-filter);
}

.sky-filter-img {
  filter: var(--sky-filter);
}

.hover-white-filter-img:hover img {
  filter: var(--white-filter);
}

.hover-light-filter-img:hover img {
  filter: var(--light-filter);
}

.transparent-card {
  background: rgba(57, 135, 255, 0.2);
  border: 1px solid rgba(57, 135, 255, 0.3);
}
