/* Global */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,700;1,700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
}

.container-1200 {
  width: 1200px;
  max-width: 100%;
}

.container-1100 {
  width: 1100px;
  max-width: 100%;
}

.u-text-center {
  text-align: center;
}

.u-text-h1 {
  font-size: 60px;
  line-height: 1.2;
}

.u-text-h2 {
  font-size: 50px;
  line-height: 1.2;
}

.u-text-h3 {
  font-size: 35px;
  line-height: 1.2;
}

.u-text-12px {
  font-size: 12px;
}

.u-text-16px {
  font-size: 16px !important;
}

.u-text-18px {
  font-size: 18px;
}

.u-text-20px {
  font-size: 20px;
}

.u-text-24px {
  font-size: 24px;
}

.u-text-40px {
  font-size: 40px;
}

.btn-dzn {
  padding: 10px 20px;
  border-radius: 300px;
  text-decoration: none;
  -webkit-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  color: #ffffff;
  background-color: #4d49e9;
  border: solid 1px #4d49e9;
  position: relative;
  font-size: 16px;
  line-height: 1;
}

.btn-dzn:hover {
  background-color: #342eff;
  border-color: #342eff;
}

.btn-black {
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-black {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #000000;
}

.btn-outline-black:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  border: solid 1px #ffffff;
}

.btn-outline-white:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 30px;
}

.btn-238px {
  width: 238px;
  max-width: 100%;
}

.btn-300px {
  width: 300px;
  max-width: 100%;
}

.btn-yellow {
  background-color: #fec927;
  border-color: #fec927;
  color: #000000;
}

.btn-yellow:hover {
  background-color: #f8bb01;
  border-color: #f8bb01;
}

@media only screen and (max-width: 767px) {
  .u-text-h1 {
    font-size: 40px;
  }

  .u-text-h2 {
    font-size: 35px;
  }

  .u-text-20px {
    font-size: 18px;
  }

  .u-text-18px {
    font-size: 16px;
  }

  .u-text-24px {
    font-size: 20px;
  }

  .u-text-40px {
    font-size: 30px;
  }
}

.new-highlight {
  position: relative;
}

.new-highlight::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/blue-highlight.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
  transform: scale(1.1);
}

.new-highlight span {
  position: relative;
  z-index: 10;
}

.new-highlight.yellow::after {
  background-image: url("../images/yellow-hightlight.png");
}

.subscription-pro .subscription-content-footer {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 10;
}
