.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #222;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.container {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section {
  max-width: 1440px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 16px;
  display: flex;
}

.section.hero {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-top: 0;
  overflow: visible;
}

.section.modules {
  padding-left: 50px;
  padding-right: 50px;
}

.section.carousel {
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.header {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.header-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.header-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-menu_item {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}

.header-menu_item.hover-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: color .2s;
}

.header-menu_item.hover-link:hover {
  color: #eb6044;
}

.header-menu_item.hover-link:active {
  color: #cd4226;
}

.phone-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #222;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.phone-link:hover {
  color: #eb6044;
}

.icon {
  display: flex;
}

.icon.burger-menu {
  display: none;
}

.phone-link-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #eb6044;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  display: flex;
}

.button:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ff7458;
  border: 1px solid #eb6044;
}

.button:active {
  background-color: #cd4226;
}

.button.header-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 0 32px 8px rgba(235, 96, 68, .3);
}

.button.secondary-button {
  color: #212121;
  background-color: #fff;
  border: 1px solid #eb6044;
  transition: border-width .2s, box-shadow .2s, transform .2s, background-color .2s;
}

.button.secondary-button:hover {
  background-color: rgba(235, 96, 68, .1);
  box-shadow: inset 0 0 0 1px #eb6044;
}

.button.secondary-button:active {
  background-color: rgba(235, 96, 68, .3);
}

.button.mobile {
  display: none;
}

.section-head {
  max-width: 783px;
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-head.easm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-head.left {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  flex: 1;
  align-items: flex-start;
}

.section-head_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-head_text.left {
  text-align: left;
  align-items: flex-start;
}

.section-heading_buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.section-heading_buttons.left {
  justify-content: flex-start;
}

.hero-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.heading.left {
  text-align: left;
}

.heading.vunerabilities {
  font-size: 32px;
  line-height: 120%;
}

.subtext {
  opacity: .59;
  color: #222;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.subtext:active {
  color: #222;
}

.subtext.problems {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  font-size: 16px;
  display: flex;
}

.hero-image-content {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 100px rgba(235, 96, 68, .15);
}

.hero-partners {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.partner-image {
  flex: none;
}

.section-content-top {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-content-top.checks {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.section-content-top.shadow {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 64px 32px 64px 64px;
  box-shadow: 0 0 24px rgba(0, 0, 0, .2);
}

.section-content-top.shadow.vunerabilities {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-content-top.contact {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: center;
}

.section-content-top.easm {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
}

.section-content-top.problems, .section-content-top.scanning {
  flex-direction: column;
  align-items: center;
}

.problems-items {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.problem-item {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
  display: flex;
}

.problem-item_image {
  width: 80%;
  height: 170px;
}

.problem-item_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.problem-item_text-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.presentation-link {
  height: 85px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #222;
  border: 1px solid #cd635f;
  border-radius: 10px;
  justify-content: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: all .2s, box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 0 24px 4px rgba(0, 0, 0, .1);
}

.presentation-link:hover {
  background-color: #fdefec;
  box-shadow: inset 0 0 0 1px #eb6044, 0 0 24px 4px rgba(0, 0, 0, .1);
}

.presentation-link:active {
  background-color: #f9cfc7;
}

.presentation-link-text {
  text-align: left;
}

.presentation-link-text_heading {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.presentation-link-text_subtext {
  font-family: Manrope, sans-serif;
  font-size: 13px;
}

.easm-image.mobile {
  display: none;
}

.section-content-left {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.section-content-left.left {
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.checks-list {
  width: 830px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.checks-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.checks-list-item_text {
  padding-left: 16px;
  padding-right: 16px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.modules-image.mobile {
  display: none;
}

.vunerabilites-image {
  min-width: 33%;
  flex: 1;
  display: block;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.custom-checkbox-label {
  flex-wrap: nowrap;
  align-items: baseline;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.easm-contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: flex;
}

.contact-form-field {
  height: 56px;
  border: 1px #000;
  border-bottom: 1px solid rgba(33, 33, 33, .4);
  margin-bottom: 0;
  padding: 16px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  transition: border-color .2s;
}

.contact-form-field:focus {
  border-bottom-color: #eb6044;
}

.contact-form-field::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-form-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.link {
  color: #00b8ff;
}

.link:hover {
  color: #024bac;
}

.link.privacy {
  color: #eb6044;
  cursor: pointer;
  transition: color .2s;
}

.link.privacy:hover {
  color: #f56a4e;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox:hover {
  border-color: #eb6044;
  border-radius: 2px;
}

.checkbox.w--redirected-checked {
  background-color: #eb6044;
  border-color: #eb6044;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.input-fields {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.contact-form-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.submit-div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-right: 6px;
}

.footer {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-bottom: 32px;
  display: flex;
}

.footer-row {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 32px 70px;
  display: grid;
}

.footer-row._2 {
  border-top-style: none;
  border-bottom-style: none;
  grid-template-columns: 1fr 2.15fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-right: 0;
}

.logo {
  display: flex;
}

.footer-menu {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  display: flex;
}

.footer-menu-items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-menu-link {
  color: #222;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link:hover {
  color: #eb6044;
}

.credits {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}

.highlighted {
  color: rgba(34, 34, 34, .6);
}

.info {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.info-cookies {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.info-links {
  justify-content: space-between;
  align-items: center;
  padding-right: 70px;
  display: flex;
}

.info-link {
  color: #222;
  font-size: 13px;
  text-decoration: none;
}

.info-link.highlighted {
  opacity: .6;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  line-height: 150%;
  transition: opacity .2s;
}

.info-link.highlighted:hover {
  opacity: 1;
}

.info-link.l7 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.partner-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.hidden-menu {
  display: none;
}

.body {
  justify-content: center;
  font-family: Aldrich, sans-serif;
  font-weight: 400;
  display: flex;
}

.section-content-bottom {
  width: 100%;
}

.configs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.configs-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.configs-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f9ff;
  border: 1px solid #6f9be1;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.configs-item.config-input {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.configs-item.mobile {
  display: none;
}

.config-item-switch {
  width: 40px;
  height: 24px;
  background-color: #c3cae2;
  border-radius: 10000px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
  padding-bottom: 0;
  padding-left: 1px;
  display: flex;
}

.switch-circle-image {
  object-fit: fill;
  margin-left: -1px;
}

.config-item-text {
  color: #212121;
  text-align: center;
  font-family: Manrope, sans-serif;
}

.configs-item-input {
  width: 100%;
  max-height: 45.4688px;
  background-color: #fff;
  border: 1px solid #c2d0e5;
  border-radius: 10000px;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
}

.configs-item-input-placeholder {
  opacity: 0;
}

.config-item-input-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.hero-image-background {
  width: 100%;
  border-radius: 5px;
}

.hero-dashboard {
  width: 82%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 4.5%;
}

.dashboard-image {
  flex-direction: row;
  flex: 0 auto;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
}

.dashboard-image-row {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-background-wrapper {
  background-color: #fff;
}

.support-image {
  width: 50%;
  flex: none;
}

.hidden-checks {
  display: none;
}

.problems-item-subtext {
  font-size: 16px;
}

.embed-styles {
  width: 0;
  height: 0;
}

.footer_links_list {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.error-message {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-content-v2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: relative;
}

.problem_item_block {
  width: 100%;
  height: 218px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.res_vul {
  max-width: 1440px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 16px;
  display: none;
}

@media screen and (max-width: 479px) {
  .section {
    width: 100%;
    padding-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.problems {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.easm {
    padding-top: 50px;
  }

  .section.modules {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header {
    width: 100%;
  }

  .header-right {
    display: none;
  }

  .header-right.hidden {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .header-menu {
    display: none;
  }

  .header-menu.hidden {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .header-menu_item {
    width: 100%;
    text-align: center;
    border: 1px solid #eb6044;
    border-radius: 5px;
    padding: 20px 40px;
  }

  .icon.burger-menu {
    display: block;
  }

  .button {
    white-space: nowrap;
    flex: 1;
    justify-content: center;
    padding: 20px 0;
    font-size: 14px;
    line-height: 100%;
  }

  .button:hover {
    box-shadow: none;
    transform: none;
  }

  .button.header-button {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    box-shadow: none;
    flex: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.secondary-button.hidden {
    width: 100%;
    flex: 0 auto;
    font-weight: 400;
  }

  .button.support {
    width: 100%;
    justify-content: center;
  }

  .button.mobile {
    display: flex;
  }

  .button.hidden-checks-button {
    flex: 0 auto;
  }

  .section-head {
    align-items: stretch;
  }

  .section-head.problems {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-head.left {
    align-items: stretch;
  }

  .section-head_text.left {
    align-items: center;
  }

  .section-heading_buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    align-items: center;
  }

  .section-heading_buttons.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
  }

  .heading {
    text-align: center;
    white-space: normal;
    font-size: 32px;
  }

  .subtext {
    text-align: center;
    font-size: 18px;
  }

  .subtext.problems {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-direction: column;
    font-size: 16px;
    display: flex;
  }

  .hero-image-content {
    display: none;
  }

  .hero-partners {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  .partner-image {
    flex-direction: row;
    display: flex;
  }

  .section-content-top, .section-content-top.checks {
    flex-direction: column;
  }

  .section-content-top.shadow {
    box-shadow: none;
    flex-direction: column;
    padding: 0;
  }

  .section-content-top.shadow.vunerabilities {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-content-top.contact {
    align-items: stretch;
  }

  .problems-items {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    display: flex;
  }

  .problem-item {
    flex-direction: column;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .problem-item_image {
    width: auto;
  }

  .problem-item_text {
    width: auto;
    text-align: center;
  }

  .problem-item_text-heading {
    text-align: left;
    white-space: normal;
    font-weight: 400;
  }

  .presentation-link {
    justify-content: center;
  }

  .presentation-link-text_heading {
    white-space: nowrap;
  }

  .easm-image {
    display: none;
  }

  .easm-image.mobile {
    display: block;
  }

  .section-content-left.left {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .checks-list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .modules-image {
    display: none;
  }

  .modules-image.mobile {
    display: block;
  }

  .vunerabilites-image {
    width: 100%;
  }

  .checkbox-field {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .custom-checkbox-label {
    flex-wrap: wrap;
  }

  .contact-form-field {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .contact-form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .contact-form-field::placeholder {
    font-size: 14px;
  }

  .link {
    font-size: 15px;
    font-weight: 500;
  }

  .link.privacy {
    color: #eb6044;
    margin-left: 0;
    font-weight: 600;
  }

  .link.privacy:active {
    color: #da3d1d;
  }

  .checkbox {
    flex: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-form-wrapper {
    max-width: 100%;
  }

  .submit-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .checkbox-label {
    white-space: normal;
  }

  .footer-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .footer-row._2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-right: 12px;
  }

  .footer-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column wrap;
    flex: 1;
  }

  .footer-menu-items {
    flex-flow: wrap;
  }

  .footer-menu-items._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column wrap;
    flex: 1;
  }

  .footer-menu-link {
    flex: 0 auto;
    font-size: 16px;
  }

  .footer-menu-link.expanded {
    white-space: nowrap;
  }

  .info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .info-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .info-link.highlighted {
    font-weight: 400;
  }

  .info-link.l7 {
    text-align: right;
    white-space: nowrap;
    flex: 1;
  }

  .logo-link {
    flex: none;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .partner-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: none;
    display: flex;
  }

  .hidden-menu {
    z-index: 15;
    width: 100vw;
    height: 100vh;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hidden-menu-buttons {
    width: 100%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .configs-row {
    display: none;
  }

  .configs-row.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
  }

  .configs-row.hidden {
    flex-direction: column;
    display: flex;
  }

  .configs-item {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 16px;
  }

  .configs-item.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .config-item-text {
    text-align: left;
  }

  .configs-item-input-placeholder {
    opacity: 1;
  }

  .support-image {
    width: 100%;
  }

  .hidden-checks {
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hidden-checks-wrapper {
    width: 100%;
    height: 80%;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 12px;
    display: flex;
  }

  .hidden-checks-content {
    max-height: 88%;
    overflow: auto;
  }

  .problems-item-subtext {
    font-size: 16px;
  }

  .footer_links_list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .res_vul {
    width: 100%;
    padding-top: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-_80b95994-06d3-4516-db2a-7a1efb2681c1-f2616898 {
  justify-self: end;
}


