.locator .locator_logo {
  width: 470px;
  height: 416px;
  position: relative;
  max-width: 100%;
}
.install-pwa {
  display: flex !important;
  align-items: center;
  height: 27px;
}
/* .locator .locator_logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0224A0;
  opacity: 0.2;
  z-index: 1;
} */
.locator img {
  width: 470px;
  height: 416px;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}
.siriuspro {
  display: inline-block;
  float: left;
  width: 46px;
  position: relative;
  margin-top: -10px;
}
.siriuspro .sp img {
  width: 37px !important;
  height: 22px !important;
  object-fit: contain !important;
  object-position: center !important;
}
.siriuspro span {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-size: 7px;
  line-height: 9px;
  color: #6A8492;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
.siriuspro .line {
  opacity: 0.2;
  border-left: 1px solid #728B98;
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
}
.contain .rdlpar {
  margin-top: 80px;
}
.dropdown-menu {
  position: absolute;
  background-color: #95B3CB;
  padding: 10px 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 24px;
  color: #FFFFFF;
  z-index: 99999;
}
#rdl_debt_buy_file_btn, #rdl_debt_object_file_btn {
  margin-top: 20px !important;
}
.dropdown {
  position: relative;
}
.locator .right {
  flex: 1;
  position: relative;
}

.locator .absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 776px;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.locator {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EFEFEF;
}

.mission {
  background: linear-gradient(to bottom, #EFEFEF 0%, #EFEFEF 50%, #0224A0 50%, #0224A0 100%);
}

.mission .box {
  background-color: white;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.mission h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  text-align: center;
}

.mission .left {
  padding-left: 200px;
  padding-right: 200px;
  position: relative;
}

.mission .left img {
  width: 117px;
  height: 49px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mission .right {
  flex: 1;
  padding-right: 200px;
  max-width: 100%;
}

.about {
  background-color: #0224A0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #FFFFFF;
}

.about .left,
.about .right {
  flex: 1;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.warning {
  background-color: white;
  padding: 74px 95px;
}

.warning.alt {
  background-color: #EFEFEF;
}

.warning .button {
  float: left;
}

.warning p {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
  float: left;
  width: calc(100% - 465px);
  line-height: 50px;
}

.warning.alt p {
  width: calc(100% - 400px);
}

.warning .button:first-of-type {
  margin-right: 10px;
}

.stock {
  padding-left: 5%;
  padding-right: 5%;
}

.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
  text-align: center
}

.subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #8299D4;
  width: 917px;
  max-width: 100%;
  margin: 0 auto;
}

.section_head {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #8299D4;
  width: 917px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

#rdl_table_filters_wrap {
  border: 1px solid rgba(149, 179, 203, 0.6);
  padding: 39px 50px;
  margin-top: 100px;
}

#rdl_filter_form {
  display: flex;
  align-items: center;
}

.stock label {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #0224A0;
  display: block;
}

.stock .filter {
  width: 20%;
}

.stock input, .dropdown-btn {
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #95B3CB;
  background-color: transparent;
  padding-bottom: 14px;
  padding-top: 14px;
  display: inline-block;
  min-width: 135px;
  width: auto;
  max-width: 100%;
}

.dropdown-btn {
  cursor: pointer;
  color: black !important;
}

.stock input[type="submit"] {
  background-color: #0224A0;
  border: 2px solid #0224A0;
}
.stock input[type="submit"]:hover {
  background-color: white;
  color: #0224A0;
}

.stock label {
  margin-bottom: 20px;
}

.stock input::placeholder, .dropdown-btn {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #8299D4;
}
#rdl-table-body .gold td {
  background-color: #0224A0;
}
#rdl-table-body tr:hover td {
  background-color: #C6D8ED;
  color: white;
}
#rdl-table-body .gold:hover td {
  background-color: #8299D4;
  color: white;
}

.filter.last {
  text-align: right;
  vertical-align: middle;
  flex: 1;
}

.dropdown-menu {
  display: none;
  cursor: pointer;
  min-width: 135px;
  max-width: 100%;
  width: auto;
}

.stock table {
  width: 100%;
}

.places .left, .places .right svg {
  max-width: 100%;
}

.table {
  width: 100%;
  overflow-x: scroll;
  display: block;
}

.stock table th {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #0224A0;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.stock table th::after {
  border-bottom: 2px solid #DAE2E8;
  width: 105px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
}

.stock table td:last-child {
  text-align: right;
}

.stock table th:last-child::after {
  border: none;
}

.stock table .button {
  border: 1px solid #5573BF;
  border-radius: 90px;
  background-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #5573BF;
  padding: 7px 50px;
  transition: .3s;
}
.stock table .button:hover {
  background-color: #0224A0;
  color: white;
}
.stock table .more-btn.gold .button {
  border: 1px solid white;
  color: white;
}
.stock table .more-btn.gold .button:hover {
  background-color: white;
  color: #0224A0;
}
.tablenav-pages {
  text-align: center;
  margin-top: 50px;
}
.pagination-link {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 10px;
  color: #8299D4;
  margin-left: 20px;
  margin-right: 20px;
}
.pagination-link:hover {
  color: #0224A0;
}
.pagination-link-search {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 10px;
  color: #8299D4;
  margin-left: 20px;
  margin-right: 20px;
}
.pagination-link-search:hover {
  color: #0224A0;
}
.pagination-link-own {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 10px;
  color: #8299D4;
  margin-left: 20px;
  margin-right: 20px;
}
.pagination-link-own:hover {
  color: #0224A0;
}
.pagination-link.current {
  color: #0224A0;
}
.stock table td {
  border-top: 1px solid #0224A0;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 20px;
  padding-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #8299D4;
}
.stock table tr td:first-child {
  font-size: 16px;
}

.package {
  width: 300px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  border-radius: 90px;
  min-height: 471px;
  padding: 33px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: relative;
}

.rdl_additions_wrapper {
  padding-left: 10%;
  padding-right: 10%;
  text-align: left;
}

.rdl_additions_wrapper .package_price {
  margin-top: 5px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.rdl_additions_wrapper .checkbox {
  margin-bottom: 40px;
}

.rdl_additions_wrapper .checkbox {
  line-height: 16px;
}

.package.long {
  min-height: 760px;
}

.package.long .button {
  margin-top: 10px;
}

.package.is-1 {
  background-color: #0224A0;
}

.package.is-2 {
  background-color: #0D2477;
}

.package.is-3 {
  background-color: #071751;
}

.package.is-4 {
  background-color: #020A29;
}

.offer {
  margin-top: 80px;
}

.package p b {
  color: white;
}

.package h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 75px;
}

.package .price {
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 59px;
}

.package .price span {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  color: #FFFFFF;
  vertical-align: top;
  margin-left: 8px;
}

.package p {
  margin-top: 40px;
}

.package .button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  margin-top: 40px;
}
.package .button:hover {
  background-color: white;
  color: #0224A0;
}
.package.is-1 .button:hover {
  color: #0224A0;
}
.package.is-2 .button:hover {
  color: #0D2477;
}
.package.is-3 .button:hover {
  color: #071751;
}
.package.is-4 .button:hover {
  color: #020A29;
}

.package .info {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #8299D4;
  margin-top: 20px;
}
.package .recommend {
  background: #5573BF;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  width: auto;
  top: 24px;
  left: 35px;
  padding: 18px 30px;
  white-space: nowrap;
  cursor: pointer;
}
.package .best {
  background: #77BA57;
  border-radius: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  width: auto;
  top: 24px;
  left: 35px;
  padding: 18px 30px;
  white-space: nowrap;
  cursor: pointer;
}
.package:hover {
  background-color: #006400;
}
.package:hover p {
  color: #020A29;
}
.package:hover label {
  color: #020A29;
}
.package:hover p.package_price {
  color: white;
}
.package:hover .info {
  color: #020A29;
}
.package .recommend:hover {
  background-color: white;
  color: #020A29;
}
.package .best:hover {
  background-color: white;
  color: #020A29;
}
.banner img {
  object-fit: cover;
  object-position: center;
  height: 352px;
  width: 100%;
}

.banner.alt img {
  height: 229px;
}

.banner {
  width: 1366px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

.banner p {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 20px;
  color: #FFFFFF;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

.faq {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 80px;
}

.faq h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
}

.faq-container {
  width: 100%;
  margin-top: 60px;
}

.faq-item {
  margin-bottom: 30px;
  cursor: pointer;
}

.faq-question {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0224A0;
  display: inline-block;
}

.faq-question:hover {
  color: #5573BF;
}

.faq-answer {
  display: none;
  padding-left: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #8299D4;
  padding-top: 30px;
  margin-left: 22px;
  padding-left: 20px;
}

.faq-item img {
  width: 17px;
  height: 8px;
  object-fit: contain;
  object-position: center;
  display: inline-block;
}

.places {
  background-color: #0224A0;
}

.places .box {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
}

.places .left, .places .right {
  flex: 1;
}

.places span {
  font-style: normal;
  font-weight: 700;
  font-size: 240px;
  line-height: 160px;
  letter-spacing: -1px;
  color: #91A6F3;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}

.places p {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
}

.slider {
  position: relative;
  width: 100%;
  height: 360px;
  text-align: center;
}

.slide span {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #91A6F3;
  display: block;
  margin-top: 20px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
  padding-top: 120px;
  display: block;
}

.slide.active {
  opacity: 1;
}

.dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 30px;
  background-color: grey;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: black;
}

.footer {
  background-color: #EFEFEF;
  padding-top: 29px;
  padding-bottom: 29px;
}

.footer img {
  height: 25px;
  width: 58px;
  object-fit: contain;
  object-position: center;
}

.footer .logo {
  display: block;
  float: left;
}

.footer .block {
  float: left;
  margin-left: 30px;
}

.footer .block a {
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 28px;
  color: #6A8492;
  margin-left: 15px;
}
.footer .block a:hover {
  color: #0224A0;
}

.footer p {
  float: left;
  margin-left: 30px;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 28px;
  color: #6A8492;
}

.footer .items {
  float: right;
  margin-left: 0;
}

.footer .items a, .footer .items div {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 27px;
  letter-spacing: 0.2px;
  color: #0224A0;
}
.footer .items a:hover {
  color: #6A8492;
}

.footer .items img {
  height: 16px;
  width: auto;
  object-fit: center;
  object-position: center;
}

.quote {
  position: relative;
  font-size: 30px;
  line-height: 30px;
}

.quote:before {
  content: '“';
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  line-height: 1;
}

.quote:after {
  content: '”';
  display: block;
  position: absolute;
  right: 0;
  bottom: -60px;
  line-height: 1;
}
@media (max-width: 1300px) {
  .footer .items, .footer .block {
    float: left !important;
    margin-left: 0 !important;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .footer .block a:first-child {
    margin-left: 0 !important;
  }
}
@media (max-width: 1000px) {
  .banner p {
    max-width: 100%;
    white-space: revert;
    line-height: 30px;
    font-size: 20px;
    overflow-wrap: wrap;
  }
  .dropdown-menu {
    width: 100%;
  }
  .warning p {
    width: 100% !important;
    line-height: 35px;
  }
  .warning {
    padding: 5%;
  }
  .stock .filter {
    width: 100%;
    margin-bottom: 30px;
  }
  .stock input, .dropdown-btn {
    width: 100%;
  }
  .stock label {
    margin-bottom: 0px;
  }
  .filter.last {
    text-align: left;
  }
  #rdl_table_filters_wrap {
    padding: 5%;
  }
  .warning .button {
    margin-top: 30px;
    float: none;
  }
  #rdl_filter_form {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .locator .absolute {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    margin-top: 50px;
  }
  .mission .box {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .mission .right {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
  }
  .mission .left {
    padding: 0 20px;
  }
  .about .left, .about .right {
    width:  100%;
  }
  .about .right {
    margin-top: 50px;
  }
  #rdl_user_panel_wrapper_submenu, #rdl_user_panel_wrapper {
    width: 100%;
    padding: 5%;
  }
  .rdlpar {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .quote:before, .quote:after {
    position: relative;
    top: 0;
  }
  .footer .items a {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

.landlord .face {
  width: 483px;
  height: 594px;
  object-fit: contain;
  object-position: center;
  right: 0;
  bottom: 0;
  position: absolute;
}

.landlord input[type=button] {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px !important;
  color: #0224A0 !important;
  background-color: white !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 90px !important;
  box-shadow: none !important;
  outline: none !important;
  width: 274px !important;
  text-transform: none !important;
  cursor: pointer;
  z-index: 999999;
}

.landlord input[type=button]:hover {
  border: 1px solid #FFFFFF !important;
  background-color: #0224A0 !important;
  color: white !important;
}

.landlord input::placeholder {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #8299D4;
  outline: none;
  box-shadow: none;
}

.landlord input:not(input[type=button]),
.landlord input:not(input[type=button]):focus {
  border: none;
  border-bottom: 1px solid rgba(149, 179, 203, 0.8);
  background-color: transparent;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #8299D4;
  outline: none;
  box-shadow: none;
  max-width: 100%;
  resize: none;
  width: 100%;
  height: 53px;
  text-align: left;
  z-index: 999999;
}

.landlord input:not(input[type=button]),
.landlord input:not(input[type=button]):focus {
  color: white;
}

.landlord #landlord_check_label {
  padding-bottom: 20px;
}
.landlord_certificate_wrapper .landlord_submit_wrap {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

@media (max-width: 1000px) {
  .landlord .face {
      left: 50%;
      transform: translateX(-50%);
      top: 0%;
  }
}


.landlord_certificate_wrapper .landlord_input.error {
  border-bottom-color: red;
}

.landlord_certificate_wrapper .rdl_landlord_response {
  padding-bottom: 60px;
}

.landlord_certificate_wrapper .rdl_landlord_head {
  clear: both;
  position: relative;
  margin-bottom: 25px;
}

.landlord_certificate_wrapper .rdl_landlord_head p,
.landlord_certificate_wrapper .rdl_landlord_addition p {
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 30px;
  color: #5573bf;
  font-family: inherit;
}

.landlord_certificate_wrapper .rdl_landlord_addition p {
  min-height: 180px;
}


.landlord_certificate_wrapper .rdl_landlord_head h1 {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  margin-bottom: 20px;
}
.landlord_certificate_wrapper .rdl_landlord_head h1 .rdl_landlord_head_logo {
  height: 30px;
  width: auto;
  margin-left: 10px;
}

.landlord_certificate_wrapper .rdl_landlord_subhead {
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 876px;
}

.landlord_certificate_wrapper .rdl_landlord_subhead p {
  margin: 0;
  width: 100%;
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
.landlord_certificate_wrapper .rdl_landlord_subhead_bis {
  margin-top: 20px;
  margin-bottom: 50px;
  max-width: 100%;
  width: 876px;
}

.landlord_certificate_wrapper .rdl_landlord_subhead_bis p {
  margin: 0;
  width: 100%;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.landlord_certificate_wrapper .rdl_landlord_head_success {
  margin-top: 50px;
  max-width: 100%;
  width: 876px;
}

.landlord_certificate_wrapper .rdl_landlord_head_success p {
  margin: 0;
  width: 100%;
  font-style: normal;
  font-weight: 200;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}

.landlord_certificate_wrapper .landlord_certificate_form_wrap .landlord_input_wrap {
  width: 876px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}

.landlord_certificate_wrapper .landlord_certificate_form_wrap .landlord_input_wrap input {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.landlord_certificate_wrapper .landlord_certificate_form_wrap .landlord_input_wrap input:focus {
  width: calc(50% - 20px);
}

.landlord_certificate_wrapper .landlord_certificate_details_form_wrap .landlord_input_wrap {
  width: 876px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.landlord_certificate_wrapper .landlord_certificate_details_form_wrap .landlord_input_wrap input {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.landlord_certificate_wrapper .landlord_certificate_details_form_wrap .landlord_input_wrap input:focus {
  width: calc(50% - 20px);
}

@media (max-width: 800px) {
  #rdl-add-debt-form .rdl_add_debt_input_wrap input:not(input[type=submit]) {
    width: 100%;
    margin-left: 0px;
  }
  #rdl-demand-for-payment-form .demand_for_payment_form_innerwrapper input:not(input[type=submit]) {
    width: 100%;
    margin-left: 0px;
  }
  #rdl-demand-for-payment-form .demand_for_payment_form_innerwrapper input:not(input[type=submit]):nth-child(3n+1) {
    width: 100%;
  }
  #rdl-add-debt-form .rdl_add_debt_input_wrap input:not(input[type=submit]):nth-child(3n+1) {
    width: 100%;
  }
}

.landlord_logo_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.landlord_logo_wrapper_desc {
  background-color: #EFEFEF;
  padding: 74px 95px;
}
.landlord_logo_wrapper_desc h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #5573BF;
  margin-bottom: 15px;
}

.tutorial {
  display: block;
  padding: 74px 95px;
  background-color: #EFEFEF;
}
.tutorial .tutorial_left {
  display: block;
  float: left;
  width: calc(100% - 465px);
}
.tutorial .tutorial_right {
  display: flex;
  width: 465px;
  justify-content: center;
}
.tutorial .tutorial_left h1 {
  font-weight: 500;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #0224A0;
}
.tutorial .tutorial_left div {
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #5573BF;
}
.tutorial .tutorial_right .button:first-of-type {
  margin-top: 20px;
}



@media (max-width: 800px) {
  .tutorial .tutorial_left {
    width: 100%;
  }
  .tutorial .tutorial_right {
    width: 100%;
  }
}

.container.centeryt {
  padding: 93px 114px;
  margin-bottom: 80px;
  max-width: 100%;
  overflow-wrap: break-word;
  background: #E0E4E7;
  text-align: center;
}
.container.centeryt h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 20px;
  color: #0224A0;
  margin-bottom: 20px;
}