* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.custom-footer {
  background: #141313;
  position: relative;
  padding: 24px 49px 67px 48px;
  /* min-height: 788px; */
  font-family: Inter;
}

.custom-footer .subscribe-section {
  margin: 32px 50px 50px 51px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.custom-footer .subscribe-section-left h3 {
  line-height: 67px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 32px;
}
.custom-footer .subscribe-section-left,
.custom-footer .subscribe-section-right {
  width: 50%;
  height: 67px;
}
.custom-footer .subscribe-section-right {
  position: relative;
}
.custom-footer .subscribe-section-form {
  width: 100%;
  height: 100%;
  background-color: #343332;
  border-radius: 10px;
  display: flex;
}
.custom-footer .subscribe-section-form input {
  border: none;
  opacity: 80%;
}
.custom-footer .subscribe-section-email-field_error {
  color: #FF221C;
  position: absolute;
  bottom: -20px;
  left: 30px;
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
}
.custom-footer .feedback_email_error {
  top: 112px;
  left: 30px;
}
.custom-footer .feedback_goals_error {
  bottom: 57px;
  left: 30px;
}
.custom-footer .feedback_email_error,
.custom-footer .feedback_goals_error {
  color: #FF221C;
  position: absolute;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
  /* display: none; */
}
.custom-footer .subscribe-section-email-field {
  width: inherit;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #F2F2F2;
  background-color: #343332;
  padding-left: 30px;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 500;
}
.custom-footer .subscribe-section-email-submit {
  width: 120px;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2078BD;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.custom-footer .company-info-section {
  border-top: 1px solid #908F8F;
  border-bottom: 1px solid #908F8F;
  padding: 24px;
  height: 491px;
  margin: 0 50px 24px 50px;
  display: flex;
  justify-content: space-between;
}
.custom-footer .company-info-section-block-1,
.custom-footer .company-info-section-block-2,
.custom-footer .company-info-section-block-3 {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
}
.custom-footer .company-info-section-2block-wrapper {
  background-color: #b91971;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.custom-footer .company-info-section-block-1 h4,
.custom-footer .company-info-section-block-2 h4,
.custom-footer .company-info-section-block-3 h4 {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 21px;
  line-height: 25.41px;
}
.custom-footer .company-info-section-block-1 h4,
.custom-footer .company-info-section-block-2 h4 {
  margin-top: 12px;
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-1 p,
.custom-footer .company-info-section-block-2 p,
.custom-footer .company-info-section-block-3 p {
  color: white;
  opacity: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
}
.custom-footer .company-info-section-block-1 ul,
.custom-footer .company-info-section-block-2 ul {
  padding-left: 0px;
}
.custom-footer .company-info-section-block-1 li,
.custom-footer .company-info-section-block-2 li {
  list-style: none;
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-1 a,
.custom-footer .company-info-section-block-2 a,
.custom-footer .company-info-section-block-3 a {
  color: white;
  opacity: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  text-decoration: none;
  margin-bottom: 13px;
}
.custom-footer .company-info-section-block-2-col-1-subblock a p:first-child {
  opacity: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 14.52px;
}
.custom-footer .company-info-section-block-1 p {
  margin-bottom: 13px;
}
.custom-footer .company-info-section-block-1-col-1 p:last-child {
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-1-col-2 p:last-child {
  margin-bottom: 24px;
}
.custom-footer .company-info-section-block-2 p {
  margin-bottom: 11px;
}
.custom-footer .company-info-section-block-1 {
  width: 320px;
}
.custom-footer .company-info-section-block-2 {
  width: 290px;
}
.custom-footer .company-info-section-block-3 {
  width: 350px;
  height: 400px;
  background-color: #2B2B2B;
  padding: 24px 24px 24px 24px;
  border-radius: 10px;
  position: relative;
}
.custom-footer .company-info-section-block-3 h4 {
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-2-col-1-subblock {
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-2-col-1-subblock p:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  margin-bottom: 4px;
}
.custom-footer .company-info-section-block-2-col-1-subblock p:last-child {
  opacity: 80%;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
}
.custom-footer .company-info-section-block-2-col-2 p {
  margin-bottom: 0;
  margin-left: 8px;
}
.custom-footer .company-info-section-block-2-col-2-subblock {
  display: flex;
  height: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.custom-footer .company-info-section-block-2-col-2-subblock-email {
  color: #F2F2F2;
  opacity: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
}
.custom-footer .subscribe-section-feedback-form {
  width: 100%;
  height: 100%;
  background-color: #2B2B2B;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.custom-footer .subscribe-section-feedback-form input {
  border: 1px solid #908F8F;
  background-color: #2B2B2B;
  border-radius: 10px;
  opacity: 80%;
  color: #F2F2F2;
}
.custom-footer .subscribe-section-feedback-form textarea {
  opacity: 80%;
  color: #F2F2F2;
}
.custom-footer .subscribe-section-feedback-email-field {
  padding: 14px 18.31px;
  line-height: 17px;
  width: 100%;
  color: white;
}
.custom-footer .subscribe-section-feedback-about-field {
  height: 102px;
  width: 100%;
  border: 1px solid #908F8F;
  background-color: #2B2B2B;
  border-radius: 10px;
  margin: 16px 0;
  padding: 16px;
  color: white;
  font-family: "Inter";
}
.custom-footer .subscribe-section-feedback-email-submit {
  width: 100%;
  background-color: #2078BD !important;
  color: #FFFFFF;
  border: none !important;
  padding: 12px 0;
  line-height: 19.36px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.custom-footer .company-info-bottom {
  margin: 0 50px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-footer .company-info-bottom p {
  color: white;
  font-size: 16px;
  line-height: 19.36px;
  font-weight: 400;
}
.custom-footer .subscribe-section-form input:is(:focus, :active, :visited, :focus-visible) {
  opacity: 100% !important;
  outline: none;
}
.custom-footer .subscribe-section-feedback-form input:is(:focus, :active, :visited) {
  opacity: 100% !important;
  outline: none;
}
.custom-footer .subscribe-section-feedback-form textarea:is(:focus, :active, :visited) {
  opacity: 100% !important;
  outline: none;
}
.custom-footer .mobile-icon-block {
  display: none;
}
.custom-footer .big-width {
  display: none;
}
.custom-footer .mobile-copy-right {
  display: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-bg: #2B2B2B;
  --main-text: #F2F2F2;
  --gray: #908F8F;
  /* --blue: #2078BD;
  --white: #FFFFFF; */
}

#pop-up1.wrapper {
  width: 495px;
  height: 261px;
  position: relative;
  background-color: var(--main-bg);
  gap: 8px;
  font-family: inter;
}

#pop-up1 {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 10px;
}

#pop-up1.col {
  display: flex;
  flex-direction: column;
}
#pop-up1.center {
  justify-content: center;
  align-items: center;
}
#pop-up1 .pop-up1-title, #pop-up1 .pop-up1-content, #pop-up1 .exit {
  color: #F2F2F2;
}
#pop-up1 .pop-up1-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 31.47px;
}
#pop-up1 .pop-up1-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.78px;
}
#pop-up1 .close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --main-bg: #2B2B2B;
  --main-text: #F2F2F2;
  --gray: #908F8F;
  --input-bg: #2B2A2A;
  --blue: #2078BD;
  /*--white: #FFFFFF; */
}

#pop-up2.wrapper {
  width: 495px;
  height: 585px;
  background-color: var(--main-bg);
  font-family: inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
}

#pop-up2 {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 20;
  border-radius: 10px;
  padding: 50px 100px 100px 100px;
}

#pop-up2 .col {
  display: flex;
  flex-direction: column;
}
#pop-up2 .center {
  /* justify-content: center; */
  align-items: center;
}
#pop-up2 .title, #pop-up2 .content, #pop-up2 .exit {
  color: var(--main-text);
  height: 55px;
}
#pop-up2 .title {
  font-weight: 500;
  font-size: 26px;
  line-height: 31.47px;
  border-bottom: 1px solid var(--gray);
  width: 100%;
  text-align: center;
  margin-bottom: 34px;
}
#pop-up2 .content {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#pop-up2 #last_step_popup-form :not(:last-child) {
  margin-bottom: 24px;
}
#pop-up2 .close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
#pop-up2 input {
  width: 100%;
  height: 50px;
  background-color: var(--input-bg);
  border: 1px solid var(--gray);
  border-radius: 10px;
  color: var(--main-text) !important;
  opacity: 80%;
  padding: 16px;
  font-size: 14px !important;
}
#pop-up2 #pop-up2.wrapper input:is(:focus, :active, :focus-visible) {
  color: white !important;
  outline: none;
  opacity: 100%;
}
#pop-up2 select:is(:focus, :active, :focus-visible) {
  outline: none;
  box-shadow: none;
  opacity: 100%;
}
#pop-up2 select:is(:focus, :active, :focus-visible) svg {
  transform: rotate(180deg);
}
#pop-up2 select {
  width: 100%;
  height: 50px;
  background-color: var(--input-bg) !important;
  border: 1px solid var(--gray) !important;
  border-radius: 10px !important;
  opacity: 80%;
  font-family: inter;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 16.94px;
  padding: 16px;
  color: var(--main-text) !important;
  /* Arrow  */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='none' height='11' viewBox='0 0 20 11' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M17.6213 0.770972C17.7087 0.684415 17.8116 0.616747 17.924 0.571831C18.0365 0.526915 18.1563 0.505631 18.2765 0.509194C18.3968 0.512758 18.5153 0.541099 18.6251 0.5926C18.7349 0.644101 18.834 0.717752 18.9167 0.809349C18.9993 0.900946 19.0639 1.0087 19.1068 1.12644C19.1497 1.24419 19.17 1.36964 19.1666 1.49561C19.1632 1.62158 19.1362 1.74562 19.087 1.86065C19.0378 1.97567 18.9675 2.07942 18.88 2.16598L10.6349 10.3211C10.4648 10.4895 10.2396 10.5833 10.0055 10.5833C9.77139 10.5833 9.54619 10.4895 9.37609 10.3211L1.13001 2.16598C1.04064 2.07999 0.968462 1.97626 0.917686 1.86082C0.866909 1.74537 0.838543 1.62051 0.834234 1.49349C0.829926 1.36647 0.84976 1.23981 0.892584 1.12089C0.93541 1.00196 1.00037 0.89313 1.0837 0.800717C1.16702 0.708305 1.26705 0.634153 1.37798 0.582568C1.4889 0.530984 1.6085 0.502995 1.72984 0.500227C1.85118 0.49746 1.97183 0.519969 2.08479 0.566447C2.19775 0.612926 2.30077 0.682447 2.38786 0.770972L10.0055 8.30437L17.6213 0.770972Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 18px;
}
#pop-up2 button {
  width: 100%;
  height: 50px;
  background-color: var(--blue);
  border: none;
  cursor: pointer;
  color: white !important;
  border-radius: 10px;
  font-size: 14px !important;
}

@media (max-width: 576px) {
  .custom-footer {
    padding: 16px;
  }
  .custom-footer .subscribe-section-left {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    height: 25px;
  }
  .custom-footer .subscribe-section-left > h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
  }
  .custom-footer .subscribe-section-right {
    width: 100%;
    height: 61px;
  }
  .custom-footer .subscribe-section {
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .custom-footer .company-info-section {
    padding: 0;
    margin: 0;
    height: auto;
    flex-direction: column;
    text-align: center;
  }
  .custom-footer .company-info-section-block-1 {
    order: 2;
  }
  .custom-footer .company-info-section-block-2 {
    order: 3;
  }
  .custom-footer .company-info-section-block-2,
  .custom-footer .company-info-section-block-1 {
    height: 100%;
    width: 100%;
  }
  .custom-footer .company-info-section-block-3 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 8px;
    order: 1;
  }
  .custom-footer .company-info-section-2block-wrapper {
    background-color: #2078BD;
  }
  .custom-footer .company-info-section-block-2-col-2-subblock {
    display: flex;
    height: 20px;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
  }
  .custom-footer .mobile-icon-block {
    display: flex;
    margin: 40px 0;
    justify-content: center;
  }
  .custom-footer .company-info-bottom {
    margin-top: 40px;
    text-align: center !important;
  }
  .custom-footer .company-info-bottom > div:first-of-type {
    display: none;
  }
  #pop-up2.wrapper {
    width: 100%;
  }
  #pop-up2 .content {
    padding: 0;
  }
  .custom-footer .company-info-section-block-1 a {
    padding: 15px;
    font-size: 15px;
  }
  .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .company-info-section-block-2-col-2-subblock a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .custom-footer .company-info-bottom {
    justify-content: center !important;
  }
  .mobile-copy-right {
    display: block !important;
  }
  .desktop-copy-right {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .custom-footer {
    padding: 50px 71px 40px 66px;
  }
  .custom-footer .subscribe-section-left {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    height: 25px;
  }
  .custom-footer .subscribe-section-left > h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
  }
  .custom-footer .subscribe-section-right {
    width: 100%;
    height: 61px;
  }
  .custom-footer .subscribe-section {
    flex-direction: column;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
  }
  .custom-footer .company-info-section {
    padding: 0;
    margin: 0;
    height: auto;
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }
  .custom-footer .company-info-section-block-1 {
    order: 1;
    padding: 12px 12px 0 11.5px;
  }
  .custom-footer .company-info-section-block-2 {
    order: 2;
    padding: 12px 11.5px 0 12px;
  }
  .custom-footer .company-info-section-block-2,
  .custom-footer .company-info-section-block-1 {
    height: 100%;
    width: 50%;
  }
  .custom-footer .company-info-section-block-3 {
    width: 100%;
    margin-top: 24px;
    order: 3;
    margin-bottom: 36px;
  }
  .custom-footer .company-info-section-2block-wrapper {
    background-color: #2078BD;
  }
  .custom-footer .company-info-section-block-2-col-2-subblock {
    height: 20px;
    margin-bottom: 8px;
  }
  .custom-footer .company-info-section-block-2-col-2 {
    margin-bottom: 36px;
  }
  .custom-footer .company-info-bottom {
    width: 100%;
    margin-top: 49px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    text-align: center !important;
  }
  .custom-footer .company-info-section-block-2-col-2-subblock-email {
    width: 190px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
  }
  .custom-footer .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .custom-footer .company-info-section-block-1 a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .mobile-copy-right {
    display: block !important;
  }
  .desktop-copy-right {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .consumer-info {
    min-height: 330px;
  }
  .contact-section,
  .consumer-report {
    min-height: 130px;
  }
  .custom-footer .company-info-section-block-1 a {
    padding: 10px;
  }
  .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  footer .company-info-section-block-2-col-2-subblock,
  footer .consumer-info li,
  footer .offices-section li {
    margin-left: 8px;
  }
  .mobile-copy-right {
    display: block !important;
  }
  .desktop-copy-right {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .custom-footer .subscribe-section {
    padding: 50px;
    margin: 0;
    /* padding:0 24px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .custom-footer .subscribe-section-right {
    margin-top: 24px;
    width: 630px;
  }
  .custom-footer .subscribe-section-left {
    margin-top: 24px;
    width: 100%;
  }
  .custom-footer .custom-footer {
    background: #141313;
    position: relative;
    padding: 0px;
  }
  .custom-footer .company-info-section {
    margin: 0 24px;
  }
  .custom-footer .company-info-bottom {
    padding: 50px 0;
  }
  .custom-footer .company-info-section-block-1-col-2 {
    padding-bottom: 24px;
  }
  .custom-footer .company-info-section {
    height: auto;
  }
  .custom-footer .company-info-section-block-2,
  .custom-footer .company-info-section-block-1 {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 1920px) {
  .custom-footer {
    display: flex;
    justify-content: center;
  }
  .custom-footer .footer-wrapper {
    width: 1605px;
  }
  .custom-footer .company-info-section-block-1 {
    flex-wrap: wrap;
    width: 800px;
  }
  .custom-footer .big-width {
    display: block;
  }
  .custom-footer #company-info-section-block-2-col-2 {
    display: none;
  }
  .custom-footer .company-info-section {
    height: 450px;
  }
  .custom-footer .company-info-bottom {
    margin-top: 60px;
    margin-bottom: 43px;
    padding: 0 24px;
  }
  .custom-footer .custom-footer {
    padding-top: 64px;
    position: relative;
  }
}
@media (max-width: 576px) {
  .custom-footer .subscribe-section {
    flex-direction: column;
  }
  .company-info-section-block-2-col-2-subblock-email a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .company-info-section-block-2-col-2-subblock a {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
