.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.grid-login {
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.login-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 60%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.login-right {
  min-width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/login.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.login-left-container {
  width: 70%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.login-left-form {
  margin-top: 150px;
}

.form-block {
  width: 450px;
}

.body {
  padding-bottom: 0px;
  font-family: Inter, sans-serif;
}

.body.account-body {
  background-color: #f5f5f5;
}

.field-label {
  color: #696969;
  font-weight: 400;
}

.field-label-2 {
  color: #696969;
  font-weight: 400;
}

.text-field {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.text-field-2 {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #ff8939;
  font-weight: 600;
  text-align: center;
}

.submit-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-color: #ff8939;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.login-block-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.line-login-other {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e1e1e1;
}

.paragraph {
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #929292;
  font-size: 16px;
  font-weight: 600;
}

.button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ff8939;
  border-radius: 10px;
  background-color: #fff;
  color: #ff8939;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.login-block-privacy {
  margin-top: 50px;
  text-align: center;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.text-span {
  color: #ff8939;
  font-weight: 600;
}

.section-site-header {
  height: 800px;
  background-image: url('../images/header_home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-site-box {
  margin-top: 45px;
}

.header-site-grid {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-site-grid-right {
  margin-top: 5px;
}

.header-site-login {
  margin-right: 35px;
  padding-right: 55px;
  padding-left: 55px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: transparent;
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
}

.header-site-register {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #ff7f28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 500;
}

.header-site-register:hover {
  background-color: #fc6600;
}

.logo-site-header {
  width: 170px;
}

.cta-site-box {
  width: 420px;
  margin-top: 200px;
}

.heading {
  font-size: 38px;
}

.heading-2 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.btn-site-find-agency {
  display: block;
  width: 320px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  background-color: #ff7f28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn-site-find-agency:hover {
  background-color: #fd6903;
}

.btn-site-find-expert {
  display: block;
  width: 320px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ff7f28;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn-site-find-expert:hover {
  background-color: #ff7f28;
  color: #fff;
}

.grid-site-match {
  margin-top: 120px;
  margin-bottom: 120px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.site-match-right {
  padding-right: 50px;
  padding-left: 50px;
}

.heading-3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
}

.paragraph-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
}

.paragraph-3 {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #ff7f28;
  font-weight: 600;
  text-decoration: none;
}

.section-site-footer {
  background-color: #1d1d1b;
}

.container-site-footer {
  max-width: 1180px;
}

.site-footer-box {
  margin-top: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.site-footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 30px;
  padding-bottom: 35px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4d4d4d;
  list-style-type: none;
}

.site-footer-list-item {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-weight: 500;
}

.site-footer-grid {
  margin-bottom: 35px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #d9dbe1;
  font-size: 13px;
  font-weight: 400;
}

.link-block-icon {
  margin-left: 20px;
}

.logo-site-header-white {
  display: none;
  width: 170px;
}

.section-global-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.container-global-header.container {
  max-width: 1180px;
}

.body-2 {
  background-color: #ff9b9b;
}

.header-page-grid {
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-page-grid-right {
  margin-top: 5px;
}

.section-global-hero {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.container-global-hero.container {
  max-width: 1180px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  text-align: center;
}

.paragraph-5 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.body-3 {
  font-family: Inter, sans-serif;
}

.text-span-2 {
  font-weight: 700;
}

.section-global-base {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f9f9f9;
}

.container-global-base.container {
  max-width: 1180px;
}

.agency-filter-form-block {
  margin-bottom: 0px;
}

.agency-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field_agency_name {
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 40px;
  border: 1px solid #757575;
  border-radius: 10px;
  background-image: url('../images/icon-search.svg');
  background-position: 12px 9px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.agency-filter-form-field {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.agency-filter-form-field.last {
  margin-right: 0px;
}

.select-field {
  position: relative;
  bottom: 25px;
  margin-bottom: 0px;
  border: 1px solid #757575;
  border-radius: 10px;
  background-color: #fff;
}

.submit-button-2 {
  width: 100%;
  margin-top: -4px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #ff7f28;
  font-weight: 500;
}

.paragraph-6 {
  width: 110px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px;
  text-align: left;
}

.div-block {
  position: relative;
  left: 11px;
  top: -19px;
  z-index: 9;
}

.select-field-2 {
  margin-bottom: 0px;
  border: 1px solid #757575;
  border-radius: 10px;
  background-color: #fff;
}

.agency-list {
  margin-top: 40px;
}

.agency-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.agency-list-box {
  padding: 15px 15px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.agency-list-box:hover {
  box-shadow: 0 0 18px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.agency-list-box-header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.agency-list-box-logo {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  border-radius: 50%;
}

.agency-list-box-badge {
  margin-top: -25px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.paragraph-7 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.agency-list-box-tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #f4f4f4;
  color: #929292;
  font-size: 11px;
  font-weight: 600;
}

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.link-block-pattern {
  color: #000;
  text-decoration: none;
}

.expert-filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field_expert_name {
  margin-bottom: 0px;
  padding-top: 7px;
  padding-left: 40px;
  border: 1px solid #757575;
  border-radius: 10px;
  background-image: url('../images/icon-search.svg');
  background-position: 12px 9px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.expert-list-box {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.expert-list-box:hover {
  box-shadow: 0 0 18px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.expert-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.expert-list {
  margin-top: 40px;
}

.image {
  width: 115px;
}

.paragraph-9 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-10 {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-11 {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #fff;
  color: #ff7f28;
  font-weight: 500;
}

.paragraph-11:hover {
  border-color: #fff;
  background-color: #ff7f28;
  color: #fff;
}

.header-site-login-global {
  margin-right: 35px;
  padding-right: 55px;
  padding-left: 55px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: transparent;
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
}

.header-site-register-global {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #ff7f28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 500;
}

.header-site-register-global:hover {
  background-color: #fc6600;
}

.logo-site-header-global {
  width: 170px;
}

.agency-filter-form-block-copy {
  margin-bottom: 0px;
}

.agency-filter-form-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.expert-filter-form-field {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expert-filter-form-field.last {
  margin-right: 0px;
}

.section-register-header {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.logo-register {
  width: 120px;
}

.paragraph-12 {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  color: #757575;
  font-size: 16px;
}

.form-register-step {
  width: 500px;
  height: auto;
  margin: 50px auto 0px;
}

.section-register-form {
  padding-bottom: 25px;
}

.form-block-register {
  margin-bottom: 25px;
}

.field-input-register {
  margin-top: 4px;
  margin-bottom: 0px;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
}

.label-register {
  display: block;
  margin-bottom: 0px;
  color: #696969;
  font-weight: 400;
}

.btn-next-register {
  width: 100%;
  border-radius: 10px;
  background-color: #ff7f28;
  font-weight: 500;
}

.form-register-wizard {
  width: 500px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.form-register-wizard-left {
  width: 100%;
  height: 10px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-register-wizard-bar {
  background-color: #b67f59;
}

.form-wizard-progress-bar {
  height: 10px;
  margin-top: 5px;
  border-radius: 10px;
  background-color: #e6e6e6;
}

.form-wizard-bar {
  width: 30%;
  height: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #ff7f28;
}

.paragraph-13 {
  margin-bottom: 0px;
  color: #757575;
  font-weight: 400;
  text-align: center;
}

.form-block-register-image {
  margin-bottom: 25px;
  text-align: center;
}

.p-required {
  margin-top: 3px;
  margin-bottom: 0px;
  color: #696969;
  font-size: 11px;
  font-weight: 300;
}

.form-block-grid-2-column {
  margin-top: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-register-wlabel {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block-register-wlabel.last {
  margin-right: 0px;
}

.sf-with-label {
  position: relative;
  bottom: 25px;
  height: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  background-color: #fff;
}

._wf-header {
  position: relative;
  left: 11px;
  top: -15px;
  z-index: 9;
}

.p-form-wf-label {
  width: 67px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #696969;
  font-size: 12px;
  text-align: left;
}

.form-block-register-label-wl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.image-2 {
  margin-right: 5px;
}

.field-textarea-register {
  min-height: 100px;
  margin-top: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.form-block-grid-4-column {
  margin-top: 5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-register-option {
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.checkbox-label {
  color: #696969;
}

.checkbox-field {
  margin-bottom: 0px;
}

.form-block-grid-2-column-form {
  margin-top: 5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-site-header-index {
  width: 170px;
}

.logo-site-header-white-index {
  display: none;
  width: 170px;
}

.form-block-register-option-2 {
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.form-block-grid-4-column-2 {
  margin-top: 5px;
  -ms-grid-columns: 0.5fr 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-14 {
  margin-bottom: 0px;
  color: #696969;
}

.form-block-register-2 {
  margin-bottom: 0px;
}

.checkbox-label-2 {
  color: #696969;
}

.section-expert-header {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-expert-header.container {
  max-width: 1180px;
}

.expert-page-header {
  width: 500px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.expert-profile-header {
  width: 150px;
  border-radius: 50%;
}

.expert-page-header-profile {
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.heading-6 {
  font-size: 28px;
  line-height: 28px;
}

.paragraph-15 {
  color: #ff7f28;
}

.heading-7 {
  margin-top: 40px;
  font-size: 20px;
  line-height: 19px;
  font-weight: 600;
}

.paragraph-16 {
  margin-bottom: 0px;
}

.expert-profile-datas {
  margin-top: 50px;
  margin-bottom: 120px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -2px 4px 15px 5px rgba(0, 0, 0, 0.1);
}

.expert-profile-data-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ff7f28;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-17 {
  margin-bottom: 0px;
  color: #696969;
  font-size: 16px;
  line-height: 24px;
}

.expert-page-expert-profile {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.expert-page-profile-grid {
  width: 80%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  grid-column-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-9 {
  margin-bottom: 25px;
  color: #ff7f28;
  font-weight: 600;
  text-align: center;
}

.expert-page-profile-grid-column {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.paragraph-18 {
  font-weight: 600;
  text-align: center;
}

.paragraph-19 {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-20 {
  width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.section-expert-team {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ebebeb;
  color: #000;
}

.container-expert-team {
  max-width: 1180px;
}

.expert-page-team {
  width: 800px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 6px 1px rgba(82, 82, 82, 0.13);
}

.expert-page-team-grid {
  grid-column-gap: 15px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 500;
}

.expert-grid-left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-21 {
  margin-bottom: 0px;
  margin-left: 15px;
  color: #696969;
}

.heading-10--2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 26px;
}

.paragraph-22 {
  margin-top: 10px;
  margin-bottom: 21px;
  color: #696969;
}

.btn_expert_contact {
  padding: 13px 20px;
  border-radius: 25px;
  background-color: #ff7f28;
  font-weight: 500;
}

.heading-10--3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.html-embed {
  color: #ff4747;
}

.link-block-social-expert {
  width: 40px;
  margin-right: 10px;
  opacity: 1;
  color: #000;
}

.html-embed-2 {
  color: #000;
}

.section-filter-results-experts {
  display: none;
}

.container-filter-results-experts {
  max-width: 1180px;
}

.main-filter-block-close {
  display: none;
}

.section-agency-header {
  height: 250px;
  background-image: url('../images/agency_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-agency-header {
  max-width: 1180px;
}

.agency-header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agency-header-profile {
  overflow: hidden;
  width: 190px;
  height: 190px;
  margin-bottom: -70px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.agency-header-profile-img {
  border-style: solid;
  border-width: 2px;
  border-color: #d6d6d6;
  border-radius: 50%;
}

.section-agency-header-profile {
  margin-top: 85px;
}

.container-agency-header-profile {
  max-width: 1180px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
}

.paragraph-24 {
  width: 600px;
  margin: 20px auto 0px;
  color: #696969;
  text-align: center;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ff7f28;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-25 {
  margin-bottom: 0px;
  color: #696969;
  font-size: 16px;
  line-height: 24px;
}

.agency-profile-datas {
  width: 500px;
  margin: 50px auto 120px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -2px 4px 15px 5px rgba(0, 0, 0, 0.1);
}

.agency-profile-data-grid-column {
  text-align: center;
}

.agency-profile-launch {
  width: 400px;
  height: auto;
  margin: 40px auto 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #f3f3f3;
  text-align: center;
}

.paragraph-26 {
  margin-bottom: 0px;
  color: #696969;
  font-size: 16px;
}

.paragraph-27 {
  margin-bottom: 5px;
  color: #ff7f28;
  font-size: 16px;
  font-weight: 600;
}

.agency-header-badge-box {
  width: 800px;
  height: auto;
  margin: 35px auto 75px;
}

.agency-header-badge-box-grid {
  padding: 20px 35px;
  grid-column-gap: 35px;
  -ms-grid-columns: 4.25fr 1fr 1fr;
  grid-template-columns: 4.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -5px 3px 12px 1px rgba(0, 0, 0, 0.16);
}

.agency-header-badge-box-grid-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.agency-header-badge-img {
  width: 120px;
  height: 130px;
  margin-top: -45px;
}

.div-block-2 {
  width: 120px;
  height: 140px;
}

.agency-header-badge-desc {
  margin-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-28 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-29 {
  margin-bottom: 0px;
  color: #696969;
}

.agency-header-badge-right {
  text-align: center;
}

.paragraph-30 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
}

.paragraph-31 {
  margin-bottom: 0px;
  color: #ff7f28;
  font-size: 32px;
  font-weight: 700;
}

.agency-header-hire-box {
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #ff7f28;
  font-size: 26px;
  text-align: center;
}

.paragraph-32 {
  margin-bottom: 0px;
  color: #696969;
  text-align: center;
}

.section-agency-services {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}

.container-agency-services {
  max-width: 1180px;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #ff7f28;
  font-size: 26px;
  text-align: center;
}

.agency-services-grid {
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.agency-services-grid-column {
  text-align: center;
}

.agency-services-grid-column-item {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #e8e8e8;
}

.paragraph-33 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #696969;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-34 {
  margin-bottom: 0px;
  color: #696969;
}

.asgc-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-4 {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-agency-contact {
  margin-bottom: 120px;
}

.container-agency-contact {
  max-width: 1180px;
}

.agency-contact-bg {
  padding-top: 60px;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/agency-map-background.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.agency-contact-box {
  width: 700px;
  height: 400px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -5px 5px 12px -4px rgba(0, 0, 0, 0.15);
}

.agency-contact-pin {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.agency-page-hire {
  position: relative;
  width: 800px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -3px 5px 8px 2px rgba(82, 82, 82, 0.13);
}

.section-account-header {
  position: static;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

.container-account-header.container {
  max-width: 1180px;
}

.header-account-grid {
  -ms-grid-columns: 0.5fr 1fr 1fr;
  grid-template-columns: 0.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-account-grid-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  border: 0px none #000;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: right;
}

.logo-account-header-global {
  width: 130px;
}

.section-account-main {
  margin-top: 50px;
}

.container-account-main {
  max-width: 1180px;
}

.account-main-grid {
  grid-column-gap: 80px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expert-list-grid-account {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.expert-list-account {
  margin-top: 0px;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 19px;
}

.account-profile-image {
  overflow: hidden;
  width: 125px;
  height: 125px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.account-profile-image-img {
  width: 125px;
  height: 125px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7f28;
  border-radius: 50%;
}

.paragraph-35 {
  width: 200px;
  margin: 16px auto 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.link-block-account-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #696969;
  text-decoration: none;
}

.link-block-account-menu:hover {
  background-color: #ff7f28;
  color: #fff;
}

.paragraph-36 {
  margin-bottom: 3px;
  margin-left: 20px;
  font-size: 16px;
}

.icon-account-menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff7f28;
}

.hagr-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hagr-icon-thumbnail {
  overflow: hidden;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 50%;
}

.image-5 {
  width: 25px;
  height: 25px;
}

.header-account-grid-right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agency-header-badge-box-grid-account {
  width: 90%;
  margin-right: auto;
  margin-left: 0px;
  padding: 20px 35px;
  grid-column-gap: 35px;
  -ms-grid-columns: 4fr 1fr 1fr;
  grid-template-columns: 4fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -5px 3px 12px 1px rgba(0, 0, 0, 0.16);
}

.agency-header-badge-img-account {
  width: 100px;
  height: auto;
  margin-top: -45px;
}

.agency-header-badge-box-grid-account-2 {
  width: 100%;
  margin-top: 65px;
  margin-right: auto;
  margin-left: 0px;
  padding: 20px 35px;
  grid-column-gap: 35px;
  -ms-grid-columns: 4fr 1fr 1fr;
  grid-template-columns: 4fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: -5px 3px 12px 1px rgba(0, 0, 0, 0.05);
}

.account-grid-receipts {
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.account-grid-receipts-column {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.account-grid-receipts-column.agrc-opacity {
  opacity: 0.4;
}

.image-6 {
  width: 100%;
}

.paragraph-37 {
  margin-bottom: 0px;
}

.paragraph-38 {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 700;
}

.column {
  text-align: right;
}

.link-block-3 {
  margin-top: 15px;
}

.paragraph-39 {
  width: 80px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 11px;
}

.grid-receipt {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-receipt-column.grc-right {
  text-align: right;
}

.paragraph-40 {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 2px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 20px;
  color: #ff7f28;
  font-size: 12px;
  font-weight: 600;
}

.account-main-add-receipt {
  margin-top: 35px;
  text-align: center;
}

.button-add-receipt {
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: transparent;
  color: #ff7f28;
  font-weight: 600;
}

.section-global-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}

.section-global-modal.modal-register-terms {
  display: none;
}

.modal-box {
  width: 600px;
  height: auto;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-box-close {
  margin-bottom: 35px;
  text-align: right;
}

.form-button-submit {
  padding: 10px 50px;
  border-radius: 10px;
  background-color: #ff7f28;
  font-weight: 500;
}

.field-label-3 {
  color: #696969;
  font-weight: 500;
}

.field-label-4 {
  color: #696969;
  font-weight: 500;
}

.text-field-3 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.text-field-4 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b6b6b6;
  border-radius: 10px;
}

.heading-16 {
  margin-bottom: 30px;
}

.link-block-account-logout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-left: 15px;
  color: #696969;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-41 {
  margin-bottom: 0px;
  margin-left: 15px;
  font-weight: 400;
}

.account-expert-my-agency {
  margin-bottom: 90px;
  padding: 30px 27px;
  border-radius: 10px;
  background-color: #fff;
}

.ccount-expert-my-agency-grid {
  grid-column-gap: 15px;
  -ms-grid-columns: 1fr 2.5fr 0.5fr 1fr;
  grid-template-columns: 1fr 2.5fr 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.account-expert-agency-profile {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border: 0px solid #000;
  border-radius: 50%;
}

.image-7 {
  width: 120px;
  height: 120px;
}

.account-expert-agency-grid-badge {
  width: 40px;
}

.paragraph-42 {
  font-size: 12px;
}

.div-block-3 {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
  padding: 5px 13px;
  border-radius: 10px;
  background-color: #eee;
  font-size: 13px;
}

.paragraph-43 {
  margin-bottom: 0px;
  color: #696969;
  font-size: 10px;
  font-weight: 600;
}

.paragraph-44 {
  font-size: 25px;
  font-weight: 600;
}

.button-2 {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 10px;
  background-color: #ff7f28;
  font-weight: 500;
}

.agency-list-account {
  margin-top: 40px;
}

.agency-list-grid-account {
  margin-bottom: 105px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.agency-list-box-status-account {
  margin-top: 20px;
}

.paragraph-45 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  color: #ff7f28;
  font-weight: 600;
  text-align: center;
}

.paragraph-46 {
  margin-top: 13px;
  margin-bottom: 8px;
  color: #696969;
  font-size: 12px;
  text-align: center;
}

.account-box-data {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-4 {
  margin-top: 19px;
  padding: 14px 15px;
  border-radius: 10px;
  background-color: #fff;
}

.textarea {
  height: 150px;
  min-height: 150px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.paragraph-47 {
  margin-bottom: 0px;
  color: #ff7f28;
  font-weight: 600;
}

.link-block-4 {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: right;
}

.form-block-register-agency-services {
  margin-top: 5px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.register-agency-services-column {
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.agency-services-column-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 15px;
  border-radius: 10px;
  background-color: #1d1d1b;
}

.paragraph-48 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.image-8 {
  margin-left: auto;
}

.paragraph-49 {
  display: block;
  width: 85%;
  margin: 15px auto 0px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #d4d4d4;
  font-weight: 500;
  text-align: center;
}

.checkbox-agency-column {
  width: 90%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 19px 10px 28px;
  border-radius: 10px;
  background-color: #d4d4d4;
}

.checkbox {
  margin-left: -15px;
}

.checkbox-label-3 {
  padding-left: 5px;
  font-size: 12px;
}

.form-register-step-large {
  width: 550px;
  height: auto;
  margin: 50px auto 0px;
}

.form-register-wizard-large {
  width: 550px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.form-block-register-receipts {
  margin-top: 5px;
  padding: 7px;
  border-radius: 10px;
  background-color: #e1e1e1;
}

.paragraph-50 {
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px dashed #b6b6b6;
  border-radius: 10px;
  text-align: center;
}

.section-filter-results-agency {
  display: none;
}

.logo-account-header-center {
  display: none;
  width: 130px;
}

.header-page-account-center {
  height: 5px;
}

.header-page-account-left-hamb-menu {
  display: none;
  width: 40px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 9px -1px rgba(0, 0, 0, 0.31);
}

.image-9 {
  width: 20px;
  height: 20px;
}

.mobile-menu-account-agency {
  display: none;
}

.mobile-menu-main-close {
  display: none;
}

.header-site-logged {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #ff7f28;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 500;
}

.header-site-logged:hover {
  background-color: #fc6600;
}

.section-modal-register {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: rgba(0, 0, 0, 0.65);
}

.modal-register-right {
  display: block;
  width: 70%;
  height: 100%;
  max-width: 800px;
  margin-left: auto;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
}

.modal-register-close {
  max-height: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.modal-register-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.modal-register-content-box {
  max-width: 60%;
  margin-top: -100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.paragraph-52 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.paragraph-53 {
  width: 90%;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
  text-align: left;
}

.button-modal-register-expert {
  width: 85%;
  margin-top: 35px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #ff7f28;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-modal-register-expert-copy {
  width: 85%;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 10px;
  background-color: #ff7f28;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.button-modal-register-agency {
  width: 85%;
  margin-top: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7f28;
  border-radius: 10px;
  background-color: #fff;
  color: #ff7f28;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.modal-box-overflow {
  overflow: scroll;
  height: 300px;
  margin-bottom: 25px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
}

.modal-box-overflow-bottom {
  margin-bottom: 20px;
}

.hide_account_login {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  text-align: center;
}

.btn_login_hire {
  margin-right: auto;
  margin-left: auto;
  padding: 13px 20px;
  border-radius: 25px;
  background-color: #ff7f28;
  font-weight: 500;
}

.notification-box {
  position: absolute;
  left: auto;
  right: 0px;
  overflow: scroll;
  width: 200px;
  height: auto;
  max-height: 300px;
  margin-top: 15px;
  margin-right: 80px;
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 10px 12px 1px rgba(0, 0, 0, 0.12);
}

.notification-box-container {
  overflow: scroll;
}

.notification-box-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.notification-bi-title {
  font-weight: 600;
}

.notification-bi-content {
  margin-bottom: 0px;
  font-size: 12px;
}

.notification-bi-date {
  font-size: 10px;
}

.notification-bi-cta {
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #ff7f28;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.div-block-6 {
  position: absolute;
  bottom: 1px;
  width: 87%;
  height: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff));
  background-image: linear-gradient(0deg, #fff, #fff);
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
}

.preloader-inner {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 991px) {
  .login-right {
    background-position: 100% 50%;
  }

  .form-block {
    width: 100%;
  }

  .section-site-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/header_home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/header_home.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .container-site-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-site-grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .header-site-login {
    border-color: #fff;
    color: #fff;
  }

  .logo-site-header {
    display: block;
  }

  .heading-2 {
    color: #fff;
  }

  .btn-site-find-expert {
    border-color: #fff;
    color: #fff;
  }

  .section-site-match {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-site-match.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-site-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-site-header-white {
    display: block;
  }

  .container-global-header.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-page-grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .container-global-hero.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-global-base.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .agency-filter-form-field {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .agency-list-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .header-site-login-global {
    border-color: #1d1d1b;
    color: #1d1d1b;
  }

  .logo-site-header-global {
    display: block;
  }

  .expert-filter-form-field {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .container-register-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-register-step {
    width: 80%;
  }

  .container-register-form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .label-register {
    margin-bottom: 0px;
  }

  .form-register-wizard {
    width: 80%;
  }

  .form-block-register-wlabel {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .form-block-register-label-wl {
    margin-bottom: 7px;
  }

  .logo-site-header-index {
    display: none;
  }

  .logo-site-header-white-index {
    display: block;
  }

  .container-expert-header.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-expert-team {
    padding-right: 20px;
    padding-left: 20px;
  }

  .expert-page-team {
    width: 100%;
  }

  .section-agency-header {
    height: 150px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .container-agency-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .agency-header-box {
    height: 150px;
  }

  .agency-header-profile {
    width: 120px;
    height: 120px;
    margin-bottom: -50px;
    border-width: 5px;
  }

  .section-agency-header-profile {
    margin-top: 65px;
  }

  .container-agency-header-profile {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-24 {
    width: 80%;
  }

  .agency-header-badge-box {
    width: 100%;
  }

  .agency-header-badge-box-grid {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 4.25fr;
    grid-template-columns: 4.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .agency-header-badge-box-grid-1 {
    display: block;
  }

  .agency-header-badge-img {
    width: 80px;
    height: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .agency-header-badge-desc {
    text-align: center;
  }

  .agency-header-hire-box {
    width: 80%;
  }

  .container-agency-services {
    padding-right: 20px;
    padding-left: 20px;
  }

  .agency-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-agency-contact {
    padding-right: 20px;
    padding-left: 20px;
    background-image: url('../images/agency-map-background.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .agency-contact-bg {
    padding-top: 35px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .agency-page-hire {
    width: 100%;
  }

  .section-account-header {
    padding-bottom: 13px;
  }

  .container-account-header.container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-account-grid {
    -ms-grid-columns: 0.5fr 1fr 1fr;
    grid-template-columns: 0.5fr 1fr 1fr;
  }

  .logo-account-header-global {
    display: block;
  }

  .container-account-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .account-main-grid {
    grid-column-gap: 25px;
    -ms-grid-columns: 1.75fr 1.5fr;
    grid-template-columns: 1.75fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .account-profile-image {
    width: 120px;
    height: 120px;
    margin-bottom: 0px;
    border-width: 5px;
  }

  .account-profile-image-img {
    width: 120px;
    height: 120px;
  }

  .agency-header-badge-box-grid-account {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 4.25fr;
    grid-template-columns: 4.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .agency-header-badge-img-account {
    width: 80px;
    height: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .agency-header-badge-box-grid-account-2 {
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 4.25fr;
    grid-template-columns: 4.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-global-modal {
    display: block;
  }

  .agency-list-grid-account {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .form-register-step-large {
    width: 80%;
  }

  .form-register-wizard-large {
    width: 80%;
  }

  .logo-account-header-center {
    display: none;
  }

  .notification-box {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .section-site-header {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/header_home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/header_home.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .header-site-grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .cta-site-box {
    width: 80%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .header-page-grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .section-global-hero {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-global-base {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .agency-filter-form {
    display: block;
  }

  .agency-filter-form-field {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .agency-filter-form-field.last {
    margin-top: 21px;
  }

  .select-field {
    bottom: 0px;
  }

  .paragraph-6 {
    padding-left: 3px;
    text-align: left;
  }

  .div-block {
    position: static;
  }

  .expert-filter-form {
    display: block;
    width: 80%;
    margin-top: 65px;
    margin-right: auto;
    margin-left: auto;
  }

  .expert-list-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .agency-filter-form-copy {
    display: block;
  }

  .expert-filter-form-field {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .expert-filter-form-field.last {
    margin-top: 21px;
  }

  .form-block-register-wlabel {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .form-block-register-wlabel.last {
    margin-top: 21px;
  }

  .sf-with-label {
    bottom: 0px;
  }

  ._wf-header {
    position: static;
  }

  .p-form-wf-label {
    padding-left: 3px;
    text-align: left;
  }

  .paragraph-20 {
    width: 90%;
  }

  .expert-page-team-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-filter-results-experts {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    display: block;
    background-color: transparent;
    text-align: center;
  }

  .container-filter-results-experts {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-filter-block {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 85%;
    height: 100%;
    background-color: #fff;
  }

  .main-filter-global {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .main-filter-block-close {
    display: block;
    width: 80%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }

  .button-filter-results-expert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ff7f28;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }

  .paragraph-23 {
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .image-3 {
    width: 18px;
  }

  .header-account-grid {
    -ms-grid-columns: 1.75fr 1.75fr 1.75fr;
    grid-template-columns: 1.75fr 1.75fr 1.75fr;
  }

  .logo-account-header-global {
    display: none;
  }

  .account-main-grid {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

  .account-grid-column-left {
    display: none;
  }

  .expert-list-grid-account {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hagr-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .hagr-icon-thumbnail {
    width: 22px;
    height: 22px;
  }

  .header-account-grid-right-menu {
    padding-right: 10px;
    padding-left: 10px;
  }

  .agency-header-badge-box-grid-account {
    width: 100%;
  }

  .section-global-modal {
    display: block;
  }

  .modal-box {
    width: 90%;
  }

  .form-button-submit {
    width: 100%;
  }

  .link-block-account-logout {
    margin-top: 70px;
  }

  .form-block-register-agency-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-filter-results-agency {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    display: block;
    background-color: transparent;
    text-align: center;
  }

  .button-filter-results-agency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ff7f28;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
  }

  .logo-account-header-center {
    display: block;
  }

  .header-page-account-center {
    height: auto;
  }

  .header-page-account-left-hamb-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-menu-account-agency {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .mobile-menu-account-agency-box {
    position: fixed;
    left: 0px;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 85%;
    height: 100%;
    background-color: #fff;
  }

  .mobile-menu-main-close {
    display: block;
    width: 80%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }

  .mobile-menu-main-box {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .account-grid-mobile-menu {
    display: block;
    margin-top: 25px;
  }

  .modal-register-right {
    width: 80%;
  }

  .modal-register-content-box {
    max-width: 75%;
  }

  .paragraph-52 {
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-53 {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .button-modal-register-expert {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button-modal-register-agency {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .login-left {
    min-width: 100%;
  }

  .login-right {
    display: none;
  }

  .login-left-form {
    margin-top: 50px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .submit-button {
    font-size: 14px;
  }

  .button {
    font-size: 14px;
  }

  .section-site-header {
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/header_home_mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/header_home_mobile.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .header-site-box {
    margin-top: 40px;
  }

  .header-site-grid-right {
    margin-top: 15px;
  }

  .header-site-login {
    display: inline-block;
    margin-right: 20px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 14px;
  }

  .header-site-register {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .cta-site-box {
    margin: 90px auto 60px;
  }

  .heading-2 {
    margin-top: 15px;
    text-align: center;
  }

  .btn-site-find-agency {
    width: 100%;
  }

  .btn-site-find-expert {
    width: 100%;
  }

  .grid-site-match {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
    margin-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .site-match-left {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer-list {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .site-footer-list-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .site-footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }

  .logo-site-header-white {
    width: 150px;
  }

  .header-page-grid-right {
    margin-top: 25px;
  }

  .section-global-hero {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .section-global-base {
    margin-bottom: 50px;
  }

  .container-global-base.container {
    display: block;
  }

  .agency-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .agency-list-box:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .expert-filter-form {
    width: 82%;
  }

  .expert-list-box:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .expert-list-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-site-login-global {
    display: inline-block;
    margin-right: 20px;
    padding: 7px 25px;
    font-size: 14px;
  }

  .header-site-register-global {
    padding: 7px 15px;
    font-size: 14px;
  }

  .logo-site-header-global {
    width: 130px;
  }

  .section-register-header {
    padding-bottom: 25px;
  }

  .heading-5 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-12 {
    width: 80%;
    font-size: 14px;
  }

  .form-register-step {
    width: 90%;
  }

  .form-register-wizard {
    width: 90%;
  }

  .form-register-wizard-left {
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .form-block-grid-2-column {
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-block-register-wlabel {
    margin-bottom: 0px;
  }

  .form-block-grid-4-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-block-grid-2-column-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .logo-site-header-white-index {
    width: 150px;
  }

  .form-block-grid-4-column-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .expert-page-header {
    width: 100%;
  }

  .expert-profile-header {
    width: 120px;
    height: 120px;
  }

  .expert-page-header-profile {
    width: 120px;
    height: 120px;
  }

  .heading-6 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-7 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 17px;
  }

  .expert-profile-datas {
    margin-bottom: 52px;
  }

  .expert-profile-data-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .expert-page-profile-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-9 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .heading-10--2 {
    font-size: 22px;
    line-height: 29px;
  }

  .btn_expert_contact {
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
  }

  .main-filter-global {
    z-index: 999;
    display: none;
  }

  .main-filter-block-close {
    width: 82%;
  }

  .section-agency-header {
    background-position: 50% 0%;
    background-size: cover;
  }

  .heading-11 {
    line-height: 30px;
  }

  .paragraph-24 {
    width: 90%;
  }

  .agency-profile-datas {
    margin-bottom: 52px;
  }

  .agency-profile-launch {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-26 {
    font-size: 14px;
  }

  .paragraph-27 {
    font-size: 14px;
  }

  .agency-header-badge-box {
    margin-bottom: 35px;
  }

  .agency-header-badge-box-grid {
    width: 90%;
    padding-right: 9px;
    padding-left: 9px;
    grid-row-gap: 25px;
  }

  .agency-header-badge-desc {
    margin-left: 0px;
  }

  .agency-header-hire-box {
    width: 90%;
  }

  .heading-13 {
    font-size: 24px;
  }

  .section-agency-services {
    margin-top: 50px;
  }

  .heading-14 {
    margin-bottom: 48px;
    font-size: 24px;
  }

  .agency-services-grid {
    width: 90%;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .paragraph-33 {
    font-size: 19px;
  }

  .asgc-img {
    width: 50px;
    height: 50px;
  }

  .container-agency-contact {
    background-position: 50% 0%;
    background-size: auto;
  }

  .agency-contact-pin {
    margin-bottom: 20px;
  }

  .header-account-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1.25fr 1fr;
    grid-template-columns: 1fr 1.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .header-account-grid-right {
    width: auto;
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-account-header-global {
    width: 130px;
  }

  .account-main-grid {
    margin-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .account-grid-column-left {
    display: none;
  }

  .expert-list-grid-account {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-grid-column-left-menu {
    display: none;
  }

  .account-profile-image {
    overflow: hidden;
    margin-bottom: 0px;
  }

  .account-profile-image-img {
    overflow: visible;
    width: 120px;
    height: 120px;
  }

  .paragraph-36 {
    font-size: 14px;
  }

  .icon-account-menu-left {
    width: 20px;
    height: 20px;
  }

  .hagr-icon {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .hagr-icon-thumbnail {
    width: 22px;
    height: 22px;
  }

  .image-5 {
    width: 22px;
    height: 22px;
  }

  .header-account-grid-right-menu {
    padding: 7px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .agency-header-badge-box-grid-account {
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    grid-row-gap: 40px;
    -ms-grid-columns: 4.25fr 4.25fr;
    grid-template-columns: 4.25fr 4.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .agency-header-badge-box-grid-account-2 {
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
    grid-row-gap: 25px;
  }

  .account-grid-receipts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section-global-modal {
    display: none;
  }

  .section-global-modal.modal-register-terms {
    display: block;
  }

  .modal-box {
    padding-right: 35px;
    padding-left: 35px;
  }

  .modal-box-close {
    margin-bottom: 15px;
  }

  .link-block-account-logout {
    margin-top: 40px;
  }

  .account-expert-my-agency {
    margin-bottom: 30px;
  }

  .ccount-expert-my-agency-grid {
    grid-row-gap: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .account-expert-agency-profile {
    width: 50px;
    height: 50px;
  }

  .image-7 {
    width: 50px;
    height: 50px;
  }

  .div-block-3 {
    margin-top: 10px;
    margin-bottom: 6px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-44 {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
  }

  .agency-list-grid-account {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-box-data {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-register-step-large {
    width: 90%;
  }

  .form-register-wizard-large {
    width: 90%;
  }

  .logo-account-header-center {
    width: 100px;
  }

  .header-page-account-left-hamb-menu {
    width: 35px;
    height: 30px;
    border-radius: 5px;
  }

  .image-9 {
    width: 18px;
    height: 18px;
  }

  .heading-19 {
    font-size: 14px;
  }

  .mobile-menu-account-agency {
    z-index: 999;
    display: none;
  }

  .mobile-menu-account-agency-box {
    left: 0px;
    right: auto;
  }

  .mobile-menu-main-close {
    width: 82%;
  }

  .account-grid-mobile-menu {
    display: block;
  }

  .paragraph-51 {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .div-block-5 {
    text-align: center;
  }

  .header-site-logged {
    padding: 7px 15px;
    font-size: 14px;
  }

  .modal-register-right {
    width: 85%;
    padding: 25px 26px;
  }

  .modal-register-content-box {
    max-width: 320px;
    margin-top: -100px;
  }

  .paragraph-52 {
    max-width: 270px;
  }

  .modal-box-overflow {
    height: 250px;
  }

  .paragraph-54 {
    font-size: 12px;
  }

  .btn_login_hire {
    border-radius: 50px;
    font-size: 12px;
    text-align: center;
  }

  .notification-box {
    margin-top: 13px;
    margin-right: 70px;
  }
}

#w-node-_9ecf8fd3-c0cc-2b85-7207-a90bbb5d510a-25bc39ea {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6413e478-4712-3d1f-8791-210aefebe2ed-25bc39ea {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54f2cf28-d359-087d-3948-19bc39c75171-25bc39ea {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-3fc68ff4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-3fc68ff4 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-087acb68 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-087acb68 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_95777091-f8ea-b4b1-3c8a-2264b7bcef11-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_895c6c64-918a-a808-aa16-e6f913f2546d-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e15d427-536d-cca1-2d02-9b6d996e42d3-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9e15d427-536d-cca1-2d02-9b6d996e42d7-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dbad3f12-a521-4af3-4ed4-10b98de8fd9f-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dbad3f12-a521-4af3-4ed4-10b98de8fda3-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a910383a-2520-501f-e887-ebda0f032200-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a910383a-2520-501f-e887-ebda0f032204-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f187cf3f-ec4e-c9a8-a061-f3974c5d2cec-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f187cf3f-ec4e-c9a8-a061-f3974c5d2cf0-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb36268-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb3626c-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb3626f-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb36273-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb36276-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb3627a-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb3627d-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf992dad-b2ae-fd93-09ef-ae502cb36281-c976c0cc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-82aae849 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-82aae849 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_79515405-067a-56b1-cfb8-fe555f7da0bc-d071397f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_28d6c779-a942-cdd7-20c5-9c3717148517-d071397f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b8095f01-f955-d2c6-0285-3fbea6f98fcb-d071397f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-d071397f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf8866-b58a28ec {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf886c-b58a28ec {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0b-1f484e00 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-1f484e00 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_524649b4-d8ab-fa2f-7a4a-9abb22727387-1f484e00 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_524649b4-d8ab-fa2f-7a4a-9abb2272738e-1f484e00 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f1-8dc68cba {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f7-8dc68cba {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bbc27719-30dd-8f22-eb40-335e5fa4ce68-8dc68cba {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bbc27719-30dd-8f22-eb40-335e5fa4ce6f-8dc68cba {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_726ba199-7261-b01c-ac1f-eb0dc548fd94-8dc68cba {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b48c4cc3-ed12-8f90-1e32-6467721ac2f1-8dc68cba {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_94a22e07-94a1-833f-037a-56c295bdd419-8dc68cba {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_274dddfc-196f-455c-b305-7850d13a3281-71dcf81d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_274dddfc-196f-455c-b305-7850d13a3287-71dcf81d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd7a7741-126d-0bc0-e2a7-00c852619057-71dcf81d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_205712ac-5171-c5d2-c780-2f462db87053-71dcf81d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_93c1a9d8-1b3c-f9cc-0dca-d3f6249011d5-71dcf81d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_3edcb9cf-e6c9-867d-18ea-6ec43abcc2d8-25bc39ea {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9ecf8fd3-c0cc-2b85-7207-a90bbb5d510a-25bc39ea {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0b-3fc68ff4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-3fc68ff4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0b-087acb68 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-087acb68 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0b-82aae849 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-82aae849 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_79515405-067a-56b1-cfb8-fe555f7da0ba-d071397f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_79515405-067a-56b1-cfb8-fe555f7da0bc-d071397f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf8866-b58a28ec {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf886a-b58a28ec {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf886c-b58a28ec {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0b-1f484e00 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a25bfd90-a149-aadf-fd8b-175d3b94232d-1f484e00 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-1f484e00 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f1-8dc68cba {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f5-8dc68cba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f7-8dc68cba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_274dddfc-196f-455c-b305-7850d13a3281-71dcf81d {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_274dddfc-196f-455c-b305-7850d13a3285-71dcf81d {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_274dddfc-196f-455c-b305-7850d13a3287-71dcf81d {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6413e478-4712-3d1f-8791-210aefebe2ed-25bc39ea {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-c309fa2e-7b6a-ea1e-f0a6-8bf522407e88-25bc39ea {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_54f2cf28-d359-087d-3948-19bc39c75171-25bc39ea {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f2-3fc68ff4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-3fc68ff4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f2-087acb68 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-087acb68 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f2-82aae849 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-82aae849 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3a2135da-212a-cbe3-2f6e-0963c60390fb-d071397f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f2-d071397f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33e16619-941c-a4a1-87a9-a3feb7a275f5-d071397f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-eb82b7e9-dc69-6646-8e03-a7bb3dbf886c-b58a28ec {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-a52b41a4-44a6-e3b4-91a2-363f9225fb0e-1f484e00 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_524649b4-d8ab-fa2f-7a4a-9abb2272737f-1f484e00 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53c23edf-c4ff-80c3-b6fa-cd7bc27653f7-8dc68cba {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-bbc27719-30dd-8f22-eb40-335e5fa4ce60-8dc68cba {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_274dddfc-196f-455c-b305-7850d13a3287-71dcf81d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-fd7a7741-126d-0bc0-e2a7-00c852619057-71dcf81d {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

