/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 20px;
  display: none;
}
.slick-slide .embed-responsive {
  filter: blur(3px);
  transform: scale(0.6);
}
.slick-slide.slick-current .embed-responsive {
  transform: scale(1);
  filter: blur(0);
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  transform: scale(1.5);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow:hover {
  cursor: pointer;
}
.slick-arrow.prev-arrow img {
  transform: rotate(-180deg);
}

.player.player-tiny .vp-controls .play, .player.player-tiny .vp-controls .replay {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: #1D86D5;
}

.player .rounded-box {
  border-radius: 50% !important;
}

@font-face {
  font-family: "BradfordLLWeb";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("BradfordLLWeb-Regular"), url("/static/multisite/fonts/BradfordLL/BradfordLLWeb-Regular.494a19499b87.woff2") format("woff2"), url("/static/multisite/fonts/BradfordLL/BradfordLLWeb-Regular.6d6f8a5f1c33.woff") format("woff");
}
@font-face {
  font-family: "ABCDiatype";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("ABCDiatype-Regular"), url("/static/multisite/fonts/Diatype/ABCDiatype-Regular.089019129479.woff2") format("woff2"), url("/static/multisite/fonts/Diatype/ABCDiatype-Regular.07ee66a584c8.woff") format("woff"), url("/static/multisite/fonts/Diatype/ABCDiatype-Regular.b3269ba7613e.otf");
}
@font-face {
  font-family: "ABCDiatype";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("ABCDiatype-RegularItalic"), url("/static/multisite/fonts/Diatype/ABCDiatype-RegularItalic.e172cdd94737.woff2") format("woff2"), url("/static/multisite/fonts/Diatype/ABCDiatype-RegularItalic.5b0c79f6d934.woff") format("woff"), url("/static/multisite/fonts/Diatype/ABCDiatype-RegularItalic.577b2d840c28.otf");
}
@font-face {
  font-family: "ABCDiatype";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("ABCDiatype-Medium"), url("/static/multisite/fonts/Diatype/ABCDiatype-Medium.5a9fbcf4ef8f.woff2") format("woff2"), url("/static/multisite/fonts/Diatype/ABCDiatype-Medium.f1f59fdcde91.woff") format("woff"), url("/static/multisite/fonts/Diatype/ABCDiatype-Medium.263c4ea67ccf.otf");
}
@font-face {
  font-family: "ABCDiatype";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("ABCDiatype-Bold"), url("/static/multisite/fonts/Diatype/ABCDiatype-Bold.ac6aa1aae957.woff2") format("woff2"), url("/static/multisite/fonts/Diatype/ABCDiatype-Bold.991f72b29f33.woff") format("woff"), url("/static/multisite/fonts/Diatype/ABCDiatype-Bold.8ad6bdad4dc1.otf");
}
.ff-diatype {
  font-family: "ABCDiatype", sans-serif !important;
}

.ff-bradford {
  font-family: "BradfordLLWeb", sans-serif !important;
}

.text-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-green {
  color: #65DB6A !important;
}

.bg-green {
  background-color: #65DB6A !important;
}

.text-gray-900 {
  color: #3E3E3E !important;
}

.bg-gray-900 {
  background-color: #3E3E3E !important;
}

.text-gray-3 {
  color: #B9B9B9 !important;
}

.bg-gray-3 {
  background-color: #B9B9B9 !important;
}

.text-charcoal {
  color: #1B1B1B !important;
}

.bg-charcoal {
  background-color: #1B1B1B !important;
}

.text-cream {
  color: #FDF9F4 !important;
}

.bg-cream {
  background-color: #FDF9F4 !important;
}

.text-cream-1 {
  color: #FEFCFA !important;
}

.bg-cream-1 {
  background-color: #FEFCFA !important;
}

.text-secondary-blue {
  color: #9EDDDD !important;
}

.bg-secondary-blue {
  background-color: #9EDDDD !important;
}

.text-lime {
  color: #DFFFC2 !important;
}

.bg-lime {
  background-color: #DFFFC2 !important;
}

.text-yellow {
  color: #FFF59F !important;
}

.bg-yellow {
  background-color: #FFF59F !important;
}

.text-yellow-50p {
  color: rgba(255, 245, 159, 0.5) !important;
}

.bg-yellow-50p {
  background-color: rgba(255, 245, 159, 0.5) !important;
}

.text-error {
  color: #CD3824 !important;
}

.bg-error {
  background-color: #CD3824 !important;
}

.text-dark-gray {
  color: #989592 !important;
}

.bg-dark-gray {
  background-color: #989592 !important;
}

.text-dark-gray-2 {
  color: #EEE9E3 !important;
}

.bg-dark-gray-2 {
  background-color: #EEE9E3 !important;
}

.text-light-gray {
  color: #ECECEC !important;
}

.bg-light-gray {
  background-color: #ECECEC !important;
}

.text-light-gray-2 {
  color: #FBFBFB !important;
}

.bg-light-gray-2 {
  background-color: #FBFBFB !important;
}

.text-link-blue {
  color: #1774FF !important;
}

.bg-link-blue {
  background-color: #1774FF !important;
}

.text-blue-2 {
  color: #E9FCFC !important;
}

.bg-blue-2 {
  background-color: #E9FCFC !important;
}

.text-blue-3 {
  color: #CAF8F8 !important;
}

.bg-blue-3 {
  background-color: #CAF8F8 !important;
}

.text-blue-5 {
  color: #368C8B !important;
}

.bg-blue-5 {
  background-color: #368C8B !important;
}

.text-lime-1 {
  color: #EFFFE3 !important;
}

.bg-lime-1 {
  background-color: #EFFFE3 !important;
}

.text-gray-1 {
  color: #F8F8F8 !important;
}

.bg-gray-1 {
  background-color: #F8F8F8 !important;
}

.text-gray-4 {
  color: #68706D !important;
}

.bg-gray-4 {
  background-color: #68706D !important;
}

.text-gray-5 {
  color: #3C3C3C !important;
}

.bg-gray-5 {
  background-color: #3C3C3C !important;
}

.text-yellow-1 {
  color: #FFFDEE !important;
}

.bg-yellow-1 {
  background-color: #FFFDEE !important;
}

.text-yellow-2 {
  color: #FFFBD2 !important;
}

.bg-yellow-2 {
  background-color: #FFFBD2 !important;
}

.text-yellow-5 {
  color: #FDE83A !important;
}

.bg-yellow-5 {
  background-color: #FDE83A !important;
}

.text-green-4 {
  color: #207B28 !important;
}

.bg-green-4 {
  background-color: #207B28 !important;
}

.text-red-1 {
  color: #FFF9F8 !important;
}

.bg-red-1 {
  background-color: #FFF9F8 !important;
}

.text-red-2 {
  color: #EC9B92 !important;
}

.bg-red-2 {
  background-color: #EC9B92 !important;
}

.text-brand-green-1 {
  color: #DCFFDD !important;
}

.bg-brand-green-1 {
  background-color: #DCFFDD !important;
}

.text-brand-green-4 {
  color: #32C641 !important;
}

.bg-brand-green-4 {
  background-color: #32C641 !important;
}

.text-6e {
  color: #6e6e6e;
}

.text-6b {
  color: #6B7280;
}

.text-gray-4 {
  color: #68706D;
}

.text-half-black {
  color: rgba(0, 0, 0, 0.5);
}

.fill-white {
  fill: white !important;
}

.hide-btn-styles {
  border: none;
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
}

.btn, .btn_sky {
  min-width: 264px;
  padding: 14px 45px 14px 23px;
  color: #FFFFFF;
  background-color: #255BD6;
  border: none;
  border-radius: 25px;
  display: inline-flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  transition: background-color 0.4s;
  position: relative;
}
.btn::after, .btn_sky::after {
  content: url("/static/multisite/img/multisite/divorcecom/icons/btn-arrow.7a556d1b3035.svg");
  position: absolute;
  left: calc(100% - 37px);
  top: calc(50% - 10px);
}
.btn:hover, .btn:focus, .btn_sky:hover, .btn_sky:focus {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1C3054;
  outline: none;
  box-shadow: none;
}

.btn_square {
  border-radius: 5px;
  font-weight: 500;
}
.btn_sm {
  min-width: 176px;
}
.btn_orange {
  background-color: #FF6F1F;
  border: 1px solid #FF6F1F;
}
.btn_orange:focus, .btn_orange:hover, .btn_orange:focus-visible {
  background-color: #EA8143;
  border: 1px solid #EA8143;
}
.btn-secondary {
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
  color: #000000;
}
.btn-secondary-blue {
  border: 1px solid #1C3054;
  color: #1C3054;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.btn-secondary-blue:hover, .btn-secondary-blue:focus {
  background-color: inherit;
  color: inherit;
}
.btn-secondary::after {
  content: url("/static/multisite/img/multisite/divorcecom/icons/btn-arrow-black.81d623dd7058.svg");
}
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  background-color: #1C3054;
}
.btn-secondary:focus::after, .btn-secondary:hover::after, .btn-secondary:active::after {
  content: url("/static/multisite/img/multisite/divorcecom/icons/btn-arrow.7a556d1b3035.svg");
}
.btn-dark {
  background-color: #000000;
}
.btn-dark:active:focus {
  box-shadow: none;
}
.btn-w-315 {
  max-width: 315px !important;
}
.btn_dark {
  border-radius: 4px;
}
.btn_dark_radius-25 {
  border-radius: 25px;
}
.btn_dark {
  background-color: #000000 !important;
  color: #fff !important;
  border: 1px solid #000000 !important;
  padding: 16px 50px;
}
.btn_dark:hover, .btn_dark:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn_dark.btn_square {
  border: 1px solid #000000;
}
.btn_no-arrow {
  justify-content: center;
  padding: 14px 23px;
}
.btn_no-arrow::after, .btn_no-arrow:hover::after, .btn_no-arrow:focus::after {
  content: none !important;
}

.btn {
  min-width: 194px;
  padding: 16px 50px;
  background-color: #FFFFFF;
  border: 1px solid #1B1B1B;
  color: #1B1B1B;
  border-radius: 80px;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.btn::after {
  content: "" !important;
}
.btn:hover, .btn:focus {
  background-color: #FFFFFF;
  color: #1B1B1B;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.btn_white {
  background-color: #FFFFFF;
  border: 1px solid #1B1B1B;
  color: #1B1B1B;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  background-color: #ECECEC;
  border-color: #1B1B1B;
  color: #1B1B1B;
}
.btn_black {
  background-color: #1B1B1B;
  border: 1px solid #1B1B1B;
  color: #FFFFFF;
}
.btn_black:hover, .btn_black:focus, .btn_black:active {
  background-color: #4A4A4A;
  border-color: #4A4A4A;
  color: #FFFFFF;
}
.btn_green {
  background-color: #65DB6A;
  border: 1px solid #65DB6A;
  color: #1B1B1B;
}
.btn_green:hover, .btn_green:focus, .btn_green:active {
  background-color: #65DB6A;
  border-color: #65DB6A;
  color: #1B1B1B;
}
.btn:disabled, .btn.disabled {
  background-color: #989592;
  border-color: #1B1B1B;
  color: #FDF9F4;
}
.btn:disabled:hover, .btn:disabled:focus, .btn:disabled:active, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
  background-color: #989592;
  border-color: #1B1B1B;
  color: #FDF9F4;
}
.btn:focus {
  box-shadow: none;
}
.btn_social {
  color: #1C3054;
  background-color: #FFFFFF;
  padding: 10px;
  border: 1px solid #DADADA;
  border-radius: 5px;
  min-width: auto;
  transition: border-color 0.4s;
}
.btn_social:hover, .btn_social:focus {
  border-color: #65DB6A;
}
.btn_min-w-auto {
  min-width: auto;
}
.btn__affirm, .btn__applepay {
  min-height: 50px;
  border-radius: 5px;
  position: relative;
}
.btn__affirm::before, .btn__applepay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.btn__affirm {
  background-color: #4A4AF4;
  border: 1px solid #4A4AF4;
}
.btn__affirm::before {
  background: url("/static/multisite/img/multisite/divorcecom/affirm-pay-with.4b9b22f990d4.svg") center/130px 25px no-repeat;
}
.btn__affirm:hover, .btn__affirm:focus, .btn__affirm:active {
  background-color: #4A4AF4;
}
.btn__affirm-check-out::before {
  background: url("/static/multisite/img/multisite/divorcecom/affirm-check-out-with.2ac3fd802de1.svg") center calc(50% - 4px)/156px 18px no-repeat;
}
.btn__applepay {
  background-color: #FFFFFF;
  border: 1px solid #1B1B1B;
}
.btn__applepay::before {
  background: url("/static/multisite/img/multisite/divorcecom/applepay-pay-with.f0e18c523b1b.svg") center/122px 20px no-repeat;
}
.btn__applepay:hover, .btn__applepay:focus, .btn__applepay:active {
  background-color: #FFFFFF;
}
.btn_sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 8px;
  min-width: auto;
}

.profile-page-content .btn:not(.btn-default), .contact-support-page .btn:not(.btn-default), .parenting-class .parenting-class-form .btn:not(.btn-default) {
  min-width: 250px;
  min-height: 60px;
  align-items: center;
}

a.btn:hover {
  text-decoration: none !important;
}

.home-page .btn:focus, .home-page .btn:hover {
  color: inherit;
}
.home-page select, .home-page .custom-select, .home-page .form-select {
  background: #FFFFFF url("/static/multisite/img/multisite/divorcecom/icons/select-arrow.9eb9e291f71e.svg") right 15px bottom 50%/30px 20px no-repeat;
}

@media (max-width: 1199.98px) {
  .btn_xl-min-w-auto {
    min-width: 100% !important;
  }
}
@media (max-width: 991.98px) {
  .btn_social {
    border-color: #1B1B1B;
  }
}
@media (max-width: 575.98px) {
  .btn {
    min-width: 100%;
    justify-content: center;
    padding: 16px;
  }
  .btn_dark {
    padding: 16px;
  }
  .btn_no-arrow {
    padding: 14px 16px;
  }
  .btn_social {
    min-width: auto;
    padding: 10px;
  }
  .btn_sm {
    padding: 12px 16px;
    font-weight: 400;
  }
  .profile-page-content .btn, .contact-support-page .btn {
    min-width: 100%;
  }
}
@media (pointer: coarse) {
  /* Only for touch devices  */
  .btn-secondary:hover {
    background-color: #1C3054;
    color: #fff;
    opacity: 1;
  }
}
.border-sky {
  border: 1px solid #255BD6;
}
.border-gray {
  border: 1px solid #E3E3E3;
}
.border-melon {
  border: 1px solid #FFC782;
}
.border-yellow {
  border: 1px solid #FFF59F;
}
.border-blue {
  border: 1px solid #1C3054;
}
.border-left-sky {
  border-left: 1px solid rgba(75, 117, 214, 0.2);
}
.border-left-gray {
  border-left: 1px solid #E3E3E3;
}
.border-left-grey-ed {
  border-left: 1px solid #EDEDED;
}
.border-left-green {
  border-left: 1px solid rgba(125, 181, 122, 0.1);
}
.border-charcoal {
  border-color: #1B1B1B !important;
}
.border-cream {
  border-color: #FDF9F4 !important;
}
.border-green {
  border-color: #65DB6A !important;
}
.border-light-gray {
  border-color: #ECECEC !important;
}
.border-dark-gray {
  border-color: #989592 !important;
}
.border-error {
  border-color: #CD3824 !important;
}
.border-secondary-blue {
  border-color: #9EDDDD !important;
}
.border-lime-4 {
  border-color: #C2FF91 !important;
}
.border-yellow-5 {
  border-color: #FDE83A !important;
}
.border-green-4 {
  border-color: #207B28 !important;
}
.border-gray-3 {
  border-color: #B9B9B9 !important;
}
.border-red-2 {
  border-color: #EC9B92 !important;
}
.border-brand-green-4 {
  border-color: #32C641 !important;
}

.shadow-1 {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 4px 0px rgba(0, 0, 0, 0.03), 0px 12px 5px 0px rgba(0, 0, 0, 0.01), 0px 18px 5px 0px rgba(0, 0, 0, 0);
}

.shadow-2 {
  box-shadow: 0px 12px 5px 0px rgba(0, 0, 0, 0.01), 0px 6px 4px 0px rgba(0, 0, 0, 0.03), 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
  .shadow-xl-0 {
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .border-bottom-lg {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-left-green-lg {
    border-left: 1px solid rgba(125, 181, 122, 0.1);
  }
}
a {
  color: #1B1B1B;
  text-decoration: underline;
  font-weight: 500;
}
a:hover, a:focus {
  color: inherit;
  transition: 0.4s color, 0.4s background-color;
}
a:hover span, a:hover p, a:hover div, a:hover svg, a:hover i, a:focus span, a:focus p, a:focus div, a:focus svg, a:focus i {
  color: inherit;
  transition: 0.4s color, 0.4s background-color;
}
a:not(.text-decoration-none):hover, a:not(.text-decoration-none):focus {
  text-decoration: underline;
}
a:not(.text-decoration-none):hover *, a:not(.text-decoration-none):focus * {
  text-decoration: underline;
}
a.btn {
  text-decoration: none !important;
}

.link-with-img {
  display: inline-flex;
  align-items: center;
}
.link-with-img img, .link-with-img svg {
  margin-right: 5px;
}

.text-underline {
  text-decoration: underline !important;
}

.of-wrap-anywhere {
  overflow-wrap: anywhere;
}

h1, .h1, h2, .h2, .h3, .h4, .h5, .h6 {
  font-family: "BradfordLLWeb", sans-serif;
}

.display-1 {
  font-size: 84px;
  line-height: 1;
  letter-spacing: -1.68px;
}

.h1 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}

.h2 {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -1.68px;
}

.h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.32px;
}

.h4, .text-24 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.24px;
}

.h5 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.text-18 {
  font-size: 18px;
  line-height: 1.3;
}

.text-16 {
  font-size: 16px;
  line-height: 1.3;
}

.text-14 {
  font-size: 14px;
  line-height: 1.3;
}

.text-eyebrow {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.56px;
}

.text-cta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.text-48-24 {
  font-size: 48px;
}

.text-42-24 {
  font-size: 42px;
}

.text-32-30 {
  font-size: 32px;
}

.text-26-24, .text-26 {
  font-size: 26px;
}

.text-24-18 {
  font-size: 24px;
}

.text-20-16 {
  font-size: 20px;
}

.text-18-20,
.text-18-16 {
  font-size: 18px;
}

.text-17 {
  font-size: 17px;
  line-height: 1.4em;
}

.text-16-18,
.text-16-15,
.text-16-14 {
  font-size: 16px;
}

.form-check-text {
  font-size: 18px;
  line-height: 24px;
  color: #1B1B1B;
}

.fz-icon-10 {
  font-size: 10px;
}

.fz-tm {
  font-size: 8px;
  top: -22px;
}

@media (max-width: 1439.98px) {
  .text-11-8 {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 58px;
    letter-spacing: -1.74px;
  }
  .display-2 {
    font-size: 32px;
  }
  .h1 {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1.2px;
  }
  .h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.9px;
  }
  .h3 {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.48px;
  }
  .h4 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.4px;
  }
  .h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.6px;
  }
  .text-48-24,
  .text-42-24,
  .text-26-24 {
    font-size: 24px;
  }
  .text-24-18 {
    font-size: 18px;
  }
  .text-18-16, .text-20-16 {
    font-size: 16px;
  }
  .text-16-15 {
    font-size: 15px;
  }
  .text-16-14 {
    font-size: 14px;
  }
  .fz-tm {
    top: -12px;
  }
}
@media (max-width: 991.98px) {
  .text-lg-32 {
    font-size: 32px;
  }
  .text-lg-24 {
    font-size: 24px;
  }
  .text-lg-18 {
    font-size: 18px;
  }
  .h-icon-mob-29 {
    height: 29px;
  }
  .text-32-30 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .text-md-18 {
    font-size: 18px;
  }
  .text-md-15 {
    font-size: 15px !important;
  }
  .text-md-14 {
    font-size: 14px !important;
  }
  .text-md-12 {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .text-11-8 {
    font-size: 8px;
  }
}
.text-48 {
  font-size: 48px;
}

.text-40 {
  font-size: 40px;
}

.text-35 {
  font-size: 35px;
}

.text-32 {
  font-size: 32px;
}

.text-30 {
  font-size: 30px;
}

.text-28 {
  font-size: 28px;
}

.text-24 {
  font-size: 24px;
}

.text-22 {
  font-size: 22px;
}

.text-20 {
  font-size: 20px;
}

.text-15 {
  font-size: 15px;
}

.text-13 {
  font-size: 13px;
}

.text-12 {
  font-size: 12px;
}

.text-11 {
  font-size: 11px;
}

.text-10 {
  font-size: 10px;
}

.text-9 {
  font-size: 9px;
}

.lh-28 {
  line-height: 28px;
}

.lh-26 {
  line-height: 26px;
}

.lh-150 {
  line-height: 1.5;
}

.lh-140 {
  line-height: 1.4;
}

.lh-128 {
  line-height: 1.28;
}

.lh-120 {
  line-height: 1.2;
}

.lh-100 {
  line-height: 1;
}

@media (min-width: 768px) {
  .text_md-32 {
    font-size: 32px;
  }
  .text_md-28 {
    font-size: 28px;
  }
  .text_md-22 {
    font-size: 22px;
  }
  .text_md-18 {
    font-size: 18px;
  }
  .text_md-16 {
    font-size: 16px;
  }
  .text_md-12 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .text_lg-48 {
    font-size: 48px;
  }
  .text_lg-40 {
    font-size: 40px;
  }
  .text_lg-38 {
    font-size: 38px;
  }
  .text_lg-36 {
    font-size: 36px;
  }
  .text_lg-34 {
    font-size: 34px;
  }
  .text_lg-32 {
    font-size: 32px;
  }
  .text_lg-28 {
    font-size: 28px;
  }
  .text_lg-24 {
    font-size: 24px;
  }
  .text_lg-20 {
    font-size: 20px;
  }
  .text_lg-18 {
    font-size: 18px;
  }
  .text_lg-16 {
    font-size: 16px;
  }
  .text_lg-14 {
    font-size: 14px;
  }
  .text_lg-12 {
    font-size: 12px;
  }
}
select, .custom-select, .form-select {
  border-radius: 4px;
  border: 1px solid #ECECEC;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
  background: #FFFFFF url("/static/multisite/img/multisite/divorcecom/icons/select-arrow.9eb9e291f71e.svg") right 5px bottom 50%/30px 20px no-repeat;
  cursor: pointer;
}

.screen-form-inner select, .screen-form-inner .custom-select, .screen-form-inner .form-select, .screen-form-inner .form-control {
  border: 1px solid #B9B9B9;
}

.form-control {
  border: 1px solid #E3E3E3;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #1B1B1B;
}

.custom-select.disabled {
  cursor: not-allowed;
  background-color: #e9ecef;
}
.custom-select div {
  margin-right: 40px;
  overflow: hidden;
}

select:not(.custom-select):not(.form-select) {
  border-radius: 25px;
  border-color: transparent;
  padding: 15px 21px 15px 21px;
  font-weight: 400;
  background-position-y: center;
}

.custom-select-wrap .dropdown-item {
  font-weight: 300;
}
.custom-select-wrap .dropdown-item:hover, .custom-select-wrap .dropdown-item:focus {
  background-color: white;
}
.custom-select-wrap .dropdown-item[data-selected] {
  color: #65DB6A;
}
.custom-select-wrap .dropdown-toggle {
  text-align: left;
  max-height: 60px;
  height: 100%;
  transition: border-color 0.4s;
}
.custom-select-wrap .dropdown-toggle:hover, .custom-select-wrap .dropdown-toggle:focus {
  border-color: #1B1B1B;
}
.custom-select-wrap .dropdown-toggle::after {
  content: none;
}
.custom-select-wrap .dropdown-toggle.show {
  background: #FFFFFF url("/static/multisite/img/multisite/divorcecom/icons/select-arrow-up.85c06b3c5d1d.svg") right 5px bottom 50%/30px 20px no-repeat;
}
.custom-select-wrap .dropdown-menu {
  width: 100%;
  min-width: 2rem;
  border: none;
  max-height: 330px;
  overflow-y: scroll;
  border-bottom: 1px solid #E3E3E3;
  top: 100%;
  left: 0;
}
.custom-select-wrap .dropdown-menu::-webkit-scrollbar {
  width: 2px;
  background: #E3E3E3;
  height: 0;
}
.custom-select-wrap .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.custom-select-wrap .dropdown-menu li {
  line-height: 28px;
  padding: 4px 16px 4px 16px;
}
.custom-select-wrap .dropdown-menu li:hover, .custom-select-wrap .dropdown-menu li:focus {
  cursor: pointer;
  color: #000000;
  background-color: #DFFFC2;
  outline: none;
}

.home-page .dropdown-toggle {
  padding-top: 1rem;
}

.form-floating > input[data-type=date].form-control::placeholder {
  color: #3E3E3E;
  opacity: 1;
  transform: scale(1) translateY(0) translateX(0);
}
.form-floating > input[data-type=date].form-control:placeholder-shown {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating_show-placeholder > .form-control {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating_show-placeholder > .form-control::placeholder {
  color: #3E3E3E;
  opacity: 0.7;
}
.form-floating_show-placeholder > .form-control:focus::placeholder {
  opacity: 1;
}

.feedback-form .form-check-inline {
  margin-right: 0;
}
.feedback-form .form-check.form-check-inline input[type=radio] {
  width: 24px;
  height: 24px;
}
.feedback-form textarea.form-control {
  height: 150px;
}

@media (max-width: 575.98px) {
  .js-custom-select .select-items div {
    padding: 8px;
  }
  .js-custom-select .select-items .same-as-selected {
    padding-left: 30px;
    background-position-x: 5px;
  }
}
@media (max-width: 374.98px) {
  .js-custom-select .select-items div, .js-custom-select .custom-select {
    padding: 0;
  }
}
.form-floating {
  font-size: 11px;
}
.form-floating_toggle-visibility {
  position: relative;
}
.form-floating_toggle-visibility .show-hide {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  min-width: 56px;
  padding: 5px 3px 5px 16px;
  font-size: 14px;
  border-left: 1px solid #E3E3E3;
}
.form-floating_toggle-visibility .show-hide::before {
  content: "Show";
}
.form-floating_toggle-visibility .form-control {
  padding-right: 120px;
}
.form-floating_toggle-visibility.shown .show-hide::before {
  content: "Hide";
}
.form-floating > textarea.form-control {
  height: 4rem;
  line-height: 1.5;
}
.form-floating > textarea.form-control + label {
  display: block;
  width: calc(100% - 16px);
  height: auto;
  opacity: 1 !important;
  padding-bottom: 0;
  padding-right: 0;
  margin-right: 16px;
  background-color: #FFFFFF;
  background-clip: padding-box;
}
.form-floating .check-icon {
  position: absolute;
  right: 85px;
  top: 50%;
  transform: translateY(-50%);
}
.form-floating .custom-select-wrap .dropdown-toggle {
  padding-top: 26px;
}

.screen-form-inner .fz-label-inner {
  font-size: 16px;
  font-weight: 700;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.screen-form-inner .form-group:not(.question-row-js) {
  margin-bottom: 1.5rem;
}
.screen-form-inner .form-group :not(textarea).form-control, .screen-form-inner select {
  min-height: 48px;
}
.screen-form-inner .form-floating .custom-select-wrap .dropdown-toggle {
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}
.screen-form-inner .textarea .form-control {
  height: 104px;
}
.screen-form-inner .custom-select div {
  font-size: 16px;
}

#contactForm .form-floating > textarea.form-control, #contactSupportForm .form-floating > textarea.form-control {
  height: 8rem;
}

.form-group {
  position: relative;
  margin-bottom: 2rem;
}
.form-group_error:not(.form-group_error-address) input, .form-group_error:not(.form-group_error-address) select, .form-group_error:not(.form-group_error-address) textarea, .form-group_error:not(.form-group_error-address) button.dropdown-toggle {
  border-color: #CD3824;
}
.form-group_error.form-group_error-address .error-highlight {
  border-color: #CD3824;
}
.form-group_error .text-error a {
  color: #CD3824;
  font-weight: 500;
}
.form-group_error .errorlist {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  color: #CD3824;
  margin-top: 0.5rem;
}
.form-group_success:not(.form-group_error-address) input, .form-group_success:not(.form-group_error-address) select, .form-group_success:not(.form-group_error-address) textarea, .form-group_success:not(.form-group_error-address) button.dropdown-toggle {
  border-color: #65DB6A;
}
.form-group .form-check:last-child {
  margin-right: 0;
}

.form-control {
  border-radius: 5px;
  padding: 12px;
  line-height: 1.25;
  outline: none !important;
  box-shadow: none !important;
}

.start-form .form-group .form-floating > .form-control:focus, .start-form .form-group .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.start-form .hidden-questions .form-floating > .form-control:focus, .start-form .hidden-questions .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-control + label, .form-control + .check-icon + label, .form-control .txr-title-label, .form-select + label, .form-select + .check-icon + label, .form-select .txr-title-label {
  pointer-events: none;
  text-transform: uppercase;
  font-size: 11px;
}

.textarea .form-control textarea {
  height: 2rem;
}
.textarea.textarea-parenting-plan .form-control textarea {
  height: 20rem;
}
.textarea .form-control {
  place-content: center;
  display: flex;
}
.textarea .form-control:focus-within {
  border: 1px solid #1B1B1B;
  border-radius: 5px;
  line-height: 1.25;
}
.textarea .txr-title-label {
  color: #3E3E3E;
}

.phone-wrapper.US-format .form-floating {
  flex: 1 0 31.3333333333%;
}
.phone-wrapper.US-format .phone-mask {
  flex: 0 0 2%;
  align-self: flex-end;
  margin-bottom: 13px;
}
.phone-wrapper.US-format a {
  flex-basis: 100%;
}

.separated-date-wrap input {
  height: 65px;
  line-height: 65px;
}
.separated-date-wrap input:first-of-type {
  margin-left: 53px;
  margin-right: 53px;
}

.separated-date-select-wrap .custom-select-wrap:nth-of-type(2) {
  margin-left: 53px;
  margin-right: 53px;
}

.radio-input-label {
  text-transform: uppercase;
  opacity: 0.65;
  font-size: 14px;
}

.radio-like-btn .form-check {
  min-width: 264px;
  padding: 14px 45px 14px 23px;
  color: #FFFFFF;
  background-color: #255BD6;
  border: none;
  border-radius: 25px;
  display: inline-flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  transition: background-color 0.4s;
  position: relative;
}
.radio-like-btn .form-check::after {
  content: url("/static/multisite/img/multisite/divorcecom/icons/btn-arrow.7a556d1b3035.svg");
  position: absolute;
  left: calc(100% - 37px);
  top: calc(50% - 10px);
}
.radio-like-btn .form-check:focus, .radio-like-btn .form-check:hover, .radio-like-btn .form-check:focus-visible {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1C3054;
  outline: none;
  box-shadow: none;
}
.radio-like-btn .form-check-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 48px;
  top: 8px;
}
.radio-like-btn .form-check-input:checked + span {
  color: #FFFFFF;
}
.radio-like-btn .form-check-input + span {
  color: #000000;
}
.radio-like-btn .btns-wrap {
  max-width: 552px;
}

.radio-real-hide {
  z-index: -1;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-inline {
  margin-right: 38px;
}

input[type=radio], input.form-check-input {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  margin-top: 0;
  border-color: #1B1B1B;
}
input[type=radio]:checked, input[type=radio]:checked[type=radio], input.form-check-input:checked, input.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' stroke='%23fff'/%3e%3c/svg%3e");
  background-color: #FFFFFF;
  border-color: #1B1B1B;
}
input[type=radio]:checked:focus, input[type=radio]:focus, input.form-check-input:checked:focus, input.form-check-input:focus {
  box-shadow: none;
  border-color: #000000;
  box-shadow: 0 0 5px 5px #DFFFC2;
}
input[type=radio] + .form-check-label, input.form-check-input + .form-check-label {
  font-size: 18px;
  line-height: 28px;
  color: #1B1B1B;
}
input[type=radio].radio-sm, input.form-check-input.radio-sm {
  width: 25px;
  height: 25px;
}

@media (max-width: 991.98px) {
  .form-group {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .feedback-form .form-check {
    width: 20%;
  }
}
@media (max-width: 608.98px) {
  .radio-like-btn .btns-wrap {
    max-width: 100%;
  }
  .radio-like-btn .btns-wrap .btn {
    min-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  #funnelForm .form-check-inline {
    margin-right: 8px;
  }
}
@media (max-width: 360px) {
  .expriration-widget-wrap {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}
.ccpa-request-page .custom-checkbox .custom-control-input, .contact-support-page .custom-checkbox .custom-control-input,
.ccpa-request-page .custom-checkbox .custom-control-input,
.contact-support-page .custom-checkbox .custom-control-input,
.modal--feedback .custom-checkbox .custom-control-input,
.modal--review .custom-checkbox .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label, .contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label,
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label,
.contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label,
.modal--feedback .custom-checkbox .custom-control-input ~ .custom-control-label,
.modal--review .custom-checkbox .custom-control-input ~ .custom-control-label {
  position: relative;
  padding-left: 40px;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::after, .ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before, .contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::after, .contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::after,
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::after,
.contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.modal--feedback .custom-checkbox .custom-control-input ~ .custom-control-label::after,
.modal--feedback .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.modal--review .custom-checkbox .custom-control-input ~ .custom-control-label::after,
.modal--review .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: -0.1em;
  left: 0;
}
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before, .contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.ccpa-request-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.contact-support-page .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.modal--feedback .custom-checkbox .custom-control-input ~ .custom-control-label::before,
.modal--review .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border: none;
  background: url("/static/multisite/img/multisite/divorcecom/icons/checkbox.c29a0a9a08a9.svg") center/cover no-repeat;
}
.ccpa-request-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .contact-support-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.ccpa-request-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.contact-support-page .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.modal--feedback .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.modal--review .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url("/static/multisite/img/multisite/divorcecom/icons/checkbox_checked.259d2b642656.svg") center/cover no-repeat;
}

.custom-radio-button {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.custom-radio-button + .custom-radio-button-label {
  padding: 16px 16px 16px 50px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s linear;
}
.custom-radio-button + .custom-radio-button-label::before, .custom-radio-button + .custom-radio-button-label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}
.custom-radio-button + .custom-radio-button-label::before {
  width: 16px;
  height: 16px;
  left: 20px;
  top: calc(50% - 8px);
  background-color: #FFFFFF;
  border: 1.5px solid #1B1B1B;
  transition: background-color 0.3s linear, border-color 0.3s linear;
}
.custom-radio-button + .custom-radio-button-label::after {
  width: 0;
  height: 0;
  left: 28px;
  top: 50%;
  background-color: #1B1B1B;
  transition: width 0.3s linear, height 0.3s linear, left 0.3s linear, top 0.3s linear;
}
.custom-radio-button + .custom-radio-button-label_vertical-start::before {
  top: 18px;
  left: 16px;
}
.custom-radio-button + .custom-radio-button-label_vertical-start::after {
  top: 22px;
  transition: none;
}
.custom-radio-button + .custom-radio-button-label_p-sm {
  padding: 1rem 1rem 1rem 40px;
}
.custom-radio-button:hover + .custom-radio-button-label, .custom-radio-button:focus + .custom-radio-button-label, .custom-radio-button:active + .custom-radio-button-label {
  border-color: #65DB6A;
}
.custom-radio-button:hover + .custom-radio-button-label-gray, .custom-radio-button:focus + .custom-radio-button-label-gray, .custom-radio-button:active + .custom-radio-button-label-gray {
  border-color: #ECECEC;
}
.custom-radio-button:checked + .custom-radio-button-label {
  border-color: #65DB6A;
}
.custom-radio-button:checked + .custom-radio-button-label::after {
  width: 8px;
  height: 8px;
  left: 24px;
  top: calc(50% - 4px);
}
.custom-radio-button:checked + .custom-radio-button-label_vertical-start::after {
  top: 22px;
  left: 20px;
}
.custom-radio-button:checked + .custom-radio-button-label-gray {
  border-color: #ECECEC;
}
.custom-radio-button:checked:hover + .custom-radio-button-label, .custom-radio-button:checked:focus + .custom-radio-button-label, .custom-radio-button:checked:active + .custom-radio-button-label {
  border-color: #65DB6A;
}
.custom-radio-button:checked:hover + .custom-radio-button-label-gray, .custom-radio-button:checked:focus + .custom-radio-button-label-gray, .custom-radio-button:checked:active + .custom-radio-button-label-gray {
  border-color: #ECECEC;
}

.custom-checkbox-black {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox-black::before, .custom-checkbox-black::after {
  content: none;
}
.custom-checkbox-black ~ .custom-checkbox-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.custom-checkbox-black ~ .custom-checkbox-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  border: 1px solid #1B1B1B;
  border-radius: 5px;
  transition: background-color 0.2s linear, background-image 0.2s linear;
}
.custom-checkbox-black:checked ~ .custom-checkbox-label::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="%23fff" d="m14.53 5.03-8 8a.75.75 0 0 1-1.062 0l-3.5-3.5a.751.751 0 1 1 1.063-1.062L6 11.438l7.47-7.469a.751.751 0 0 1 1.062 1.063l-.001-.001Z"/></svg>') center/auto no-repeat, #1B1B1B;
}

.custom-checkbox-green {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox-green::before, .custom-checkbox-green::after {
  content: none;
}
.custom-checkbox-green ~ .custom-checkbox-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.custom-checkbox-green ~ .custom-checkbox-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  border: 1px solid #B9B9B9;
  background: #FFFFFF;
  border-radius: 5px;
  transition: background-color 0.2s linear, background-image 0.2s linear;
}
.custom-checkbox-green:checked ~ .custom-checkbox-label::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" fill="none"><path stroke="%231B1B1B" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m13.333 4.5-7.334 7.333L2.666 8.5"/></svg>') center/16px 16px no-repeat, #65DB6A;
  border-color: #65DB6A;
}
.custom-checkbox-green:checked ~ .custom-checkbox-label {
  font-weight: 500;
}

.collect-js-field {
  padding: 0 !important;
  box-sizing: content-box;
  min-height: 46px;
}
.collect-js-field.disabled {
  background-color: #e9ecef;
}
.collect-js-field.focus {
  border-color: #1B1B1B;
}
.collect-js-field.error {
  border-color: #CD3824;
}

.modal a:not(.btn) {
  color: #255BD6;
}
.modal .btn-close {
  margin: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ECECEC;
  padding: 10px;
  border-radius: 50%;
  z-index: 2222;
  opacity: 1;
}
.modal .btn-close_white {
  color: white;
}
.modal .btn-close_grey {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23878786'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.modal-header {
  position: relative;
}
.modal-header-bg .btn-close {
  right: 1rem;
  top: 1rem;
  transform: none;
}
.modal-title {
  font-weight: 500;
  line-height: 1.2;
}
.modal-dialog .modal-content {
  padding: 2rem;
  background-color: #FDF9F4;
}
.modal-w920 {
  max-width: 920px !important;
}
.modal-body > :last-child {
  margin-bottom: 0;
}
.modal-footer, .modal-body, .modal-header {
  padding: 0;
}
.modal-callback .form-control {
  padding: 14px 12px;
}

.modal-states-list {
  column-count: 5;
}

.modal.modal-updated .modal-dialog .modal-content {
  padding: 32px;
  border-radius: 15px;
}
.modal.modal-updated .btn-close {
  position: static;
  transform: none;
  margin-left: auto;
}
.modal.modal-updated-empty-header .modal-dialog .modal-content {
  padding: 48px;
  border-radius: 20px;
}
.modal.modal-updated-empty-header .modal-header {
  margin-right: -32px;
  margin-top: -32px;
}

@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 1.5rem;
  }
  .modal-dialog .modal-content {
    border-width: 0;
  }
  .modal-states-list {
    column-count: 3;
  }
  .modal.modal-updated .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-states-list {
    column-count: 2;
  }
  .modal.modal-updated .modal-dialog .modal-content {
    padding: 16px 24px 32px 24px;
  }
  .modal.modal-updated-empty-header .modal-header {
    margin-right: 0;
    margin-top: 0;
  }
  .modal.modal-updated-bottom .modal-dialog {
    margin-top: auto;
    margin-bottom: auto;
    align-items: end;
    min-height: 100%;
  }
  .modal.modal-updated-bottom .modal-dialog .modal-content {
    border-radius: 16px 16px 0 0;
  }
  .modal.modal-updated-bottom.fade .modal-dialog {
    transform: translate(0, 50px);
  }
  .modal.modal-updated-bottom.show .modal-dialog {
    transform: none;
  }
  .modal.modal-updated-swipe .modal-header {
    flex-direction: column-reverse;
    align-items: start;
  }
  .modal.modal-updated-swipe .btn-close {
    width: 100%;
    height: 36px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="4" fill="none"><rect width="22" height="4" fill="%23989592" rx="2"/></svg>') center top/auto no-repeat;
    padding: 0;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .modal-dialog-gt-sm-380 {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
* {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "ABCDiatype", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  overflow-x: hidden;
}
body.flex-full-height {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.flex-full-height .child-full-height {
  flex: 1 0 100%;
}

.cursor-help {
  cursor: help;
}

.cursor-text {
  cursor: text;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-decoration-cross {
  text-decoration: line-through;
}

.transform-reset {
  transform: none;
}

.fill-none {
  fill: none !important;
}

.ff-required {
  font-family: "ABCDiatype", sans-serif !important;
}

.select-required {
  border: 1px solid #1B1B1B;
}

.flex-1 {
  flex: 1;
}

.bb-none {
  border-bottom: none !important;
}

.bb-grey {
  border-bottom: 1px solid #ECECEC;
}

.border-bottom-dark-gray {
  border-bottom: 1px solid #989592;
}

.border-main {
  border: 1px solid #E3E3E3;
}

.rounded-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-30 {
  border-radius: 30px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.z-index-n1 {
  z-index: -1;
}

.br-20 {
  border-radius: 20px;
}

.content-with-shadow {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1), 0px 8px 8px 0px rgba(0, 0, 0, 0.09);
}

.block-padding-top-lg {
  padding-top: 100px;
}

.block-padding-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-margin-y {
  margin-top: 90px;
  margin-bottom: 90px;
}

.page-padding-y {
  padding-top: 90px;
  padding-bottom: 90px;
}

.list-custom {
  font-size: 18px;
  line-height: 28px;
  list-style: none;
}
.list-custom li {
  padding-left: 40px;
}
.list-custom_blue-check li {
  position: relative;
}
.list-custom_blue-check li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 23px;
  height: 23px;
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-blue.e89cd24f3b0a.svg") no-repeat left 4px;
  background-position: center;
  background-size: cover;
}
.list-custom_blue-check li:not(:last-child) {
  margin-bottom: 42px;
}
.list-custom_green-check li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-green.76fd38e5db47.svg") no-repeat left top;
}
.list-custom_green-check li:not(:last-child) {
  margin-bottom: 6px;
}
.list-custom_red-close li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/red-close.ca4bbd26b687.svg") no-repeat left 4px;
}
.list-custom_red-close li:not(:last-child) {
  margin-bottom: 6px;
}
.list-custom_sky-check li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-sky.c27aa9fddf36.svg") no-repeat left 4px;
}
.list-custom_sky-check li:not(:last-child) {
  margin-bottom: 6px;
}
.list-custom_grey-check li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-grey.5744e2154af5.svg") no-repeat left 4px;
}
.list-custom_grey-check li:not(:last-child) {
  margin-bottom: 6px;
}
.list-custom_full-green-check li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-full-green.75145d66a63b.svg") no-repeat left 4px;
}
.list-custom_grey-close li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/full-grey-close.6fa84f72b38a.svg") no-repeat left 4px;
}
.list-custom_grey-close li:not(:last-child) {
  margin-bottom: 6px;
}
.list-custom_grey-donut {
  list-style: none;
}
.list-custom_grey-donut li {
  position: relative;
  padding-left: 20px;
}
.list-custom_grey-donut li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.list-custom_grey-donut li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill='%23B9B9B9' d='M10 7.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 3.125a.626.626 0 1 1 0-1.251.626.626 0 0 1 0 1.251Z'/%3E%3C/svg%3E");
  margin-right: 0.5rem;
  display: block;
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.footer-nav .dot-img {
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 4px;
}
.footer_col-main {
  max-width: 825px;
}

.footer-after-payment .footer-pr {
  padding-right: 119px;
}

.page-text {
  font-size: 18px;
  line-height: 28px;
}

.bg-border {
  background-color: #E3E3E3;
}
.bg-cool-grey {
  background-color: #F5F5F5;
}
.bg-sky {
  background-color: rgba(75, 117, 214, 0.05);
}
.bg-sky-5p {
  background-color: rgba(75, 117, 214, 0.05);
}
.bg-sky-10p {
  background-color: rgba(75, 117, 214, 0.1);
}
.bg-panel-grey, .bg-gray-1 {
  background-color: #F8F8F8;
}
.bg-panel-grey2 {
  background-color: #F7F7F7;
}
.bg-unnamed-color {
  background-color: #F3F3F5;
}
.bg-melon {
  background-color: rgba(255, 199, 130, 0.15);
}
.bg-secondary-melon {
  background-color: #FFF9F2;
}
.bg-blue {
  background-color: #1C3054;
}
.bg-blue2 {
  background-color: #354E68;
}
.bg-ivory {
  background-color: rgba(229, 229, 214, 0.2);
}
.bg-light-yellow {
  background: #FFF9F1;
}
.bg-light-blue {
  background: #F1F4FC !important;
}
.bg-inner-block {
  width: 100%;
  object-fit: cover;
}
.bg-orange {
  background: rgba(245, 143, 84, 0.1019607843);
}
.bg-orange-filled {
  background: #FF6F1F;
}
.bg-light-green {
  background: #ECF4F1;
}
.bg-light-green-md {
  background: transparent;
}
.bg-light-teal {
  background: #EEF4EA;
}

.grey-line {
  margin: 50px 0px;
  border: 1px solid #E3E3E3;
}

.bg-light-green .swiper-scrollbar-drag {
  background: #599482;
}
.bg-light-green .text-sky {
  color: #599482 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.with-spinner.shown {
  pointer-events: none;
  position: relative;
}
.with-spinner.shown::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(247, 245, 245, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.spinner {
  position: absolute;
  z-index: 2;
  color: #1C3054;
  left: calc(50% - 24px);
  top: calc(50% - 15px);
}

.hide-visibility {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.reviews-star {
  width: 16px;
}

.apay-btn-logo {
  pointer-events: none;
  height: 16px;
}

#onetrust-banner-sdk {
  bottom: 0 !important;
}

.combined-logo-with-lawdepot {
  max-width: 425px;
}
.combined-logo-with-legalcontracts {
  max-width: 558px;
}
.combined-logo img {
  max-height: 28px;
}

.mw-290 {
  max-width: 290px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
  max-width: 500px;
}

.mw-disclaimer {
  max-width: 85%;
}

.mw-600 {
  max-width: 600px;
}

.mw-750 {
  max-width: 750px;
}

.collapse-with-triangle [data-bs-toggle=collapse] {
  position: relative;
  cursor: pointer;
}
.collapse-with-triangle [data-bs-toggle=collapse]::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="10" fill="none"><path fill="%231B1B1B" d="M5.345 9.179a.71.71 0 0 0 .277.235.862.862 0 0 0 .756 0 .71.71 0 0 0 .277-.235L11.9 1.464A.57.57 0 0 0 12 1.143a.57.57 0 0 0-.101-.322.71.71 0 0 0-.277-.235.862.862 0 0 0-.379-.086H.757a.862.862 0 0 0-.379.086.71.71 0 0 0-.277.235.57.57 0 0 0-.101.322.57.57 0 0 0 .101.321L5.345 9.18Z"/></svg>');
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  display: block;
  width: 12px;
  height: 10px;
  transform: rotateX(180deg) translateY(-50%);
  transition: transform 0.3s;
}
.collapse-with-triangle [data-bs-toggle=collapse].collapsed::after {
  transform: rotateX(0deg) translateY(-50%);
}
.collapse-with-triangle.border-bottom {
  border-bottom-color: #989592 !important;
}

.aside-menu {
  width: 290px;
  flex-shrink: 0;
}

.with-sticky-navs .sticky-desktop {
  min-width: 290px;
  position: fixed;
  bottom: 10px;
  top: 24px;
  z-index: 9;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.with-sticky-navs .sticky-desktop::-webkit-scrollbar {
  display: none;
}
.with-sticky-navs .sticky-desktop.expanded {
  width: 560px;
}

.account-block {
  height: 100%;
  min-height: 70vh;
}

@media (max-width: 1440.98px) {
  .footer-after-payment .d-none-point {
    display: none;
  }
}
@media (max-width: 1351px) {
  .footer-nav .dot-img {
    margin-left: 6px;
    margin-right: 6px;
  }
  .footer_col-main {
    max-width: 739px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .footer_col-main {
    max-width: 100%;
  }
  .with-sticky-navs .make-scrollable {
    overflow-y: scroll;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .block-padding-top-lg {
    padding-top: 50px;
  }
  .block-padding-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-margin-y {
    margin-top: 0;
    margin-bottom: 45px;
  }
  .page-padding-y {
    padding-top: 0;
    padding-bottom: 45px;
  }
  .footer-after-payment .footer-pr {
    padding-right: 24px;
  }
  .footer-after-payment .mw-disclaimer {
    max-width: 100%;
  }
  .aside-menu {
    width: 100%;
    left: 0;
    padding-left: 16px;
  }
  .js-progressbar-open, .js-header-open {
    overflow: hidden;
  }
  .window-blur {
    transition: filter 0.4s;
    filter: blur(5px);
  }
  [data-inner=true] {
    margin-top: 71.5px;
  }
  .with-sticky-navs .sticky-desktop {
    position: static;
  }
  .with-sticky-navs .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 888;
  }
  .with-sticky-navs .qn-aside {
    transition: top 0.3s;
  }
}
@media (min-width: 767.98px) and (max-width: 835px) {
  .footer-nav .dot-img {
    margin-left: 2px;
    margin-right: 2px;
  }
  .footer_col-main {
    font-size: 11px !important;
  }
}
@media (max-width: 767.98px) {
  .bg-light-green-md {
    background: #ECF4F1;
  }
  .footer-nav .dot-img {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .bg-lg-transparent {
    background-color: transparent !important;
  }
}
@media (min-width: 1200px) {
  .footer-nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header .navbar-toggler {
  border: none;
  padding: 0;
}
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar-toggler:focus-visible {
  box-shadow: 0 0 0 0.25rem;
}
.header .navbar-toggler-icon {
  height: 24px;
  width: 24px;
  transition: background-image 0.1s linear;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%231B1B1B" fill-rule="evenodd" d="m12 13.059-4.59 4.59-1.061-1.06 4.59-4.59L6.352 7.41l1.061-1.06L12 10.938l4.587-4.587 1.06 1.06-4.586 4.587 4.59 4.59-1.06 1.061L12 13.06Z" clip-rule="evenodd"/></svg>') center/cover no-repeat;
}
.header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><g stroke="%231B1B1B" stroke-linecap="square" stroke-width="1.5" clip-path="url(%23a)"><path d="M0 7h24M0 12h24M0 17h24"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>');
}
.header .navbar-nav .nav-link {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 16px;
  padding-right: 16px;
}
.header .navbar-nav .nav-link:hover, .header .navbar-nav .nav-link:active, .header .navbar-nav .nav-link:focus {
  text-decoration: none;
}
.header .navbar-nav .dropdown-toggle {
  position: relative;
  padding-right: 32px;
}
.header .navbar-nav .dropdown-toggle::after {
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" fill="none"><path fill="%231B1B1B" d="M3.563 5.786c.044.065.108.119.185.157a.575.575 0 0 0 .504 0 .474.474 0 0 0 .185-.157L7.932.643A.38.38 0 0 0 8 .429a.38.38 0 0 0-.068-.215.474.474 0 0 0-.184-.157A.575.575 0 0 0 7.495 0H.505a.575.575 0 0 0-.253.057.474.474 0 0 0-.184.157A.38.38 0 0 0 0 .43c0 .075.023.149.068.214l3.495 5.143Z"/></svg>') center/auto no-repeat;
  transform: rotateX(0);
  transition: transform 0.1s linear;
  border: none;
  margin: 0;
}
.header .navbar-nav .dropdown-toggle.show::after {
  transform: rotateX(180deg);
}
.header .navbar-nav .dropdown-menu {
  background-color: #FDF9F4;
  border: 1px solid #1B1B1B;
  border-radius: 0;
  padding: 16px;
  margin-top: 0;
  left: auto;
  right: 0;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
  color: #1B1B1B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 6px;
  padding: 8px;
}
.header .navbar-nav .dropdown-menu .dropdown-item:hover, .header .navbar-nav .dropdown-menu .dropdown-item:active, .header .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: #DFFFC2;
  text-decoration: none;
}
.header__inner .navbar-toggler-icon {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="%23FDF9F4" fill-rule="evenodd" d="m12 13.059-4.59 4.59-1.061-1.06 4.59-4.59L6.352 7.41l1.061-1.06L12 10.938l4.587-4.587 1.06 1.06-4.586 4.587 4.59 4.59-1.06 1.061L12 13.06Z" clip-rule="evenodd"/></svg>') center/cover no-repeat;
}
.header__inner .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><g stroke="%23FDF9F4" stroke-linecap="square" stroke-width="1.5" clip-path="url(%23a)"><path d="M0 7h24M0 12h24M0 17h24"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>');
}

.nav-links-list .nav-lnk {
  font-size: 16px;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  color: #B9B9B9;
}
.nav-links-list .nav-lnk:after {
  display: none;
}
.nav-links-list .nav-lnk:hover {
  color: #FFFFFF;
}
.nav-links-list .nav-lnk:hover .nav-lnk-img {
  color: #65DB6A;
}
.nav-links-list .nav-lnk .nav-lnk-img {
  color: #B9B9B9;
}
.nav-links-list .nav-lnk.active, .nav-links-list .nav-lnk:focus {
  color: #FFFFFF;
  background-color: #3B3B3D;
  border-radius: 0px;
}
.nav-links-list .nav-lnk.active .nav-lnk-img, .nav-links-list .nav-lnk:focus .nav-lnk-img {
  color: #65DB6A;
}
.nav-links-list .dropdown-toggle.hover {
  background: #000;
}

.dropdown-inner-menu {
  background: #3B3B3D;
  padding: 20px 16px;
  font-size: 16px;
  z-index: 10;
  position: absolute;
  bottom: -60px;
  left: 298px;
  width: 230px;
  border-radius: 0.5rem;
}
.dropdown-inner-menu .dropdown-item:hover {
  color: #ECECEC;
  text-decoration: none;
  background-color: inherit;
}
.dropdown-inner-menu .show {
  display: block;
}

.vh-75 {
  height: 75vh;
}

.mw-290 {
  max-width: 290px;
}

@media (max-width: 991.98px) {
  .nav-links-list-mob {
    padding-left: 12px;
    margin-left: 12px;
    border-left: 1px solid #68706D;
  }
  .nav-links-list .nav-lnk.active, .nav-links-list .nav-lnk:focus {
    border-radius: 4px;
  }
  .nav-links-list-mob .nav-lnk.active, .nav-links-list-mob .nav-lnk:focus {
    border-radius: 4px;
    background-color: transparent;
  }
  .account-block {
    min-height: 57vh;
  }
  .header .navbar-brand-wrap {
    position: relative;
  }
  .header .navbar-brand-wrap::after {
    content: "";
    display: block;
    height: 1px;
    width: 100vw;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 50vw);
    background-color: #1B1B1B;
  }
  .header .navbar-nav .nav-item {
    padding: 12px 0;
  }
  .header .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 12px 0;
  }
  .header .navbar-nav .dropdown-toggle {
    padding-right: 16px;
  }
  .header .navbar-nav .dropdown-toggle::after {
    right: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" fill="none"><path fill="%231B1B1B" d="M5.345 8.679a.71.71 0 0 0 .277.235.862.862 0 0 0 .756 0 .71.71 0 0 0 .277-.235L11.9.964A.57.57 0 0 0 12 .643a.57.57 0 0 0-.101-.322.71.71 0 0 0-.277-.235.862.862 0 0 0-.379-.086H.757a.862.862 0 0 0-.379.086.71.71 0 0 0-.277.235A.57.57 0 0 0 0 .643a.57.57 0 0 0 .101.321L5.345 8.68Z"/></svg>');
  }
  .header .navbar-nav .dropdown-toggle-get-help {
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    background-color: #1B1B1B;
    border: 1px solid #1B1B1B;
    border-radius: 50rem;
    padding: 16px 48px;
    margin-top: 12px;
  }
  .header .navbar-nav .dropdown-toggle-get-help::after {
    content: none;
  }
  .header .navbar-nav .dropdown-toggle-get-help.show {
    margin-bottom: 12px;
  }
  .header .navbar-nav .dropdown-menu {
    border: none;
    padding: 0;
  }
  .header .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 0;
  }
  .header .navbar-nav .dropdown-menu .dropdown-item:hover, .header .navbar-nav .dropdown-menu .dropdown-item:active, .header .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #FDF9F4;
  }
  .header__inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .header__inner .navbar {
    background: #1B1B1B !important;
  }
  .header__inner .navbar-nav .nav-link {
    color: #ECECEC;
  }
  .header__inner.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 888;
    overflow-y: scroll;
  }
  .header__inner.header__fixed.header__open {
    bottom: 0;
  }
  .header__inner.header__fixed.header__open .navbar {
    align-items: flex-start;
  }
  .header__inner #headerNavbar, .header__inner #headerNavbarDropdownGetHelpMob {
    background: #1B1B1B;
    max-width: 308px;
    min-height: 100vh;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 70px;
    right: 0;
  }
  .header__inner #headerNavbar.navbar-collapse.show, .header__inner #headerNavbarDropdownGetHelpMob.navbar-collapse.show {
    transform: translateX(0);
  }
  .header__inner .bg-mob {
    background: rgba(0, 0, 0, 0.2) !important;
  }
  .header__inner .navbar-brand-wrap {
    background: #1B1B1B;
  }
}
@media (max-width: 767.98px) {
  .header-befor-payment {
    position: sticky !important;
    width: 100%;
    top: 0;
    z-index: 2;
  }
  .header-befor-payment .navbar {
    height: auto;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.home-page .intro-block__wrapper_py {
  padding-top: 235px;
}
.home-page .form-check.form-check-inline input[type=radio] + .custom-radio-input {
  width: 24px;
  height: 24px;
}
.home-page .form-check .form-check-input {
  margin-right: 0.5rem;
}
.home-page input[type=radio], .home-page input.form-check-input {
  width: 24px;
  height: 24px;
}
.home-page .intro-block .form-check-text, .home-page .intro-block .form-control {
  font-size: 14px;
}
.home-page .intro-block .banner-title {
  font-size: 38px;
}
.home-page .intro-block .fz-tm {
  top: -8px;
}

.btn_sky-home {
  height: 58px;
  max-width: none !important;
}

.b-radius-0 {
  height: 50px;
  border-radius: 0 !important;
}

.border-bottom-sky {
  border-bottom: 1px solid rgba(37, 91, 214, 0.3607843137);
}

.intro-block {
  min-height: 100vh;
  position: relative;
}
.intro-block .banner-annotation {
  max-width: 400px;
  position: absolute;
  bottom: 150px;
  left: 80px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.09px;
  color: #FFFFFF;
}
.intro-block .banner-annotation a {
  color: #FFFFFF;
}
.intro-block__wrapper_py {
  padding-top: 145px;
  padding-bottom: 75px;
}
.intro-block .btn {
  max-width: 422px;
}
.intro-block_exp-home-update-0501 {
  background: #fff;
  background-position: 66% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.intro-block_exp-home-update-0501.webp {
  background-image: url("/static/multisite/img/multisite/divorcecom/bg/home-exp/home-banner-0501.307235e0f31b.webp");
}
.intro-block_exp-home-update-0501.jpg {
  background-image: url("/static/multisite/img/multisite/divorcecom/bg/home-exp/home-banner-0501.892037ad689a.jpg");
}
.intro-block_exp-home-update-0501 .intro-block__wrapper_py {
  padding-top: 130px;
}

.home-page .intro-block_exp-home-update-0501 .form-control, .home-page .intro-block_exp-home-update-0501 .custom-select {
  font-size: 16px;
  border-color: #000000;
}
.home-page .intro-block_exp-home-update-0501 .form-control:hover, .home-page .intro-block_exp-home-update-0501 .form-control:focus, .home-page .intro-block_exp-home-update-0501 .custom-select:hover, .home-page .intro-block_exp-home-update-0501 .custom-select:focus {
  border-color: #255BD6;
}

.canada .intro-block_exp-home-update-0501 .title-province-list {
  font-size: 12px;
  z-index: 3;
  top: 10px;
  color: #3E3E3E;
}

.intro-form {
  color: white !important;
}
.intro-form_home {
  width: 100%;
  max-width: 390px;
}
.intro-form_opacity {
  background-color: rgba(255, 255, 255, 0.1);
}
.intro-form__with-price {
  z-index: 1;
}
.intro-form__with-price .price {
  width: 64px;
  height: 64px;
  background: #DFFFC2;
  border-radius: 50%;
  right: -10px;
  top: -15px;
}
.intro-form__with-price .price::before {
  content: "";
  position: absolute;
  right: -5px;
  top: -5px;
  width: 74px;
  height: 74px;
  display: block;
  background: #65DB6A;
  border-radius: 50%;
  z-index: -1;
}
.intro-form__backplate-width {
  max-width: 490px;
}
.intro-form__backplate .required {
  display: none;
}
.intro-form__backplate .form-control, .intro-form__backplate .custom-select {
  padding: 11px 16px;
}
.intro-form__backplate .form-control::placeholder {
  color: #000000;
}
.intro-form__backplate .custom-select {
  background: #FFFFFF url("/static/multisite/img/multisite/divorcecom/icons/select-arrow.9eb9e291f71e.svg") right 5px bottom 50%/30px 20px no-repeat;
}

.list-custom_intro-block {
  font-size: 16px;
}
.list-custom_intro-block li {
  background: url("/static/multisite/img/multisite/divorcecom/icons/check-full-white.761b9fad347f.svg") no-repeat left 5px;
  background-size: 18px;
}

.lw-icon-play {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.lw-video-home {
  width: 100%;
  height: 473px;
}
.lw-media_width {
  width: 100%;
  max-width: 1295px;
}
.lw-media_height {
  max-height: 748px;
  height: 100%;
}

img.lw-video-home {
  object-fit: cover;
}

.mw-lg-416 {
  max-width: 416px;
}

.h1-title {
  font-size: 60px;
  line-height: 65px;
  max-width: 630px;
}

.hp-title {
  font-size: 88px;
  line-height: 98px;
}

.text-subtitle {
  font-size: 32px;
  line-height: 45px;
}
.text-25 {
  font-size: 25px;
}

.padding__block-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.reviews-item {
  max-width: 321px;
}

@media (max-width: 1234.98px) {
  .h1-title {
    font-size: 54px;
    line-height: 60px;
  }
  .text-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  .home-page .intro-block__wrapper_py {
    padding-top: 160px;
  }
  .intro-block_exp-home-update-0501 .intro-block__wrapper_py {
    padding-top: 130px;
  }
}
@media (max-width: 1199.98px) {
  .intro-block_home {
    background: #898989;
  }
  .intro-block_home.webp {
    background: linear-gradient(182deg, rgba(45, 44, 44, 0.12) 34.77%, rgba(0, 0, 0, 0.44) 100%), url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-tab.171a7e2ef9b1.webp") center top/cover no-repeat;
  }
  .intro-block_home.jpg {
    background: linear-gradient(182deg, rgba(45, 44, 44, 0.12) 34.77%, rgba(0, 0, 0, 0.44) 100%), url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-tab.93c7142b2db3.jpg") center top/cover no-repeat;
  }
  .intro-block .banner-annotation {
    left: 0;
  }
  .intro-block .intro-form_home {
    max-width: 490px;
  }
  .h1-title {
    font-size: 50px;
    line-height: 56px;
  }
  .text-subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1161.98px) {
  .step-3 {
    margin-bottom: 11px;
  }
  .hp-title {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 991.98px) {
  .intro-block .banner-annotation {
    font-size: 14px;
  }
  .intro-block__wrapper_py {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .intro-block_exp-home-update-0501 {
    min-height: 590px;
    height: 100vh;
  }
  .home-page .intro-block .banner-title {
    font-size: 34px;
  }
  .header {
    z-index: 11;
  }
  .step-3 {
    margin-bottom: 40px;
  }
  .h1-title {
    font-size: 44px;
    line-height: 48px;
  }
  .home-page .intro-block__wrapper_py {
    bottom: 0;
    position: absolute;
  }
  .mw-lg-416 {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .home-page .intro-block__wrapper_py {
    padding-top: 275px;
  }
  .intro-block .banner-annotation {
    display: none;
  }
  .intro-block_home {
    background: #F8F8F8;
  }
  .intro-block_home.webp {
    background: #F8F8F8 url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-xs.86ac0f9f1a14.webp");
    background-position: top;
    background-repeat: no-repeat;
  }
  .intro-block_home.jpg {
    background: #F8F8F8 url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-xs.e9ee2eb47b3a.jpg");
    background-position: top;
    background-repeat: no-repeat;
  }
  .intro-form {
    color: black !important;
  }
  .list-custom_intro-block li {
    background: url("/static/multisite/img/multisite/divorcecom/icons/check-full-green.75145d66a63b.svg") no-repeat left 5px;
  }
  .header-shown .header_home.lp_exp-cover .header-logo img.img-mobile {
    display: block !important;
  }
  .header-shown .header_home.lp_exp-cover .header-logo img.img-default {
    display: none !important;
  }
  .header-shown .header_home.lp_exp-cover .header-menu-control .control-inner span {
    background: #000000;
  }
  .header_home.lp_exp-cover .header-logo img.img-mobile {
    display: none !important;
  }
  .header_home.lp_exp-cover .header-logo img.img-default {
    display: block !important;
  }
  .header_home.lp_exp-cover .header-menu-control .control-inner span {
    background: #FFFFFF;
  }
  .h1-title, .hp-title {
    font-size: 34px;
    line-height: 42px;
    max-width: 423px;
  }
  .text-subtitle {
    max-width: 385px;
  }
  .steps__info-img-1 {
    width: 48px;
    margin-bottom: 0px;
  }
  .steps__info-img-2 {
    width: 35px;
    margin-bottom: 0px;
  }
  .steps__info-img-3 {
    width: 52px;
    margin-bottom: 0px;
  }
  .steps__info-title {
    margin-bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  .intro-block_home {
    background: #F8F8F8;
  }
  .intro-block_home.webp {
    background: #F8F8F8 url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-mob.e029fec85bf4.webp") center top/contain no-repeat;
  }
  .intro-block_home.jpg {
    background: #F8F8F8 url("/static/multisite/img/multisite/divorcecom/bg/home-intro-new-mob.fdf8514889ff.jpg") center top/contain no-repeat;
  }
  .intro-block__wrapper_py {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .intro-block_exp-home-update-0501 {
    height: auto;
    min-height: auto;
  }
  .intro-block_exp-home-update-0501::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .intro-block_exp-home-update-0501.webp, .intro-block_exp-home-update-0501.jpg {
    background: #FFFFFF;
    background-image: none;
  }
  .intro-block_exp-home-update-0501 .hp-title {
    font-size: 31px;
    font-weight: 300;
    line-height: 36px;
  }
  .intro-block_exp-home-update-0501 .text-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  .intro-block_exp-home-update-0501 .intro-block__wrapper_py {
    position: static !important;
    padding-top: 30px !important;
    padding-bottom: 40px !important;
    min-height: auto !important;
  }
  .list-custom_intro-block {
    font-size: 15px;
  }
  .list-custom_intro-block li {
    padding-left: 30px;
  }
  .lw-video-home {
    height: 330px;
  }
  .h1-title, .text-subtitle, .hp-title {
    max-width: 100%;
  }
  .btn-home {
    max-width: 100% !important;
  }
  .padding__block-70 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 425.98px) {
  .lw-video-home {
    height: 230px;
  }
  .home-page .intro-block__wrapper_py {
    padding-top: 165px;
    bottom: 90px;
  }
  .h1-title, .hp-title {
    line-height: 36px;
  }
  .text-subtitle {
    line-height: 28px;
  }
  .intro-block_exp-home-update-0501.webp, .intro-block_exp-home-update-0501.jpg {
    background-position: 87% 0px;
  }
}
@media (max-width: 410.98px) {
  .home-page .intro-block__wrapper_py {
    bottom: 60px;
  }
  .h1-title, .hp-title {
    font-size: 30px;
  }
}
@media (max-width: 374.98px) {
  .intro-form__with-price {
    padding-top: 3rem !important;
  }
  .h1-title {
    font-size: 30px;
    max-width: 208px;
  }
  .intro-block_exp-home-update-0501.webp {
    background-position: 69%;
  }
  .intro-block_exp-home-update-0501.jpg {
    background-position: 69%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .text-sm-white {
    color: #FFFFFF !important;
  }
}
.slick-initialized .slick-slide {
  outline: none;
  cursor: pointer;
}
.slick-initialized .slick-slide:not(.slick-active) {
  pointer-events: none;
}

.custom-slick-prev:hover, .custom-slick-prev:focus, .custom-slick-next:hover, .custom-slick-next:focus {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .slick-prev, .slick-next {
    bottom: -50px;
  }
  .slick-prev {
    left: 27px;
  }
  .slick-next {
    left: 74px;
  }
}
#starSlickReview .reviews-star-item {
  margin-left: 10px;
  margin-right: 10px;
}
#starSlickReview .slick-track {
  display: flex;
}
#starSlickReview .slick-slide {
  height: auto;
}

@media (max-width: 1199.98px) {
  #starSlickReview .slick-list {
    margin-right: -40px;
  }
  #starSlickReview .reviews-star-item {
    margin-left: 0;
    margin-right: 40px;
  }
}
.steps__h {
  font-size: 48px;
}
.steps__block {
  margin-bottom: 30px;
}
.steps__block__step {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-right: 60px;
}
.steps__block__step_border-grey {
  border-left: 1px solid #EDEDED;
}
.steps__number {
  margin-bottom: 57px;
  font-size: 72px;
  line-height: 1;
  font-weight: 100;
}
.steps__info_with-button {
  margin-bottom: 68px;
}
.steps__info > :first-child {
  margin-bottom: 24px;
}
.steps__info p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.steps__info-img-1 {
  width: 90px;
  margin-bottom: 40px;
}
.steps__info-img-2 {
  width: 65px;
  margin-bottom: 40px;
}
.steps__info-img-3 {
  width: 105px;
  margin-bottom: 40px;
}
.steps__info-title {
  margin-bottom: 40px;
}
.steps__button_wrap {
  font-size: 15px;
}
.steps__button_wrap > :first-child {
  margin-right: 24px;
}
.steps__title-wrap {
  margin-bottom: 90px;
}

@media (max-width: 1399.98px) {
  .steps__button_wrap > :first-child {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .steps__block__step {
    padding-right: 30px;
  }
  .steps__h {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .steps__h {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 991.98px) {
  .steps__block {
    margin-bottom: 0;
  }
  .steps__block__step {
    padding-right: 0;
  }
  .steps__number {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .steps__info {
    margin-bottom: 37px;
  }
  .steps__info_with-button {
    margin-bottom: 37px;
  }
  .steps__info > :first-child {
    margin-bottom: 12px;
  }
  .steps__title-wrap {
    margin-bottom: 35px;
  }
}
.accordion-control {
  cursor: pointer;
}
.accordion-control:hover {
  cursor: pointer;
}
.accordion-control * {
  pointer-events: none;
}
.accordion-control_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-control__sign_plus::before, .accordion-control__sign_plus:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-out;
}
.accordion-control__sign_plus::before {
  border-top: 1px solid #000000;
  top: 8px;
  left: 15px;
}
.accordion-control__sign_plus::after {
  border-right: 1px solid #000000;
  right: 8px;
}
.accordion-control__sign_show-hide {
  overflow: hidden;
  display: inline-grid;
  grid-template-columns: 1fr;
}
.accordion-control__sign_show-hide * {
  display: inline-block;
  transition: all 0.3s;
  opacity: 1;
  grid-row-start: 1;
  grid-column-start: 1;
}
.accordion-control__sign_show-hide .hide {
  opacity: 0;
  pointer-events: none;
}
.accordion-control.shown .accordion-control__sign_plus::after {
  height: 0;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.accordion-block_lt-md {
  padding-top: 0;
}

@media (max-width: 767.98px) {
  .accordion-block_lt-md {
    padding-top: 17px;
  }
}
.map-collapse-button.collapsed .hide {
  display: none;
}
.map-collapse-button.collapsed span:last-child {
  display: inline;
}
.map-collapse-button span:last-child {
  display: none;
}

.map-block-map {
  margin-top: 100px;
}
.map-block-pin {
  margin-bottom: 65px;
  width: 41px;
  height: 54px;
}

.map-wrapper .state path, .map-wrapper circle.borders, .map-wrapper .state rect {
  transition: fill 0.4s;
}
.map-wrapper .state path:hover, .map-wrapper circle.borders:hover, .map-wrapper .state rect:hover {
  cursor: pointer;
}
.map-wrapper .state path.highlight, .map-wrapper .state path[class]:hover, .map-wrapper circle.borders.highlight, .map-wrapper circle.borders[class]:hover, .map-wrapper .state rect.highlight, .map-wrapper .state rect[class]:hover {
  fill: #255BD6;
}

.map-states-wrap {
  column-count: 3;
}
.map-states-wrap li {
  font-size: 18px;
  line-height: 36px;
}
.map-states-wrap li a {
  color: #000000;
}

@media (max-width: 991.98px) {
  .map-block-map {
    margin-top: 35px;
  }
  .map-block-pin {
    margin: 35px 0 0;
    width: 30px;
    height: 40px;
  }
}
@media (max-width: 413.98px) {
  .map-states-wrap {
    column-count: 2;
  }
}
.recognition-wrap {
  border-bottom: 1px solid #E3E3E3;
}

@media (max-width: 767.98px) {
  .recognition-item {
    width: 30%;
  }
}
.reviews-block-customers .review-item__img {
  max-width: 576px;
  width: 100%;
  height: 836px;
  object-fit: cover;
}
.reviews-block-customers .review-item__num {
  font-size: 200px;
  line-height: 1;
  margin-bottom: 40px;
  color: #255BD6;
  font-weight: 100;
}
.reviews-block-customers .review-item__info__copy {
  vertical-align: bottom;
  font-size: 15px;
}
.reviews-block-customers .review-item__info__text {
  font-size: 26px;
}
.reviews-block-customers .review-item__info__customer {
  font-size: 20px;
}
.reviews-block-customers .review-item__info__customer_margins {
  margin-bottom: 50px;
  margin-top: 60px;
}
.reviews-block-customers .review-item__info__inner {
  margin: 20px 0;
}
.reviews-block-customers .slick-slide {
  transition: opacity 0.2s;
}
.reviews-block-customers .slick-slide-prev {
  opacity: 0;
}

.number-slider {
  font-size: 14px;
}

.progress {
  display: block;
  margin: 84px 0 17px;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ECECEC;
  position: relative;
}

.progress-active {
  display: block;
  position: absolute;
  height: 100%;
  overflow: hidden;
  background: #255BD6;
  left: 0;
  top: 0;
  transition: left 1s linear;
}

@media (max-width: 1366.98px) {
  .reviews-block-customers .review-item__img {
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 1199.98px) {
  .reviews-block-customers .review-item__info__text {
    font-size: 18px;
  }
  .reviews-block-customers .review-item__info__customer {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .reviews-block-customers .review-item__img {
    max-width: 100%;
    height: 685px;
    object-fit: cover;
  }
  .reviews-block-customers .review-item__num {
    font-size: 100px;
    margin-top: 32px;
  }
  .reviews-block-customers .review-item__info__customer_margins {
    margin: 32px 0 0 0;
  }
  .reviews-block-customers__mobile-btn {
    margin-top: 42px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .reviews-block-customers .review-item__img {
    height: 576px;
  }
}
