@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.lp-c--hero {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 72px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.lp-c--hero::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #121E3D 0%, rgba(18, 30, 61, 0) 102.22%);
}
@media (max-width: 767px) {
  .lp-c--hero {
    padding-top: 314px;
  }
}
@media (max-width: 639px) {
  .lp-c--hero {
    padding-top: 200px;
  }
}
.lp-c--hero .container {
  width: 92%;
  max-width: 1140px;
  padding: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  z-index: 2;
}
@media (max-width: 1295px) {
  .lp-c--hero .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1295px) {
  .lp-c--hero .container {
    width: calc(100% - 32px);
  }
}
.lp-c--hero .container h1 {
  max-width: 700px;
  margin: 0 auto 24px 0;
  padding: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1em;
  letter-spacing: -3%;
  color: #FFFFFF;
}
@media (max-width: 1295px) {
  .lp-c--hero .container h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .lp-c--hero .container h1 {
    font-size: 32px;
    line-height: 1.2em;
    margin: 0 auto 24px auto;
  }
}
.lp-c--hero .container h1 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--hero .container p {
  width: 100%;
  max-width: 685px;
  margin: 0 auto 32px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4em;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lp-c--hero .container p {
    font-size: 16px;
    margin: 0 auto 24px 0;
  }
}
.lp-c--hero .container .btn {
  margin-right: auto;
}
@media (max-width: 767px) {
  .lp-c--hero .container .btn {
    text-align: center;
  }
}

.lp-c--why {
  width: 100%;
  margin: 80px 0 40px 0;
}
@media (max-width: 767px) {
  .lp-c--why {
    margin: 40px 0 0 0;
  }
}
.lp-c--why .container {
  width: 100%;
  max-width: 1359px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-c--why h2 {
  width: auto;
  margin: 0 auto 0 auto;
  padding: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: -2%;
  color: #121619;
  position: relative;
}
@media (max-width: 767px) {
  .lp-c--why h2 {
    text-align: center;
  }
}
.lp-c--why h2 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--why h2::after {
  content: "";
  display: block;
  width: 203px;
  height: 8px;
  background: #F9A90C;
  position: absolute;
  bottom: -10px;
  left: -50px;
}
@media (max-width: 767px) {
  .lp-c--why h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.lp-c--why__info {
  margin: 0;
  padding: 0;
  max-width: 774px;
}
.lp-c--why__info p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #2259DA;
}
.lp-c--why__swiper {
  max-width: 100%;
}
.lp-c--why__swiper .swiper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.lp-c--why__swiper .swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.lp-c--why__swiper .swiper .swiper-slide {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
}
.lp-c--why__swiper .swiper .why-item {
  width: 100%;
  min-height: 222px;
  flex-shrink: 0;
  border: 1px solid #2259DA;
  border-radius: 10px;
  background: #FAFAFA;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
@media (max-width: 479px) {
  .lp-c--why__swiper .swiper .why-item {
    min-height: 310px;
  }
}
.lp-c--why__swiper .swiper .why-item__meta {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.lp-c--why__swiper .swiper .why-item__meta__image {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.lp-c--why__swiper .swiper .why-item__meta__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-c--why__swiper .swiper .why-item__name {
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.lp-c--why__swiper .swiper .why-item__name h3 {
  min-height: 48px;
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  color: #121619;
  letter-spacing: -3%;
}
.lp-c--why__swiper .swiper .why-item__name p {
  margin: 0 -64px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #121619;
}
.lp-c--why__swiper .swiper .why-item__bio {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #121619;
  flex-grow: 1;
}

.lp-c--description {
  width: 100%;
  margin: 0;
  padding: 140px 0 0 0;
}
@media (max-width: 767px) {
  .lp-c--description {
    padding: 80px 0 0 0;
  }
}
.lp-c--description .container {
  padding: 0;
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1340px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-c--description .container h2 {
  margin: 0;
  padding: 0 0 0 8px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: -3%;
  border-left: 8px solid #2259DA;
}
@media (max-width: 767px) {
  .lp-c--description .container h2 {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: -3%;
  }
}
.lp-c--description .container h2 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--description__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 72px;
  justify-content: center;
}
@media (max-width: 767px) {
  .lp-c--description__content {
    flex-direction: column;
    gap: 24px;
  }
}
.lp-c--description__content__image {
  width: 728px;
  flex-shrink: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 1295px) {
  .lp-c--description__content__image {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .lp-c--description__content__image {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .lp-c--description__content__image {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
  }
}
.lp-c--description__content__image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .lp-c--description__content__image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.lp-c--description__content__text {
  padding: 0;
}
.lp-c--description__content__text p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 auto 10px auto;
  padding: 0;
}
@media (max-width: 767px) {
  .lp-c--description__content__text p {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
  }
}
.lp-c--description__content__text .btn {
  margin: 24px 0 0 0;
}
@media (max-width: 767px) {
  .lp-c--description__content__text .btn {
    margin: 24px 0 0 0;
    width: 100%;
    text-align: center;
  }
}

.lp-c--list {
  width: 100%;
  margin: 140px 0;
  padding: 0;
}
@media (max-width: 767px) {
  .lp-c--list {
    margin: 48px 0 68px 0;
  }
}
.lp-c--list .container {
  padding: 0;
  margin: 0 auto;
  width: calc(100% - 48px);
  max-width: 1340px;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 1023px) {
  .lp-c--list .container {
    width: calc(100% - 32px);
    flex-direction: column;
    gap: 4px;
  }
}
.lp-c--list__sidebar {
  width: 599px;
  flex-shrink: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 1295px) {
  .lp-c--list__sidebar {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .lp-c--list__sidebar {
    width: 100%;
    flex-shrink: 1;
  }
}
.lp-c--list__sidebar h2 {
  margin: 0 auto 40px auto;
  padding: 0 0 16px 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: -2%;
  position: relative;
}
@media (max-width: 767px) {
  .lp-c--list__sidebar h2 {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: -3%;
  }
}
.lp-c--list__sidebar h2 strong {
  font-weight: 500;
  font-style: italic;
  color: #F9A90C;
}
.lp-c--list__sidebar h2::after {
  content: "";
  width: 259px;
  height: 8px;
  background: #F9A90C;
  position: absolute;
  right: -22px;
  bottom: 0;
}
@media (max-width: 767px) {
  .lp-c--list__sidebar h2::after {
    width: 306px;
    right: unset;
    left: 0;
  }
}
.lp-c--list__sidebar figure {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .lp-c--list__sidebar figure {
    width: 100%;
    height: 0%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .lp-c--list__sidebar figure {
    margin-bottom: 24px;
  }
}
.lp-c--list__sidebar figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .lp-c--list__sidebar figure img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.lp-c--list__content {
  flex-grow: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.lp-c--list__content__item {
  border-top: 1px solid #cccccc;
  padding: 24px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-c--list__content__item h3 {
  margin: 0;
  padding: 0;
  color: #2259DA;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-c--list__content__item h3 {
    font-size: 24px;
  }
}
.lp-c--list__content__item ol {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: custom-counter;
}
.lp-c--list__content__item ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  min-height: 46px;
}
.lp-c--list__content__item ol li::before {
  content: counter(custom-counter);
  text-align: center;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #FFFFFF;
  font-size: "Source Serif 4", serif;
  font-size: 24px;
  background: url("../images/list-iterator-background.svg") center center no-repeat;
  background-size: cover;
}
.lp-c--list__content__item ol li span {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  color: #121619;
}
.lp-c--list__content__extra-text {
  width: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .lp-c--list__content__extra-text {
    text-align: left;
  }
}
.lp-c--list__content__extra-text p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  color: #121619;
}
.lp-c--list__content__button {
  width: 100%;
  text-align: right;
  margin-top: -16px;
}
@media (max-width: 767px) {
  .lp-c--list__content__button {
    text-align: left;
  }
  .lp-c--list__content__button .btn {
    width: 100%;
    text-align: center;
  }
}

.lp-c--form-sm {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #2259DA;
  position: relative;
}
.lp-c--form-sm__form {
  width: calc(100% - 48px);
  max-width: 1140px;
  padding: 72px 0 56px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .lp-c--form-sm__form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lp-c--form-sm__form {
    padding: 40px 16px;
  }
}
.lp-c--form-sm__form__wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 56px;
}
@media (max-width: 1023px) {
  .lp-c--form-sm__form__wrapper {
    margin: 0 24px;
    width: calc(100% - 48px);
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper {
    margin: 0;
    width: 100%;
  }
}
.lp-c--form-sm__form__wrapper__header {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__header {
    width: 100%;
  }
}
.lp-c--form-sm__form__wrapper__header h2 {
  margin: 0 0 24px auto;
  padding: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: -3%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__header h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
.lp-c--form-sm__form__wrapper__header h2 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--form-sm__form__wrapper__header p {
  max-width: 380px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__header p {
    max-width: 100%;
  }
}
.lp-c--form-sm__form__wrapper__cf7 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background: #F9A90C;
  color: #FFFFFF;
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .wpcf7-response-output {
    padding: 12px;
    width: 100%;
    margin: 12px 0 0 0;
  }
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row--full {
  grid-column: 1/-1;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner {
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner h3 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-image .file {
  background-image: url("../images/icon-file-orange.svg");
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-icon-remove::after {
  background-image: url("../images/icon_close_white.svg");
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details {
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details .name {
  color: #FFFFFF;
  font-weight: 600;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details em {
  font-weight: 400;
  color: #F9A90C;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-counter {
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .mfcf7-zl-multifile-name {
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .button {
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .button:hover {
  background-color: #F4F5F6;
  color: #2259DA;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row p {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .optional {
  display: inline-block !important;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  color: #F9A90C;
  margin: 10px 0 0 0;
  padding: 0;
  background: transparent;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-not-valid-tip::after {
  display: none;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::file-selector-button {
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::-ms-browse {
  background-color: #FFFFFF;
  color: #2259DA;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::file-selector-button:hover {
  background-color: #F4F5F6;
  color: #2259DA;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  line-height: 15px;
  display: inline-block;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before, .lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  transition: all 0.2s;
  border-radius: 3px;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  background-image: url("../images/icon_check_blue.svg");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: none;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
  text-decoration: underline;
  color: #F9A90C;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .form-input {
  width: 100%;
  border: 1px solid #FFFFFF;
  background: #2259DA;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  padding: 12px;
  margin: 0;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .form-input::placeholder {
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .form-input.wpcf7-not-valid {
  border: 1px solid #F9A90C;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .form-input-hidden {
  display: none;
  visibility: hidden;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label a {
  font-weight: 600;
  color: #FFFFFF;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label a:hover {
  text-decoration: underline;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-note {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-note p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  color: #F9A90C;
  position: relative;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-submit {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-submit--full {
  grid-column: 1/-1;
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-submit .btn-lp-primary {
  color: #2259DA;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: unset;
}
@media (max-width: 767px) {
  .lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-submit .btn-lp-primary {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.lp-c--form-sm__form__wrapper__cf7 form.wpcf7-form .form-row-submit .wpcf7-spinner {
  display: none;
}

.lp-c--form {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 500px 0 0 0;
  background-color: #2259DA;
  position: relative;
}
@media (max-width: 1023px) {
  .lp-c--form {
    padding: 306px 0 0 0;
  }
}
.lp-c--form__img {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .lp-c--form__img {
    width: 100%;
    height: 294px;
  }
}
.lp-c--form__form {
  width: calc(100% - 48px);
  max-width: 1140px;
  padding: 56px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-c--form__form {
    width: 100%;
    padding: 40px 16px;
  }
}
.lp-c--form__form__wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media (max-width: 1023px) {
  .lp-c--form__form__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper {
    gap: 32px;
  }
}
.lp-c--form__form__wrapper__header {
  width: 460px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
@media (max-width: 1023px) {
  .lp-c--form__form__wrapper__header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper__header {
    width: 100%;
  }
}
.lp-c--form__form__wrapper__header h2 {
  margin: 0 0 24px auto;
  padding: 0;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2em;
  letter-spacing: -3%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper__header h2 {
    font-size: 32px;
    line-height: 1.2em;
  }
}
.lp-c--form__form__wrapper__header h2 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--form__form__wrapper__header p {
  max-width: 380px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper__header p {
    max-width: 100%;
  }
}
.lp-c--form__form__wrapper__cf7 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  background: #F9A90C;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper__cf7 form.wpcf7-form .wpcf7-response-output {
    padding: 12px;
    width: 100%;
    margin: 12px 0 0 0;
  }
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner {
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner h3 {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .codedropz-upload-inner a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-image .file {
  background-image: url("../images/icon-file-orange.svg");
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-icon-remove::after {
  background-image: url("../images/icon_close_white.svg");
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details {
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details .name {
  color: #FFFFFF;
  font-weight: 600;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-details em {
  font-weight: 400;
  color: #F9A90C;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .dnd-upload-counter {
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .mfcf7-zl-multifile-name {
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .button {
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .button:hover {
  background-color: #F4F5F6;
  color: #2259DA;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row p {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .optional {
  display: inline-block !important;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  color: #F9A90C;
  margin: 10px 0 0 0;
  padding: 0;
  background: transparent;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-not-valid-tip::after {
  display: none;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::file-selector-button {
  background-color: #FFFFFF;
  color: #2259DA;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::-ms-browse {
  background-color: #FFFFFF;
  color: #2259DA;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row input[type=file]::file-selector-button:hover {
  background-color: #F4F5F6;
  color: #2259DA;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  line-height: 15px;
  display: inline-block;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before, .lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  transition: all 0.2s;
  border-radius: 3px;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  border: 1px solid #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  background-image: url("../images/icon_check_blue.svg");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: none;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-acceptance label .wpcf7-list-item-label a:hover {
  text-decoration: underline;
  color: #F9A90C;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .form-input {
  width: 100%;
  border: 1px solid #FFFFFF;
  background: #2259DA;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  padding: 12px;
  margin: 0;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .form-input::placeholder {
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .form-input.wpcf7-not-valid {
  border: 1px solid #F9A90C;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .form-input-hidden {
  display: none;
  visibility: hidden;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label a {
  font-weight: 600;
  color: #FFFFFF;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row .wpcf7-list-item label a:hover {
  text-decoration: underline;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-note {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-note p {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  color: #F9A90C;
  position: relative;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-submit {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-submit .btn-lp-primary {
  color: #2259DA;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: unset;
}
@media (max-width: 767px) {
  .lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-submit .btn-lp-primary {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.lp-c--form__form__wrapper__cf7 form.wpcf7-form .form-row-submit .wpcf7-spinner {
  display: none;
}

.lp-c--benefits {
  padding: 55px 0 0 0;
  position: relative;
  z-index: 0;
  background: #FBFBFB;
}
@media (max-width: 767px) {
  .lp-c--benefits {
    padding: 16px 0 0 0;
  }
}
.lp-c--benefits .container {
  width: 92%;
  max-width: 1296px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 40px;
}
.lp-c--benefits__heading {
  width: 599px;
  flex-shrink: 0;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lp-c--benefits__heading {
    width: 100%;
    margin: 0 auto;
  }
}
.lp-c--benefits__heading h2 {
  margin: 0 auto 0 auto;
  padding: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: -2%;
  color: #121619;
}
@media (max-width: 767px) {
  .lp-c--benefits__heading h2 {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: -3%;
  }
}
.lp-c--benefits__heading h2 strong {
  font-weight: 600;
  color: #F9A90C;
}
.lp-c--benefits__content {
  width: 100%;
  margin: 0 auto;
  color: #121619;
}
@media (max-width: 767px) {
  .lp-c--benefits__content {
    width: 100%;
  }
}
.lp-c--benefits__content ul {
  list-style-type: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .lp-c--benefits__content ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 639px) {
  .lp-c--benefits__content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.lp-c--benefits__content ul li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lp-c--benefits__content ul li figure {
  width: 72px;
  height: 72px;
  border-radius: 55%;
  background: #2259DA;
  margin: 0 auto 16px auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .lp-c--benefits__content ul li figure {
    width: 56px;
    height: 56px;
  }
}
.lp-c--benefits__content ul li figure img {
  max-width: 42px;
  max-height: 42px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .lp-c--benefits__content ul li figure img {
    width: 31px;
    height: 31px;
  }
}
.lp-c--benefits__content ul li h4 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #121619;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -3%;
}
@media (max-width: 767px) {
  .lp-c--benefits__content ul li h4 {
    font-size: 18px;
  }
}
.lp-c--benefits__content ul li p {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
  color: #121619;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -3%;
}
@media (max-width: 767px) {
  .lp-c--benefits__cta {
    width: 100%;
    text-align: center;
  }
  .lp-c--benefits__cta .btn {
    width: 100%;
    text-align: center;
  }
}

body.lp-training.modal-open {
  overflow: hidden;
  height: 100vh;
}

body.lp-training,
body.page-template-page-calculator {
  font-family: "Source Sans 3", sans-serif;
  color: #121619;
}
body.lp-training h1,
body.lp-training h2,
body.lp-training h3,
body.lp-training h4,
body.lp-training h5,
body.lp-training h6,
body.lp-training p,
body.lp-training a,
body.lp-training span,
body.page-template-page-calculator h1,
body.page-template-page-calculator h2,
body.page-template-page-calculator h3,
body.page-template-page-calculator h4,
body.page-template-page-calculator h5,
body.page-template-page-calculator h6,
body.page-template-page-calculator p,
body.page-template-page-calculator a,
body.page-template-page-calculator span {
  font-family: "Source Sans 3", sans-serif;
}
body.lp-training .lp-c p,
body.page-template-page-calculator .lp-c p {
  font-family: "Roboto", sans-serif;
}
body.lp-training .lp-c .btn span,
body.page-template-page-calculator .lp-c .btn span {
  font-weight: 500;
}
body.lp-training .btn-lp-primary,
body.page-template-page-calculator .btn-lp-primary {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-weight: 400;
  background: #F9A90C;
  color: #121619;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-primary,
  body.page-template-page-calculator .btn-lp-primary {
    padding: 8px 18px;
  }
}
body.lp-training .btn-lp-primary::after,
body.page-template-page-calculator .btn-lp-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2259DA;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-primary::before,
body.page-template-page-calculator .btn-lp-primary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #2259DA;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-primary span,
body.page-template-page-calculator .btn-lp-primary span {
  position: relative;
  z-index: 2;
}
body.lp-training .btn-lp-primary:hover,
body.page-template-page-calculator .btn-lp-primary:hover {
  color: #FFFFFF;
}
body.lp-training .btn-lp-primary:hover::after, body.lp-training .btn-lp-primary:hover::before,
body.page-template-page-calculator .btn-lp-primary:hover::after,
body.page-template-page-calculator .btn-lp-primary:hover::before {
  width: 55%;
}
body.lp-training .btn-lp-primary:hover::after,
body.page-template-page-calculator .btn-lp-primary:hover::after {
  left: -2%;
}
body.lp-training .btn-lp-primary:hover::before,
body.page-template-page-calculator .btn-lp-primary:hover::before {
  right: -2%;
}
body.lp-training .btn-lp-primary.btn-outlink span,
body.page-template-page-calculator .btn-lp-primary.btn-outlink span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
body.lp-training .btn-lp-primary.btn-outlink span::after,
body.page-template-page-calculator .btn-lp-primary.btn-outlink span::after {
  content: "";
  position: relative;
  width: 24px;
  height: 7px;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s;
  background: url("../images/icon_link-arrow.svg") no-repeat center center;
  background-size: contain;
}
body.lp-training .btn-lp-primary.btn-outlink:hover span::after,
body.page-template-page-calculator .btn-lp-primary.btn-outlink:hover span::after {
  content: "";
  position: relative;
  width: 24px;
  height: 7px;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s;
  background: url("../images/icon_link-arrow_white.svg") no-repeat center center;
  background-size: contain;
}
body.lp-training .btn-lp-secondary,
body.page-template-page-calculator .btn-lp-secondary {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-weight: 400;
  background: #2259DA;
  color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-secondary,
  body.page-template-page-calculator .btn-lp-secondary {
    padding: 8px 18px;
  }
}
body.lp-training .btn-lp-secondary::after,
body.page-template-page-calculator .btn-lp-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F9A90C;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-secondary::before,
body.page-template-page-calculator .btn-lp-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #F9A90C;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-secondary span,
body.page-template-page-calculator .btn-lp-secondary span {
  position: relative;
  z-index: 2;
}
body.lp-training .btn-lp-secondary:hover,
body.page-template-page-calculator .btn-lp-secondary:hover {
  color: #121619;
}
body.lp-training .btn-lp-secondary:hover::after, body.lp-training .btn-lp-secondary:hover::before,
body.page-template-page-calculator .btn-lp-secondary:hover::after,
body.page-template-page-calculator .btn-lp-secondary:hover::before {
  width: 55%;
}
body.lp-training .btn-lp-secondary:hover::after,
body.page-template-page-calculator .btn-lp-secondary:hover::after {
  left: -2%;
}
body.lp-training .btn-lp-secondary:hover::before,
body.page-template-page-calculator .btn-lp-secondary:hover::before {
  right: -2%;
}
body.lp-training .btn-lp-outline,
body.page-template-page-calculator .btn-lp-outline {
  display: inline-block;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-outline,
  body.page-template-page-calculator .btn-lp-outline {
    padding: 10px 18px;
  }
}
body.lp-training .btn-lp-outline::after,
body.page-template-page-calculator .btn-lp-outline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-outline::before,
body.page-template-page-calculator .btn-lp-outline::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-outline span,
body.page-template-page-calculator .btn-lp-outline span {
  position: relative;
  z-index: 2;
}
body.lp-training .btn-lp-outline:hover,
body.page-template-page-calculator .btn-lp-outline:hover {
  color: #2259DA;
}
body.lp-training .btn-lp-outline:hover::after, body.lp-training .btn-lp-outline:hover::before,
body.page-template-page-calculator .btn-lp-outline:hover::after,
body.page-template-page-calculator .btn-lp-outline:hover::before {
  width: 55%;
}
body.lp-training .btn-lp-outline:hover::after,
body.page-template-page-calculator .btn-lp-outline:hover::after {
  left: -2%;
}
body.lp-training .btn-lp-outline:hover::before,
body.page-template-page-calculator .btn-lp-outline:hover::before {
  right: -2%;
}
body.lp-training .btn-lp-outline-blue,
body.page-template-page-calculator .btn-lp-outline-blue {
  display: inline-block;
  padding: 13px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-weight: 400;
  border: 1px solid #2259DA;
  color: #2259DA;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-outline-blue,
  body.page-template-page-calculator .btn-lp-outline-blue {
    padding: 10px 18px;
  }
}
body.lp-training .btn-lp-outline-blue::after,
body.page-template-page-calculator .btn-lp-outline-blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2259DA;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-outline-blue::before,
body.page-template-page-calculator .btn-lp-outline-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #2259DA;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-outline-blue span,
body.page-template-page-calculator .btn-lp-outline-blue span {
  position: relative;
  z-index: 2;
}
body.lp-training .btn-lp-outline-blue:hover,
body.page-template-page-calculator .btn-lp-outline-blue:hover {
  color: #FFFFFF;
}
body.lp-training .btn-lp-outline-blue:hover::after, body.lp-training .btn-lp-outline-blue:hover::before,
body.page-template-page-calculator .btn-lp-outline-blue:hover::after,
body.page-template-page-calculator .btn-lp-outline-blue:hover::before {
  width: 55%;
}
body.lp-training .btn-lp-outline-blue:hover::after,
body.page-template-page-calculator .btn-lp-outline-blue:hover::after {
  left: -2%;
}
body.lp-training .btn-lp-outline-blue:hover::before,
body.page-template-page-calculator .btn-lp-outline-blue:hover::before {
  right: -2%;
}
body.lp-training .btn-lp-download,
body.page-template-page-calculator .btn-lp-download {
  width: auto;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-download,
  body.page-template-page-calculator .btn-lp-download {
    padding: 8px 18px;
  }
}
body.lp-training .btn-lp-download::after,
body.page-template-page-calculator .btn-lp-download::after {
  content: "";
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s;
  background: url("../images/icon-download_blue.svg") no-repeat center center;
}
body.lp-training .btn-lp-download span,
body.page-template-page-calculator .btn-lp-download span {
  color: #2259DA;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
}
body.lp-training .btn-lp-download:hover::before,
body.page-template-page-calculator .btn-lp-download:hover::before {
  opacity: 1;
}
body.lp-training .btn-lp-download:hover span,
body.page-template-page-calculator .btn-lp-download:hover span {
  color: #121619;
}
body.lp-training .btn-lp-download:hover span::after,
body.page-template-page-calculator .btn-lp-download:hover span::after {
  background: #F9A90C;
}
body.lp-training .btn-lp-download--blue,
body.page-template-page-calculator .btn-lp-download--blue {
  display: inline-block;
  padding: 7px 24px 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-weight: 400;
  background: #2259DA;
  color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1295px) {
  body.lp-training .btn-lp-download--blue,
  body.page-template-page-calculator .btn-lp-download--blue {
    padding: 8px 18px;
  }
}
body.lp-training .btn-lp-download--blue::after,
body.page-template-page-calculator .btn-lp-download--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F9A90C;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-download--blue::before,
body.page-template-page-calculator .btn-lp-download--blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #F9A90C;
  z-index: 1;
  transition: all 0.3s;
}
body.lp-training .btn-lp-download--blue span,
body.page-template-page-calculator .btn-lp-download--blue span {
  position: relative;
  z-index: 2;
}
body.lp-training .btn-lp-download--blue span::after,
body.page-template-page-calculator .btn-lp-download--blue span::after {
  content: "";
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: all 0.3s;
  background: url("../images/icon-download_white.svg") no-repeat center center;
}
body.lp-training .btn-lp-download--blue:hover::after, body.lp-training .btn-lp-download--blue:hover::before,
body.page-template-page-calculator .btn-lp-download--blue:hover::after,
body.page-template-page-calculator .btn-lp-download--blue:hover::before {
  width: 55%;
}
body.lp-training .btn-lp-download--blue:hover::after,
body.page-template-page-calculator .btn-lp-download--blue:hover::after {
  left: -2%;
}
body.lp-training .btn-lp-download--blue:hover::before,
body.page-template-page-calculator .btn-lp-download--blue:hover::before {
  right: -2%;
}
