h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #023867;
}

h2, ol {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #1A1A1A;
}

h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #1A1A1A;
}

a {
  text-decoration: none;
}

.next-button {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #EBF3FC;
}

p {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #1A1A1A;
}

header.v2 nav .btn-container a {
  color: #4B9FFD;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
  text-decoration: none;
}
header.v2 nav .btn-container a.with-border {
  padding: 12px 24px;
  border: 2px solid #4B9FFD;
  border-radius: 5px;
}

header.v2 .image-container .image-container--inner h3 {
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
header.v2 .image-container .image-container--inner p {
  color: white;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
header.v2 .image-container .image-container--inner a {
  padding: 16px 24px;
  border-radius: 5px;
  background: white;
  color: var(--secondary, #4B9FFD);
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  h1 {
    font-size: 20px;
  }
  h2, ol {
    font-size: 18px;
  }
  h3, .next-button {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  .next-button, .blue-button, .blue-wire {
    font-family: "Roboto", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
  }
  header.v2 nav .btn-container a {
    font-size: 16px;
  }
  header.v2 nav .btn-container a.with-border {
    padding: 12px 24px;
    border: 2px solid #4B9FFD;
    border-radius: 5px;
  }
  header.v2 .image-container .image-container--inner h3 {
    font-size: 24px;
  }
  header.v2 .image-container .image-container--inner p {
    font-size: 16px;
  }
  header.v2 .image-container .image-container--inner a {
    font-size: 16px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  h1 {
    font-size: 18px;
    line-height: 25px;
  }
  h2, ol {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
  }
  .next-button {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  header.v2 nav .btn-container a {
    color: #4B9FFD;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
  }
  header.v2 nav .btn-container a.with-border {
    padding: 12px 24px;
    border: 2px solid #4B9FFD;
    border-radius: 5px;
  }
  header.v2 .image-container .image-container--inner h3 {
    font-size: 18px;
  }
  header.v2 .image-container .image-container--inner p {
    font-size: 14px;
  }
  header.v2 .image-container .image-container--inner a {
    padding: 10px 12px;
    font-size: 14px;
  }
}
html {
  height: 100%;
}

body {
  height: 100%;
  overflow-x: hidden;
}

a {
  cursor: pointer;
}

.next-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.next-button-container .next-button {
  position: relative;
  width: 192px;
  height: 69px;
  background-color: #102B42;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.back-button-container {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 82px;
  cursor: pointer;
  padding-left: 60px;
}
.back-button-container .back-arrow {
  width: 16px;
  height: 16px;
  align-self: center;
}

.blue-wire {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  gap: 8px;
  color: #007FF5;
  border: 1px solid #007FF5;
  border-radius: 8px;
}

.blue-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #007FF5;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .next-button-container {
    margin-top: 10px;
  }
  .next-button-container .next-button {
    width: 132px;
    height: 47px;
  }
  .back-button-container {
    display: flex;
    gap: 16px;
    position: absolute;
    top: 67px;
    cursor: pointer;
    padding-left: 60px;
  }
  .back-button-container .back-arrow {
    width: 12px;
    height: 12px;
    align-self: center;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .next-button-container {
    margin-top: 20px;
  }
  .next-button-container .next-button {
    width: 100%;
    height: 45px;
  }
  .back-button-container {
    display: flex;
    gap: 13px;
    position: absolute;
    top: 82px;
    cursor: pointer;
    padding-left: 50px;
  }
  .back-button-container .back-arrow {
    width: 16px;
    height: 16px;
    align-self: center;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  .next-button-container {
    margin-top: 10px;
  }
  .next-button-container .next-button {
    height: 47px;
  }
  .back-button-container {
    display: flex;
    gap: 13px;
    position: absolute;
    top: 55px;
    cursor: pointer;
    padding-left: 50px;
  }
  .back-button-container h3 {
    display: none;
  }
  .back-button-container .back-arrow {
    width: 16px;
    height: 16px;
    align-self: center;
  }
}
header.v1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 60px;
  margin: 0 auto;
  max-width: 838px;
}
header.v1 .form-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}
header.v1 .form-info p {
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 18px;
}
header.v1 .form-info.left-align {
  align-items: flex-start;
}
header.v1 .form-info.left-align p {
  text-align: start;
}
header.v1 img {
  max-height: 120px;
  max-width: 480px;
  width: 100%;
}

header.v1.live-call-header {
  max-width: 100% !important;
  margin-bottom: 30px;
  padding-top: 0;
}
header.v1.live-call-header .form-info {
  gap: 0;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  header.v1 {
    padding-top: 55px;
    max-width: 638px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  header.v1 {
    padding-top: 60px;
    max-width: 641px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  header.v1 {
    padding-top: 40px;
    max-width: 269px;
  }
}
header.v2 nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 48px 12px;
}
header.v2 nav img {
  width: 88px;
}
header.v2 nav .icons-container {
  display: none;
}
header.v2 nav .btn-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
header.v2 .image-container {
  background-image: url("../assets/placeholder.jpg"), linear-gradient(lightgray, lightgray), linear-gradient(#153764, #153764);
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}
header.v2 .image-container .image-container--inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(21, 55, 100, 0.75);
  padding: 32px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  header.v2 nav {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  header.v2 nav {
    padding: 12px 32px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  header.v2 nav {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  header.v2 nav .btn-container {
    display: none;
  }
  header.v2 nav .icons-container {
    display: flex;
    gap: 24px;
  }
  header.v2 nav .icons-container img {
    width: 24px;
    height: 24px;
  }
}
.schedule {
  max-width: 838px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
.schedule.centered {
  text-align: center;
  padding-bottom: 15px;
}
.schedule h1 {
  margin-bottom: 10px;
}
.schedule h3 {
  margin-bottom: 20px;
}
.schedule form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.schedule form .input-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
.schedule form input, .schedule form select {
  height: 53px;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  padding-left: 22px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: #1A1A1A;
}
.schedule form select {
  display: flex;
  align-items: center;
  position: relative;
  background: var(--base-white, #FFF);
  transition: 0.3s;
  padding-right: 22px;
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.schedule form select[type=text]:read-only {
  background-color: rgba(128, 128, 128, 0.1);
  color: #8A8A8A;
}
.schedule form textarea {
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  padding-left: 22px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: #1A1A1A;
  height: 137px;
  padding-top: 15px;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .schedule {
    max-width: 638px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .schedule h1 {
    margin-bottom: 7px;
  }
  .schedule h3 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .schedule form {
    gap: 16px;
  }
  .schedule form .input-container {
    gap: 16px;
  }
  .schedule form input, .schedule form select {
    height: 36px;
    padding-left: 10px;
    font-size: 16px;
  }
  .schedule form textarea {
    padding-left: 10px;
    font-size: 16px;
    height: 102px;
    padding-top: 11px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .schedule {
    max-width: 641px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .schedule h1 {
    margin-bottom: 10px;
  }
  .schedule h3 {
    margin-top: 33px;
    margin-bottom: 10px;
  }
  .schedule form {
    gap: 10px;
  }
  .schedule form .input-container {
    gap: 10px;
    flex-direction: column;
  }
  .schedule form input, .schedule form select {
    height: 39px;
    padding-left: 20px;
    font-size: 18px;
  }
  .schedule form textarea {
    padding-left: 20px;
    font-size: 18px;
    height: 185px;
    padding-top: 11px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  .schedule {
    max-width: 269px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .schedule h1 {
    margin-bottom: 10px;
  }
  .schedule h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .schedule form {
    gap: 10px;
  }
  .schedule form .input-container {
    gap: 10px;
  }
  .schedule form input, .schedule form select {
    height: 39px;
    padding-left: 15px;
    font-size: 16px;
  }
  .schedule form textarea {
    padding-left: 15px;
    font-size: 16px;
    height: 185px;
    padding-top: 11px;
  }
}
.questions {
  max-width: 1200px;
  margin: auto;
  padding: 60px 120px 100px;
}
.questions .hidden-radio {
  opacity: 0;
  position: absolute;
}
.questions .hidden-currency {
  display: none;
}
.questions .question-typography {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #023867;
}
.questions .question-container {
  list-style-type: none;
  text-align: center;
}
.questions .question-text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.questions .question-text-container .context-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.questions .question-text-container .context-container img {
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex: 0;
}
.questions .question-text-container .context-container .context {
  position: absolute;
  z-index: 10;
  width: max-content;
  max-width: 300px;
  background-color: #f1f1f1;
  font-family: "Inter", "serif";
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
  padding: 8px 10px;
  box-sizing: border-box;
  transition: transform 0.2s cubic-bezier(0.4, 0.3, 0.2, 1);
  transform-origin: 50% 0;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) scale(0);
  user-select: none;
}
.questions .question-text-container .context-container .context:before {
  content: "";
  background-color: inherit;
  display: block;
  width: 14px;
  height: 14px;
  z-index: -1;
  position: absolute;
  top: -7px;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  margin: auto;
}
.questions .question-text-container .context-container .context.active {
  transform: translateX(-50%) scale(1);
}
.questions .button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  row-gap: 22px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.questions .question-button {
  min-width: 172px;
  min-height: 69px;
  line-height: 69px;
  border: 2px solid #61ABFE;
  border-radius: 8px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #61ABFE;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0 10px;
}
.questions .question-button.active, .questions .question-button:hover {
  background-color: #61ABFE;
  color: white;
}
.questions .number-input {
  width: 182px;
  height: 69px;
  line-height: 69px;
  border: 2px solid #bbb;
  border-radius: 8px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #999;
  background-color: white;
  cursor: pointer;
  text-transform: uppercase;
}
.questions ol {
  padding-left: 20px;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .questions {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .questions .question-typography {
    font-size: 18px;
  }
  .questions .button-container {
    gap: 48px;
    row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 45px;
  }
  .questions .question-button {
    min-width: 107px;
    min-height: 39px;
    line-height: 39px;
    border: 1px solid #61ABFE;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #61ABFE;
  }
  .questions .number-input {
    width: 117px;
    height: 39px;
    line-height: 39px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .questions {
    padding: 40px 60px 70px;
  }
  .questions .button-container {
    gap: 22px;
    row-gap: 11px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .questions .question-button {
    min-width: 258px;
    min-height: 39px;
    line-height: 39px;
    border: 1px solid #61ABFE;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #61ABFE;
  }
  .questions .number-input {
    width: 268px;
    height: 39px;
    line-height: 39px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
}
.share-container {
  position: fixed;
  width: 400px;
  right: -400px;
  bottom: 180px;
  font-family: "Arial", sans-serif;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: -4px 4px 10px 1px rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  transition: 0.3s;
}
.share-container.active {
  right: 0;
}
.share-container h4 {
  box-shadow: -4px -4px 10px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) rotateZ(-90deg);
  position: absolute;
  top: 50%;
  cursor: pointer;
  left: -84px;
  padding: 15px;
  background-color: #102B42;
  color: #fff;
  font-size: 12px;
  border-radius: 8px 8px 0 0;
}
.share-container .input-instructions {
  margin-bottom: 10px;
  font-size: 18px;
}
.share-container input {
  height: 45px;
  border: 1px solid #1A1A1A;
  border-radius: 5px;
  padding-left: 22px;
  width: 100%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #1A1A1A;
}
.share-container .share-button-container {
  display: flex;
  margin-top: 30px;
  justify-content: end;
}
.share-container .close-button, .share-container .submit-button {
  width: 100px;
  height: 40px;
  background-color: #102B42;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  line-hight: 24px;
}
.share-container .close-button {
  background-color: lightgrey;
  margin-right: 10px;
}
.share-container .submit-button {
  color: white;
}
.share-container .form-message {
  margin-top: 10px;
}
.share-container .form-message.success {
  color: green;
}
.share-container .form-message.fail {
  color: darkred;
}

.disclaimer {
  font-size: 0.8em;
  font-style: italic;
}

/* Mobile */
@media only screen and (max-width: 769px) {
  .questions {
    max-width: 268px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .questions .button-container {
    gap: 9px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .questions .question-button {
    min-width: 103px;
    min-height: 39px;
    border: 1px solid #61ABFE;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #61ABFE;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .questions .number-input {
    width: 113px;
    height: 39px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .share-container {
    width: 250px;
    right: -250px;
    bottom: 180px;
    padding: 15px;
  }
  .share-container .input-instructions {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .share-container input {
    height: 30px;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }
  .share-container .share-button-container {
    margin-top: 20px;
  }
  .share-container .close-button, .share-container .submit-button {
    width: 80px;
    height: 35px;
    font-size: 12px;
    line-height: 20px;
  }
}
.hidden-default {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.calendar {
  max-width: 690px;
  margin: auto;
  padding-top: 60px;
}
.calendar .colored {
  color: #023867;
  text-align: center;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 750px;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .calendar {
    max-width: 520px;
    padding-top: 32px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .calendar {
    max-width: none;
    padding-top: 40px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  .calendar {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
}
.thank-you .thank-you-image {
  width: 112px;
  height: 112px;
}
.thank-you .thank-you-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 55px;
  color: #102B42;
  margin-top: 60px;
}
.thank-you .thank-you-text {
  max-width: 500px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #1A1A1A;
  margin-top: 30px;
}
.thank-you .thank-you-text.extended {
  max-width: 750px;
}
.thank-you .next-button-container {
  margin-top: 100px;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .thank-you {
    padding-top: 85px;
  }
  .thank-you .thank-you-image {
    width: 90px;
    height: 90px;
  }
  .thank-you .thank-you-title {
    font-size: 70px;
    margin-top: 60px;
  }
  .thank-you .thank-you-text {
    max-width: 458px;
    font-size: 25px;
    margin-top: 20px;
  }
  .thank-you .next-button-container {
    margin-top: 30px;
  }
  .thank-you .next-button-container .next-button {
    width: 346px;
    height: 47px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  .thank-you {
    padding-top: 85px;
  }
  .thank-you .thank-you-image {
    width: 112px;
    height: 112px;
  }
  .thank-you .thank-you-title {
    font-size: 60px;
    margin-top: 60px;
  }
  .thank-you .thank-you-text {
    max-width: 310px;
    font-size: 18px;
    margin-top: 20px;
    line-height: 25px;
  }
  .thank-you .next-button-container {
    margin-top: 60px;
  }
  .thank-you .next-button-container .next-button {
    width: 335px;
    height: 45px;
    border-radius: 5px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  .thank-you {
    padding-top: 85px;
  }
  .thank-you .thank-you-image {
    width: 50px;
    height: 50px;
  }
  .thank-you .thank-you-title {
    font-size: 30px;
    margin-top: 20px;
  }
  .thank-you .thank-you-text {
    max-width: 250px;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
  }
  .thank-you .next-button-container {
    margin-top: 35px;
  }
  .thank-you .next-button-container .next-button {
    width: 269px;
    height: 39px;
  }
}
header.live-call-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header.live-call-header.solid-background {
  background: #1F1F1F;
  border-bottom: none;
}
header.live-call-header nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  padding: 0 120px;
  margin: auto;
  height: 101px;
}
header.live-call-header nav img {
  width: 194px;
  height: auto;
}
header.live-call-header nav .icons-container {
  display: none;
}
header.live-call-header nav a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  cursor: pointer;
}
header.live-call-header nav .btn-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}
header.live-call-header nav .btn-container a {
  height: 100%;
  display: flex;
  align-items: flex-end;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  border-bottom: 3px solid transparent;
  margin-left: 60px;
  margin-bottom: 0;
  padding-bottom: 36px;
  padding-left: 10px;
  padding-right: 10px;
}
header.live-call-header nav .btn-container a.highlighted {
  border-bottom: 3px solid var(--Red, #B93F30);
}
header.live-call-header nav .btn-container .header-action {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 60px;
  font-family: "Inter", sans-serif;
  padding: 36px 10px;
  border-bottom: 3px solid transparent;
}
header.live-call-header nav .btn-container .header-action:hover {
  border-bottom: 3px solid #B93F30;
}
header.live-call-header nav .btn-container .profile-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 214px;
  padding: 8px 16px;
  gap: 20px;
  height: 52px;
  background: #343434;
  border-radius: 4px;
}
header.live-call-header nav .btn-container .profile-card .profile-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
header.live-call-header nav .btn-container .profile-card .profile-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  height: 36px;
}
header.live-call-header nav .btn-container .profile-card .profile-info .profile-name {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
header.live-call-header nav .btn-container .profile-card .profile-info .profile-organization {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #8A8A8A;
}
header.live-call-header nav .btn-container .profile-card .profile-carrot {
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
header.live-call-header nav .header-dropdown {
  position: relative;
  cursor: default;
}
header.live-call-header nav .header-dropdown .dropdown-content {
  position: absolute;
  top: 90px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 93%;
  background: #FFFFFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  cursor: pointer;
  z-index: 12;
}
header.live-call-header nav .header-dropdown .dropdown-content .dropdown-link {
  width: 100%;
  padding: 12px 16px;
  margin: 0;
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: start;
  color: #000000;
  pointer-events: auto;
  cursor: pointer;
}
header.live-call-header nav .header-dropdown .dropdown-content .dropdown-link-group {
  padding: 12px 16px 6px 16px;
}
header.live-call-header nav .header-dropdown .dropdown-content .dropdown-link-group .dropdown-link-group-title {
  font-weight: 600;
}
header.live-call-header nav .header-dropdown .dropdown-content .dropdown-link-group .dropdown-sub-link {
  width: 100%;
  padding: 8px 0;
  opacity: 0.5;
  margin-left: 8px;
}
header.live-call-header nav .header-dropdown:hover .dropdown-content {
  display: flex;
}
header.live-call-header nav .menu-toggle-container {
  align-self: center;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 10px;
  z-index: 50;
}
header.live-call-header nav .menu-toggle-container .menu-toggle {
  width: 24px;
  height: 24px;
}

.mobile-menu {
  width: 80%;
  right: -100%;
  transition: 0.5s;
  background: #1F1F1F;
  height: 100vh;
  position: absolute;
  z-index: 30;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.mobile-menu nav a {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  padding: 24px 10px;
}

.duplicate-pop-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  padding: 24px;
  gap: 18px;
  position: fixed;
  top: 150px;
  right: -350px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 11;
}
.duplicate-pop-up.show {
  opacity: 1;
  right: 40px;
}
.duplicate-pop-up .duplicate-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.duplicate-pop-up h3 {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #111111;
}
.duplicate-pop-up img {
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
}
.duplicate-pop-up .duplicate-info {
  width: 100%;
  padding: 16px;
  background: #F3F3F3;
  border-radius: 12px;
  list-style: none;
  margin: 0;
}
.duplicate-pop-up li {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #000000;
}
.duplicate-pop-up strong {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.duplicate-pop-up .slider-controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.duplicate-pop-up .slide-number {
  font-family: "Inter", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.duplicate-pop-up .slick-arrow {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.duplicate-pop-up .slick-arrow img {
  width: 20px;
  height: 20px;
  padding: 0;
}
.duplicate-pop-up .buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}
.duplicate-pop-up .buttons .blue-button, .duplicate-pop-up .buttons .blue-wire {
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.live-chat-section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.live-chat-section h3 {
  color: var(--Primary, #153764);
  text-align: center;
  font-family: Adamina, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
  text-align: left;
}
.live-chat-section h4 {
  color: var(--Black, #000);
  font-family: Adamina, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 32px;
}
.live-chat-section h5 {
  color: var(--Black, #000);
  font-family: "Inter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  display: flex;
}
.live-chat-section .contact-information-container {
  margin-bottom: 48px;
}
.live-chat-section .contact-information-container:last-child {
  margin-bottom: 12px;
}
.live-chat-section .contact-information-container .contact-information-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 24px 0 0 0;
  flex-direction: column;
  align-items: stretch;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-row {
  display: flex;
  gap: 12px;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-row.input-column {
  flex-direction: column;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #667085;
  padding: 10px 16px;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-container {
  display: flex;
  flex: 1 0 0;
  position: relative;
  font-family: Inter, "serif";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  transition: 0.3s;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-container.hidden-input-container {
  height: 0;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-container.hidden-input-container input {
  height: 0;
  padding: 0;
  border: 0;
}
.live-chat-section .contact-information-container .contact-information-inputs .input-container.hidden-input-container label {
  height: 0;
  font-size: 0;
}
.live-chat-section .contact-information-container .contact-information-inputs label {
  transition: 0.3s;
}
.live-chat-section .contact-information-container .contact-information-inputs input, .live-chat-section .contact-information-container .contact-information-inputs select, .live-chat-section .contact-information-container .contact-information-inputs textarea {
  width: 100%;
  position: relative;
  height: 64px;
  padding: 10px 16px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  transition: 0.3s;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.live-chat-section .contact-information-container .contact-information-inputs input[type=text]:read-only, .live-chat-section .contact-information-container .contact-information-inputs select[type=text]:read-only, .live-chat-section .contact-information-container .contact-information-inputs textarea[type=text]:read-only {
  background-color: rgba(128, 128, 128, 0.1);
}
.live-chat-section .contact-information-container .contact-information-inputs select {
  display: flex;
  align-items: center;
}
.live-chat-section .contact-information-container .contact-information-inputs textarea {
  resize: vertical;
  min-height: 64px;
  font-family: Arial, sans-serif;
  padding-top: 30px;
}
.live-chat-section .contact-information-container .contact-information-inputs input:focus:not(:read-only) ~ .input-placeholder,
.live-chat-section .contact-information-container .contact-information-inputs input.not-empty ~ .input-placeholder {
  display: none;
}
.live-chat-section .contact-information-container .skip-label {
  color: var(--Black, #000);
  padding: 10px;
}
.live-chat-section .radio-label {
  color: var(--Black, #000);
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.live-chat-section .radio-square {
  border-radius: 4px;
  border: 1px solid var(--gray-300, #D0D5DD);
  background: var(--base-white, #FFF);
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
}
.live-chat-section .radio-label.active .radio-square {
  border: 1px solid var(--Red, #B93F30);
  background: rgba(185, 63, 48, 0.3);
  content: url("../assets/orangeCheck.svg");
}
.live-chat-section .send-message-form .radio-label {
  cursor: default;
}

.step-number {
  color: var(--Black, #000);
  font-family: Inter, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  border: 1px solid black;
  height: 24px;
  mine-height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.opening-message-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.opening-message-container a.paragraph-link {
  color: var(--Secondary, #4B9FFD);
  text-align: center;
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  margin-top: 24px;
  margin-left: auto;
}

.boxed-paragraph {
  border-radius: 20px;
  border: 1px solid var(--Grey, #8A8A8A);
  margin-left: 36px;
  margin-top: 24px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
}
.boxed-paragraph img {
  width: 24px;
  margin-right: 12px;
  margin-top: 6px;
}
.boxed-paragraph p {
  color: var(--Black, #000);
  font-family: Times New Roman;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.36px;
}

.back-arrow {
  width: 24px;
  height: 24px;
  margin-bottom: 32px;
  display: block;
}

.thank-you.live-chat-section {
  min-height: 80vh;
  align-items: normal;
  justify-content: normal;
}
.thank-you.live-chat-section .boxed-paragraph {
  margin-left: 0;
}
.thank-you.live-chat-section .live-chat-next-button {
  margin-top: auto;
}
.thank-you.live-chat-section .contact-information-container .contact-information-inputs {
  padding: 0;
}
.thank-you.live-chat-section .live-chat-question-container li {
  margin: 0;
}

.hidden-section {
  display: none;
}

.calendar-section.live-chat-section {
  max-width: 800px;
  padding-left: 5%;
  padding-right: 5%;
}
.calendar-section.live-chat-section:nth-of-type(1) {
  padding-bottom: 0;
}
.calendar-section.live-chat-section:nth-of-type(2) {
  padding-top: 0;
}
.calendar-section.live-chat-section .schedule-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.calendar-section.live-chat-section .schedule-header .live-chat-next-button {
  margin-top: 0;
  margin-bottom: 32px;
}
.calendar-section.live-chat-section .opening-message-container {
  margin: 0;
}
.calendar-section.live-chat-section .boxed-paragraph {
  margin-left: 0;
}

.live-call-background-wrapper {
  background-image: linear-gradient(0deg, #1F1F1F 0%, #1F1F1F 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  top: -60px;
  min-height: calc(100vh + 60px);
}
.live-call-background-wrapper .live-call-background-wrapper-image {
  position: absolute;
  top: 38px;
  width: 122%;
  height: 118%;
  left: -148px;
  filter: blur(193px);
  max-width: unset;
}
.live-call-background-wrapper .yellow-blur {
  border-radius: 545.064px;
  background: var(--Yellow, #ECC744);
  filter: blur(150px);
  width: 545px;
  height: 545px;
  top: 273px;
  left: -148px;
  position: absolute;
}
.live-call-background-wrapper .red-blur {
  border-radius: 545.064px;
  background: var(--Red, #B93F30);
  filter: blur(150px);
  width: 545px;
  height: 545px;
  top: 38px;
  right: -192px;
  position: absolute;
}
.live-call-background-wrapper .green-blur {
  border-radius: 547.032px;
  background: var(--Green, #50B290);
  filter: blur(150px);
  width: 547px;
  height: 545px;
  bottom: -216px;
  right: -121px;
  position: absolute;
}

.form-start {
  max-width: 838px;
  text-align: center;
  margin: auto;
  padding-top: 271px;
}
.form-start h3 {
  font-family: "Adamina", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.12px;
  color: white;
}
.form-start .live-call-landing-inner .success-message {
  background: #659765;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin: auto 0;
  left: 0;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}

.live-call-button-container {
  display: inline-flex;
  gap: 32px;
  align-items: center;
  margin-top: 32px;
}
.live-call-button-container a {
  display: flex;
  width: 211px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.live-call-button-container .live-call-button {
  border-radius: 10px;
  background: var(--Red, #B93F30);
  border: 2px solid var(--Red, #B93F30);
}
.live-call-button-container .send-message-button {
  border-radius: 10px;
  border: 2px solid var(--White, #FFF);
  background: transparent;
}

.live-chat-question-container {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.live-chat-question-container li {
  display: flex;
  margin: 20px 0;
  align-items: flex-start;
}
.live-chat-question-container li.conditional-question {
  margin-left: 50px;
}
.live-chat-question-container li .step-number {
  margin-top: 2px;
}
.live-chat-question-container li.multiple {
  flex-wrap: wrap;
}
.live-chat-question-container li.multiple .button-container {
  flex-wrap: wrap;
  flex-basis: 100%;
  margin-top: 40px;
  gap: 25px;
}
.live-chat-question-container .question-text {
  display: flex;
  color: var(--Black, #000);
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.36px;
}
.live-chat-question-container .button-container {
  margin: 0;
  margin-left: auto;
  padding-left: 48px;
  flex-wrap: nowrap;
}
.live-chat-question-container .number-input {
  font-size: 18px;
  width: 75px;
  height: auto;
  line-height: normal;
  padding: 12px 0;
  border: 1px solid var(--gray-300, #D0D5DD);
  color: #667085;
  font-weight: normal;
}
.live-chat-question-container .number-input.number-input-large {
  width: 125px;
}
.live-chat-question-container .question-button {
  min-width: 100px;
  min-height: unset;
  height: auto;
  line-height: normal;
  border: 1px solid var(--gray-300, #D0D5DD);
  border-radius: 8px;
  font-weight: normal;
  font-size: 18px;
  color: #667085;
  padding: 15px 20px;
}
.live-chat-question-container .question-button.active, .live-chat-question-container .question-button:hover {
  background-color: #61ABFE;
  border: 1px solid #61ABFE;
  color: white;
}

.submit-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-left: auto;
  width: fit-content;
}

.live-chat-next-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 44px;
}
.live-chat-next-button .next-button {
  padding: 12px 32px;
  border-radius: 10px;
  background: #1F1F1F;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Inter, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.live-chat-next-button .next-button:disabled {
  cursor: default;
  opacity: 0.3;
}

.send-message-form {
  max-width: 350px;
}
.send-message-form input {
  margin-bottom: 12px;
}

/* Small desktop */
@media only screen and (max-width: 1512px) {
  .live-call-background-wrapper {
    top: -55px;
  }
}
/* Tablet */
@media only screen and (max-width: 1024px) {
  header.live-call-header nav {
    padding: 0 60px;
  }
  .form-start {
    height: calc(100% - 120px);
    padding: 0;
  }
  .form-start .live-call-landing-inner {
    padding-top: 270px;
    padding-bottom: 45px;
    display: flex;
    flex-direction: column;
  }
  .live-call-background-wrapper {
    top: -60px;
  }
  .live-call-button-container {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 665px;
    margin-top: 30px;
  }
  .live-call-button-container a {
    width: 100%;
    padding: 28px 24px;
  }
}
/* Mobile */
@media only screen and (max-width: 769px) {
  header.live-call-header nav {
    padding: 24px 40px;
  }
  header.live-call-header nav a {
    margin-bottom: 0;
  }
  header.live-call-header nav .btn-container {
    display: none;
  }
  header.live-call-header nav .icons-container {
    display: flex;
    gap: 24px;
  }
  header.live-call-header nav .icons-container img {
    width: 24px;
    height: 24px;
  }
  header.live-call-header nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  header.live-call-header nav .menu-toggle-container {
    padding: 0;
    display: flex;
    cursor: pointer;
  }
  .live-call-background-wrapper {
    top: -40px;
  }
  .duplicate-pop-up {
    min-width: 50%;
    max-width: 85%;
    width: unset;
    top: unset;
    bottom: 20px;
  }
  .duplicate-pop-up.show {
    right: 20px;
  }
  .form-start {
    max-width: 380px;
  }
  .form-start .live-call-landing-inner {
    padding-bottom: 55px;
    padding-top: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .form-start h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .live-call-button-container a {
    padding: 18px 24px;
  }
  .live-chat-section {
    max-width: unset;
    padding: 32px 40px;
  }
  .live-chat-section h3 {
    margin-bottom: 32px;
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .live-chat-section h4 {
    margin-bottom: 24px;
  }
  .live-chat-section .contact-information-container .contact-information-inputs .input-row {
    flex-direction: column;
  }
  .boxed-paragraph {
    flex-direction: column;
    gap: 24px;
    margin-left: 24px;
  }
  .boxed-paragraph img {
    width: 24px;
    margin: 0;
  }
  .live-chat-question-container li {
    flex-wrap: wrap;
  }
  .live-chat-question-container .question-text {
    flex: 2;
  }
  .live-chat-question-container .button-container {
    flex-basis: 100%;
    padding: 24px 0 0 0;
    gap: 32px;
  }
  .live-chat-question-container.content-row li {
    flex-wrap: nowrap;
    gap: 48px;
  }
  .live-chat-question-container.content-row .question-text {
    flex: unset;
  }
  .live-chat-question-container.content-row .button-container {
    flex-basis: unset;
  }
  .live-chat-next-button {
    justify-content: center;
  }
  .live-chat-next-button a, .live-chat-next-button .next-button {
    width: 100%;
    max-width: 375px;
  }
  .calendar-section.live-chat-section {
    max-width: unset;
    padding: 32px 40px;
  }
  .calendly-inline-widget.live-chat-widget {
    max-width: 95%;
    margin: auto;
    height: 700px;
  }
}
@media only screen and (max-width: 480px) {
  header.live-call-header nav {
    padding: 20px;
  }
  .live-chat-section {
    padding: 32px 20px;
  }
  .calendar-section.live-chat-section {
    padding: 32px 20px;
  }
  .calendar-section.live-chat-section .schedule-header {
    flex-direction: column;
    justify-content: flex-start;
  }
  .calendar-section.live-chat-section .schedule-header .live-chat-next-button {
    margin-top: 0;
  }
}
.error-message {
  background: #c93e3e;
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 55px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* img {
  max-width: 100%;
}

/* Small desktop */
/* Tablet */
/* Mobile */

/*# sourceMappingURL=styles.css.map */
