.btn {
  border-radius: 50px !important;
}

.btn-success {
  background-color: var(--bs-green) !important;
  box-shadow: 3px 9px 23px rgba(74, 39, 13, 0.91);
}
.btn-success span {
  color: var(--bs-blue) !important;
}
.btn-success .img-svg {
  filter: none;
}
.btn-success:hover {
  background-color: var(--bs-blue-l) !important;
}
.btn-success:hover span {
  color: var(--bs-white) !important;
}
.btn-success:hover .img-svg {
  filter: brightness(0) invert(1);
}

.half-blue-text {
  color: rgba(18, 29, 57, 0.85);
}

/* Odsazení kotev kvůli sticky hlavičce, aby nadpis sekce neskončil pod lištou */
#OS,
#kdy,
#jak,
#Contact {
  scroll-margin-top: 120px;
}
@media (min-width: 1200px) {
  #OS,
  #kdy,
  #jak,
  #Contact {
    scroll-margin-top: 175px;
  }
}

.HERO .main-title {
  font-size: 120px;
  line-height: 140px;
}
@media (max-width: 1400px) {
  .HERO .main-title {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 1200px) {
  .HERO .main-title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 768px) {
  .HERO .main-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .HERO .main-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.HERO .content-wrapper {
  max-width: 575px;
}
@media (max-width: 1400px) {
  .HERO .content-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 1200px) {
  .HERO .content-wrapper {
    max-width: 420px;
  }
}
@media (max-width: 992px) {
  .HERO .content-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  .HERO .sub-title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .HERO .sub-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .HERO .sub-title {
    font-size: 22px;
  }
}
.HERO .text {
  color: rgba(18, 29, 57, 0.6);
}
@media (max-width: 1400px) {
  .HERO .text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .HERO .text {
    font-size: 16px;
  }
}
.HERO .btn-wrapper {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .HERO .btn-wrapper {
    padding-top: 30px;
  }
}
.HERO .hero-image {
  max-width: 175%;
  margin-left: -75%;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .HERO .hero-image {
    max-width: 100%;
    margin-left: 0%;
    margin-top: 50px;
  }
}

.OS .cols-gap {
  padding: 35px 30px;
}
@media (max-width: 1400px) {
  .OS .cols-gap {
    padding: 25px 20px;
  }
}
.OS .dot1 {
  height: 370px !important;
  top: -27% !important;
  left: 20% !important;
  z-index: -1 !important;
}
@media (max-width: 1400px) {
  .OS .dot1 {
    left: 11% !important;
  }
}
@media (max-width: 991px) {
  .OS .dot1 {
    height: 400px !important;
    top: -80% !important;
    left: 15% !important;
    transform: rotate(23deg);
  }
}
@media (max-width: 575px) {
  .OS .dot1 {
    height: 370px !important;
    top: -40% !important;
    left: 10% !important;
  }
}
.OS .dot2 {
  height: 575px !important;
  top: 39% !important;
  left: -9% !important;
  z-index: -1 !important;
}
@media (max-width: 1400px) {
  .OS .dot2 {
    top: 41% !important;
    left: -19% !important;
  }
}
.OS .dot3 {
  height: 1250px;
  top: 40%;
  right: -2%;
  z-index: -1;
}
.OS .shape2 {
  width: 675px !important;
  top: 5% !important;
  z-index: -1 !important;
}
@media (max-width: 1440px) {
  .OS .shape2 {
    width: 500px !important;
    top: -5% !important;
  }
}
.OS .bottom-image {
  right: 0;
  bottom: 0;
  width: 300px;
  z-index: -1 !important;
}
.OS .bottom-image-style {
  right: -4%;
  bottom: 30%;
  width: 700px;
  z-index: -1;
}
@media (max-width: 1440px) {
  .OS .bottom-image-style {
    width: 500px;
  }
}
.OS .bottom-icon {
  left: 15%;
  bottom: 40%;
  width: 50px;
  opacity: 0.05;
  z-index: -1 !important;
}
.OS .WHY-US-LIST {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.OS .WHY-US-LIST .WHY-US-ITEM {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.OS .WHY-US-LIST .WHY-US-ITEM .WHY-US-ICON {
  margin-right: 20px;
  margin-top: 2px;
  max-width: 30px;
}
.OS .WHY-US-LIST .WHY-US-ITEM .WHY-US-TITLE {
  font-family: "MB";
  font-size: 20px;
  font-weight: 800;
  color: #004b99;
  margin-bottom: 15px;
}
.OS .WHY-US-LIST .WHY-US-ITEM .WHY-US-DESC {
  font-family: "MR";
  font-size: 20px;
  color: rgba(18, 29, 57, 0.6);
  line-height: 1.6;
  margin-bottom: 0;
}
.OS .main-title {
  font-size: 20px;
}
.OS .border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.OS .main-col {
  padding-bottom: 150px;
}
@media (max-width: 1199.98px) {
  .OS .main-col {
    padding-bottom: 0px;
  }
}
.OS .bottom-left-image {
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: -1;
}
.OS .text-size {
  font-size: 20px;
  line-height: 25px;
}
.OS .green-box {
  min-height: 230px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 40px !important;
}
@media (max-width: 575.98px) {
  .OS .green-box {
    min-height: 230px !important;
  }
}
.OS .green-box .number-text {
  font-size: 50px;
  margin-top: -55px;
}
@media (min-width: 1199.98px) {
  .OS .negative-margin {
    margin-top: -40px !important;
    margin-bottom: 50px !important;
  }
}
.OS .step-shape-1 {
  right: -35%;
  top: 50%;
}
.OS .step-shape-2 {
  right: 70%;
  top: 70%;
}
.OS .step-shape-3 {
  right: -40%;
  bottom: -60%;
}
.OS .step-shape {
  right: 0%;
  bottom: -50%;
}
@media (max-width: 991.98px) {
  .OS .step-shape {
    right: 2%;
    bottom: -56%;
    transform: rotate(30deg);
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .OS .step-shape {
    right: 35%;
    bottom: -34%;
    transform: rotate(30deg);
    z-index: -1;
  }
}
.OS .step-shape-rotate {
  left: 0%;
  bottom: -50%;
  transform: rotate(-50deg);
}
@media (max-width: 991.98px) {
  .OS .step-shape-rotate {
    left: -6%;
    bottom: -56%;
    transform: rotate(-69deg);
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .OS .step-shape-rotate {
    left: 37%;
    bottom: -40%;
    transform: rotate(-69deg);
    z-index: -1;
  }
}

.CU .left {
  width: 500px;
  bottom: -50%;
  left: -12%;
  z-index: -1 !important;
}
@media (min-width: 1400px) {
  .CU .left {
    left: -3%;
    bottom: -2%;
  }
}
@media (max-width: 991.98px) {
  .CU .left {
    width: 400px;
    bottom: -155%;
    left: -20%;
  }
}
.CU .right {
  width: 500px;
  bottom: -50%;
  right: -12%;
  z-index: -1 !important;
}
@media (min-width: 1400px) {
  .CU .right {
    right: 0%;
    bottom: -2%;
  }
}

.WPG .icon-svg {
  min-width: 30px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-width: 100%;
}
.WPG .logo-icon-style {
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  height: 80px;
  opacity: 0.1;
}
.WPG .img-shadow {
  box-shadow: 0 4px 16px rgba(57, 62, 64, 0.91);
  border-radius: 10px;
}

.REFERENCES .logo-icon-style {
  min-width: 80px;
  width: 80px;
  max-width: 80px;
  height: 80px;
}
.REFERENCES .text-block {
  max-width: 545px;
  margin-inline: auto;
}
.REFERENCES .image-wrapper {
  padding: 20px 10px;
}
@media (max-width: 991.98px) {
  .REFERENCES .image-wrapper {
    padding: 10px 5px;
  }
}
.REFERENCES .image-wrapper img {
  box-shadow: 0 4px 16px rgba(57, 62, 64, 0.91);
  height: 330px;
  width: auto;
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 1440.98px) {
  .REFERENCES .image-wrapper img {
    height: 250px;
  }
}
@media (max-width: 1200.98px) {
  .REFERENCES .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .REFERENCES .image-wrapper img {
    height: 150px;
    border-radius: 10px;
  }
}
@media (max-width: 767.98px) {
  .REFERENCES .image-wrapper img {
    height: 125px;
  }
}
@media (max-width: 575.98px) {
  .REFERENCES .image-wrapper img {
    height: 100px;
  }
}

.FAQS .mb-n-4 {
  margin-bottom: -15px !important;
}
.FAQS .faq-bg-shape {
  bottom: 17%;
  left: -3%;
  width: 300px;
}
.FAQS .faq-bg-shape-2 {
  bottom: 50%;
  left: -1.5%;
}