.ce_heroSection {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ce_heroSection {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 80px);
  }
}
.ce_heroSection .inside {
  width: 90%;
  max-width: 80rem;
  margin: 0 auto;
  padding-block: clamp(3rem, 5vw, 5rem);
}
@media only screen and (max-width: 1023.98px) {
  .ce_heroSection .inside {
    width: 90%;
  }
}
.ce_heroSection .hero-content {
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
}
.ce_heroSection .hero-content .headline {
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
  letter-spacing: -0.02rem;
  color: #2d2d2d;
}
@media only screen and (min-width: 768px) {
  .ce_heroSection .hero-content .headline {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ce_heroSection .hero-content .headline {
    font-size: 4.75rem;
  }
}
.ce_heroSection .hero-content .text {
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
}
.ce_heroSection .hero-content .text p {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  color: #2d2d2d;
  font-size: 1rem;
}
.ce_heroSection .hero-content .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.ce_heroSection .hero-content .button {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 2rem;
  border: 0.125rem solid #23597b;
  border-radius: 0.5rem;
  background-color: #23597b;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  width: 100%;
}
.ce_heroSection .hero-content .button:hover {
  border-color: #2f4858;
  background-color: #2f4858;
}
.ce_heroSection .hero-content .button.secondary {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 2rem;
  border: 0.125rem solid #23597b;
  border-radius: 0.5rem;
  background-color: #23597b;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  color: #23597b;
  background-color: transparent;
}
.ce_heroSection .hero-content .button.secondary:hover {
  border-color: #2f4858;
  background-color: #2f4858;
}
.ce_heroSection .hero-content .button.secondary:hover {
  color: #ffffff;
}
@media only screen and (min-width: 480px) {
  .ce_heroSection .hero-content .buttons {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .ce_heroSection .hero-content {
    padding-inline: 0 3rem;
  }
}
.ce_heroSection .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_heroSection:not(.background) .hero-content {
  position: relative;
  z-index: 1;
  padding-block: 1rem;
}
.ce_heroSection:not(.background) .hero-media {
  margin-inline: 5%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: -1px -1px 8px 3px rgba(45, 45, 45, 0.15);
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .ce_heroSection:not(.background) .hero-media {
    position: absolute;
    inset: 0;
    left: auto;
    width: 100%;
    max-width: 50%;
    min-width: 45rem;
    margin-inline: 0;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 0;
  }
}
.ce_heroSection.background {
  height: 70vh;
  min-height: 35rem;
}
@media only screen and (min-width: 480px) {
  .ce_heroSection.background {
    display: flex;
    align-items: center;
    height: initial;
    min-height: 60vh;
  }
}
.ce_heroSection.background .inside {
  position: sticky;
  left: 0;
  top: 4rem;
  right: 0;
  bottom: auto;
  padding-block: clamp(4rem, 9vw, 7rem);
}
@media only screen and (min-width: 480px) {
  .ce_heroSection.background .inside {
    position: initial;
  }
}
.ce_heroSection.background .hero-content {
  max-width: 33rem;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .ce_heroSection.background .hero-content {
    max-width: 40rem;
  }
}
.ce_heroSection.background .hero-content .headline {
  color: #ffffff;
}
.ce_heroSection.background .hero-content .headline .heading-highlight {
  display: inline-block;
  padding-inline: 0;
  background-color: inherit;
  color: inherit;
  line-height: inherit;
}
.ce_heroSection.background .hero-content .text p {
  color: #ffffff;
}
.ce_heroSection.background .hero-content .button {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 2rem;
  border: 0.125rem solid #23597b;
  border-radius: 0.5rem;
  background-color: #23597b;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  color: #2f4858;
  border-color: #ffffff;
  background-color: #ffffff;
}
.ce_heroSection.background .hero-content .button:hover {
  border-color: #2f4858;
  background-color: #2f4858;
}
.ce_heroSection.background .hero-content .button:hover {
  color: #ffffff;
  border-color: #23597b;
  background-color: #23597b;
}
.ce_heroSection.background .hero-content .button.secondary {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #ffffff;
  display: inline-block;
  padding: 1rem 2rem;
  border: 0.125rem solid #23597b;
  border-radius: 0.5rem;
  background-color: #23597b;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  color: #23597b;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.ce_heroSection.background .hero-content .button.secondary:hover {
  border-color: #2f4858;
  background-color: #2f4858;
}
.ce_heroSection.background .hero-content .button.secondary:hover {
  color: #ffffff;
}
.ce_heroSection.background .hero-content .button.secondary:hover {
  color: #ffffff;
  border-color: #23597b;
  background-color: #23597b;
}
.ce_heroSection.background .hero-media-wrapper {
  position: absolute;
  inset: 0;
  background-color: #020a0f;
  z-index: -1;
}
.ce_heroSection.background .hero-media {
  position: absolute;
  inset: 0;
  top: auto;
  width: 100%;
  height: 50%;
}
.ce_heroSection.background .hero-media:after {
  content: "";
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-image: linear-gradient(180deg, #020a0f, rgba(255, 255, 255, 0) 26%);
}
@media only screen and (min-width: 480px) {
  .ce_heroSection.background .hero-media {
    top: 0;
    left: auto;
    width: 70%;
    height: initial;
  }
  .ce_heroSection.background .hero-media:after {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(90deg, #020a0f, rgba(255, 255, 255, 0) 30%);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fdev%2Fpublic_html%2Fprivate-bundles%2Fdejanlazic314%2Fcnctoolshop-basic%2Fpublic%2Fcss%2Felements%2Fce_heroSection.scss%22%2C%22home%2Fdev%2Fpublic_html%2Fprivate-bundles%2Fdejanlazic314%2Fcnctoolshop-basic%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F_mixins.scss%22%2C%22home%2Fdev%2Fpublic_html%2Fprivate-bundles%2Fdejanlazic314%2Fcnctoolshop-basic%2Fpublic%2Fcss%2Felements%2F..%2Fincludes%2F_typography.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEA%3BAAAA%3BAAAA%3BACCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2BI%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsFJ%3BAAAA%3BAAAA%3BAAAA%3BAFlFM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkFN%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BADxIF%3BADmDM%3BAAAA%3BAAAA%3BAAAA%3BACnDN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8DI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoGA%3BAAAA%3BAAAA%3BAAAA%3BACpGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6HI%3BAAAA%3BAAAA%3BAAAA%3BAC7HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqIM%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAErBN%3BAAAA%3BAAAA%3BAAAA%3BAAoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAExBR%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAsBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BLQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */