/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

html {
  margin-top: 0 !important; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #4057E4;
  font-size: 50px;
  line-height: 1.2; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #4057E4;
  font-size: 24px;
  line-height: 1.2; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 1.9; }

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 1.28; }

li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 1.28;
  list-style-type: disc;
  list-style-position: inside;
  margin: 8px 0; }
  li :first-child {
    margin-top: 0; }

a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #222222;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

button {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  color: #FFFFFF;
  background: #4057E4; }

#wpadminbar {
  display: none; }

form *, form ::before, form ::after {
  box-sizing: content-box; }

form .row {
  margin: 0; }

form input, form select {
  display: block;
  border: 2px solid #222222;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  padding: 16px;
  width: 100%;
  margin: 12px 0 4px;
  box-sizing: border-box;
  outline: none; }
  form input:disabled, form select:disabled {
    background: #C7C7C7; }
  form input:focus, form select:focus {
    border: 2px solid #4057E4; }

form select {
  height: 55px;
  background: #FFFFFF;
  -webkit-appearance: none; }

form label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #222222;
  display: inline; }
  form label.checkbox-label {
    font-size: 14px;
    line-height: 1.28;
    vertical-align: top;
    position: relative;
    cursor: pointer; }
    form label.checkbox-label span:first-child {
      display: inline-block;
      margin-left: 28px; }
      form label.checkbox-label span:first-child a {
        font-size: 14px;
        line-height: 1.28; }
    form label.checkbox-label input[type="checkbox"] {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    form label.checkbox-label .checkmark {
      position: absolute;
      top: 2px;
      left: 0;
      height: 18px;
      width: 18px;
      background-color: #FFFFFF;
      border-radius: 4px;
      border: 2px solid #222222;
      cursor: pointer;
      box-sizing: border-box; }
    form label.checkbox-label:hover input ~ .checkmark {
      background-color: #DDDDDD; }
    form label.checkbox-label input:checked ~ .checkmark {
      background-color: #222222; }
    form label.checkbox-label .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    form label.checkbox-label input:checked ~ .checkmark:after {
      display: block; }
    form label.checkbox-label .checkmark:after {
      left: 4px;
      top: 1px;
      width: 4px;
      height: 8px;
      border-width: 0 2px 2px 0;
      border: solid #FFFFFF;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

form span.form-error {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #ff4159; }

form fieldset {
  margin-bottom: 24px; }
  form fieldset p.description {
    font-size: 12px;
    white-space: pre; }

form .form-image label:nth-child(3) {
  display: inline-block;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  margin-top: 16px;
  position: relative;
  cursor: pointer;
  border: 1px solid #222222; }
  form .form-image label:nth-child(3) input[type="file"] {
    opacity: 0.00; }
  form .form-image label:nth-child(3)::after {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    content: "+";
    position: absolute;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    font-size: 34px;
    text-align: center;
    background: #222222;
    color: #DDDDDD;
    top: calc(50% - 40px / 2);
    left: calc(50% - 40px / 2);
    box-shadow: 0 0 3px #FFFFFF;
    opacity: 0;
    z-index: 3; }
  form .form-image label:nth-child(3)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    opacity: 0;
    z-index: 2; }
  form .form-image label:nth-child(3)::before, form .form-image label:nth-child(3)::after {
    transition: opacity 0.2s ease-in-out; }
  form .form-image label:nth-child(3):hover::after {
    opacity: 0.9; }
  form .form-image label:nth-child(3):hover::before {
    opacity: 0.8; }

form .form-radio label {
  margin-bottom: 8px;
  display: block; }

form .form-radio label ~ label {
  font-size: 16px;
  vertical-align: center;
  cursor: pointer; }
  form .form-radio label ~ label .radiobox {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 2px solid #222222;
    box-sizing: border-box;
    vertical-align: center;
    float: left;
    margin-right: 8px; }
  form .form-radio label ~ label input:checked ~ .radiobox {
    background: #222222; }
  form .form-radio label ~ label input {
    display: none; }

form button {
  border: none; }

footer {
  margin-top: 20px;
  padding: 0 calc(2 / 24 * 100%);
  border-top: 1px solid #F7F7F7;
  box-shadow: 0 -1px 2px rgba(64, 87, 228, 0.1); }
  footer .main-links {
    padding: 24px 44px 32px;
    display: flex;
    justify-content: space-between; }
    footer .main-links > div {
      display: inline-flex;
      flex-direction: column; }
      footer .main-links > div h3 {
        text-transform: uppercase;
        margin-bottom: 8px; }
  footer .secondary-links {
    text-align: center;
    border-top: 2px solid #F7F7F7;
    padding: 16px 0; }
    footer .secondary-links span {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.3; }
    footer .secondary-links div {
      display: inline-block; }
      footer .secondary-links div a {
        margin: 0 8px; }
        footer .secondary-links div a.is-active {
          font-weight: 600; }
    footer .secondary-links span, footer .secondary-links a, footer .secondary-links div {
      margin: 0 24px; }
  footer .main-links a, footer .secondary-links a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3; }

@media only screen and (max-width: 1000px) {
  footer .main-links {
    padding: 24px 16px 32px;
    flex-direction: column; }
    footer .main-links > div {
      margin-bottom: 16px; }
  footer .secondary-links span, footer .secondary-links a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 16px; } }

body {
  padding-top: calc(38px * 2 + 30px * 1.2); }

.main-header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 38px calc(2 / 24 * 100%);
  align-items: center;
  justify-content: space-between;
  height: 112px;
  box-sizing: border-box;
  border-bottom: 1px solid;
  box-shadow: 0 1px 2px rgba(64, 87, 228, 0.1);
  text-align: left; }
  .main-header--with-image {
    padding: 0 calc(2 / 24 * 100%); }
  .main-header .logo {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.23;
    text-decoration: none; }
    .main-header .logo--with-image {
      height: 112px; }
      .main-header .logo--with-image img {
        height: 112px; }
  .main-header .hamburger {
    display: none; }
  .main-header #hamburger {
    display: none; }
  .main-header nav {
    vertical-align: middle; }
    .main-header nav a {
      margin-left: 40px; }
      .main-header nav a.only-desktop {
        display: inline-block; }
      .main-header nav a.only-responsive {
        display: none; }

@media only screen and (max-width: 1000px) {
  body {
    padding-top: calc(16px * 2 + 30px * 1.2); }
  .main-header {
    padding-top: 16px;
    padding-bottom: 16px; }
    .main-header nav {
      padding-top: 100px;
      position: fixed;
      top: 0;
      left: -80%;
      width: 80%;
      bottom: 0;
      background: #FFFFFF;
      border: 1px solid #F7F7F7;
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
      transition: all 0.2s ease-in-out; }
      .main-header nav a {
        display: block;
        padding: 16px;
        margin-left: 16px; }
        .main-header nav a.only-desktop {
          display: none; }
        .main-header nav a.only-responsive {
          display: block; }
    .main-header .hamburger {
      display: inline-block; }
      .main-header .hamburger > div {
        width: 35px;
        height: 5px;
        background-color: #000000;
        margin: 6px 0;
        transition: all 0.2s ease-in-out; }
    .main-header #hamburger:checked ~ nav {
      left: 0;
      box-shadow: 0 0 100px 100px rgba(0, 0, 0, 0.5); }
    .main-header #hamburger:checked ~ .hamburger > div:first-child {
      transform: rotate(45deg) translate(8px, 8px); }
    .main-header #hamburger:checked ~ .hamburger > div:last-child {
      transform: rotate(-45deg) translate(8px, -8px); }
    .main-header #hamburger:checked ~ .hamburger > div:nth-child(2) {
      opacity: 0; } }

.popup {
  display: inline-flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  background: rgba(52, 72, 94, 0.54); }
  .popup .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .popup .card {
    width: 400px;
    padding: 32px;
    text-align: center; }
    .popup .card .confirm {
      width: 100%;
      padding: 14px;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 1.22; }
    .popup .card .cancel {
      margin: 0;
      padding: 0;
      background: none;
      font-size: 18px;
      line-height: 1.22;
      text-decoration: underline;
      border: none;
      outline: none;
      margin-top: 12px; }
    .popup .card p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.22;
      color: #222222;
      margin-bottom: 24px; }
    .popup .card input {
      display: block;
      border: 2px solid #222222;
      border-radius: 8px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.19;
      padding: 16px;
      width: 100%;
      box-sizing: border-box;
      outline: none; }
      .popup .card input:focus {
        border: 2px solid #4057E4; }
  .popup--confirm .cancel {
    color: #DE5353; }
  .popup--confirm .confirm {
    color: #FFFFFF;
    background: #DE5353; }
  .popup--prompt .card p {
    margin-bottom: 8px;
    text-align: left; }
  .popup--prompt .card .confirm {
    margin-top: 32px; }
  .popup--prompt .card .error {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.22;
    color: #ff4159;
    margin: 12px 0; }
  .popup--prompt .cancel {
    color: #4057E4; }
  .popup--prompt .confirm {
    color: #FFFFFF;
    background: #4057E4; }
  .popup.is-visible {
    opacity: 1;
    visibility: visible; }

.not-found {
  text-align: center;
  padding: 0 10%;
  min-height: 50vh; }
  .not-found h1 {
    margin: 120px 0 40px;
    font-size: 40px; }
  .not-found p {
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 48px;
    color: #222222; }
    .not-found p:nth-child(2) {
      margin-bottom: 72px; }
  .not-found .links a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #4057E4;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 40px; }

.home-page {
  text-align: center;
  padding: 0 10%; }
  .home-page h1 {
    margin: 80px 0; }
  .home-page .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .home-page .card {
    margin: 28px 0;
    padding: 20px 44px; }
    .home-page .card h2 {
      margin-bottom: 20px; }

@media only screen and (max-width: 1000px) {
  .home-page {
    padding: 0 24px; }
    .home-page h1 {
      margin: 30px 0;
      font-size: 32px; } }

.login {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh; }
  .login h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .login .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .login .card {
    padding: 30px;
    display: inline-block;
    width: 384px;
    box-sizing: border-box;
    margin-bottom: 200px; }
  .login form {
    text-align: center; }
    .login form fieldset {
      text-align: left; }
    .login form button {
      width: 100%;
      margin-bottom: 20px;
      box-sizing: border-box; }
    .login form a {
      color: #4057E4;
      font-size: 14px;
      line-height: 1.28;
      text-align: center;
      text-decoration: underline; }

@media only screen and (max-width: 1000px) {
  .login {
    padding: 0 24px; }
    .login h1 {
      margin: 30px 0; }
    .login .card {
      width: 100%;
      box-sizing: border-box; } }

.registration {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh; }
  .registration h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .registration .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .registration .card {
    padding: 30px;
    display: inline-block;
    min-width: 50%;
    width: 750px;
    box-sizing: border-box;
    margin-bottom: 200px; }
  .registration form {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .registration form fieldset {
      display: inline-block;
      text-align: left;
      box-sizing: border-box;
      min-width: calc(48% - 20px);
      flex: 1; }
      .registration form fieldset:nth-child(2n+1) {
        margin-right: 20px;
        margin-left: 0px; }
      .registration form fieldset:nth-child(2n) {
        margin-right: 0px;
        margin-left: 20px; }
    .registration form button {
      width: 100%;
      box-sizing: border-box; }

@media only screen and (max-width: 1000px) {
  .registration {
    padding: 0 24px; }
    .registration h1 {
      margin: 30px 0; }
    .registration .card {
      width: 100%;
      box-sizing: border-box; }
    .registration form {
      flex-direction: column; }
      .registration form fieldset {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important; } }

.verification {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh; }
  .verification h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .verification .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .verification .card {
    padding: 30px;
    display: inline-block;
    width: 384px;
    box-sizing: border-box;
    margin-bottom: 200px; }
    .verification .card p.notification {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      background: #4057E4;
      color: #FFFFFF;
      padding: 8px 16px;
      margin-bottom: 16px;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(64, 87, 228, 0.1); }
  .verification form {
    text-align: center; }
    .verification form fieldset {
      text-align: left; }
    .verification form button {
      width: 100%;
      margin-bottom: 20px;
      box-sizing: border-box; }
    .verification form a {
      color: #4057E4;
      font-size: 14px;
      line-height: 1.28;
      text-align: center;
      text-decoration: underline; }

@media only screen and (max-width: 1000px) {
  .verification {
    padding: 0 24px; }
    .verification h1 {
      margin: 30px 0; }
    .verification .card {
      width: 100%;
      box-sizing: border-box; } }

.offices {
  text-align: left;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .offices h1 {
    margin: 20px 0;
    color: #000000;
    font-size: 30px; }
  .offices > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .offices > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .offices .office-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    .offices .office-list .card {
      text-align: left;
      background: #FFFFFF;
      border-radius: 10px;
      border: 1px solid #F7F7F7;
      box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
    .offices .office-list .card {
      display: inline-block;
      opacity: 0.5;
      max-width: calc(100% / 4 - 60px);
      min-width: calc(100% / 4 - 60px);
      margin: 0 30px 60px 0;
      flex: 1;
      overflow: hidden;
      color: #222222; }
      .offices .office-list .card:hover, .offices .office-list .card.is-active {
        opacity: 1; }
      .offices .office-list .card .image {
        display: inline-block;
        width: 100%;
        height: 200px;
        background-position: center center;
        background-size: cover; }
      .offices .office-list .card .content {
        padding: 20px 16px; }
        .offices .office-list .card .content .description {
          height: 86px;
          overflow: hidden; }
          .offices .office-list .card .content .description h3 {
            font-size: 18px;
            line-height: 1.22;
            margin-bottom: 4px; }
          .offices .office-list .card .content .description p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            height: 64px;
            font-size: 14px;
            line-height: 1.28; }
        .offices .office-list .card .content__footer {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .offices .office-list .card .content__footer span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.28;
            color: #DE5353; }
            .offices .office-list .card .content__footer span.is-public {
              color: #6CB26C; }
          .offices .office-list .card .content__footer a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.28;
            display: inline-block;
            color: #4057E4;
            background: #FFFFFF;
            border: 2px solid #4057E4;
            padding: 4px 24px;
            border-radius: 3px;
            text-decoration: none; }
            .offices .office-list .card .content__footer a:hover {
              color: #FFFFFF;
              background: #4057E4; }

@media only screen and (max-width: 1200px) {
  .offices {
    padding: 0 6%; }
    .offices .office-list .card .content__footer a {
      padding: 4px 12px; } }

@media only screen and (max-width: 1100px) {
  .offices {
    padding: 0 4%; }
    .offices .office-list .card .content__footer a {
      padding: 4px 8px; } }

@media only screen and (max-width: 1000px) {
  .offices {
    padding: 0 24px; }
    .offices h1 {
      margin: 30px 0;
      font-size: 32px; }
    .offices .office-list {
      flex-direction: column; }
      .offices .office-list .card {
        min-width: 100%;
        max-width: 100%; } }

.office-management {
  text-align: left;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .office-management > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4057E4; }
  .office-management h1 {
    margin: 20px 0;
    color: #000000;
    font-size: 30px; }
  .office-management > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .office-management > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .office-management .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .office-management .card {
    padding: 30px;
    margin-bottom: 32px; }
  .office-management form .row {
    display: flex;
    justify-content: space-between; }
    .office-management form .row .col {
      flex: 1;
      min-width: 30%;
      max-width: 30%; }
  .office-management form .footer {
    text-align: right; }
    .office-management form .footer button {
      color: #222222;
      background: #C7C7C7;
      padding: 14px 80px; }
  .office-management .actions {
    display: flex;
    justify-content: space-between; }
    .office-management .actions a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.22;
      text-align: center;
      text-decoration: none;
      padding: 16px 68px;
      border: 2px solid #DE5353;
      border-radius: 8px; }
      .office-management .actions a:nth-child(1) {
        background: #FFFFFF;
        color: #DE5353; }
      .office-management .actions a:nth-child(2) {
        background: #DE5353;
        color: #FFFFFF; }
  .office-management .spaces {
    display: flex;
    justify-content: flex-start;
    box-sizing: content-box;
    flex-wrap: wrap;
    width: 100%; }
    .office-management .spaces .card {
      display: inline-block;
      box-sizing: border-box;
      opacity: 0.5;
      max-width: calc(100% / 4 - 30px);
      min-width: calc(100% / 4 - 30px);
      margin: 0 30px 60px 0;
      flex: 1;
      overflow: hidden;
      color: #222222;
      padding: 16px; }
      .office-management .spaces .card:hover, .office-management .spaces .card.is-active {
        opacity: 1; }
      .office-management .spaces .card h3 {
        margin-bottom: 32px; }
      .office-management .spaces .card table {
        width: 100%;
        margin-bottom: 32px; }
        .office-management .spaces .card table td {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 1.28;
          color: #222222;
          text-align: right; }
          .office-management .spaces .card table td:first-child {
            text-align: left; }
      .office-management .spaces .card .content__footer {
        text-align: right; }
        .office-management .spaces .card .content__footer a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 14px;
          line-height: 1.28;
          display: inline-block;
          color: #4057E4;
          background: #FFFFFF;
          border: 2px solid #4057E4;
          padding: 4px 24px;
          border-radius: 3px;
          text-decoration: none; }
          .office-management .spaces .card .content__footer a:hover {
            color: #FFFFFF;
            background: #4057E4; }

@media only screen and (max-width: 1000px) {
  .office-management {
    padding: 0 24px; }
    .office-management h1 {
      margin: 30px 0;
      font-size: 32px; }
    .office-management form .row {
      flex-direction: column; }
      .office-management form .row .col {
        max-width: 100%;
        min-width: 100%; }
    .office-management form .footer button {
      width: 100%;
      box-sizing: border-box;
      padding: 14px 16px; }
    .office-management .spaces {
      flex-direction: column; }
      .office-management .spaces .card {
        min-width: 100%;
        max-width: 100%; }
    .office-management .actions {
      flex-direction: column; }
      .office-management .actions a {
        padding: 16px 16px;
        margin: 0 0 16px; } }

.space-management {
  text-align: left;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .space-management > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4057E4; }
  .space-management h1 {
    margin: 20px 0;
    color: #000000;
    font-size: 30px; }
  .space-management .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .space-management .card {
    padding: 30px;
    margin-bottom: 32px; }
  .space-management form .row {
    display: flex;
    justify-content: space-between; }
    .space-management form .row .col {
      flex: 1;
      min-width: 30%;
      max-width: 30%; }
    .space-management form .row .col-2 {
      flex: 2;
      min-width: 60%;
      max-width: 60%; }
  .space-management form .footer {
    text-align: right;
    margin-top: 72px; }
    .space-management form .footer button {
      color: #222222;
      background: #C7C7C7;
      padding: 14px 80px; }
  .space-management form .checkbox-label + span.form-error {
    display: block; }
  .space-management table {
    float: right; }
    .space-management table td {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.22;
      text-align: center;
      vertical-align: center;
      padding: 0 20px;
      max-width: 100px; }
      .space-management table td:first-child {
        text-align: left;
        max-width: none; }
      .space-management table td:last-child {
        padding-right: 0; }
      .space-management table td fieldset {
        margin: 0; }
        .space-management table td fieldset input[type="text"] {
          padding: 12px; }
  .space-management .actions {
    display: flex;
    justify-content: space-between; }
    .space-management .actions a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.22;
      text-align: center;
      text-decoration: none;
      padding: 16px 68px;
      border: 2px solid #DE5353;
      border-radius: 8px; }
      .space-management .actions a:nth-child(1) {
        background: #FFFFFF;
        color: #DE5353; }
      .space-management .actions a:nth-child(2) {
        background: #DE5353;
        color: #FFFFFF; }

@media only screen and (max-width: 1200px) {
  .space-management {
    padding: 0 6%; } }

@media only screen and (max-width: 1100px) {
  .space-management {
    padding: 0 4%; } }

@media only screen and (max-width: 1000px) {
  .space-management {
    padding: 0 24px; }
    .space-management form .footer button {
      width: 100%;
      box-sizing: border-box;
      padding: 14px 16px; }
    .space-management form .row {
      flex-direction: column; }
      .space-management form .row .col, .space-management form .row .col-2 {
        min-width: 100%;
        max-width: 100%; }
      .space-management form .row table tr {
        padding: 16px 0; }
        .space-management form .row table tr:first-child td:nth-child(4), .space-management form .row table tr:first-child td:nth-child(5) {
          opacity: 0; }
        .space-management form .row table tr td {
          display: inline-block;
          width: 50%;
          padding: 0; }
          .space-management form .row table tr td:first-child {
            width: 100%; }
            .space-management form .row table tr td:first-child fieldset {
              margin-top: 16px; }
    .space-management .actions {
      flex-direction: column; }
      .space-management .actions a {
        padding: 16px 16px;
        margin: 0 0 16px; } }

.search {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .search h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .search > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .search > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .search .search-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%; }
    .search .search-list .card {
      text-align: left;
      background: #FFFFFF;
      border-radius: 10px;
      border: 1px solid #F7F7F7;
      box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
    .search .search-list .card {
      display: inline-block;
      max-width: calc(100% / 4 - 30px);
      min-width: calc(100% / 4 - 30px);
      margin: 0 30px 60px 0;
      flex: 1;
      overflow: hidden;
      color: #222222; }
      .search .search-list .card .image {
        display: inline-block;
        width: 100%;
        height: 200px;
        background-position: center center;
        background-size: cover; }
      .search .search-list .card .content {
        padding: 20px 16px; }
        .search .search-list .card .content .description {
          height: 86px;
          overflow: hidden; }
          .search .search-list .card .content .description h3 {
            font-size: 18px;
            line-height: 1.22;
            margin-bottom: 4px; }
          .search .search-list .card .content .description p {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            height: 64px;
            font-size: 14px;
            line-height: 1.28; }
        .search .search-list .card .content__footer {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .search .search-list .card .content__footer span {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.28;
            color: #DE5353; }
            .search .search-list .card .content__footer span.is-public {
              color: #6CB26C; }
          .search .search-list .card .content__footer a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 14px;
            line-height: 1.28;
            display: inline-block;
            color: #4057E4;
            background: #FFFFFF;
            border: 2px solid #4057E4;
            padding: 4px 24px;
            border-radius: 3px;
            text-decoration: none; }
            .search .search-list .card .content__footer a:hover {
              color: #FFFFFF;
              background: #4057E4; }
  .search .search-form {
    margin-bottom: 100px;
    background: #dfe4fe;
    width: 100%;
    text-align: center;
    padding: 100px;
    border-radius: 32px; }
    .search .search-form form {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center; }
      .search .search-form form button {
        padding: 14px 76px;
        margin-bottom: 32px;
        line-height: 1.23;
        order: 1; }
      .search .search-form form fieldset {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #4057E4;
        display: inline-block;
        border-radius: 8px;
        margin: 0 40px 32px 0;
        align-items: center;
        padding: 12px;
        background: #FFFFFF;
        order: 1;
        min-width: calc(100% - 300px);
        box-shadow: 4px 4px 8px rgba(52, 72, 94, 0.54); }
        .search .search-form form fieldset input, .search .search-form form fieldset select {
          display: inline-block;
          border: none;
          margin: 0 0 0 16px;
          padding: 0;
          font-size: 18px;
          line-height: 1.22;
          width: 80%;
          min-width: 80%;
          max-width: 80%;
          height: 24px;
          vertical-align: middle; }
        .search .search-form form fieldset select {
          font-size: 14px; }
        .search .search-form form fieldset input[type="time"]::-webkit-calendar-picker-indicator {
          background: none; }
        .search .search-form form fieldset ~ fieldset {
          min-width: 130px;
          max-width: 130px;
          width: 130px;
          padding: 8px;
          flex: 1; }
          .search .search-form form fieldset ~ fieldset svg + input, .search .search-form form fieldset ~ fieldset svg + select {
            width: 70%;
            min-width: 70%;
            max-width: 70%;
            margin-left: 4px;
            font-size: 14px; }
        .search .search-form form fieldset:nth-child(5) {
          min-width: 70px;
          max-width: 70px;
          width: 70px; }
          .search .search-form form fieldset:nth-child(5) svg + select {
            width: 30%;
            min-width: 30%;
            max-width: 30%; }
        .search .search-form form fieldset:last-child {
          margin-right: 0;
          min-width: 100px;
          max-width: 100px;
          width: 100px;
          font-size: 18px; }
        .search .search-form form fieldset svg {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: relative;
          vertical-align: middle;
          fill: #4057E4; }
        .search .search-form form fieldset .search-icon {
          display: inline-block;
          width: 24px;
          height: 24px;
          position: relative;
          vertical-align: middle; }
          .search .search-form form fieldset .search-icon::before {
            content: '';
            display: inline-block;
            border-bottom: 2px solid #4057E4;
            width: 10px;
            height: 10px;
            transform: rotateZ(45deg) translate(15px, -5px);
            position: absolute; }
          .search .search-form form fieldset .search-icon::after {
            content: '';
            display: inline-block;
            border-radius: 100%;
            width: 12px;
            height: 12px;
            border: 2px solid #4057E4;
            position: absolute; }

@media only screen and (max-width: 1300px) {
  .search .search-form form fieldset {
    margin: 0 24px 32px 0; } }

@media only screen and (max-width: 1200px) {
  .search .search-list .card .content__footer a {
    padding: 4px 6px; }
  .search .search-form form fieldset {
    margin: 0 8px 32px 0; } }

@media only screen and (max-width: 1100px) {
  .search .search-form form fieldset {
    padding: 12px 4px; }
    .search .search-form form fieldset ~ fieldset {
      min-width: 100px;
      max-width: 100px;
      width: 100px;
      padding: 8px;
      flex: 1; }
      .search .search-form form fieldset ~ fieldset svg + input, .search .search-form form fieldset ~ fieldset svg + select {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        margin-left: 4px;
        font-size: 14px; } }

@media only screen and (max-width: 1000px) {
  .search {
    padding: 0 24px; }
    .search h1 {
      margin: 30px 0; }
    .search .search-form {
      background: none;
      margin: 0;
      padding: 0; }
      .search .search-form form {
        justify-content: space-between; }
        .search .search-form form button, .search .search-form form fieldset {
          box-sizing: border-box;
          width: 100%;
          max-width: 100%;
          min-width: 100%;
          margin-bottom: 12px; }
        .search .search-form form fieldset:first-child {
          border: 2px solid #4057E4; }
        .search .search-form form fieldset:nth-child(3), .search .search-form form fieldset:nth-child(4) {
          box-sizing: border-box;
          width: 40%;
          max-width: 40%;
          min-width: 40%;
          margin-bottom: 12px; }
        .search .search-form form fieldset:nth-child(4) {
          margin-right: 0; }
        .search .search-form form fieldset:nth-child(5), .search .search-form form fieldset:nth-child(6), .search .search-form form fieldset:nth-child(7) {
          box-sizing: border-box;
          width: 30%;
          max-width: 30%;
          min-width: 30%;
          margin-bottom: 12px; }
        .search .search-form form fieldset input, .search .search-form form fieldset select, .search .search-form form fieldset ~ fieldset input, .search .search-form form fieldset ~ fieldset select, .search .search-form form fieldset:nth-child(5) input, .search .search-form form fieldset:nth-child(5) select, .search .search-form form fieldset:last-child input, .search .search-form form fieldset:last-child select {
          width: 80%;
          min-width: 80%;
          max-width: 80%;
          margin: 0 0 0 16px;
          padding: 0px; }
        .search .search-form form fieldset svg + input, .search .search-form form fieldset svg + select, .search .search-form form fieldset ~ fieldset svg + input, .search .search-form form fieldset ~ fieldset svg + select, .search .search-form form fieldset:nth-child(5) svg + input, .search .search-form form fieldset:nth-child(5) svg + select, .search .search-form form fieldset:last-child svg + input, .search .search-form form fieldset:last-child svg + select {
          width: calc(80% - 20px);
          min-width: calc(80% - 20px);
          max-width: calc(80% - 20px);
          margin: 0 0 0 16px; }
        .search .search-form form button {
          order: 2; }
    .search .search-list .card {
      min-width: 100%;
      max-width: 100%; } }

.reservations {
  text-align: left;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .reservations > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4057E4; }
  .reservations h1 {
    margin: 20px 0 48px;
    color: #000000;
    font-size: 30px; }
  .reservations > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .reservations > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .reservations .reservation-form form {
    width: 100%; }
    .reservations .reservation-form form .row {
      display: flex;
      justify-content: space-between; }
      .reservations .reservation-form form .row .col {
        flex: 1;
        min-width: 30%;
        max-width: 30%; }
        .reservations .reservation-form form .row .col .info img {
          border-radius: 16px;
          width: 100%;
          border: 1px solid black; }
        .reservations .reservation-form form .row .col .info ul {
          padding: 0 16px 16px; }
          .reservations .reservation-form form .row .col .info ul li {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #222222;
            list-style: none; }
            .reservations .reservation-form form .row .col .info ul li svg {
              fill: #4057E4;
              height: 16px;
              width: 16px;
              vertical-align: middle;
              margin-right: 8px; }
        .reservations .reservation-form form .row .col .datepicker-switch {
          cursor: auto; }
          .reservations .reservation-form form .row .col .datepicker-switch:hover {
            background: #FFFFFF; }
        .reservations .reservation-form form .row .col .datepicker {
          background: #FFFFFF;
          border-radius: 10px;
          border: 1px solid #F7F7F7;
          box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1);
          padding: 28px 36px;
          width: 300px !important;
          box-sizing: border-box; }
          .reservations .reservation-form form .row .col .datepicker table {
            width: 100%; }
            .reservations .reservation-form form .row .col .datepicker table th, .reservations .reservation-form form .row .col .datepicker table td {
              font-family: 'Montserrat', sans-serif;
              font-weight: 600;
              padding: 0;
              vertical-align: middle;
              font-size: 14px;
              line-height: 1.28; }
              .reservations .reservation-form form .row .col .datepicker table th.old, .reservations .reservation-form form .row .col .datepicker table th.new, .reservations .reservation-form form .row .col .datepicker table td.old, .reservations .reservation-form form .row .col .datepicker table td.new {
                color: #E1E4E7; }
            .reservations .reservation-form form .row .col .datepicker table thead tr:nth-child(2) {
              margin-bottom: 16px; }
            .reservations .reservation-form form .row .col .datepicker table thead th {
              color: rgba(52, 72, 94, 0.54); }
              .reservations .reservation-form form .row .col .datepicker table thead th.prev, .reservations .reservation-form form .row .col .datepicker table thead th.next {
                border-radius: 100%; }
            .reservations .reservation-form form .row .col .datepicker table tbody td {
              font-family: 'Montserrat', sans-serif;
              font-weight: 500;
              color: #7C86A2;
              position: relative; }
              .reservations .reservation-form form .row .col .datepicker table tbody td.disabled {
                opacity: 0.5; }
              .reservations .reservation-form form .row .col .datepicker table tbody td.old.disabled, .reservations .reservation-form form .row .col .datepicker table tbody td.new.disabled {
                opacity: 1; }
              .reservations .reservation-form form .row .col .datepicker table tbody td:hover, .reservations .reservation-form form .row .col .datepicker table tbody td.active {
                border-radius: 100%;
                background: #4057E4;
                color: #FFFFFF; }
                .reservations .reservation-form form .row .col .datepicker table tbody td:hover.old, .reservations .reservation-form form .row .col .datepicker table tbody td:hover.new, .reservations .reservation-form form .row .col .datepicker table tbody td.active.old, .reservations .reservation-form form .row .col .datepicker table tbody td.active.new {
                  background: #7C86A2; }
                .reservations .reservation-form form .row .col .datepicker table tbody td:hover.disabled, .reservations .reservation-form form .row .col .datepicker table tbody td.active.disabled {
                  border-radius: 0;
                  background: rgba(0, 0, 0, 0);
                  color: #7C86A2; }
                  .reservations .reservation-form form .row .col .datepicker table tbody td:hover.disabled.old, .reservations .reservation-form form .row .col .datepicker table tbody td:hover.disabled.new, .reservations .reservation-form form .row .col .datepicker table tbody td.active.disabled.old, .reservations .reservation-form form .row .col .datepicker table tbody td.active.disabled.new {
                    color: #E1E4E7; }
        .reservations .reservation-form form .row .col .time-periods {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600; }
          .reservations .reservation-form form .row .col .time-periods input[type="checkbox"] {
            display: none; }
          .reservations .reservation-form form .row .col .time-periods label {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            display: inline-block;
            flex: 1;
            max-width: 100px;
            min-width: 100px;
            font-size: 14px;
            line-height: 1.28;
            background: #FFFFFF;
            border-radius: 8px;
            border: 1px solid #F7F7F7;
            box-shadow: 0 0px 4px rgba(64, 87, 228, 0.1);
            color: #4057E4;
            padding: 6px 8px;
            text-align: center;
            margin: 0 20px 20px 0;
            cursor: pointer; }
          .reservations .reservation-form form .row .col .time-periods input[type="checkbox"]:checked + label {
            background: #4057E4;
            color: #FFFFFF;
            box-shadow: none; }
    .reservations .reservation-form form .footer {
      text-align: right; }
      .reservations .reservation-form form .footer button {
        color: #FFFFFF;
        background: #4057E4;
        padding: 14px 80px; }
        .reservations .reservation-form form .footer button:nth-child(2) {
          background: #ff4159; }

@media only screen and (max-width: 1200px) {
  .reservations {
    padding: 0 6%; }
    .reservations .reservation-form form .row .col .time-periods label {
      margin: 12px 12px; } }

@media only screen and (max-width: 1100px) {
  .reservations {
    padding: 0 4%; }
    .reservations .reservation-form form .row .col .time-periods label {
      margin: 8px 8px; } }

@media only screen and (max-width: 1000px) {
  .reservations {
    padding: 0 24px; }
    .reservations .reservation-form form .row {
      flex-direction: column; }
      .reservations .reservation-form form .row .col {
        min-width: 100%;
        max-width: 100%; }
        .reservations .reservation-form form .row .col .datepicker {
          width: 100% !important;
          padding: 8px 16px; }
        .reservations .reservation-form form .row .col .time-periods label {
          min-width: 90px;
          max-width: 90px;
          margin: 0 8px 8px 0; }
    .reservations h1 {
      margin: 30px 0; } }

.my-reservations {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .my-reservations h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .my-reservations > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .my-reservations > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .my-reservations .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .my-reservations .card {
    padding: 32px 40px;
    margin-bottom: 96px; }
    .my-reservations .card table {
      width: 100%; }
      .my-reservations .card table tr {
        border-bottom: 2px solid rgba(64, 87, 228, 0.1); }
        .my-reservations .card table tr th {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 20px;
          line-height: 1.21;
          color: #222222; }
        .my-reservations .card table tr td {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 14px;
          line-height: 1.22;
          color: #989898; }
        .my-reservations .card table tr th, .my-reservations .card table tr td {
          padding: 16px 16px;
          width: 20%;
          vertical-align: middle; }
        .my-reservations .card table tr a {
          font-size: 14px;
          color: #FFFFFF;
          background: #DE5353;
          border-radius: 8px;
          text-decoration: none;
          padding: 8px 24px; }
  .my-reservations .search-form {
    text-align: left;
    margin-bottom: 40px; }
    .my-reservations .search-form a {
      float: right;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4;
      border: 2px solid #4057E4;
      padding: 14px 28px;
      border-radius: 8px;
      text-decoration: none; }
    .my-reservations .search-form form {
      display: inline-block; }
      .my-reservations .search-form form button {
        padding: 14px 76px;
        line-height: 1.23; }
      .my-reservations .search-form form fieldset {
        display: inline-block;
        border-radius: 8px;
        border: 2px solid #4057E4;
        margin: 0 40px 0 0;
        align-items: center;
        width: 500px;
        padding: 12px; }
        .my-reservations .search-form form fieldset input {
          display: inline-block;
          border: none;
          margin: 0;
          padding: 0;
          font-size: 18px;
          line-height: 1.22;
          width: 80%;
          min-width: 80%;
          max-width: 80%;
          height: 24px;
          vertical-align: middle; }
        .my-reservations .search-form form fieldset ~ fieldset {
          min-width: 130px;
          max-width: 130px;
          width: 130px;
          flex: 1; }
          .my-reservations .search-form form fieldset ~ fieldset svg + input, .my-reservations .search-form form fieldset ~ fieldset svg + select {
            width: 70%;
            min-width: 70%;
            max-width: 70%;
            margin-left: 4px;
            font-size: 14px; }
        .my-reservations .search-form form fieldset svg {
          display: inline-block;
          width: 20px;
          height: 20px;
          position: relative;
          vertical-align: middle;
          fill: #4057E4; }
        .my-reservations .search-form form fieldset .search-icon {
          display: inline-block;
          width: 24px;
          height: 24px;
          position: relative;
          vertical-align: middle; }
          .my-reservations .search-form form fieldset .search-icon::before {
            content: '';
            display: inline-block;
            border-bottom: 2px solid #4057E4;
            width: 10px;
            height: 10px;
            transform: rotateZ(45deg) translate(15px, -5px);
            position: absolute; }
          .my-reservations .search-form form fieldset .search-icon::after {
            content: '';
            display: inline-block;
            border-radius: 100%;
            width: 12px;
            height: 12px;
            border: 2px solid #4057E4;
            position: absolute; }
  .my-reservations .links {
    text-align: left;
    margin-bottom: 64px; }
    .my-reservations .links a {
      display: inline-block;
      border-radius: 8px;
      border: 2px solid #4057E4;
      margin: 0 40px 0 0;
      align-items: center;
      padding: 12px;
      text-decoration: none;
      color: #4057E4; }
      .my-reservations .links a .search-icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        vertical-align: middle;
        margin: 0 16px 0 0; }
        .my-reservations .links a .search-icon::before {
          content: '';
          display: inline-block;
          border-bottom: 2px solid #4057E4;
          width: 10px;
          height: 10px;
          transform: rotateZ(45deg) translate(12px, -4px);
          position: absolute; }
        .my-reservations .links a .search-icon::after {
          content: '';
          display: inline-block;
          border-radius: 100%;
          width: 12px;
          height: 12px;
          border: 2px solid #4057E4;
          position: absolute; }

@media only screen and (max-width: 1000px) {
  .my-reservations {
    padding: 0 24px; }
    .my-reservations .card {
      overflow-y: scroll; }
    .my-reservations .search-form form fieldset {
      width: 85%;
      margin-bottom: 8px; }
    .my-reservations .search-form form fieldset ~ fieldset {
      max-width: initial;
      min-width: initial;
      width: 85%; }
    .my-reservations .search-form form button {
      width: 47%; } }

.my-profile {
  text-align: left;
  padding: 0 10%;
  min-height: 60vh;
  width: 100%;
  box-sizing: border-box; }
  .my-profile > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #4057E4; }
  .my-profile h1 {
    margin: 20px 0;
    color: #000000;
    font-size: 30px; }
  .my-profile > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 24px; }
    .my-profile > p a {
      font-size: 18px;
      line-height: 1.22;
      color: #4057E4; }
  .my-profile .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .my-profile .card {
    padding: 30px;
    margin-bottom: 32px; }
  .my-profile form p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background: #4057E4;
    color: #FFFFFF;
    padding: 8px 16px;
    margin: 16px 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(64, 87, 228, 0.1); }
  .my-profile form .row {
    display: flex;
    justify-content: flex-start; }
    .my-profile form .row .col {
      flex: 1;
      min-width: 30%;
      max-width: 30%; }
      .my-profile form .row .col ul {
        margin: 16px; }
        .my-profile form .row .col ul li {
          font-size: 16px; }
          .my-profile form .row .col ul li a {
            font-size: 12px;
            color: #ff4159; }
  .my-profile form .footer {
    text-align: right; }
    .my-profile form .footer button {
      color: #222222;
      background: #C7C7C7;
      padding: 14px 80px; }

@media only screen and (max-width: 1000px) {
  .my-profile {
    padding: 0 24px; }
    .my-profile form .row {
      flex-direction: column; }
      .my-profile form .row .col {
        min-width: 100%;
        max-width: 100%; }
    .my-profile form .footer button {
      width: 100%;
      box-sizing: border-box;
      padding: 14px 16px; } }

.registration-legal {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh; }
  .registration-legal h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .registration-legal .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .registration-legal .card {
    padding: 40px 40px 12px;
    display: inline-block;
    min-width: 50%;
    width: 750px;
    box-sizing: border-box;
    margin-bottom: 100px; }
  .registration-legal svg {
    max-height: 60px; }
  .registration-legal form {
    text-align: center;
    width: 100%; }
    .registration-legal form p {
      font-size: 20px;
      line-height: 1.2;
      color: #222222;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      margin-top: 20px; }
    .registration-legal form fieldset {
      display: block;
      text-align: center; }
      .registration-legal form fieldset input[type="file"] {
        display: none; }
      .registration-legal form fieldset label {
        border: 2px dashed #4057E4;
        border-radius: 8px;
        margin: 16px;
        padding: 24px;
        display: block;
        box-sizing: border-box; }
        .registration-legal form fieldset label.is-highlighted {
          background: rgba(64, 87, 228, 0.1); }

@media only screen and (max-width: 1000px) {
  .registration-legal {
    padding: 0 24px; }
    .registration-legal h1 {
      margin: 30px 0; }
    .registration-legal form p {
      font-size: 8px; }
    .registration-legal .card {
      width: 100%;
      box-sizing: border-box; }
      .registration-legal .card svg {
        width: 100%; } }

.card-content {
  text-align: center;
  padding: 0 10%; }
  .card-content h1 {
    margin: 80px 0; }
  .card-content .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .card-content .card {
    margin: 28px 0;
    padding: 20px 44px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
    .card-content .card h2 {
      margin-bottom: 20px; }
    .card-content .card a {
      display: inline;
      font-size: 14px;
      line-height: 1.28;
      color: #4057E4; }
    .card-content .card table {
      width: 100%;
      box-sizing: border-box;
      border-spacing: 0;
      border-collapse: separate;
      border-radius: 8px;
      border: 1px solid #4057E4; }
      .card-content .card table td {
        padding: 12px 16px;
        border: 1px solid rgba(64, 87, 228, 0.1); }
        .card-content .card table td:first-child {
          width: 200px; }

@media only screen and (max-width: 1000px) {
  .card-content {
    padding: 0 24px; }
    .card-content .card {
      margin: 8px 0;
      overflow-y: scroll; } }

.reset-password, .forgot-password {
  text-align: center;
  padding: 0 10%;
  min-height: 60vh; }
  .reset-password h1, .forgot-password h1 {
    margin: 60px 0;
    color: #000000;
    font-size: 30px; }
  .reset-password .card, .forgot-password .card {
    text-align: left;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    box-shadow: 0 4px 8px rgba(64, 87, 228, 0.1); }
  .reset-password .card, .forgot-password .card {
    padding: 30px;
    display: inline-block;
    width: 384px;
    box-sizing: border-box;
    margin-bottom: 200px; }
    .reset-password .card p.notification, .forgot-password .card p.notification {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      background: #4057E4;
      color: #FFFFFF;
      padding: 8px 16px;
      margin-bottom: 16px;
      border-radius: 4px;
      box-shadow: 0 1px 2px rgba(64, 87, 228, 0.1); }
  .reset-password form, .forgot-password form {
    text-align: center; }
    .reset-password form fieldset, .forgot-password form fieldset {
      text-align: left; }
    .reset-password form button, .forgot-password form button {
      width: 100%;
      margin-bottom: 20px;
      box-sizing: border-box; }
    .reset-password form a, .forgot-password form a {
      color: #4057E4;
      font-size: 14px;
      line-height: 1.28;
      text-align: center;
      text-decoration: underline; }

@media only screen and (max-width: 1000px) {
  .reset-password, .forgot-password {
    padding: 0 24px; }
    .reset-password h1, .forgot-password h1 {
      margin: 30px 0; }
    .reset-password .card, .forgot-password .card {
      width: 100%;
      box-sizing: border-box; } }

.qc-cmp-persistent-link {
  display: none !important; }

.ui-timepicker {
  padding: 0; }

.ui-timepicker-standard {
  padding: 0; }
  .ui-timepicker-standard .ui-menu-item {
    list-style: none !important; }
    .ui-timepicker-standard .ui-menu-item a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.22; }
      .ui-timepicker-standard .ui-menu-item a.ui-state-hover {
        background: rgba(64, 87, 228, 0.1);
        border: 1px solid rgba(64, 87, 228, 0.1); }
