@charset "UTF-8";
@font-face {
  font-family: "Outfit-Regular";
  src: url("../fonts/Outfit-Regular-80dd54d24369cea65e2c9c6957c12f65.ttf");
}
body, html {
  height: 100%;
  background: linear-gradient(90deg, #a8d7d6 0%, #D9D9D9 100%);
  font-family: "Outfit-Regular", sans-serif;
}

.dark-text-shadow {
  text-shadow: 0 0 10px rgba(0, 57, 84, 0.5);
}

.white-text-shadow {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.button-hover:hover {
  color: white !important;
  background-color: #a8d7d6 !important;
}

a.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

header {
  margin-bottom: 15px;
}
header .navbar .container {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.3s ease-in-out;
}
header .navbar .container .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar .container .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navbar .container .navbar-brand img {
  height: 50px;
  padding-left: 20px;
}
header .navbar .container .navbar-toggler {
  border: none;
  outline: none;
  padding: 8px 12px;
  transition: background 0.3s ease;
}
header .navbar .container .navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .navbar .container .navbar-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .navbar .container .navbar-nav .nav-item a {
  color: #003954;
  font-size: 18px;
  transition: all 0.3s ease-in-out, background 0.3s ease-in-out;
  padding: 8px 12px;
  border-radius: 10px;
}
header .navbar .container .navbar-nav .nav-item a:hover {
  color: #003954;
  background: rgba(255, 255, 255, 0.2);
}
header .navbar .container .navbar-nav .nav-item a.active {
  background-color: #16b7b1;
  color: white;
  border-radius: 15px;
  padding: 10px 15px;
}
header .navbar .container .navbar-nav .nav-item a.active:hover {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .navbar .container {
    flex-direction: column;
  }
  .navbar .d-flex {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .navbar-toggler {
    order: 2;
  }
  .navbar .navbar-brand {
    order: 1;
  }
  .navbar .navbar-nav {
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
  .navbar .nav-item {
    width: 100%;
  }
  .navbar .nav-item a {
    display: block;
    width: 100%;
    padding: 12px;
  }
}
footer {
  padding-top: 50px;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
}
footer h3 {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
}
footer p {
  font-size: clamp(16px, 1.8vw, 18px);
}
footer a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: clamp(16px, 1.8vw, 18px);
  transition: color 0.3s ease;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin: 15px 0;
}
footer hr {
  color: white;
  height: 3px;
  opacity: 1;
}
footer .footer-bottom {
  padding-bottom: 20px;
}
footer .footer-bottom .footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
footer .footer-bottom .footer-brand img {
  height: 50px;
  padding-left: 20px;
  padding-right: 10px;
}
footer .footer-bottom .social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
footer .footer-bottom .social-icons a {
  font-size: 24px;
  transition: transform 0.3s ease;
}
footer .footer-bottom .social-icons a:hover {
  transform: scale(1.2);
}
footer .footer-bottom .barion-logo img {
  width: 100%;
}
footer .footer-bottom #copyright {
  font-weight: bold;
  font-size: clamp(14px, 1.6vw, 16px);
  margin-top: 10px;
}

#prices-page h1 {
  color: #003954;
  font-weight: bold;
  margin-bottom: 100px;
  font-size: 50px;
  margin-left: 25%;
  margin-right: 25%;
}
#prices-page #prices .most-popular {
  margin-top: -50px;
}
#prices-page #prices .col .price {
  background-color: #a8d7d6;
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #003954;
  min-height: 520px;
}
#prices-page #prices .col .price .popular {
  margin-top: -40px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
#prices-page #prices .col .price .price-name {
  background-color: rgba(22, 183, 177, 0.3);
  text-shadow: 0 0 25px #003954;
  border-radius: 30px;
  padding: 20px 30%;
  font-size: 30px;
  font-weight: bold;
}
#prices-page #prices .col .price .price-value {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}
#prices-page #prices .col .price hr.solid {
  border-top: 3px solid;
  margin-left: 10%;
  margin-right: 10%;
}
#prices-page #prices .col .price .price-information {
  text-align: left;
  padding-left: 15%;
}
#prices-page #prices .col .price .price-information ul {
  list-style-type: "✔ ";
}
#prices-page #prices .col .price .price-information ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
}

#about-page {
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
  padding-top: 130px;
  padding-bottom: 100px;
  color: white;
  font-size: 25px;
}
#about-page h1 {
  font-weight: bold;
}
#about-page #team-image {
  text-align: center;
  padding-bottom: 35px;
}
#about-page .about-description {
  font-size: 20px;
}
#about-page .employees .employee {
  padding-bottom: 50px;
}
#about-page .employees .employee .employee-data {
  display: flex;
  padding-bottom: 20px;
}
#about-page .employees .employee .employee-data .employee-image {
  padding-right: 20px;
}
#about-page .employees .employee .employee-data .employee-name {
  font-weight: bold;
}
#about-page .employees .employee .employee-description {
  font-size: 20px;
}
#about-page h2 {
  font-weight: bold;
}
#about-page #choices {
  font-size: 20px;
}
#about-page #choices .choices-container h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}
#about-page #choices li {
  padding: 10px;
}

#contact-page {
  padding-top: 130px;
  padding-bottom: 100px;
  color: #003954;
}
#contact-page .alert-success {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border-color: #0f5132;
}
#contact-page .alert-danger {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  border-color: #842029;
}
#contact-page #contact-title {
  text-align: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  padding-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #contact-page #contact-title {
    font-size: 20px;
  }
}
#contact-page #contact-title h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 45px;
}
@media (max-width: 768px) {
  #contact-page #contact-title h1 {
    font-size: 30px;
  }
}
#contact-page #contact-form {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  font-size: 20px;
}
#contact-page #contact-form input, #contact-page #contact-form textarea {
  border-radius: 0.25rem;
  box-shadow: 0 0 4px rgba(0, 57, 84, 0.5);
}
#contact-page #contact-form .invalid-feedback {
  font-size: 1rem;
}
#contact-page #contact-form button[type=submit] {
  margin-top: 1rem;
  background-color: white;
  color: #003954;
  border-radius: 10px;
  padding: 0.4rem 1.4rem;
  border: none;
  box-shadow: 0 0 4px rgba(0, 57, 84, 0.5);
  transition: transform 0.3s ease;
}
#contact-page #contact-form button[type=submit]:hover {
  transform: scale(1.1);
}
#contact-page #description {
  font-size: 1.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  height: fit-content;
}
#contact-page #description .content {
  margin-bottom: 50px;
}
#contact-page #description #contact-phone a {
  text-decoration: none;
  color: #003954;
}

/*
  Silktide Consent Manager - https://silktide.com/consent-manager/

  Styles are at risked of being overridden by styles coming from the site the consent manager is used on.
  To help prevent this, global wrapper elements are prefixed with "#silktide-"
*/
/* --------------------------------
  Global Styles - These elements exist in the main DOM and styling is limited to positioning and animation
-------------------------------- */
/* Wrapper (Global) */
#silktide-wrapper {
  --focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
  --boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
  --fontFamily: Helvetica Neue, Segoe UI, Arial, sans-serif;
  --primaryColor: #003954;
  --backgroundColor: #ffffff;
  --textColor: #4b494b;
  --backdropBackgroundColor: #00000033;
  --backdropBackgroundBlur: 0px;
  --cookieIconColor: #003954;
  --cookieIconBackgroundColor: #ffffff;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Backdrop (Global) */
#silktide-backdrop-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  border: 0px;
  display: none;
}

/* --------------------------------
  Links
-------------------------------- */
#silktide-wrapper a {
  all: unset;
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
}

#silktide-wrapper a:hover {
  cursor: pointer;
  color: var(--textColor);
}

/* --------------------------------
  Focus Styles
-------------------------------- */
#silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 5px;
}

#silktide-wrapper #silktide-cookie-icon:focus {
  border-radius: 50%;
}

/* --------------------------------
  General Styles
-------------------------------- */
#silktide-wrapper .st-button {
  color: var(--backgroundColor);
  background-color: var(--primaryColor);
  border: 2px solid var(--primaryColor);
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border-radius: 5px;
}

#silktide-wrapper .st-button--primary:hover {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary {
  background-color: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:hover {
  background-color: var(--primaryColor);
  color: var(--backgroundColor);
}

/* --------------------------------
  Banner
-------------------------------- */
#silktide-banner {
  font-family: var(--fontFamily);
  color: var(--textColor);
  background-color: var(--backgroundColor);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 5px;
  pointer-events: auto;
  border: 0px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 650px;
  max-width: calc(100% - 32px);
  transform: translate(0, -20px);
  opacity: 0;
  animation: silktide-slideInDown 350ms ease-out forwards;
  animation-delay: 0.3s;
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.0705882353), 0px 0px 50px 0px rgba(0, 0, 0, 0.1019607843);
}

#silktide-banner:focus {
  border-radius: 50%;
}

#silktide-banner.center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  position: fixed;
  transform: translate(-50%, calc(-50% - 20px));
  animation: silktide-slideInDown-center 350ms ease-out forwards;
}

#silktide-banner.bottomLeft {
  bottom: 16px;
  left: 16px;
  position: fixed;
}

#silktide-banner.bottomCenter {
  bottom: 16px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -20px);
  animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}

#silktide-banner .preferences {
  display: flex;
  gap: 5px;
  border: none;
  padding: 0px;
  background-color: transparent;
  color: var(--primaryColor);
  cursor: pointer;
  font-size: 16px;
}

#silktide-banner .preferences span {
  display: block;
  white-space: nowrap;
  text-decoration: underline;
}

#silktide-banner .preferences span:hover {
  color: var(--textColor);
}

#silktide-banner .preferences:after {
  display: block;
  content: ">";
  text-decoration: none;
}

#silktide-banner p {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 0px 15px;
}

#silktide-banner a {
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
  background-color: var(--backgroundColor);
}

#silktide-banner a:hover {
  color: var(--textColor);
}

#silktide-banner .actions {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-banner .actions {
    flex-direction: row;
    align-items: center;
  }
}
#silktide-banner .actions-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

/* --------------------------------
  Modal
-------------------------------- */
#silktide-modal {
  display: none;
  pointer-events: auto;
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  border: 0px;
  transform: translate(0px, -20px);
  opacity: 0;
  animation: silktide-slideInUp-center 350ms ease-out forwards;
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.0705882353), 0px 0px 50px 0px rgba(0, 0, 0, 0.1019607843);
  font-family: var(--fontFamily);
  color: var(--textColor);
  flex-direction: column;
  padding: 30px;
  background-color: var(--backgroundColor);
  border-radius: 5px;
  box-sizing: border-box;
}

/* --------------------------------
  Modal - Header
-------------------------------- */
#silktide-modal header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
}

#silktide-modal h1 {
  font-family: var(--fontFamily);
  color: var(--textColor);
  font-size: 24px;
  font-weight: 500;
  margin: 0px;
}

#silktide-modal .modal-close {
  display: inline-flex;
  border: none;
  padding: 10px;
  border: 0px;
  cursor: pointer;
  background: var(--backgroundColor);
  color: var(--primaryColor);
}

#silktide-modal .modal-close svg {
  fill: var(--primaryColor);
}

/* --------------------------------
  Modal - Content
-------------------------------- */
#silktide-modal section {
  flex: 1;
  overflow-y: auto;
  margin-top: 32px;
  padding-right: 7px; /* Prevents scrollbar from appearing over the switches */
}

#silktide-modal section::-webkit-scrollbar {
  display: block; /* Force scrollbars to show */
  width: 5px; /* Width of the scrollbar */
}

#silktide-modal section::-webkit-scrollbar-thumb {
  background-color: var(--textColor); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

#silktide-modal p {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
  margin: 0px 0px 15px;
}

#silktide-modal p:last-of-type {
  margin: 0px;
}

#silktide-modal fieldset {
  padding: 0px;
  border: none;
  margin: 0px 0px 32px;
}

#silktide-modal fieldset:last-of-type {
  margin: 0px;
}

#silktide-modal legend {
  padding: 0px;
  margin: 0px 0px 10px;
  font-weight: 700;
  color: var(--textColor);
  font-size: 16px;
}

#silktide-modal .cookie-type-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

/* --------------------------------
  Modal - Switches
-------------------------------- */
#silktide-modal .switch {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 34px;
  width: 74px;
  cursor: pointer;
}

#silktide-modal .switch:focus-within {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 25px;
}

#silktide-modal .switch input {
  opacity: 0;
  position: absolute;
}

/* Unchecked Switch Styles */
#silktide-modal .switch__pill {
  position: relative;
  display: block;
  height: 34px;
  width: 74px;
  background: var(--textColor);
  border-radius: 25px;
}

#silktide-modal .switch__dot {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 30px;
  width: 30px;
  background: var(--backgroundColor);
  border-radius: 50%;
  transition: left 150ms ease-out;
}

#silktide-modal .switch__off,
#silktide-modal .switch__on {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: var(--backgroundColor);
  position: absolute;
  top: 7px;
  right: 8px;
  transition: right 150ms ease-out, opacity 150ms ease-out;
}

#silktide-modal .switch__off {
  opacity: 1;
}

#silktide-modal .switch__on {
  opacity: 0;
}

/* Checked Switch Styles */
#silktide-modal .switch input:checked + .switch__pill {
  background: var(--primaryColor);
}

#silktide-modal .switch input:checked ~ .switch__dot {
  left: calc(100% - 32px);
}

#silktide-modal .switch input:checked ~ .switch__off {
  right: calc(100% - 32px);
  opacity: 0;
}

#silktide-modal .switch input:checked ~ .switch__on {
  right: calc(100% - 34px);
  opacity: 1;
}

/* Disabled Switch Styles */
#silktide-modal .switch input:disabled + .switch__pill {
  opacity: 0.65;
  cursor: not-allowed;
}

/* --------------------------------
  Modal - Footer
-------------------------------- */
#silktide-modal footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  background: white;
}

@media (min-width: 600px) {
  #silktide-modal footer {
    flex-direction: row;
    align-items: center;
  }
}
/* Cookie Icon */
#silktide-cookie-icon {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px;
  border: 1px solid #a8d7d6;
  background-color: var(--cookieIconColor);
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1019607843);
  pointer-events: auto;
  animation: silktide-fadeIn 0.3s ease-in-out forwards;
}

#silktide-cookie-icon.bottomRight {
  left: auto;
  right: 10px;
}

#silktide-cookie-icon svg {
  fill: var(--cookieIconBackgroundColor);
}

/* --------------------------------
  Backdrop
-------------------------------- */
#silktide-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backdropBackgroundColor);
  backdrop-filter: blur(var(--backdropBackgroundBlur));
  pointer-events: all;
}

/* --------------------------------
  Animations
-------------------------------- */
@keyframes silktide-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes silktide-slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes silktide-slideInDown-center {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes silktide-slideInDown-bottomCenter {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes silktide-slideInUp-center {
  from {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
#aszf-page {
  padding-top: 120px;
}
#aszf-page .container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
}

#privacy-statement-page {
  padding-top: 120px;
}
#privacy-statement-page .container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 20px;
}

#home-page {
  padding-bottom: 100px;
}
#home-page #main {
  padding-top: 130px;
  color: white;
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
  text-align: center;
}
#home-page #main #main-title {
  margin-bottom: 30px;
}
#home-page #main #main-title h1 {
  font-size: 55px;
  line-height: 1.2;
}
#home-page #main #main-buttons {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#home-page #main #main-buttons a {
  text-decoration: none;
  background-color: white;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
  transition: all 0.3s ease-in-out;
  color: #16b7b1;
}
#home-page #main #main-buttons a:first-of-type {
  background-color: #16b7b1;
  color: white;
}
#home-page #main #main-buttons a:hover {
  transform: scale(1.05);
}
#home-page #main #main-description {
  margin-bottom: 20px;
}
#home-page #main #main-description h2 {
  font-size: 20px;
}
#home-page #main #cv-image {
  width: 100%;
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #home-page #main #main-title h1 {
    font-size: 32px;
  }
  #home-page #main #main-description {
    font-size: 18px;
  }
  #home-page #main #cv-image {
    max-width: 400px;
  }
}
#home-page #benefits {
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
  padding: 20px 0 100px 0;
}
#home-page #benefits .benefit-card {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 20px;
  color: #003954;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  margin: 15px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
#home-page #benefits .benefit-card .percentage {
  font-size: clamp(40px, 5vw, 65px);
  font-weight: 700;
  flex-shrink: 0;
  color: #003954;
}
#home-page #benefits .benefit-card .text {
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.4;
}
#home-page #benefits .container .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 60px;
}
#home-page #benefits .container .carousel-container .carousel {
  position: relative;
  width: 23rem;
  height: 23rem;
  perspective: 500px;
  transform-style: preserve-3d;
}
#home-page #benefits .container .carousel-container .card-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(calc(var(--offset) * 50deg)) scaleY(calc(1 + var(--abs-offset) * -0.4)) translateZ(calc(var(--abs-offset) * -30rem)) translateX(calc(var(--direction) * -5rem));
  filter: blur(calc(var(--abs-offset) * 1rem));
  transition: all 0.3s ease-out;
  justify-content: center;
}
#home-page #benefits .container .carousel-container .card {
  width: 100%;
  height: 100%;
  padding: 3px;
  background-color: hsl(178deg, 79%, calc(100% - var(--abs-offset) * 90%));
  border-radius: 1rem;
  color: #9CA3AF;
  text-align: justify;
  transition: all 0.3s ease-out;
}
@media (max-width: 576px) {
  #home-page #benefits .container .carousel-container .card {
    width: 80%;
    height: 80%;
  }
}
#home-page #benefits .container .carousel-container .card img {
  height: 100%;
  transition: all 0.3s ease-out;
  opacity: var(--active);
  border-radius: 4%;
}
#home-page #benefits .container .carousel-container .nav {
  color: white;
  font-size: 5rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  user-select: none;
  background: unset;
  border: unset;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 576px) {
  #home-page #benefits .container .carousel-container .nav {
    font-size: 3rem;
  }
}
#home-page #benefits .container .carousel-container .nav.left {
  transform: translateX(-100%) translatey(-50%);
}
@media (max-width: 576px) {
  #home-page #benefits .container .carousel-container .nav.left {
    transform: translateX(-40%) translatey(-100%);
  }
}
#home-page #benefits .container .carousel-container .nav.right {
  right: 0;
  transform: translateX(100%) translatey(-50%);
}
@media (max-width: 576px) {
  #home-page #benefits .container .carousel-container .nav.right {
    transform: translateX(40%) translatey(-100%);
  }
}
#home-page #features {
  padding-top: 40px;
  color: #003954;
}
#home-page #features h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
#home-page #features .features-desc {
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}
#home-page #features #features-buttons {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
#home-page #features #features-buttons a {
  text-decoration: none;
  color: #003954;
  background-color: white;
  border-radius: 20px;
  padding: 15px 20px;
  margin-right: 35px;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
}
#home-page #features #features-buttons a:first-of-type {
  background-color: #003954;
  color: white;
}
#home-page #features #features-buttons:hover {
  transform: scale(1.05);
}
#home-page #features .card-container {
  display: flex;
  justify-content: center;
}
#home-page #features .card-container .feature-card {
  background-color: #003954;
  border-radius: 20px;
  padding: 20px;
  color: white;
  width: 90%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  #home-page #features .card-container .feature-card {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #home-page #features .card-container .feature-card {
    padding: 20px;
  }
}
#home-page #features .card-container .feature-card .feature-card-icon {
  display: flex;
  justify-content: flex-start;
}
#home-page #features .card-container .feature-card .feature-card-icon img {
  height: 40px;
}
@media (max-width: 1400px) {
  #home-page #features .card-container .feature-card .feature-card-icon img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  #home-page #features .card-container .feature-card .feature-card-icon img {
    height: 30px;
  }
}
#home-page #features .card-container .feature-card .feature-card-title {
  font-size: 25px;
  transform: translate(0%, 75%);
  font-weight: bold;
}
@media (max-width: 1400px) {
  #home-page #features .card-container .feature-card .feature-card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #home-page #features .card-container .feature-card .feature-card-title {
    font-size: 18px;
  }
}
#home-page #features .card-container .feature-card .feature-card-description {
  font-size: 18px;
  margin-top: 40px;
  letter-spacing: 0.6px;
}
@media (max-width: 1400px) {
  #home-page #features .card-container .feature-card .feature-card-description {
    font-size: 17px;
  }
}
#home-page #template {
  padding: 40px 0;
  color: white;
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
}
#home-page #template .template-title {
  font-size: clamp(30px, 5vw, 60px);
  padding-bottom: 20px;
}
#home-page #template .template-description {
  font-size: clamp(16px, 3vw, 25px);
}
#home-page #template .template-button {
  padding-top: 20px;
}
#home-page #template .template-button a {
  text-decoration: none;
  color: white;
  background-color: #16b7b1;
  border-color: #16b7b1;
  border-radius: 20px;
  padding: 15px 20px;
  display: inline-block;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
  transition: all 0.3s ease;
  font-size: 20px;
}
#home-page #template .template-button a:hover {
  transform: scale(1.05);
}
#home-page #template #template-image {
  max-width: 100%;
  height: auto;
}
#home-page #making_process {
  padding-top: 40px;
  color: #003954;
}
#home-page #making_process h2 {
  text-align: center;
  font-size: clamp(30px, 5vw, 40px);
  margin-bottom: 30px;
  font-weight: bold;
}
#home-page #making_process .card-container {
  display: flex;
  justify-content: center;
}
#home-page #making_process .card-container .making-process-card {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 20px;
  color: #003954;
  width: 90%;
  height: 190px;
  margin-bottom: 25px;
  display: flex;
}
#home-page #making_process .card-container .making-process-card:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px rgba(0, 57, 84, 0.1);
}
#home-page #making_process .card-container .making-process-card .making-process-card-title {
  font-size: 25px;
  align-self: center;
  text-align: center;
  width: 100%;
  transition: opacity 0.3s ease;
}
#home-page #making_process .card-container .making-process-card .making-process-card-description {
  font-size: 18px;
  display: none;
  align-self: center;
}
@media (max-width: 1199px) {
  #home-page #making_process .card-container .making-process-card .making-process-card-description {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #home-page #making_process .card-container .making-process-card .making-process-card-description {
    font-size: 18px;
  }
}
#home-page #making_process .card-container .making-process-card .making-process-card-icon {
  display: flex;
  justify-content: start;
}
#home-page #making_process .card-container .making-process-card .making-process-card-icon img {
  height: 30px;
  transition: transform 0.3s ease;
}
#home-page #testimonial {
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
}
#home-page #testimonial .testimonial-section {
  text-align: center;
  padding: 40px;
  color: white;
}
#home-page #testimonial .testimonial-section h2 {
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 20px;
}
#home-page #testimonial .testimonial-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 0;
  cursor: grab;
  user-select: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
#home-page #testimonial .testimonial-slider::-webkit-scrollbar {
  display: none;
}
#home-page #testimonial .testimonial-slider.grabbing {
  cursor: grabbing;
}
#home-page #testimonial .testimonial-card {
  flex: 0 0 auto;
  width: 400px;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  position: relative;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  min-height: 250px;
  scroll-snap-align: start;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home-page #testimonial .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}
#home-page #testimonial .testimonial-card .name {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
  margin-bottom: 5px;
}
#home-page #testimonial .testimonial-card .position {
  font-size: clamp(14px, 1.8vw, 16px);
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
#home-page #testimonial .testimonial-card .feedback {
  color: #003954;
  text-align: center;
  font-size: clamp(16px, 2.2vw, 22px);
  font-style: italic;
  margin-bottom: 10px;
}
#home-page #testimonial .testimonial-card .rating {
  font-size: 18px;
  color: gold;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  gap: 2px;
}
#home-page #faq {
  padding-top: 40px;
}
#home-page #faq h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
#home-page #faq .faq {
  border: 1px solid #16b7b1;
  border-radius: 25px;
  padding: 0 20px;
  margin-bottom: 20px;
}
#home-page #faq .faq.active {
  background-color: rgba(255, 255, 255, 0.4);
}
#home-page #faq .faq .question {
  display: flex;
  align-items: center;
  color: #16b7b1;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
#home-page #faq .faq .question .symbol {
  margin-left: auto;
  margin-right: 15px;
  font-size: 45px;
}
#home-page #faq .faq .answer {
  color: #16b7b1;
  border-top: 1px solid #16b7b1;
  padding-top: 10px;
  margin-bottom: 10px;
  display: none;
}
#home-page #contact {
  padding-top: 45px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  #home-page #contact {
    font-size: 20px;
  }
}
#home-page #contact #contact-button a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  background-color: #003954;
  border-radius: 20px;
  padding: 15px 20px;
  display: inline-block;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
  transition: all 0.3s ease;
}
#home-page #contact #contact-button a:hover {
  transform: scale(1.05);
}

#cv-making-page {
  padding-top: 80px;
  padding-bottom: 100px;
}
#cv-making-page #career-levels-title {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
#cv-making-page #career-levels-title h1 {
  font-weight: bold;
  color: #003954;
}
#cv-making-page #career-levels-title h2 {
  color: #16b7b1;
}
#cv-making-page #career-levels {
  background: linear-gradient(90deg, #003954 0%, #16b7b1 100%);
  padding-top: 30px;
}
#cv-making-page #career-levels .level {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 50px;
  padding-left: 70px;
  padding-right: 70px;
}
#cv-making-page #career-levels .level .card {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  color: #003954;
  height: 220px;
}
#cv-making-page #career-levels .level .card .card-body .card-title {
  font-weight: bold;
  font-size: 25px;
}
#cv-making-page #career-levels .level .card .card-body .card-text {
  font-size: 20px;
}
#cv-making-page #career-levels .level .card .card-body img {
  height: 40px;
}
#cv-making-page #career-levels .level:hover .card, #cv-making-page #career-levels .level.active .card {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.05);
}
#cv-making-page #career-levels #small_cards {
  display: none;
}
#cv-making-page #career-levels #small_cards .level {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 0;
}
#cv-making-page #career-levels #small_cards .card-body .card-title {
  font-size: 23px;
}
#cv-making-page #career-levels #small_cards .card-body .card-text {
  font-size: 18px;
}
#cv-making-page #career-levels #career-content .package-title {
  color: white;
}
#cv-making-page #career-levels #career-content .package-title h3 {
  font-size: 60px;
}
#cv-making-page #career-levels #career-content .package-title .title-description {
  padding-left: 50px;
  padding-right: 50px;
}
#cv-making-page #career-levels #career-content .career-package {
  color: #003954;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  #cv-making-page #career-levels #career-content .career-package {
    margin-left: 5px;
    margin-right: 5px;
  }
}
#cv-making-page #career-levels #career-content .career-package:hover {
  transform: scale(1.05);
}
#cv-making-page #career-levels #career-content .career-package .package-header {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#cv-making-page #career-levels #career-content .career-package .package-header .badge {
  background: #16b7b1;
  color: white;
  padding: 10px 25px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 24px;
}
#cv-making-page #career-levels #career-content .career-package .card-body {
  padding-top: 2.5rem;
}
#cv-making-page #career-levels #career-content .career-package .card-body .price-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#cv-making-page #career-levels #career-content .career-package .card-body .price-section .original-price {
  font-size: 20px;
}
#cv-making-page #career-levels #career-content .career-package .card-body .price-section .discount-percent {
  font-size: 17px;
  font-weight: bold;
  background-color: red;
  color: white;
  border-radius: 15px;
  padding: 5px 10px;
  margin-left: 10px;
}
#cv-making-page #career-levels #career-content .career-package .card-body .card-title {
  font-size: 17px;
  margin-bottom: 10px;
}
#cv-making-page #career-levels #career-content .career-package .card-body .price {
  font-size: 28px;
  font-weight: bold;
}
#cv-making-page #career-levels #career-content .career-package .card-body hr {
  height: 2px;
  margin-bottom: 10px;
}
#cv-making-page #career-levels #career-content .career-package .card-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
#cv-making-page #career-levels #career-content .career-package .card-body ul li {
  font-size: 14px;
  padding: 5px 0;
}
#cv-making-page #career-levels #career-content .career-package .card-body .order-btn {
  background: #16b7b1;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#cv-making-page #career-levels #career-content .career-package .card-body .order-btn:hover {
  background: #1a9e7b;
}
#cv-making-page #career-levels #career-content .career-package .card-body .order-btn:focus {
  box-shadow: none;
}
#cv-making-page #career-levels #career-content .career-package .card-body .logo-icon img {
  height: 20px;
}
#cv-making-page #making_process {
  padding-top: 40px;
  color: #003954;
}
#cv-making-page #making_process h2 {
  text-align: center;
  font-size: clamp(30px, 5vw, 40px);
  margin-bottom: 30px;
  font-weight: bold;
}
#cv-making-page #making_process .card-container {
  display: flex;
  justify-content: center;
}
#cv-making-page #making_process .card-container .making-process-card {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 20px;
  color: #003954;
  width: 90%;
  height: 190px;
  margin-bottom: 25px;
  display: flex;
}
#cv-making-page #making_process .card-container .making-process-card:hover {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 10px rgba(0, 57, 84, 0.1);
}
#cv-making-page #making_process .card-container .making-process-card .making-process-card-title {
  font-size: 25px;
  align-self: center;
  text-align: center;
  width: 100%;
  transition: opacity 0.3s ease;
}
#cv-making-page #making_process .card-container .making-process-card .making-process-card-description {
  font-size: 18px;
  display: none;
  align-self: center;
}
@media (max-width: 1199px) {
  #cv-making-page #making_process .card-container .making-process-card .making-process-card-description {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #cv-making-page #making_process .card-container .making-process-card .making-process-card-description {
    font-size: 18px;
  }
}
#cv-making-page #making_process .card-container .making-process-card .making-process-card-icon {
  display: flex;
  justify-content: start;
}
#cv-making-page #making_process .card-container .making-process-card .making-process-card-icon img {
  height: 30px;
  transition: transform 0.3s ease;
}
#cv-making-page #features {
  padding-top: 40px;
  color: #003954;
}
#cv-making-page #features h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
#cv-making-page #features .features-desc {
  text-align: center;
  font-size: 25px;
  margin-bottom: 25px;
}
#cv-making-page #features #features-buttons {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
#cv-making-page #features #features-buttons a {
  text-decoration: none;
  color: #003954;
  background-color: white;
  border-radius: 20px;
  padding: 15px 20px;
  margin-right: 35px;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
}
#cv-making-page #features #features-buttons a:first-of-type {
  background-color: #003954;
  color: white;
}
#cv-making-page #features #features-buttons:hover {
  transform: scale(1.05);
}
#cv-making-page #features .card-container {
  display: flex;
  justify-content: center;
}
#cv-making-page #features .card-container .feature-card {
  background-color: #003954;
  border-radius: 20px;
  padding: 20px;
  color: white;
  width: 90%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  #cv-making-page #features .card-container .feature-card {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #cv-making-page #features .card-container .feature-card {
    padding: 20px;
  }
}
#cv-making-page #features .card-container .feature-card .feature-card-icon {
  display: flex;
  justify-content: flex-start;
}
#cv-making-page #features .card-container .feature-card .feature-card-icon img {
  height: 40px;
}
@media (max-width: 1400px) {
  #cv-making-page #features .card-container .feature-card .feature-card-icon img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  #cv-making-page #features .card-container .feature-card .feature-card-icon img {
    height: 30px;
  }
}
#cv-making-page #features .card-container .feature-card .feature-card-title {
  font-size: 25px;
  transform: translate(0%, 75%);
  font-weight: bold;
}
@media (max-width: 1400px) {
  #cv-making-page #features .card-container .feature-card .feature-card-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  #cv-making-page #features .card-container .feature-card .feature-card-title {
    font-size: 18px;
  }
}
#cv-making-page #features .card-container .feature-card .feature-card-description {
  font-size: 18px;
  margin-top: 40px;
  letter-spacing: 0.6px;
}
@media (max-width: 1400px) {
  #cv-making-page #features .card-container .feature-card .feature-card-description {
    font-size: 17px;
  }
}
#cv-making-page #faq {
  padding-top: 40px;
}
#cv-making-page #faq h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
#cv-making-page #faq .faq {
  border: 1px solid #16b7b1;
  border-radius: 25px;
  padding: 0 20px;
  margin-bottom: 20px;
}
#cv-making-page #faq .faq.active {
  background-color: rgba(255, 255, 255, 0.4);
}
#cv-making-page #faq .faq .question {
  display: flex;
  align-items: center;
  color: #16b7b1;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
}
#cv-making-page #faq .faq .question .symbol {
  margin-left: auto;
  margin-right: 15px;
  font-size: 45px;
}
#cv-making-page #faq .faq .answer {
  color: #16b7b1;
  border-top: 1px solid #16b7b1;
  padding-top: 10px;
  margin-bottom: 10px;
  display: none;
}
#cv-making-page #contact {
  padding-top: 45px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 768px) {
  #cv-making-page #contact {
    font-size: 20px;
  }
}
#cv-making-page #contact #contact-button a {
  font-size: 20px;
  text-decoration: none;
  color: white;
  background-color: #003954;
  border-radius: 20px;
  padding: 15px 20px;
  display: inline-block;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
  transition: all 0.3s ease;
}
#cv-making-page #contact #contact-button a:hover {
  transform: scale(1.05);
}

#cart-page {
  padding-top: 80px;
  padding-bottom: 100px;
}
#cart-page h2 {
  font-size: 45px;
  color: #003954;
}
#cart-page .card {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #003954;
}
#cart-page input.form-control {
  border-radius: 5px;
  padding: 10px;
}
#cart-page .hr {
  margin-top: 0;
}
#cart-page .payment-method img {
  width: 80%;
}
#cart-page #coupon-code {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#cart-page #apply-coupon {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#cart-page .input-agree {
  margin-bottom: 5px;
}
#cart-page button.btn {
  border-radius: 5px;
  padding: 10px;
  text-transform: uppercase;
}

#finish-page {
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center;
  color: #003954;
}
#finish-page i {
  font-size: 100px;
}
#finish-page i.success {
  color: green;
}
#finish-page i.failed {
  color: red;
}
#finish-page h1 {
  font-size: 45px;
}
#finish-page #barion-result {
  margin-bottom: 50px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
#finish-page #barion-result .barion-data {
  margin-top: 30px;
  font-size: 20px;
}
#finish-page .finish-page-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding-top: 20px;
}
#finish-page .finish-page-content p {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 30px;
}
#finish-page #button {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#finish-page #button a {
  text-decoration: none;
  border-radius: 20px;
  padding: 12px 20px;
  box-shadow: 0 5px 5px rgba(0, 57, 84, 0.5);
  transition: all 0.3s ease-in-out;
  background-color: #003954;
  color: white;
  font-size: 25px;
}
#finish-page #button a:hover {
  transform: scale(1.05);
}

#data_sheet {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #003954;
  min-height: 60vh;
}
#data_sheet .content-header {
  font-size: 25px;
  padding-bottom: 50px;
  min-height: 170px;
}
#data_sheet .content-wrapper {
  min-height: 460px;
}
#data_sheet .form-step {
  text-align: left;
  padding-right: 20px;
  margin-top: 30px;
}
#data_sheet .form-step .form-title {
  font-size: 45px;
  text-align: center;
}
#data_sheet .form-step .form-subtitle {
  font-size: 25px;
  text-align: center;
}
#data_sheet .form-step .form-notes {
  font-size: 22px;
  margin-left: 20px;
}
#data_sheet .step-wrapper {
  min-height: 400px;
  position: relative;
}
#data_sheet .step-number {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 3px solid #003954;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  z-index: 1;
}
#data_sheet .step-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #003954 50%, transparent 100%);
}
#data_sheet #data-form {
  margin-top: 30px;
}
#data_sheet #data-form .form-control {
  border: 1px solid #ccc;
  font-size: 16px;
  transition: all 0.3s ease;
}
#data_sheet #data-form .form-control:focus {
  border-color: #003954;
  box-shadow: 0 0 5px rgba(0, 57, 84, 0.5);
}
#data_sheet #data-form #linkedin-logo {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#data_sheet .file-upload-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#data_sheet .file-upload-form .drop-area {
  width: 400px;
  height: 300px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}
#data_sheet .file-upload-form .drop-area.dragover {
  border-color: #007bff;
  background: rgba(0, 57, 84, 0.1);
}
#data_sheet .file-upload-form .drop-text {
  font-size: 30px;
  font-weight: bold;
  color: #003954;
}
#data_sheet .file-upload-form .or-text {
  font-size: 20px;
  color: #777;
  margin: 5px 0;
}
#data_sheet .file-upload-form .browse-button {
  background: #003954;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  font-size: 20px;
}
#data_sheet .file-upload-form .browse-button:hover {
  background: #02507d;
}
#data_sheet .file-upload-form .uploaded-file-info {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: green;
  margin-bottom: 10px;
}
#data_sheet .file-upload-form .uploaded-file-info .download-link {
  display: inline-block;
  color: green;
  font-size: 18px;
  transition: all 0.3s ease;
}
#data_sheet .file-upload-form .uploaded-file-info .download-link:hover {
  transform: scale(1.05);
}
#data_sheet .remove-button-container {
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #003954 50%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#data_sheet .remove-button-container .remove-button {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#data_sheet .remove-button-container .remove-button:hover {
  transform: scale(1.05);
}
#data_sheet .remove-button-container .remove-button i {
  color: red;
}
#data_sheet .form-check {
  text-align: left;
  font-size: 20px;
}
#data_sheet #add-button-container #add-button {
  color: #003954;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
#data_sheet #add-button-container #add-button:hover {
  transform: scale(1.1);
}
#data_sheet #buttons {
  padding-top: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
#data_sheet #buttons button {
  text-decoration: none;
  color: #003954;
  background-color: white;
  border-radius: 20px;
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
}
#data_sheet #buttons button:last-of-type {
  background-color: #003954;
  color: white;
}
#data_sheet #buttons button:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  #data_sheet .step-wrapper {
    min-height: 50px;
    margin-bottom: 50px;
  }
  #data_sheet .step-line {
    top: auto;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 2px;
    transform: none;
    background: linear-gradient(to right, transparent 0%, #003954 50%, transparent 100%);
  }
  #data_sheet .step-number {
    top: auto !important;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media (min-width: 768px) {
  #data_sheet .step-number {
    left: 50% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #data_sheet .form-title {
    font-size: 35px;
  }
  #data_sheet .form-subtitle {
    font-size: 20px;
  }
  #data_sheet .form-notes {
    font-size: 18px;
  }
  #data_sheet .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

#success-page {
  padding-top: 120px;
  padding-bottom: 100px;
  text-align: center;
  color: #003954;
}
#success-page i {
  font-size: 100px;
  color: green;
}
#success-page .success-page-content {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding-top: 20px;
}
#success-page .success-page-content p {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 30px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/_common.scss%22,%22../../assets/styles/components/_header.scss%22,%22../../assets/styles/_variables.scss%22,%22../../assets/styles/components/_footer.scss%22,%22../../assets/styles/components/_prices.scss%22,%22../../assets/styles/components/_about.scss%22,%22../../assets/styles/components/_contact.scss%22,%22../../assets/styles/components/_consent.scss%22,%22../../assets/styles/components/_agree.scss%22,%22../../assets/styles/components/_home.scss%22,%22../../assets/styles/components/home/_main.scss%22,%22../../assets/styles/components/home/_benefits.scss%22,%22../../assets/styles/components/_features.scss%22,%22../../assets/styles/components/home/_template.scss%22,%22../../assets/styles/components/_making_process.scss%22,%22../../assets/styles/components/home/_testimonial.scss%22,%22../../assets/styles/components/_faq.scss%22,%22../../assets/styles/components/_contact_component.scss%22,%22../../assets/styles/_cv_making.scss%22,%22../../assets/styles/components/_carrier_levels.scss%22,%22../../assets/styles/cart/_cart.scss%22,%22../../assets/styles/cart/_success.scss%22,%22../../assets/styles/data_sheet/_data_sheet.scss%22,%22../../assets/styles/data_sheet/_success.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;EACE;EACA;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAIA;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;;;ACvBF;EACE;;AAGE;EACE,kBAZM;EAaN;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGE;EACE,OCrDM;EDsDN;EACA;EACA;EACA;;AAEA;EACE,OC5DI;ED6DJ;;AAGF;EACE,kBClEK;EDmEL,OA9DI;EA+DJ;EACA;;AAEA;EACE;;;AAUhB;EAEI;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;IACA;IACA;;EAGF;IACE;;EAEA;IACE;IACA;IACA;;;AEnHR;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAKN;EACE;;AAGF;EACE;EACA;EACA;;;AChFJ;EACE,OFDc;EEEd;EACA;EACA;EACA;EACA;;AAIA;EACE;;AAGF;EACE,kBFdkB;EEelB;EACA;EACA;EACA,OFnBY;EEoBZ;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;;AC7DZ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAIA;EACE;;AAEA;EACE;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;;AAKN;EACE;;AAGF;EACE;;AAGE;EACE;EACA;EACA;;AAIJ;EACE;;;AC3DN;EACE;EACA;EACA,OJFgB;;AIIhB;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAGF;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAKN;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA,OJzDY;EI0DZ;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EACE;EACA,OJpFU;;;AKDlB;AAAA;;AAAA;AAAA;AAAA;AAOA;AAAA;AAAA;AAGA;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAIA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AACA;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAGA;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;;ACtiBJ;EACE;;AAEA;EACE;EACA;EACA;;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;;;AChBJ;EAUE;;ACVF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,ORhCa;;AQkCb;EACE,kBRnCW;EQoCX;;AAGF;EACE;;AAKN;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAIJ;EAGM;IACE;;EAIJ;IACE;;EAGF;IACE;;;AC1EN;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA,OTPc;ESQd;EACA;EACA;EACA;EACA;EAEA;EACA;;AAEA;EACE;EACA;EACA;EACA,OTrBY;;ASwBd;EACE;EACA;;AAKF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,WACQ;EAIR;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVF;IAWI;IACA;;;AAGF;EACE;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAhBF;IAiBI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAIJ;EACE;EACA;;AAEA;EAJF;IAKI;;;ACrHZ;EACE;EACA,OVDgB;;AUGhB;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA,OVxBY;EUyBZ;EACA;EACA;EACA;EACA;;AAEA;EACE,kBVhCU;EUiCV;;AAIJ;EACE;;AAIJ;EACE;EACA;;AAEA;EACE,kBV/CY;EUgDZ;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAGF;EAZF;IAaI;;;AAGF;EACE;EACA;;AAEA;EACE;;AAEA;EAHF;IAII;;;AAGF;EAPF;IAQI;;;AAKN;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EATF;IAUI;;;AAIJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;ACpGV;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA,kBXpBa;EWqBb,cXrBa;EWsBb;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAKN;EACE;EACA;;ACrCJ;EACE;EACA,OZDgB;;AYGhB;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA,OZlBY;EYmBZ;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EATF;IAUI;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AC1DV;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE,ObjEY;EakEZ;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AChFN;EACE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA,OdtBa;EcuBb;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OdnCa;EcoCb;EACA;EACA;EACA;;ACvCN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAIA;EACE;EACA;EACA;EACA,kBfZY;EeaZ;EACA;EACA;EACA;EACA;;AAEA;EACE;;;ACrBR;EACE;EACA;;ACFF;EACE;EACA;EACA;;AAEA;EACE;EACA,OjBNc;;AiBQhB;EACE,OjBVe;;AiBcnB;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,OjB9BY;EiB+BZ;;AAGE;EACE;EACA;;AAEF;EACE;;AAEF;EACE;;AAMJ;EACE;EACA;;AAKN;EACE;;AAEA;EACE;EACA;EACA;;AAGA;EACE;;AAEF;EACE;;AAMJ;EACE;;AAEA;EACE;;AAEF;EACE;EACA;;AAGJ;EACE,OjBtFY;EiBuFZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAZF;IAaI;IACA;;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE,YjBlHS;EiBmHT;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE,YjB7KS;EiB8KT;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAIJ;EACE;;AL/LV;EACE;EACA,OZDgB;;AYGhB;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA,OZlBY;EYmBZ;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EATF;IAUI;;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;;AF1DV;EACE;EACA,OVDgB;;AUGhB;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA,OVxBY;EUyBZ;EACA;EACA;EACA;EACA;;AAEA;EACE,kBVhCU;EUiCV;;AAIJ;EACE;;AAIJ;EACE;EACA;;AAEA;EACE,kBV/CY;EUgDZ;EACA;EACA;EACA;EACA;;AAEA;EARF;IASI;;;AAGF;EAZF;IAaI;;;AAGF;EACE;EACA;;AAEA;EACE;;AAEA;EAHF;IAII;;;AAGF;EAPF;IAQI;;;AAKN;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EATF;IAUI;;;AAIJ;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AIpGV;EACE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA,OdtBa;EcuBb;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE,OdnCa;EcoCb;EACA;EACA;EACA;;ACvCN;EACE;EACA;EACA;;AACA;EAJF;IAKI;;;AAIA;EACE;EACA;EACA;EACA,kBfZY;EeaZ;EACA;EACA;EACA;EACA;;AAEA;EACE;;;AGrBR;EACE;EACA;;AAEA;EACE;EACA,OlBLc;;AkBQhB;EACE;EACA;EACA,OlBXc;;AkBchB;EACE;EACA;;AAGF;EACE;;AAIA;EACE;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;;AC/CJ;EACE;EACA;EACA;EACA,OnBHgB;;AmBKhB;EACE;;AAEA;EACE;;AAEF;EACE;;AAGJ;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,kBnBtDY;EmBuDZ;EACA;;AAEA;EACE;;;AC5DR;EACE;EACA;EACA,OpBFgB;EoBGhB;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EACE,cpB3EU;EoB4EV;;AAIJ;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA,OpBpHY;;AoBuHd;EACE;EACA;EACA;;AAGF;EACE,YpB9HY;EoB+HZ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAMR;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAKN;EACE;EACA;;AAIA;EACE,OpB/LY;EoBgMZ;EACA;EACA;EACA;;AAEA;EACE;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,OpBtNY;EoBuNZ;EACA;EACA;EACA;;AAEA;EACE,kBpB7NU;EoB8NV;;AAGF;EACE;;AAKN;EACE;IACE;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;EAGF;IACE;IACA;IACA;;;;ACrRN;EACE;EACA;EACA;EACA,OrBHgB;;AqBKhB;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA%22,%22file%22:%22app.output.css%22%7D */
