

/* Start:/local/templates/ivanyanco.hk/assets/dest/styles/main.css?1787818288172375*/
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.125rem; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Styrene";
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 3.125rem;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Regular.ttf.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Regular.ttf.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Black.ttf.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Black.ttf.woff") format("woff");
  font-style: normal;
  font-weight: 900; }

@font-face {
  font-family: 'Source Serif Pro';
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Semibold.ttf.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/source-serif-pro-release/SourceSerifPro-Semibold.ttf.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Styrene';
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.eot");
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.eot#iefix") format("embedded-opentype"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.woff") format("woff"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Regular-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'Styrene';
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.eot");
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.eot#iefix") format("embedded-opentype"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.woff") format("woff"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/styrene/Styrene A-Bold-Web.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "icons";
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.eot");
  src: url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.eot?#iefix") format("eot"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.woff2") format("woff2"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.woff") format("woff"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.ttf") format("truetype"), url("/local/templates/ivanyanco.hk/assets/dest/styles/../fonts/icons.svg#icons") format("svg"); }

.icon:before {
  font-family: "icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-arrow-select-orange:before {
  content: "\E001"; }

.icon-arrow-select:before {
  content: "\E002"; }

.icon-inst:before {
  content: "\E003"; }

.icon {
  font-size: 0.625rem; }

.icon:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("/local/templates/ivanyanco.hk/assets/dest/styles/../../../img/sprites/sprite.svg");
  background-repeat: no-repeat;
  background-size: 3.1em 9.3em; }

.no-svg .icon:before {
  background-image: url("/local/templates/ivanyanco.hk/assets/dest/styles/../../../img/sprites/sprite.png"); }

.icon.arrow-select:before {
  background-position: 0em 0em;
  width: 3.1em;
  height: 3.1em; }

.icon.arrow-select-orange:before {
  background-position: 0em -3.1em;
  width: 3.1em;
  height: 3.1em; }

.icon.inst:before {
  background-position: 0em -6.2em;
  width: 3.1em;
  height: 3.1em; }

.subtitle {
  margin: 1.4em 0 1em;
  font-size: 1.125rem;
  font-weight: bold; }

h3 {
  margin: 0 0 1em;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 1.2; }

p {
  margin: 0 0  1.6em;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media print, screen and (min-width: 40em) {
    p {
      font-size: 1.125rem; } }

img {
  margin-bottom: 1.5em; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5em;
  font-family: "Source Serif Pro";
  font-weight: normal; }

.orange {
  color: #f04e00; }

h1 {
  margin: 0 0 1em;
  font-size: 1.875rem;
  line-height: 1.2; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 2.25rem;
      font-weight: normal; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      font-size: 3rem; } }
  h1.has-binder {
    margin-bottom: 0.25em; }

h2,
.h2 {
  font-size: 1.125rem;
  font-weight: 900; }
  @media print, screen and (min-width: 40em) {
    h2,
    .h2 {
      font-size: 1.875rem; } }

h3,
.h3 {
  font-size: 1.875rem;
  font-weight: normal; }

a:not([class]) {
  transition: color 250ms ease;
  color: inherit; }
  a:not([class])[href^='tel:'] {
    text-decoration: none; }
  a:not([class]):hover {
    color: #f04e00;
    text-decoration: none; }

ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul:not([class]) li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.375rem; }
    @media print, screen and (min-width: 40em) {
      ul:not([class]) li {
        margin-bottom: 0;
        font-size: 0.875rem; } }
    ul:not([class]) li::before {
      content: '•';
      position: absolute;
      left: 0;
      top: 0; }

.bold {
  font-weight: bold; }

.page {
  position: relative;
  /*main structure */ }
  @media print, screen and (min-width: 40em) {
    .page {
      padding-top: 1.5rem; } }
  @media (max-width: 47.9375rem) {
    .page {
      padding-top: 0; } }
  .page__title {
    margin-bottom: 1.875rem; }
    @media (max-width: 1024px) {
      .page__title {
        font-size: 3rem;
        line-height: 3.125rem; } }
    @media (max-width: 769px) {
      .page__title {
        font-size: 2.5rem;
        margin-bottom: 1.4375rem; } }
    @media (max-width: 640px) {
      .page__title {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 0.625rem; } }
  .page .page__binder-button {
    margin-bottom: 1.25rem; }
  .page__modal {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    padding: 2.25rem 2.5rem 1.25rem;
    background: #fff;
    box-shadow: 0 -31.25rem 0 0 #fff; }
    @media print, screen and (min-width: 64em) {
      .page__modal {
        right: 50%;
        margin-right: 0.625rem;
        padding-right: 1.25rem; } }
    .page__modal.is-open {
      display: block;
      animation: 250ms ease forwards modal-show; }
    .page__modal.is-closed {
      display: block;
      animation: 250ms ease reverse forwards modal-show; }
    .page__modal-close {
      position: absolute;
      z-index: 1;
      top: 1.375rem;
      right: 1.375rem;
      width: 1.25rem;
      height: 1.25rem;
      transition: transform 150ms linear;
      cursor: pointer; }
      .page__modal-close:hover {
        transform: scale(1.1); }
      @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
        .page__modal-close {
          right: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .page {
      display: flex; } }
  .page__main, .page__sidebar {
    flex: 1 1 100%;
    margin: 0 0.625rem; }
  .page__main {
    margin-bottom: 2.5rem; }
    @media print, screen and (min-width: 64em) {
      .page__main {
        max-width: calc(100% / 4 * 3 - 1.25rem); }
        .page__main--full {
          max-width: calc(100% - 1.25rem); } }
  .page__sidebar {
    margin: 0 -0.625rem;
    padding: 0 1.25rem; }
    .page__sidebar.is-filter-padding {
      padding-top: 4.375rem; }
      @media (max-width: 640px) {
        .page__sidebar.is-filter-padding {
          padding: 4.375rem 2.5rem 0; }
          .page__sidebar.is-filter-padding ul > li {
            margin: 0; } }
    @media print, screen and (min-width: 40em) {
      .page__sidebar {
        margin: 0 -1.875rem;
        padding: 0 2.5rem; } }
    @media print, screen and (min-width: 64em) {
      .page__sidebar {
        max-width: calc(100% / 4 * 1 - 1.25rem);
        margin: 0 0.625rem;
        padding: 0 1.25rem; } }
    @media (max-width: 640px) {
      .page__sidebar {
        margin-top: -2.5rem; } }

@keyframes modal-show {
  0% {
    transform: translate(-100%, 0);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

.sidebar.bg-blue {
  background-color: #cfedff; }
  @media print, screen and (min-width: 64em) {
    .sidebar.bg-blue {
      box-shadow: 0 -12.5rem 0 0 #cfedff, 3.125rem 0 0 0 #cfedff, 3.125rem -12.5rem 0 0 #cfedff; } }

.site-footer {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 1.875rem 1.25rem;
  background-color: #000;
  color: #d1edff;
  font-size: 0.9375rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .site-footer {
      padding: 1.75rem 2.5rem 2.25rem; } }
  .site-footer a {
    color: inherit;
    text-decoration: none; }
    .site-footer a:hover {
      color: #f04e00; }
  .site-footer svg {
    fill: currentColor; }
  .site-footer__logo {
    display: flex;
    flex: 1 1 100%;
    max-width: calc(100% - 4rem);
    margin-bottom: 2.375rem;
    margin-left: 2rem; }
    @media print, screen and (min-width: 40em) {
      .site-footer__logo {
        max-width: calc(100% - 3.75rem);
        margin-bottom: 1.875rem;
        margin-left: 1.875rem; } }
    @media screen and (min-width: 85.375em) {
      .site-footer__logo {
        margin-bottom: 1.625rem; } }
    @media (max-width: 640px) {
      .site-footer__logo {
        margin-bottom: 1.4375rem; } }
  .site-footer .site-footer__logo:hover {
    color: #d1edff; }
  .site-footer__inst {
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 2.375rem; }
    @media print, screen and (min-width: 40em) {
      .site-footer__inst {
        margin-bottom: 1.875rem; } }
    @media screen and (min-width: 85.375em) {
      .site-footer__inst {
        margin-bottom: 1.625rem; } }
  .site-footer__address-list {
    margin-bottom: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .site-footer__address-list {
        margin-bottom: 1.125rem; } }
    @media screen and (min-width: 85.5em) {
      .site-footer__address-list {
        display: flex;
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 0.5rem; } }
  .site-footer__address {
    margin-bottom: 1.46667em;
    font-size: 0.9375rem;
    line-height: 1.46667; }
    @media print, screen and (min-width: 40em) {
      .site-footer__address {
        margin-bottom: 0; } }
    @media screen and (min-width: 85.375em) {
      .site-footer__address:not(:last-child)::after {
        content: '   •   ';
        margin: 0 1em; } }
  .site-footer__copyright {
    font-size: 0.9375rem; }
    @media (max-width: 640px) {
      .site-footer__copyright {
        font-size: 0.625rem; } }
  @media (max-width: 640px) {
    .site-footer__contanct {
      font-weight: 400;
      font-size: 0.8125rem; } }
  @media (max-width: 640px) {
    .site-footer__menu a {
      font-size: 0.75rem; } }
  .site-footer__menu-item--bold {
    font-weight: 700; }

.site-footer__menu-item--bold {
  font-weight: 700; }

@media print, screen and (max-width: 39.99875em) {
  .site-footer-menu {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem; } }

.site-header {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  height: 5.5rem;
  padding: 0 1.25rem;
  background-color: #000;
  color: #fff; }
  @media print, screen and (min-width: 40em) {
    .site-header {
      padding: 0 2.5rem; } }
  @media (max-width: 48rem) {
    .site-header {
      height: 4.6875rem;
      background-color: #000; } }
  .site-header__logo {
    flex: 1 1 auto;
    max-width: calc(100% - 4.625rem);
    margin-left: 2.625rem;
    color: #fff;
    margin-left: 0; }
  .site-header__contacts {
    flex: 0 0 2rem;
    width: 2rem;
    margin-left: 1.5rem;
    color: #fff;
    transition: color 150ms ease; }
    .site-header__contacts svg {
      width: 2rem;
      height: 2rem;
      stroke: currentColor; }
      @media (max-width: 769px) {
        .site-header__contacts svg {
          width: 1.1075rem;
          height: 1.125rem; } }
    .site-header__contacts:hover {
      color: #f04e00; }
    @media (max-width: 769px) {
      .site-header__contacts {
        margin-left: 0.3125rem; } }
  .site-header__search {
    display: block;
    flex: 0 0 2.1875rem;
    width: 2.1875rem;
    color: #fff;
    transition: color 150ms ease; }
    .site-header__search svg {
      width: 2.1875rem;
      height: 2.1875rem;
      stroke: currentColor; }
      @media (max-width: 769px) {
        .site-header__search svg {
          width: 1.11rem;
          height: 1.125rem; } }
    .site-header__search:hover {
      color: #f04e00; }
  .site-header__lang {
    flex: 0 0 2rem;
    width: 2rem; }
    @media print, screen and (min-width: 40em) {
      .site-header__lang {
        position: relative; } }
    .site-header__lang svg {
      width: 2rem;
      height: 2rem;
      transition: opacity 150ms ease; }
      .site-header__lang:hover .site-header__lang svg, .site-header__lang svg.is-open {
        opacity: 0; }
    .site-header__lang:hover svg,
    .site-header__lang.is-open svg {
      opacity: 0; }
    .site-header__lang-menu {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      z-index: 2;
      top: -0.625rem;
      right: -1.25rem;
      bottom: -0.625rem;
      padding: 1rem 1.25rem;
      transform: translate(0, -150%);
      transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6), opacity 250ms ease;
      opacity: 0;
      background-color: #000;
      white-space: nowrap; }
      @media print, screen and (max-width: 39.99875em) {
        .site-header__lang-menu {
          width: 100vw;
          text-align: center;
          line-height: 2rem; } }
      @media print, screen and (max-width: 39.99875em) {
        .site-header__lang-menu {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
      .site-header__lang:hover .site-header__lang-menu, .site-header__lang-menu.is-open {
        transform: translate(0, 0);
        opacity: 1; }
    .site-header__lang-item {
      padding: 0.25rem 0;
      transition: color 250ms ease;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      .site-header__lang-item + .site-header__lang-item {
        margin-left: 0.4em; }
      .site-header__lang-item.is-current {
        font-weight: normal; }
      .site-header__lang-item:not(.is-current):hover {
        color: #f04e00; }
  .site-header svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    fill: currentColor; }
  @media print, screen and (min-width: 40em) {
    .site-header__logo {
      order: 1;
      padding-left: 8.6875rem; }
    .site-header__lang {
      order: 2; }
    .site-header__search {
      order: 3;
      margin-left: 1.25rem; }
    .site-header__contacts {
      order: 3; } }

.binder-widget__text, .drop-menu__open span, .filter__open span, .filter__reset-button, .main-menu__link, .news-card__title, .news-filter__all-link, .people-card__name {
  position: relative;
  padding-bottom: 0.125rem;
  transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
  background-image: linear-gradient(#abdaff, #abdaff);
  background-size: 100% 0.125rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 0 #cfedff;
  text-decoration: none; }
  .binder-widget__text:hover, .drop-menu__open span:hover, .filter__open span:hover, .filter__reset-button:hover, .main-menu__link:hover, .news-card__title:hover, .news-filter__all-link:hover, .people-card__name:hover {
    box-shadow: inset 0 -2em 0 0 #cfedff; }
  .bg-blue .binder-widget__text, .bg-blue .drop-menu__open span, .drop-menu__open .bg-blue span, .bg-blue .filter__open span, .filter__open .bg-blue span, .bg-blue .filter__reset-button, .bg-blue .main-menu__link, .bg-blue .news-card__title, .bg-blue .news-filter__all-link, .bg-blue .people-card__name {
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 0.125rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 #fff; }
    .bg-blue .binder-widget__text:hover, .bg-blue .drop-menu__open span:hover, .drop-menu__open .bg-blue span:hover, .bg-blue .filter__open span:hover, .filter__open .bg-blue span:hover, .bg-blue .filter__reset-button:hover, .bg-blue .main-menu__link:hover, .bg-blue .news-card__title:hover, .bg-blue .news-filter__all-link:hover, .bg-blue .people-card__name:hover {
      box-shadow: inset 0 -2em 0 0 #fff; }
  .bg-dark .binder-widget__text, .bg-dark .drop-menu__open span, .drop-menu__open .bg-dark span, .bg-dark .filter__open span, .filter__open .bg-dark span, .bg-dark .filter__reset-button, .bg-dark .main-menu__link, .bg-dark .news-card__title, .bg-dark .news-filter__all-link, .bg-dark .people-card__name {
    background-image: linear-gradient(#cfedff, #cfedff);
    background-size: 100% 0.125rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 #cfedff; }
    .bg-dark .binder-widget__text:hover, .bg-dark .drop-menu__open span:hover, .drop-menu__open .bg-dark span:hover, .bg-dark .filter__open span:hover, .filter__open .bg-dark span:hover, .bg-dark .filter__reset-button:hover, .bg-dark .main-menu__link:hover, .bg-dark .news-card__title:hover, .bg-dark .news-filter__all-link:hover, .bg-dark .people-card__name:hover {
      box-shadow: inset 0 -2em 0 0 #cfedff; }
  .bg-white .binder-widget__text, .bg-white .drop-menu__open span, .drop-menu__open .bg-white span, .bg-white .filter__open span, .filter__open .bg-white span, .bg-white .filter__reset-button, .bg-white .main-menu__link, .bg-white .news-card__title, .bg-white .news-filter__all-link, .bg-white .people-card__name {
    background-image: linear-gradient(#abdaff, #abdaff);
    background-size: 100% 0.125rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 #cfedff; }
    .bg-white .binder-widget__text:hover, .bg-white .drop-menu__open span:hover, .drop-menu__open .bg-white span:hover, .bg-white .filter__open span:hover, .filter__open .bg-white span:hover, .bg-white .filter__reset-button:hover, .bg-white .main-menu__link:hover, .bg-white .news-card__title:hover, .bg-white .news-filter__all-link:hover, .bg-white .people-card__name:hover {
      box-shadow: inset 0 -2em 0 0 #cfedff; }

.load-more {
  display: inline-block;
  transition: transform 75ms cubic-bezier(1, 0.05, 0.43, 1.03);
  color: inherit;
  text-decoration: none;
  cursor: pointer; }
  .load-more:hover {
    transform: translate(0, 0.25rem);
    color: #000; }
  .load-more svg {
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    margin: 0 auto;
    fill: currentColor; }

button {
  cursor: pointer; }

.search-header {
  margin: 2.25rem -0.625rem 0.75rem; }
  @media screen and (min-width: 75em) {
    .search-header {
      display: flex;
      flex-direction: row-reverse;
      margin-top: 0; } }
  .search-header__form, .search-header__title {
    flex: 1 1 100%;
    width: 100%;
    max-width: calc(100% - 1.25rem);
    margin: 0 0.625rem; }
  @media screen and (min-width: 75em) {
    .search-header__form {
      max-width: calc(66.6666% - 1.25rem); }
      .search-header__form--empty {
        width: 100%;
        margin-left: 0.625rem; } }
  @media screen and (min-width: 85.4375em) {
    .search-header__form--empty {
      margin-left: 8.375rem;
      max-width: calc(100% - (64 + 60 + 10) * 1px); } }
  .search-header__title {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: bold; }
    @media screen and (min-width: 75em) {
      .search-header__title {
        max-width: calc(33.333% - 1.25rem); } }
    @media screen and (min-width: 90em) {
      .search-header__title {
        padding-left: 7.5rem; } }
  .search-header__count {
    font-size: 1.125rem;
    font-weight: normal;
    white-space: nowrap; }

.search-result {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 75em) {
    .search-result {
      margin-left: calc(33% + 0.625rem); }
      .search-result--empty {
        margin-left: 10%; } }
  .search-result__needle {
    color: #f04e00;
    font-size: 1.125rem;
    font-weight: bold; }
    @media print, screen and (min-width: 40em) {
      .search-result__needle {
        font-size: 1.25rem; } }

.contacts {
  flex-wrap: wrap;
  line-height: 1.5; }
  .contacts--border-bottom {
    border-bottom: 1px solid #000; }
    @media print, screen and (max-width: 39.99875em) {
      .contacts--border-bottom {
        margin: 0 -1.25rem;
        padding: 0 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .contacts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 1.25rem; } }
  @media print, screen and (max-width: 63.99875em) {
    .contacts {
      grid-template-columns: 2fr 1fr; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .contacts--resize {
      grid-template-columns: 1.2fr 2fr; } }
  @media (max-width: 639px) {
    .contacts__block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .contacts__item {
    padding: 0 1.25rem;
    padding: 0; }
    @media print, screen and (min-width: 40em) {
      .contacts__item {
        flex: 0 0 100%;
        width: 100%;
        padding: 0; } }
  .contacts__item-link {
    color: inherit;
    padding-bottom: 0.125rem;
    text-decoration: none; }
    .contacts__item-link:hover {
      color: #f04e00; }
  .contacts__item-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
    font-size: 1.125rem; }
    @media print, screen and (min-width: 40em) {
      .contacts__item-title {
        font-size: 1.5rem; } }
  .contacts__item-contact p {
    font-size: 1.125rem; }
    @media (max-width: 800px) {
      .contacts__item-contact p {
        font-size: 0.875rem; } }
  .contacts__item-details p {
    max-width: 38.125rem;
    font-size: 0.875rem;
    line-height: 1.6875rem; }
    @media (max-width: 769px) {
      .contacts__item-details p {
        font-size: 0.6875rem;
        line-height: 1.0625rem; } }
  .contacts__item-details-title {
    margin-bottom: 1.44444em;
    font-weight: 400;
    font-size: 1.5rem;
    color: #878789; }
    .contacts__item-details-title--sm {
      display: none; }
    @media (max-width: 640px) {
      .contacts__item-details-title {
        font-size: 1.125rem; } }
    @media print, screen and (max-width: 39.99875em) {
      .contacts__item-details-title {
        display: none; }
        .contacts__item-details-title--sm {
          display: block;
          margin-bottom: 1.25rem; } }
  .contacts__map {
    margin: 0 -1.25rem 1.25rem;
    padding-bottom: 15.625rem; }
    @media print, screen and (min-width: 40em) {
      .contacts__map {
        margin: 0 0 2.1875rem; } }

.contacts-careers {
  display: grid;
  column-gap: 1.25rem;
  grid-template-columns: 25% 56%;
  margin-top: 4.375rem; }
  @media (max-width: 640px) {
    .contacts-careers__item {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .contacts-careers__item-link {
    color: inherit;
    padding-bottom: 0.125rem;
    text-decoration: none;
    text-decoration: underline; }
    .contacts-careers__item-link:hover {
      color: #f04e00; }
  @media print, screen and (max-width: 63.99875em) {
    .contacts-careers {
      margin-top: 1.5625rem;
      grid-template-columns: 1fr 3fr; } }
  @media (max-width: 640px) {
    .contacts-careers {
      margin-top: 1.25rem; } }
  @media print, screen and (max-width: 39.99875em) {
    .contacts-careers {
      display: flex;
      flex-direction: column;
      row-gap: 1.5625rem; } }
  .contacts-careers__item-title {
    color: #f04e00;
    font-size: 1.5rem;
    margin-bottom: 1.875rem; }
    @media (max-width: 640px) {
      .contacts-careers__item-title {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.125rem; } }
  .contacts-careers__item-text p {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 640px) {
      .contacts-careers__item-text p {
        font-size: 0.6875rem;
        margin-bottom: 1.875rem; } }
    .contacts-careers__item-text p:last-child {
      margin-bottom: 0; }

.text-button {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0;
  color: #000000;
  font-family: "Styrene";
  font-size: 0.875rem;
  white-space: nowrap;
  transition: color 250ms ease; }
  @media print, screen and (min-width: 40em) {
    .text-button {
      font-size: 1.125rem; } }
  .text-button:hover, .text-button--orange {
    color: #f04e00; }
  .text-button--remove {
    font-weight: 500;
    text-decoration: none; }

.button {
  display: inline-block;
  flex: 1 1 auto;
  margin: 0.625rem 0;
  padding: 0.25rem 0.625rem 0.5rem;
  background-color: #f04e00;
  text-decoration: none;
  font-size: 1.25rem;
  color: #fff;
  transition: background-color 250ms ease;
  outline: none; }
  .button[disabled] {
    cursor: default;
    color: #fff;
    background-color: #E5E5E5; }
  .button:not([disabled]):hover {
    background-color: #bd3d00; }

.form-item {
  display: block;
  margin-bottom: 0.5rem;
  cursor: pointer; }
  @media print, screen and (min-width: 40em) {
    .form-item {
      display: flex;
      align-items: baseline;
      margin-bottom: 0.125rem; } }
  .form-item__label {
    flex: 1 1 100%;
    font-size: 0.875rem;
    line-height: 1.2;
    max-width: 12.5rem;
    color: #000;
    margin-right: 1.25rem;
    margin-bottom: 0.5rem;
    padding: 0.4375rem 0; }
  .form-item__input {
    display: block;
    min-width: 1px;
    width: 100%;
    flex: 1 1 100%;
    padding: 0.4375rem 0.625rem;
    border: 0;
    background-color: #cfedff;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #878789; }
    .form-item__input[type='file'] {
      display: none; }
    .form-item__input.is-black {
      background-color: #000000;
      color: #f04e00; }
    .has-error .form-item__input {
      box-shadow: 0 0 0 0.125rem #f04e00; }
  .form-item__file-label {
    width: 100%;
    flex: 1 1 100%;
    padding: 0.4375rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.2;
    color: #878789;
    border: 1px solid #878789;
    transition: color .15s ease, background-color .15s ease; }
    .form-item__file-label:hover {
      color: #fff;
      background-color: #878789; }
  .form-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cfedff%22%20stroke-miterlimit%3D%2250%22%20d%3D%22M15.506%2030.505c8.283%200%2014.999-6.716%2014.999-14.999%200-8.285-6.716-15-15-15C7.224.505.508%207.22.508%2015.505c0%208.283%206.716%2015%2014.999%2015z%22%2F%3E%3Cpath%20fill%3D%22%23cfedff%22%20d%3D%22M13.449%2011.004h3.378v1.802h.164c.326-.835%201.38-1.976%203.356-1.976%202.336%200%203.902%201.456%203.902%204.29v7.487h-3.477v-6.672c0-1.672-.957-2.204-1.902-2.204-1.173%200-1.946.847-1.946%202.249v6.627h-3.475zM7.413%208.08c0-1.032.848-1.705%201.879-1.705%201.032%200%201.879.673%201.879%201.705s-.847%201.705-1.879%201.705c-1.031%200-1.879-.673-1.879-1.705zm.142%202.923h3.477v11.603H7.555z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 0.75rem center; }
    .form-item select.is-black {
      background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2031%2031%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23cfedff%22%20stroke-miterlimit%3D%2250%22%20d%3D%22M15.506%2030.505c8.283%200%2014.999-6.716%2014.999-14.999%200-8.285-6.716-15-15-15C7.224.505.508%207.22.508%2015.505c0%208.283%206.716%2015%2014.999%2015z%22%2F%3E%3Cpath%20fill%3D%22%23cfedff%22%20d%3D%22M13.449%2011.004h3.378v1.802h.164c.326-.835%201.38-1.976%203.356-1.976%202.336%200%203.902%201.456%203.902%204.29v7.487h-3.477v-6.672c0-1.672-.957-2.204-1.902-2.204-1.173%200-1.946.847-1.946%202.249v6.627h-3.475zM7.413%208.08c0-1.032.848-1.705%201.879-1.705%201.032%200%201.879.673%201.879%201.705s-.847%201.705-1.879%201.705c-1.031%200-1.879-.673-1.879-1.705zm.142%202.923h3.477v11.603H7.555z%22%2F%3E%3C%2Fsvg%3E'); }
  .form-item .selectr-clear {
    display: none !important; }
  .form-item .selectr-placeholder {
    color: #cfedff;
    overflow: hidden;
    text-overflow: ellipsis; }

.req {
  color: #f04e00;
  margin-left: 0.3em; }

.selectr-container li, .selectr-option, .selectr-tag {
  list-style: none; }

.selectr-container {
  position: relative; }

.selectr-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  max-width: 100%;
  display: block; }

.selectr-desktop.multiple .selectr-visible {
  display: none; }

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 12.5rem !important;
  height: auto;
  opacity: 1;
  display: block; }

.selectr-container.multiple.selectr-mobile .selectr-selected {
  z-index: 0; }

.selectr-selected {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer; }
  .has-error .selectr-selected {
    box-shadow: 0 0 0 0.125rem #f04e00; }

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectr-placeholder {
  color: #6c7a86; }

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal; }

.has-selected .selectr-tags {
  margin: 0 0 -0.125rem; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 0.3125rem 1.75rem 0.3125rem 0.3125rem; }

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #cfedff; }
  .multiple .selectr-options-container {
    padding: 0.3125rem; }

.selectr-container.open .selectr-options-container {
  display: block; }

.selectr-input-container {
  position: relative;
  display: none; }

.selectr-clear, .selectr-input-clear, .selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 1.375rem;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  cursor: pointer;
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  border: none;
  background-color: transparent;
  z-index: 11; }

.selectr-clear, .selectr-input-clear {
  display: none; }

.selectr-container.has-selected .selectr-clear, .selectr-input-container.active, .selectr-input-container.active .selectr-clear, .selectr-input-container.active .selectr-input-clear {
  display: block; }

.selectr-selected .selectr-tag-remove {
  right: 0.125rem; }

.selectr-clear::after, .selectr-clear::before, .selectr-input-clear::after, .selectr-input-clear::before, .selectr-tag-remove::after, .selectr-tag-remove::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.5625rem;
  width: 0.125rem;
  height: 0.625rem;
  content: ' ';
  background-color: #6c7a86; }

.selectr-tag-remove::after, .selectr-tag-remove::before {
  top: 0.25rem;
  width: 1px;
  height: 0.75rem;
  background-color: #878789; }

.selectr-clear:before, .selectr-input-clear::before, .selectr-tag-remove::before {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectr-clear:after, .selectr-input-clear::after, .selectr-tag-remove::after {
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.selectr-input {
  top: 0.3125rem;
  left: 0.3125rem;
  box-sizing: border-box;
  width: calc(100% - 1.875rem);
  margin: 0.625rem 0.9375rem;
  padding: 0.4375rem 1.875rem 0.4375rem 0.5625rem;
  border: 1px solid #999;
  border-radius: 0.1875rem; }

.selectr-notice {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  border-top: 1px solid #999;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-color: #fff; }

.input-tag, .taggable .selectr-label {
  width: auto; }

.selectr-container.notice .selectr-notice {
  display: block; }

.selectr-container.notice .selectr-selected {
  border-radius: 0.1875rem 0.1875rem 0 0; }

.selectr-options {
  position: relative;
  top: calc(100% + 0.125rem);
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 12.5rem;
  margin: 0;
  padding: 0; }

.selectr-container.notice .selectr-options-container, .selectr-container.open .selectr-input-container, .selectr-container.open .selectr-options {
  display: block; }

.selectr-tag,
.selectr-option {
  display: block;
  position: relative;
  margin: 0 0 0.125rem;
  padding: 0.3125rem 0.375rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  color: #878787; }
  .multiple .selectr-tag, .multiple
  .selectr-option {
    display: inline-block;
    margin: 1px;
    border: 1px solid #878789; }
  .theme-black .selectr-tag, .theme-black
  .selectr-option {
    padding: 0.1875rem 1.25rem;
    font-size: 1rem;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    transition: color .15s ease; }
    @media print, screen and (min-width: 40em) {
      .theme-black .selectr-tag, .theme-black
      .selectr-option {
        padding: 0.1875rem 0.625rem; } }
    .theme-black .selectr-tag.active, .theme-black .selectr-tag.selected, .theme-black .selectr-tag:hover, .theme-black .selectr-tag.is-active, .theme-black
    .selectr-option.active, .theme-black
    .selectr-option.selected, .theme-black
    .selectr-option:hover, .theme-black
    .selectr-option.is-active {
      background-color: #cfedff;
      color: #000; }

.selectr-tag {
  position: relative;
  cursor: default;
  padding-right: 1.25rem; }

.has-selected .selectr-placeholder, .selectr-empty, .selectr-option.excluded {
  display: none; }

.selectr-options.optgroups > .selectr-option {
  padding-left: 1.5625rem; }

.selectr-optgroup {
  font-weight: 700;
  padding: 0; }

.selectr-optgroup--label {
  font-weight: 700;
  margin-top: 0.625rem;
  padding: 0.3125rem 0.9375rem; }

.selectr-match {
  text-decoration: underline; }

.selectr-option.selected {
  background-color: #ddd; }

.selectr-option.active {
  color: #fff;
  background-color: #f04e00; }

.selectr-option.disabled {
  opacity: .4; }

.selectr-container.open .selectr-selected {
  border-color: #999 #999 transparent;
  border-radius: 0.1875rem 0.1875rem 0 0; }

.selectr-container.open .selectr-selected::after {
  -o-transform: rotate(180deg) translate3d(0, 50%, 0);
  -ms-transform: rotate(180deg) translate3d(0, 50%, 0);
  -moz-transform: rotate(180deg) translate3d(0, 50%, 0);
  -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
  transform: rotate(180deg) translate3d(0, 50%, 0); }

.selectr-disabled {
  opacity: .6; }

.has-selected .selectr-label {
  display: block; }

.taggable .selectr-selected {
  padding: 0.25rem 1.75rem 0.25rem 0.25rem; }

.taggable .selectr-selected::after {
  display: table;
  content: " ";
  clear: both; }

.taggable .selectr-tags {
  float: left;
  display: block; }

.taggable .selectr-placeholder {
  display: none; }

.input-tag {
  float: left;
  min-width: 5.625rem; }

.selectr-tag-input {
  border: none;
  padding: 0.1875rem 0.625rem;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -o-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -moz-animation: .5s linear 0s normal forwards infinite running spin;
  -webkit-animation: .5s linear 0s normal forwards infinite running spin;
  animation: .5s linear 0s normal forwards infinite running spin;
  border-width: 0.1875rem;
  border-style: solid;
  border-color: #aaa #ddd #ddd;
  border-radius: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0) translate3d(0, -50%, 0);
    transform: rotate(0) translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, -50%, 0);
    transform: rotate(360deg) translate3d(0, -50%, 0); } }

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #999 #999;
  border-radius: 0 0 0.1875rem 0.1875rem; }

.selectr-container.inverted .selectr-options-container {
  border-width: 1px 1px 0;
  border-color: #999 #999 transparent;
  border-radius: 0.1875rem 0.1875rem 0 0;
  background-color: #fff;
  top: auto;
  bottom: calc(100% - 1px); }

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-selected {
  display: block;
  min-width: 1px;
  width: 100%;
  flex: 1 1 100%;
  padding: 0.4375rem 2.8125rem 0.4375rem 0.625rem;
  outline: none;
  background-color: #cfedff;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #878789;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' stroke='%23000'%3E%3Cpath fill='none' stroke='%23cfedff' stroke-miterlimit='50' d='M15.506 30.505c8.283 0 14.999-6.716 14.999-14.999 0-8.285-6.716-15-15-15C7.224.505.508 7.22.508 15.505c0 8.283 6.716 15 14.999 15z'/%3E%3Cpath fill='%23cfedff' d='M13.449 11.004h3.378v1.802h.164c.326-.835 1.38-1.976 3.356-1.976 2.336 0 3.902 1.456 3.902 4.29v7.487h-3.477v-6.672c0-1.672-.957-2.204-1.902-2.204-1.173 0-1.946.847-1.946 2.249v6.627h-3.475zM7.413 8.08c0-1.032.848-1.705 1.879-1.705 1.032 0 1.879.673 1.879 1.705s-.847 1.705-1.879 1.705c-1.031 0-1.879-.673-1.879-1.705zm.142 2.923h3.477v11.603H7.555z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem top 0.625rem; }
  .theme-black .selectr-selected {
    background-color: #000;
    font-size: 1rem;
    color: #cfedff;
    transition: color .15s ease;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' stroke='%23fff'%3E%3Cpath fill='none' stroke='%23cfedff' stroke-miterlimit='50' d='M15.506 30.505c8.283 0 14.999-6.716 14.999-14.999 0-8.285-6.716-15-15-15C7.224.505.508 7.22.508 15.505c0 8.283 6.716 15 14.999 15z'/%3E%3Cpath fill='%23cfedff' d='M13.449 11.004h3.378v1.802h.164c.326-.835 1.38-1.976 3.356-1.976 2.336 0 3.902 1.456 3.902 4.29v7.487h-3.477v-6.672c0-1.672-.957-2.204-1.902-2.204-1.173 0-1.946.847-1.946 2.249v6.627h-3.475zM7.413 8.08c0-1.032.848-1.705 1.879-1.705 1.032 0 1.879.673 1.879 1.705s-.847 1.705-1.879 1.705c-1.031 0-1.879-.673-1.879-1.705zm.142 2.923h3.477v11.603H7.555z'/%3E%3C/svg%3E"); }
    .theme-black .selectr-selected:hover, .theme-black .selectr-selected.is-active {
      color: #f04e00; }
  .theme-black.has-selected .selectr-selected {
    color: #f04e00; }
  .selectr-selected::before {
    display: none; }

.input {
  display: block;
  flex: 1 1 100%;
  width: 100%;
  min-width: 1px;
  margin: 0.625rem 0;
  padding: 1px 0.5rem 0.3125rem;
  border: 0;
  background-color: #cfedff;
  line-height: 1.5;
  font-size: 1.125rem;
  text-transform: lowercase; }
  .input::selection {
    background-color: #abdaff; }

.table-block {
  margin-bottom: 3.125rem; }
  .table-block__heading {
    margin-bottom: 1.375rem;
    font-weight: bold;
    color: #f04e00;
    font-size: 1.25rem; }

table {
  width: 100%;
  max-width: 57.5rem;
  border-collapse: collapse; }
  table td {
    padding: 0.3125rem 0;
    border: 0;
    border-top: 0.125rem solid #abdaff;
    border-bottom: 0.125rem solid #abdaff;
    font-size: inherit; }
    table td:not(:last-child) {
      padding-right: 1.25rem; }

.achievements-list {
  margin-bottom: 2rem;
  color: #000000; }
  .achievements-list__header {
    /*display: flex;*/
    /*align-items: baseline;*/
    /*justify-content: space-between;*/
    /*padding: 0.4375rem 0;*/ }
  .achievements-list__heading {
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase; }
  .achievements-list__val-desc {
    min-width: 120px;
    text-align: right;
    font-size: 0.75rem;
    font-weight: normal;
    text-transform: lowercase; }
  .achievements-list__footer {
    margin-bottom: -2.375rem;
    padding: 0.625rem 0;
    font-size: 0.75rem;
    text-align: right; }
  .achievements-list__list {
    margin: 0;
    padding: 0; }
  .achievements-list__item {
    /*display: flex;*/
    /*align-items: baseline;*/
    /*justify-content: space-between;*/
    /*padding: 0.4375rem 0;*/
    border-bottom: 0.125rem solid #abdaff;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.2; }
    .achievements-list__item::before {
      display: none; }
    .achievements-list__val {
      text-align: right; }

.aside-block {
  padding: 1.375rem 0 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .aside-block {
      padding: 2rem 0; }
      .aside-block + .aside-block {
        padding-top: 0.25rem; } }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .aside-block {
      margin-right: -2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .aside-block {
      padding-top: 0; } }
  @media (max-width: 640px) {
    .aside-block {
      margin: 0 -1.25rem; }
      .aside-block:last-child {
        padding-bottom: 1.875rem; } }
  .aside-block__heading {
    margin-bottom: 1.625rem;
    font-family: "Source Serif Pro";
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 700; }
    @media (max-width: 640px) {
      .aside-block__heading {
        margin-bottom: 1.25rem;
        padding: 0 1.25rem;
        line-height: 1.375rem; } }
  .aside-block__heading-link {
    color: inherit;
    padding-bottom: 0.125rem;
    text-decoration: none;
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 0.125rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 #fff; }
    .aside-block__heading-link:hover {
      box-shadow: inset 0 -2em 0 0 #fff; }
    @media (max-width: 640px) {
      .aside-block__heading-link {
        font-size: 1.125rem; } }
  .aside-block .news-card__title a,
  .aside-block .news-card__title a:not([class]) {
    box-shadow: inset 0 0 0 0 #fff;
    background-image: linear-gradient(#fff, #fff); }
    .aside-block .news-card__title a:hover,
    .aside-block .news-card__title a:not([class]):hover {
      box-shadow: inset 0 -2em 0 0 #fff;
      color: #000; }
  .aside-block .news-card__title .toggle-button-show-card-anons,
  .aside-block .news-card__title .toggle-button-show-card-anons:hover,
  .aside-block .news-card__title .toggle-button-hide-card-anons,
  .aside-block .news-card__title .toggle-button-hide-card-anons:hover {
    box-shadow: none;
    background: none; }

.aside-more-block {
  position: relative;
  opacity: 0;
  display: none;
  transition: opacity 150ms ease 250ms, margin-bottom 150ms ease;
  animation: more-fade-in 250ms linear forwards;
  margin: 0 -1.25rem 0;
  padding: 5.375rem 1.25rem 1.25rem;
  background-color: #cfedff;
  box-shadow: 2.5rem 0 0 0 #cfedff; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .aside-more-block {
      margin: 0 -2.5rem;
      padding: 3.75rem 1.875rem 2.5rem; } }
  .aside-more-block.is-open {
    display: block;
    opacity: 1;
    margin-bottom: -2.125rem; }
  .aside-more-block.is-open + .all-btn {
    display: none; }
  .aside-more-block__close {
    position: absolute;
    top: 1.5625rem;
    left: 1.875rem;
    transition: transform 150ms linear; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .aside-more-block__close {
        left: 2.5rem; } }
    .aside-more-block__close:hover {
      transform: scale(1.1); }
    .aside-more-block__close svg {
      width: 1.25rem;
      height: 1.25rem; }

@keyframes more-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.binder-widget {
  margin: 0.1875rem 0;
  display: inline-flex;
  align-items: center;
  height: 2rem;
  line-height: 1.875rem;
  color: #000000;
  font-family: "Styrene";
  text-decoration: none; }
  .binder-widget.is-absolute {
    position: absolute;
    right: 2.5rem;
    top: 8.3125rem;
    z-index: 110; }
    @media (max-width: 920px) {
      .binder-widget.is-absolute {
        position: relative;
        margin-left: auto;
        margin-right: 2.5rem;
        margin-top: 0.9375rem;
        right: auto;
        top: auto;
        z-index: 10000; } }
    @media (max-width: 640px) {
      .binder-widget.is-absolute {
        margin-right: 1.125rem; } }
  @media print, screen and (max-width: 39.99875em) {
    .binder-widget.is-small {
      line-height: 1.125rem; } }
  .binder-widget__text {
    font-size: 1.25rem;
    margin-right: 1.875rem;
    color: #000000;
    white-space: nowrap; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .binder-widget__text {
        display: none !important; } }
    @media print, screen and (max-width: 39.99875em) {
      .binder-widget.is-small .binder-widget__text {
        font-size: 0.625rem;
        display: block;
        margin-right: 0.5rem; } }
    @media print, screen and (min-width: 64em) {
      .binder-widget__text {
        font-size: 0.875rem;
        font-weight: 700;
        margin-right: 0.625rem; } }
    .binder-widget:hover .binder-widget__text,
    .binder-widget.is-active .binder-widget__text {
      color: #f26420; }
    .binder-widget.is-active .binder-widget__text {
      display: block;
      background-image: none; }
    @media print, screen and (max-width: 63.99875em) {
      .binder-widget__text {
        display: none; } }
    .binder-widget__text--white {
      background-image: linear-gradient(#fff, #fff);
      background-size: 100% 0.125rem;
      background-position: left bottom;
      background-repeat: no-repeat; }
  .binder-widget__value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.4375rem;
    padding-top: 0.25rem;
    font-size: 0.75rem;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAdBAMAAAAwW9POAAAAAXNSR0IB2cksfwAAACpQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAChPOiAAAAA50Uk5TAP/PEN+Ar7+P73BAMFCcNcPhAAAAQklEQVR4nGMQBAMhAwYEEAkFgcQEJCFxMGkkgSHEPHH1bhiACjEcFIQDmBBvKAw4woQQoHBUaACFRELRgCODIAYAAIahIlSB/mKdAAAAAElFTkSuQmCC');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 39.99875em) {
      .binder-widget.is-small .binder-widget__value {
        width: 1.3125rem;
        height: 1.125rem;
        font-size: 0.625rem; } }
    @media print, screen and (min-width: 40em) {
      .binder-widget__value {
        width: 2.25rem;
        height: 1.8125rem;
        font-size: 0.875rem; } }
    @media (max-width: 769px) {
      .binder-widget__value {
        width: 1.5rem;
        height: 1.25rem;
        font-size: 0.625rem; } }
    .binder-widget.is-active .binder-widget__value {
      background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAdBAMAAAAwW9POAAAAAXNSR0IB2cksfwAAABhQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVjccKgAAAAh0Uk5TAP/fEL+PcEBQwhv+AAAAJUlEQVR4nGMQBAMhAwYEgAgJOmAKiWIKCaaXwwBcCAFGhYaHEABRtSTsCNxZMAAAAABJRU5ErkJggg==');
      color: #ffffff; }
  .binder-widget__tips {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 100%;
    white-space: nowrap;
    margin-bottom: 0.75rem;
    opacity: 0;
    transform: translate(0, 0.75rem);
    visibility: hidden;
    transition: opacity 0.25s, transform 0.25s, visibility 0s linear 0.25s; }
    @media print, screen and (max-width: 63.99875em) {
      .binder-widget__tips {
        display: none !important; } }
    .binder-widget:hover .binder-widget__tips {
      opacity: 1;
      transform: translate(0, 0);
      visibility: visible;
      transition: opacity 0.25s, transform 0.25s, visibility 0s linear 0s; }

.binder-button {
  display: inline-block;
  padding-left: 0.21875rem;
  padding-right: 0.21875rem;
  color: #525252;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
  text-decoration: none;
  border: 1px solid #525252;
  transition: background-color 0.25s, color 0.25s; }
  .binder-button:hover {
    background-color: #525252;
    color: #fff; }
  @media (max-width: 800px) {
    .binder-button {
      font-size: 0.75rem;
      width: auto;
      white-space: nowrap; } }

.binder-feed {
  position: relative;
  margin: 0 -1.25rem 3.75rem; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .binder-feed {
      display: flex; } }
  @media print, screen and (min-width: 40em) {
    .binder-feed {
      margin: 0 0 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    .binder-feed {
      margin-bottom: 0; }
      .binder-feed::after {
        content: '';
        display: block;
        position: absolute;
        top: 3.1875rem;
        left: -2.5rem;
        right: -2.5rem;
        bottom: 0;
        background-color: #bad3e5;
        z-index: -1; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .binder-feed__list {
      flex: 1 1 20.9375rem;
      margin-right: 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .binder-feed__list {
      display: flex;
      margin: 0 -0.625rem;
      padding-bottom: 3.125rem; } }
  @media screen and (min-width: 75em) {
    .binder-feed__list {
      margin-left: 6.875rem;
      margin-right: 0;
      max-width: 75.625rem;
      padding-bottom: 3.75rem; } }
  @media print, screen and (max-width: 39.99875em) {
    .binder-feed__item:not(:last-child) {
      border-bottom: 1px solid #bad3e5; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .binder-feed__item {
      margin-bottom: 0.125rem; } }
  @media print, screen and (min-width: 64em) {
    .binder-feed__item {
      flex: 1 1 100%;
      margin: 0 0.625rem;
      max-width: calc(100% / 3 - 1.25rem); } }
  @media print, screen and (max-width: 39.99875em) {
    .binder-feed__item-body {
      display: none; } }
  .binder-feed__item.is-open .binder-feed__item-body {
    display: block; }
  .binder-feed__item-title {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALBAMAAACNJ7BwAAAAAXNSR0IB2cksfwAAABhQTFRFAAAAz+v/z+v/yfL/0Ov/zur/z+z/z+v/TwZ10QAAAAh0Uk5TANimE5etn/EKmkNTAAAAQklEQVR4nGMQMmAAA2ZFBkdlCNNIhIEFIsys6MAAFQYKMkCEwYIQYbAgWBgqCBKGCgKFRQOhggwM6WUwFgN7AYgEAJ0oBwv3rlhTAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right 1.25rem center; }
    @media print, screen and (min-width: 40em) {
      .binder-feed__item-title {
        background-position: right 0.75rem center; } }
  .binder-feed__item-title, .binder-feed__item-link {
    display: block;
    background-color: #000;
    color: #cfebff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .25s, color .25s;
    padding: 0.375rem 1.25rem; }
    @media print, screen and (min-width: 64em) {
      .binder-feed__item-title, .binder-feed__item-link {
        padding: 0.375rem 0.625rem; } }
    @media print, screen and (min-width: 64em) {
      .binder-feed__item-title:hover, .binder-feed__item-link:hover {
        background-color: #f04e00;
        color: #fff; } }
    @media print, screen and (min-width: 64em) {
      .binder-feed__item-title, .binder-feed__item-link {
        margin-bottom: 1.125rem; } }
  .binder-feed__item-tips {
    padding: 1.125rem 1.25rem;
    background-color: #bad3e5;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .binder-feed__item-tips {
        display: none !important; } }
    @media print, screen and (min-width: 64em) {
      .binder-feed__item-tips {
        padding: 0.875rem 0; } }
    @media screen and (min-width: 75em) {
      .binder-feed__item-tips {
        padding-right: 30%; } }
  .binder-feed__item-form {
    display: none;
    background-color: #fff; }
    @media print, screen and (min-width: 64em) {
      .binder-feed__item-form {
        margin: -1.125rem -0.625rem 0.75rem;
        padding: 0 0.625rem 0.625rem; } }
    .binder-feed__item.is-open .binder-feed__item-form {
      display: block; }
  .binder-feed__tips {
    padding: 0.625rem;
    background-color: #bad3e5;
    color: #000000;
    font-size: 0.875rem;
    line-height: 1; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .binder-feed__tips {
        flex: 1 1 18.75rem;
        align-self: flex-start; } }
    @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
      .binder-feed__tips {
        display: none !important; } }

.binder-list {
  margin: 0 -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .binder-list {
      margin: 0; } }
  @media screen and (min-width: 75em) {
    .binder-list {
      margin-left: 7.5rem;
      max-width: 74.6875rem; } }
  @media print, screen and (max-width: 39.99875em) {
    .binder-list__header {
      padding: 0 1.25rem; } }
  .binder-list__heading {
    color: #f04e00;
    font-family: "Styrene";
    letter-spacing: -0.72px;
    line-height: 1.2;
    font-size: 1.25rem;
    margin-bottom: 5rem; }
    @media screen and (max-width: 39.99875em) {
      .binder-list__heading {
        display: none !important; } }
    @media print, screen and (min-width: 40em) {
      .binder-list__heading {
        font-size: 1.5rem; } }
    @media print, screen and (min-width: 64em) {
      .binder-list__heading {
        font-size: 2.25rem; } }
  .binder-list__empty {
    font-size: 0.875rem;
    font-size: 14px;
    margin-bottom: 1.375rem;
    max-width: 51.25rem; }
    @media print, screen and (min-width: 40em) {
      .binder-list__empty {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .binder-list__empty {
        margin-bottom: 3.5rem; } }
  .binder-list__item {
    padding: 0.6875rem 1.25rem;
    border-bottom: 1px solid #000000;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.28571; }
    @media print, screen and (min-width: 40em) {
      .binder-list__item {
        padding: 0.625rem 0;
        display: flex;
        font-size: 1.125rem;
        line-height: 1.22222; } }
    .binder-list__item-text {
      text-decoration: none;
      color: #000; }
      .binder-list__item-text:hover {
        color: #f04e00; }
    .binder-list__item-controls {
      display: flex;
      margin-left: auto;
      flex: 0 0 33%; }
      @media print, screen and (min-width: 40em) {
        .binder-list__item-controls {
          max-width: calc(100% / 3); } }
    @media print, screen and (min-width: 40em) {
      .binder-list__item-order {
        margin-right: auto; } }
    .binder-list__item svg {
      display: inline-block;
      width: 0.625rem;
      height: 0.5625rem;
      margin: 0 1px;
      stroke: currentColor; }
      @media print, screen and (min-width: 40em) {
        .binder-list__item svg {
          width: 0.875rem;
          height: 1rem; } }
  .binder-list__footer {
    margin-bottom: 2.25rem;
    padding: 0.6875rem 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .binder-list__footer {
        margin-bottom: 2.5rem;
        padding: 0.625rem 0;
        text-align: right; } }

.bureau {
  margin-bottom: 2.5rem; }
  .bureau__section {
    margin: 0 -0.625rem 2.25rem; }
    @media screen and (min-width: 75em) {
      .bureau__section {
        display: flex;
        flex-wrap: wrap; } }
    @media (max-width: 640px) {
      .bureau__section {
        margin-bottom: 1.5625rem; } }
    .bureau__section:last-child {
      margin-bottom: 0; }
    .bureau__section::after {
      flex: 1 1 100%;
      content: '';
      display: block;
      margin: 2.375rem -1.25rem 0;
      border-bottom: 1px solid #000; }
      @media print, screen and (min-width: 40em) {
        .bureau__section::after {
          margin-left: 0.625rem;
          margin-right: 0.625rem; } }
      @media screen and (min-width: 75em) {
        .bureau__section::after {
          max-width: calc(2 / 3 * 100% - 1.25rem); } }
  .bureau__section-title {
    font-family: "Source Serif Pro";
    font-size: 2rem;
    line-height: 2.5rem;
    flex: 1 1 100%;
    width: 100%;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    padding-right: 1.875rem; }
    @media screen and (min-width: 75em) {
      .bureau__section-title {
        max-width: calc(1 / 3 * 100% - 1.25rem); } }
    @media (max-width: 640px) {
      .bureau__section-title {
        font-weight: bold;
        font-size: 1.125rem;
        line-height: 1.25rem;
        margin-bottom: 0.9375rem;
        padding-right: 0; } }
  .bureau__title {
    font-family: "Source Serif Pro";
    margin-bottom: 2.5rem; }
    @media print, screen and (min-width: 40em) {
      .bureau__title {
        font-size: 2.25rem;
        color: #f04e00;
        line-height: 1.19444; } }
    @media print, screen and (min-width: 64em) {
      .bureau__title {
        font-size: 3rem; } }
  .bureau__subtitle, .bureau__text {
    flex: 1 1 100%;
    width: 100%;
    max-width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  .bureau__subtitle {
    flex: 1 1 100%;
    width: 100%;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .bureau__subtitle {
        font-size: 1.5rem; } }
    @media screen and (min-width: 75em) {
      .bureau__subtitle {
        max-width: calc(1 / 3 * 100% - 1.25rem); } }
  .bureau__text {
    font-size: 0.875rem;
    line-height: 1.6875rem;
    flex: 1 1 100%;
    width: 100%;
    max-width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    .bureau__text p {
      font-size: inherit; }
    @media screen and (min-width: 75em) {
      .bureau__text {
        max-width: calc(2 / 3 * 100% - 1.25rem); } }
    @media (max-width: 640px) {
      .bureau__text {
        font-size: 0.6875rem; } }
  .bureau__link {
    font-size: inherit !important;
    font-family: 'Styrene' !important;
    font-weight: 400 !important; }
  .bureau p:last-child {
    margin-bottom: 0; }

.career-block {
  margin: 0 -0.625rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  line-height: 1.22222; }
  @media screen and (min-width: 64em) {
    .career-block {
      font-size: 1.25rem;
      line-height: 1.4; } }
  .career-block__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    margin: 0.5rem 0.625rem 1.25rem;
    max-width: calc(100% - 1.25rem); }
    .career-block__item--bordered {
      margin-top: 1.875rem;
      padding-top: 1.375rem;
      border-top: 1px solid #000; }
    @media screen and (min-width: 64em) {
      .career-block__item {
        max-width: calc(50% - 1.25rem);
        margin-bottom: 0; }
        .career-block__item--full {
          max-width: calc(100% - 1.25rem); } }
  .career-block__footer {
    margin-top: auto; }
  .career-block p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.35; }
    .career-block p:not(:last-child) {
      margin-bottom: 1.66667em; }
    @media screen and (min-width: 64em) {
      .career-block p:not(:last-child) {
        margin-bottom: 1.4em; } }

.career-feed {
  position: relative; }
  .career-feed .button {
    font-size: 1rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.5625rem; }
  .career-feed__help {
    font-size: 0.875rem;
    margin: 0.5rem 0; }
  .career-feed__form {
    position: relative;
    display: none;
    background: #ffffff;
    margin: 0 -1.875rem;
    padding: 0.625rem 1.875rem; }
    .career-feed__form.is-open {
      display: block; }
    @media print, screen and (min-width: 40em) {
      .career-feed__form {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100%;
        max-width: 45.25rem;
        padding: 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .career-feed__form {
        min-width: 45.25rem; } }
  .career-feed__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .career-feed__texts {
      display: flex; } }
  .career-feed__required-text {
    font-size: 0.625rem;
    color: #f04e00; }
    @media print, screen and (min-width: 40em) {
      .career-feed__required-text {
        width: 13.75rem; } }
  .career-feed__privacy {
    font-size: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .career-feed__privacy {
        margin-top: 0;
        flex: 0 0 100%;
        max-width: calc(100% - 13.75rem); } }
    .is-sended .career-feed__privacy {
      color: #CCCCCC; }
    .career-feed__privacy a {
      text-decoration: none;
      border-bottom: 1px solid #cfedff; }
  .career-feed__send {
    flex: 0 0 auto;
    margin-top: 1.625rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .career-feed__send {
        margin-top: 0;
        margin-left: 13.75rem; } }
  .career-feed__success-text {
    display: none;
    margin-top: 1.625rem;
    padding: 0 0.625rem;
    color: #000;
    font-size: 0.875rem; }
    @media print, screen and (min-width: 40em) {
      .career-feed__success-text {
        margin-top: 0; } }
    .is-sended .career-feed__success-text {
      display: block; }
  .career-feed__close {
    outline: none;
    margin-left: auto; }
    .career-feed__close svg {
      width: 1.25rem;
      height: 1.25rem; }

.drop-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -1.25rem 1.25rem;
  padding: 0 1.25rem; }
  .drop-menu--news {
    margin: 0;
    padding: 0 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .drop-menu {
      align-items: flex-start;
      margin: 0.375rem -2.5rem 1.875rem;
      padding: 0 2.5rem; } }
  .drop-menu__current {
    font-size: 1.125rem; }
    @media print, screen and (max-width: 39.99875em) {
      .drop-menu__current {
        flex: 1 1 100%;
        order: 2; } }
    @media screen and (min-width: 75em) {
      .drop-menu__current {
        margin-left: 7.5rem; } }
    .is-active > .drop-menu__current {
      display: none; }
  .drop-menu__close, .drop-menu__open {
    margin-left: auto; }
  .drop-menu__open span {
    margin-right: 0.75rem; }
  .is-active > .drop-menu__open {
    display: none; }
  .drop-menu__close {
    display: none; }
    @media print, screen and (max-width: 39.99875em) {
      .drop-menu__close {
        margin-top: 0.875rem;
        order: 2; } }
    .is-active > .drop-menu__close {
      display: block; }
    .drop-menu__close svg {
      width: 1.25rem;
      height: 1.25rem; }
  .drop-menu__body {
    display: none;
    flex: 1 1 auto;
    padding: 0;
    margin: 0 -1.25rem;
    min-width: calc(100% + 2.5rem); }
    .is-active > .drop-menu__body {
      display: flex; }
    @media print, screen and (min-width: 40em) {
      .drop-menu__body {
        margin: 0 -0.625rem;
        min-width: 1px; } }
    @media screen and (min-width: 75em) {
      .drop-menu__body {
        max-width: calc(100% + 1.25rem);
        padding-left: 7.5rem; } }
    .is-active > .drop-menu__body {
      display: flex; }
  .drop-menu__additional {
    flex: 1 1 100%;
    display: none;
    margin: 0 -1.25rem;
    min-width: calc(100% + 2.5rem); }
    @media print, screen and (min-width: 40em) {
      .drop-menu__additional {
        min-width: 1px; } }
    @media print, screen and (min-width: 64em) {
      .drop-menu__additional {
        margin: 0;
        padding: 1.875rem 0; } }
    @media screen and (min-width: 75em) {
      .drop-menu__additional {
        padding: 2.5rem 0 2.5rem 7.5rem; } }
    .is-active > .drop-menu__additional {
      display: block; }
  .drop-menu__list {
    flex: 1 1 100%;
    display: none;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -1.25rem;
    padding: 0;
    min-width: calc(100% + 2.5rem); }
    .is-active > .drop-menu__list {
      display: flex; }
    @media print, screen and (min-width: 40em) {
      .drop-menu__list {
        margin: 0 -0.625rem;
        min-width: 1px; } }
    @media screen and (min-width: 90em) {
      .drop-menu__list {
        max-width: calc(100% + 1.25rem); } }
  .drop-menu__item {
    flex: 1 1 100%;
    margin: 1px 0; }
    @media print, screen and (min-width: 40em) {
      .drop-menu__item {
        margin: 1px 0.625rem;
        max-width: calc(50% - 1.25rem); } }
    @media print, screen and (min-width: 64em) {
      .drop-menu__item {
        max-width: 20.8125rem; } }
  .drop-menu__link {
    display: block;
    padding: 0.1875rem 1.25rem;
    background-color: #000;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    transition: color 0.15s ease; }
    @media print, screen and (min-width: 40em) {
      .drop-menu__link {
        padding: 0.1875rem 0.625rem; } }
    .drop-menu__link:hover, .drop-menu__link.is-active {
      color: #f04e00; }
  @media print, screen and (max-width: 39.99875em) {
    .drop-menu .input,
    .drop-menu .selectr-selected {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      background-position: right 1.25rem center; } }
  .drop-menu.practise-filter.is-active {
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, rgba(207, 237, 255, 0) 0), linear-gradient(to left, #cfedff 0, #cfedff 50%, rgba(207, 237, 255, 0) 0);
    transition: background-position 350ms linear;
    background-position: 0 0;
    background-size: 200% 100%; }
    .drop-menu.practise-filter.is-active.select-open {
      background-position: 100% 0; }

.news-more {
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative; }
  @media (max-width: 768px) {
    .news-more {
      margin-top: 0; } }
  @media (max-width: 640px) {
    .news-more {
      margin-bottom: -1.25rem; } }

.news-more .toggle-button-show-card-anons.visible {
  top: 0.9375rem;
  left: auto;
  padding: 0; }

.news-more .toggle-button-show-card-anons.visible svg {
  transform: rotate(180deg); }

@media print, screen and (max-width: 39.99875em) {
  .email-form {
    padding: 0.3125rem 1.25rem; } }

.email-form__fields {
  display: flex; }
  @media print, screen and (max-width: 39.99875em) {
    .email-form__fields {
      margin: 0 -0.3125rem 0.75rem; } }

.email-form__tips {
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.25rem 0 0.5rem; }

.email-form__email {
  margin-right: 0.3125rem; }

.error-404 {
  text-align: center;
  padding: 3.25rem 0; }
  @media print, screen and (min-width: 40em) {
    .error-404 {
      padding: 3.125rem 0; } }
  .error-404__heading {
    margin-bottom: 2.375rem;
    color: #f04e00;
    font-size: 1.5625rem;
    font-family: "Styrene"; }
  .error-404__text {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.71429; }
    @media print, screen and (min-width: 40em) {
      .error-404__text {
        font-size: 1rem;
        line-height: 1.5; } }

.page-404 {
  background-color: #cfedff; }
  .page-404 .mobile-menu {
    background-color: inherit; }

.filter {
  position: relative;
  margin: 0 -1.25rem;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .filter {
      margin: -2.375rem 0 0.8125rem -2.5rem;
      padding: 1.5625rem 2.5rem; } }
  .filter.is-active {
    background-color: #fff; }
    .filter.is-active.is-100vw {
      width: calc(100vw - 1.5625rem); }
      @media screen and (max-width: 639px) {
        .filter.is-active.is-100vw {
          width: auto; } }
  .bg-blue .filter {
    background-color: rgba(255, 255, 255, 0); }
  .filter__result {
    display: block;
    flex: 1 1 auto; }
    @media print, screen and (max-width: 39.99875em) {
      .filter__result {
        flex: 1 1 100%;
        order: 2; } }
    @media screen and (min-width: 75em) {
      .filter__result {
        margin-left: 7.5rem; } }
    .is-active .filter__result {
      display: none; }
  .filter__body {
    display: none;
    flex-wrap: wrap;
    flex: 1 1 100%;
    align-items: flex-start;
    margin: 0 -1.875rem; }
    .is-active .filter__body {
      display: block; }
    @media print, screen and (min-width: 40em) {
      .filter__body {
        margin: 0 -0.625rem; }
        .is-active .filter__body {
          display: flex; } }
    @media screen and (min-width: 75em) {
      .filter__body {
        flex-wrap: nowrap; } }
    @media print, screen and (min-width: 64em) {
      .filter__body {
        overflow: visible; } }
  .filter__items {
    flex: 1 1 100%;
    flex-wrap: wrap;
    max-width: 80.25rem; }
    @media print, screen and (min-width: 40em) {
      .filter__items {
        display: flex; } }
  .filter__item {
    flex: 1 1 100%;
    width: 100%;
    margin: 1px 0.625rem;
    max-width: calc(100% - 1.25rem); }
    @media print, screen and (min-width: 40em) {
      .filter__item {
        max-width: calc(100% / 2 - 1.25rem); } }
    @media print, screen and (min-width: 64em) {
      .filter__item {
        max-width: calc(100% / 4 - 1.25rem); } }
  .filter__controls {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto auto 1fr;
    grid-gap: 1.25rem;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 100%;
    margin: 0.625rem 0 1.25rem;
    padding: 0 1.875rem; }
    @media print, screen and (min-width: 40em) {
      .filter__controls {
        padding: 0;
        margin: 0.75rem 0 0 0.625rem;
        grid-template-columns: 1fr auto calc(50% - 0.625rem);
        justify-content: flex-end; } }
    @media print, screen and (min-width: 64em) {
      .filter__controls {
        margin: 1px 0 1px 0.625rem;
        grid-template-columns: calc(75% - 0.625rem) auto auto;
        justify-content: flex-start; } }
    @media screen and (min-width: 1024px) and (max-width: 1199px) {
      .filter__controls {
        padding: 0 0.625rem;
        margin-top: 1.25rem;
        margin-left: 0;
        grid-template-columns: calc(75% + 0.9375rem) auto auto; } }
    @media screen and (min-width: 75em) {
      .filter__controls {
        flex: 0 0 auto;
        grid-template-columns: auto auto auto; } }
  .filter__input {
    margin: 0; }
  .filter__open span {
    margin-right: 0.75rem; }
  .is-active > .filter__open {
    display: none; }
  .filter__close, .filter__open {
    margin-left: auto; }
  .filter__close {
    display: none;
    position: relative; }
    @media print, screen and (max-width: 39.99875em) {
      .filter__close {
        margin-top: 0.875rem;
        order: 6; } }
    @media print, screen and (min-width: 40em) {
      .filter__close {
        order: -1; } }
    @media print, screen and (min-width: 64em) {
      .filter__close {
        order: 6; } }
    .is-active .filter__close {
      display: block; }
    .filter__close svg {
      width: 1.25rem;
      height: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .filter__submit {
      font-size: 1rem;
      height: 2.0625rem; } }
  .filter__reset-button {
    display: block;
    white-space: nowrap; }
  .filter__submit-button {
    margin: 0; }
  @media print, screen and (min-width: 40em) {
    .filter__reset {
      order: 6; } }
  @media print, screen and (min-width: 64em) {
    .filter__reset {
      margin-left: auto; } }
  @media print, screen and (max-width: 39.99875em) {
    .filter .input,
    .filter .selectr-selected {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      background-position: right 1.25rem center; } }
  .filter .bx-filter-parameters-box-container {
    padding-bottom: 0; }
  .filter .selectr-clear {
    display: none !important; }
  .filter .selectr-placeholder {
    color: #cfedff;
    overflow: hidden;
    text-overflow: ellipsis; }

.home-content {
  margin-bottom: 2.5rem;
  width: 100%;
  flex: 1 1 100%; }
  .home-content__column-left {
    border-bottom: 1px solid #000; }
    @media (max-width: 900px) {
      .home-content__column-left {
        border-bottom: none;
        margin-bottom: 1.25rem; } }
    @media (max-width: 900px) {
      .home-content__column-left .binder-button {
        margin-bottom: 1.75rem; } }
  @media (max-width: 640px) {
    .home-content {
      width: auto;
      max-width: calc(100% + 1.25rem); } }
  .home-content__h1 {
    font-size: 3rem;
    color: #f04e00;
    margin-bottom: 1.875rem;
    line-height: 3.125rem; }
    @media (max-width: 640px) {
      .home-content__h1 {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 1.25rem; } }
  .home-content__item {
    position: relative;
    border-bottom: 0.125rem solid #abdaff; }
    @media screen and (min-width: 50em) {
      .home-content__item {
        display: none;
        border-bottom: 0; }
        .home-content__item--news {
          display: block; } }
    .home-content__item.is-open {
      background-color: #fff; }
    .bg-blue .home-content__item {
      border-color: #fff; }
    .home-content__item-close {
      position: absolute;
      top: 1.125rem;
      right: 1.25rem;
      display: none;
      width: 1.5rem;
      height: 1.5rem; }
      .is-open .home-content__item-close {
        display: block; }
      .home-content__item-close svg {
        width: 100%;
        height: 100%; }
    .home-content__item-heading {
      position: relative;
      display: block;
      padding: 0.5rem 0.75rem 0.75rem;
      color: #000;
      font-size: 1.875rem;
      font-family: "Source Serif Pro";
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 0.3px;
      text-decoration: none;
      text-align: center;
      cursor: pointer; }
      .is-open .home-content__item-heading {
        color: #f36f30; }
      @media screen and (min-width: 50em) {
        .home-content__item-heading {
          display: none; } }
    .home-content__item-body {
      display: none; }
      .is-open .home-content__item-body {
        display: block; }
      @media screen and (min-width: 50em) {
        .home-content__item-body {
          display: block; } }
  .home-content__column-info p {
    line-height: 1.6875rem;
    font-size: 0.875rem;
    margin-bottom: 2.5rem; }
    @media (max-width: 640px) {
      .home-content__column-info p {
        font-size: 0.6875rem;
        line-height: 1.0625rem;
        margin-bottom: 1.4375rem; } }
  .home-content .mobile-menu {
    margin-bottom: 0;
    margin-left: -1.875rem;
    margin-right: -1.875rem; }
    @media (max-width: 640px) {
      .home-content .mobile-menu {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
  .home-content .mobile-menu__hmb {
    width: 2.875rem;
    padding: 0;
    left: 1.875rem; }
    @media (max-width: 640px) {
      .home-content .mobile-menu__hmb {
        left: 0.625rem; } }

.logo {
  display: block;
  fill: currentColor; }
  .logo--pc {
    height: 1.25rem; }
    @media screen and (max-width: 39.99875em) {
      .logo--pc {
        display: none !important; } }
    @media (max-width: 48rem) {
      .logo--pc {
        display: none !important; } }
  .logo--mob {
    height: 2rem;
    width: 4.0625rem; }
    @media print, screen and (min-width: 40em) {
      .logo--mob {
        display: none !important; } }
    @media (max-width: 48rem) {
      .logo--mob {
        display: block !important; } }

.main-menu__list, .main-menu__line {
  border-bottom: 1px solid #000; }

.main-menu {
  display: flex;
  position: relative;
  z-index: 10;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }
  @media (max-width: 767px) {
    .main-menu {
      display: none; } }
  .filled-menu .main-menu,
  .practise-filter-opened .main-menu {
    background-color: #fff; }
  @media print, screen and (min-width: 64em) {
    .main-menu {
      justify-content: space-between; } }
  .main-menu__list {
    display: flex;
    flex: 1 1 100%;
    margin: 0 0.625rem;
    padding: 2.8125rem 0 1.25rem 0;
    list-style: none; }
    @media (max-width: 920px) {
      .main-menu__list {
        padding-top: 0.625rem; } }
  .main-menu__line {
    flex: 1 1 100%;
    padding-top: 2.8125rem;
    text-align: right; }
    @media screen and (max-width: 63.99875em) {
      .main-menu__line {
        display: none !important; } }
  @media print, screen and (min-width: 64em) {
    .main-menu__list, .main-menu__line {
      max-width: calc(50% - 1.25rem);
      margin: 0 0.625rem; } }
  .main-menu__item {
    margin-right: 3.5rem;
    white-space: nowrap; }
    .main-menu__item:last-child {
      margin-right: 0; }
    @media print, screen and (max-width: 74.99875em) {
      .main-menu__item {
        margin-right: 1.875rem; } }
  .main-menu__link {
    font-family: "Source Serif Pro";
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.01em;
    background-image: none;
    transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    outline: none; }
    .main-menu__link:hover {
      color: #f04e00; }
    .main-menu__link.is-current {
      color: #f04e00;
      box-shadow: none !important;
      background-image: none !important; }
    .main-menu__link.is-active {
      box-shadow: inset 0 -2em 0 0 #cfedff; }
    @media (max-width: 920px) {
      .main-menu__link {
        font-size: 1.4375rem; } }
    @media (max-width: 840px) {
      .main-menu__link {
        font-size: 1.3125rem;
        letter-spacing: 0; } }

.mobile-menu {
  margin-top: -0.9375rem;
  margin-bottom: 0.375rem;
  position: relative;
  min-height: 3.5rem;
  background-color: #fff; }
  @media screen and (min-width: 48em) {
    .mobile-menu {
      display: none; } }
  .mobile-menu.is-open {
    background-color: #cfedff;
    z-index: 1000; }
  .mobile-menu__hmb {
    position: absolute;
    width: 3.875rem;
    height: 3.5rem;
    top: 0.125rem;
    left: 0;
    padding: 1rem 3.125rem;
    color: #000;
    cursor: pointer; }
    @media print, screen and (max-width: 39.99875em) {
      .mobile-menu__hmb {
        padding: 1rem 1.25rem; } }
    @media (max-width: 540px) {
      .mobile-menu__hmb {
        top: -0.125rem; } }
    .mobile-menu__hmb::before, .mobile-menu__hmb::after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      width: 1.375rem;
      height: 0.125rem;
      background-color: currentColor;
      box-shadow: 0 -0.5625rem 0 0 currentColor, 0 0.5625rem 0 0 currentColor;
      transition: transform 250ms ease, box-shadow 50ms ease; }
    .is-open .mobile-menu__hmb::before {
      transform: translate(-50%, -50%) rotate(45deg);
      box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor; }
    .is-open .mobile-menu__hmb::after {
      transform: translate(-50%, -50%) rotate(-45deg);
      box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor; }
  .mobile-menu__list {
    margin: 0;
    padding: 0; }
  .mobile-menu__item {
    color: #000;
    display: none;
    background-color: #fff;
    margin-bottom: 0.125rem; }
    .is-open .mobile-menu__item {
      display: block; }
    .mobile-menu__item.is-current {
      display: block;
      color: #f04e00; }
  .mobile-menu__link {
    display: block;
    padding: 0.6875rem 5.0625rem;
    color: inherit;
    font-size: 1.875rem;
    font-weight: 500;
    font-family: "Source Serif Pro";
    line-height: 1.2;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    text-decoration: none; }
    @media print, screen and (max-width: 39.99875em) {
      .mobile-menu__link {
        padding: 0.6875rem 3.5rem; } }
  .mobile-menu__white-line {
    background: white;
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: -2.5rem; }

.news-aside {
  padding: 1rem 0; }
  .news-aside__heading {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 1.125; }
  @media print, screen and (min-width: 40em) {
    .news-aside {
      padding: 1.875rem 0 0.3125rem; } }
  @media print, screen and (min-width: 64em) {
    .news-aside {
      padding: 0.125rem 0px; } }

.news-card {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  flex: 1 1 100%;
  border-bottom: 1px solid #000;
  color: #000;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .news-card:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .news-card .binder-button {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.25s, visibility 0s 0.25s; }
    .news-card--large .binder-button {
      margin-left: 7.5rem; }
    .news-card:hover .binder-button {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.25s, visibility 0s; } }
  @media (max-width: 640px) {
    .news-card {
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      .news-card:last-child {
        margin-bottom: 0; } }
  .news-card--with-image {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .news-card--with-image {
        display: flex; } }
    .news-card--with-image img {
      margin-bottom: 0; }
  .news-card__body {
    padding: 0;
    margin: 0;
    max-width: none; }
  .news-card__image {
    display: block;
    margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .news-card__image {
      flex: 1 1 100%;
      max-width: 50%;
      padding-right: 0.625rem; }
    .news-card__body {
      flex: 1 1 100%; } }
  @media screen and (min-width: 75em) {
    .news-card {
      margin-bottom: 1.75rem; } }
  .news-card__mobile-pubdate, .news-card__pubdate {
    font-size: 1rem;
    margin-bottom: 1.25rem; }
  .news-card__pubdate {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6875rem; }
    @media screen and (max-width: 39.99875em) {
      .news-card__pubdate--with-image {
        display: none !important; } }
    @media (max-width: 769px) {
      .news-card__pubdate {
        margin-bottom: 0.4375rem; } }
    @media (max-width: 640px) {
      .news-card__pubdate {
        font-size: 0.75rem;
        margin-bottom: 0; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .news-card__mobile-pubdate {
      display: none !important; } }
  .news-card--large .news-card__pubdate {
    margin-bottom: 0.85714em; }
    @media screen and (min-width: 75em) {
      .news-card--large .news-card__pubdate {
        margin-left: 7.5rem; } }
  .news-card__title {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.125rem;
    color: #000;
    letter-spacing: 0.12px;
    position: relative;
    background-image: none !important;
    box-shadow: none !important;
    font-family: "Source Serif Pro"; }
    .news-card__title--italic {
      font-style: italic; }
    @media (max-width: 640px) {
      .news-card__title {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  .news-card--large .news-card__title {
    background-image: none;
    font-weight: normal;
    font-size: 2.25rem;
    color: #f04e00; }
    @media print, screen and (min-width: 64em) {
      .news-card--large .news-card__title {
        font-size: 4.5rem; } }
    @media screen and (min-width: 75em) {
      .news-card--large .news-card__title {
        font-size: 6rem; } }
  .news-card__anons {
    font-family: "Styrene";
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 1.25rem; }
    @media (max-width: 640px) {
      .news-card__anons {
        font-size: 0.6875rem;
        line-height: 1.125rem;
        margin-top: 0.625rem; } }
  .news-card--large .news-card__anons {
    display: block; }
    @media print, screen and (min-width: 64em) {
      .news-card--large .news-card__anons {
        margin-top: 3rem; } }
    @media screen and (min-width: 75em) {
      .news-card--large .news-card__anons {
        margin-left: 7.5rem;
        max-width: 34.75rem;
        font-size: 1.5rem; } }
  .news-card__link {
    color: inherit;
    text-decoration: none;
    padding-bottom: 0.125rem;
    background-image: linear-gradient(#fff, #fff);
    background-size: 100% 0.125rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    box-shadow: inset 0 0 0 0 #fff; }
    .news-card__link:hover {
      box-shadow: inset 0 -2em 0 0 #fff; }

.news-filter-search {
  position: relative;
  margin-bottom: 1.25rem; }
  .news-filter-search__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 0.625rem 0.875rem 0;
    cursor: pointer;
    color: #000000;
    font-size: 1.25rem;
    border-bottom: 1px solid #000;
    transition: background-color 250ms ease; }
    .news-filter-search__btn svg {
      width: 1.25rem;
      height: 1.25rem; }
    .news-filter-search.is-open .news-filter-search__btn {
      display: none; }
    .news-filter-search__btn span {
      transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
      box-shadow: inset 0 0 0 0 #cfedff; }
    .news-filter-search__btn:hover span {
      box-shadow: inset 0 -2em 0 0 #cfedff; }
  .news-filter-search__close {
    position: absolute;
    top: -0.875rem;
    right: 0;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    cursor: pointer; }
    @media print, screen and (max-width: 39.99875em) {
      .news-filter-search__close {
        display: none !important; } }
    .news-filter-search__close svg {
      width: 1.25rem;
      height: 1.25rem; }
  .news-filter-search__filter {
    display: none; }
    .news-filter-search.is-open .news-filter-search__filter {
      position: relative;
      display: block; }
  @media print, screen and (min-width: 40em) {
    .page .news-filter-search {
      margin-top: -2.375rem; } }

.news-filter {
  margin: 1.625rem 0 2rem; }
  .news-filter__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none; }
    @media print, screen and (min-width: 40em) {
      .news-filter__list {
        margin: 0 -0.625rem; } }
  .news-filter__item {
    margin: 0.625rem;
    flex: 1 1 100%;
    max-width: calc(100% - 1.25rem);
    overflow: hidden;
    text-overflow: ellipsis; }
    @media print, screen and (min-width: 40em) {
      .news-filter__item {
        max-width: calc(100% / 4 - 1.25rem); } }
  .news-filter__link {
    display: block;
    padding: 1px 0.625rem 0.125rem;
    background-color: #000;
    color: #cfebff;
    font-size: 1.25rem;
    text-decoration: none;
    transition: background-color 250ms ease, color 250ms ease; }
    .news-filter__link:hover {
      background-color: #cfedff;
      color: #000; }
  .news-filter__all-link {
    display: inline-block;
    margin-top: 0.25rem;
    color: #000000;
    font-size: 0.875rem; }

.news-page-filter {
  display: none;
  width: 100%;
  background: #ffffff;
  z-index: 1; }
  .news-page-filter.is-open {
    display: block; }
  .news-page-filter__body {
    position: relative; }
  .news-page-filter__close {
    position: absolute;
    top: -1.625rem;
    right: 0;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
    cursor: pointer; }
    .news-page-filter__close svg {
      width: 1.25rem;
      height: 1.25rem; }

.news-grid {
  margin: 0 -1.25rem;
  margin-top: 1.4375rem;
  display: block;
  column-count: 2; }
  .news-grid .news-card {
    width: 100%;
    margin: 0 0 1.5625rem;
    max-width: none;
    position: relative;
    overflow: visible;
    page-break-inside: avoid;
    break-inside: avoid; }
    .news-grid .news-card .binder-button {
      margin-bottom: 0.625rem; }
    @media (max-width: 768px) {
      .news-grid .news-card {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem; } }
    @media (max-width: 640px) {
      .news-grid .news-card {
        padding-bottom: 1.4375rem; } }
  .news-grid .news-card:nth-child(n + 10) {
    display: none; }
  .news-grid.visible .news-card:nth-child(n + 10) {
    display: block; }
  .news-grid .news-card .binder-button {
    display: none; }
  .news-grid .news-card:hover .binder-button {
    position: absolute;
    display: block;
    z-index: 10;
    bottom: 0.3125rem;
    left: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .news-grid {
      margin: 1.0625rem 0 0 0; }
      .news-grid .news-card {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0; } }
  @media print, screen and (min-width: 64em) {
    .news-grid {
      margin-left: -0.625rem;
      margin-right: -0.625rem; }
      .news-grid .news-card {
        margin-right: 0.625rem;
        margin-left: 0.625rem;
        padding-left: 0;
        padding-right: 0; } }
    @media print and (max-width: 769px), screen and (min-width: 64em) and (max-width: 769px) {
      .news-grid .news-card {
        padding-bottom: 1.5625rem; } }
  @media (max-width: 769px) {
    .news-grid {
      display: flex;
      flex-direction: column;
      column-count: 1; } }
  @media (max-width: 640px) {
    .news-grid {
      margin-top: 0.625rem; } }
  .news-grid .news-card:hover .binder-button {
    left: auto;
    right: 1.25rem; }

.news-list {
  padding: 0 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .news-list {
      padding: 0 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .news-list {
      display: flex;
      justify-content: space-between;
      padding: 0; }
      .news-list__hot, .news-list__latest {
        flex: 1 1 100%;
        margin: 0 0.625rem;
        width: 100%;
        max-width: calc(100% / 2 - 1.25rem); } }

.news-page {
  padding-top: 1.625rem; }
  @media print, screen and (min-width: 64em) {
    .news-page--type-2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media print, screen and (min-width: 64em) {
    .news-page {
      padding-top: 0; } }
  @media screen and (min-width: 75em) {
    .news-page {
      display: flex;
      flex-wrap: wrap; } }
  .news-page__header {
    flex: 1 1 100%;
    width: 100%; }
    @media print, screen and (min-width: 64em) {
      .news-page__header {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -0.625rem 1.875rem; } }
    @media screen and (min-width: 90em) {
      .news-page__header {
        margin-bottom: 4.375rem; }
        .news-page--type-2 .news-page__header {
          display: block;
          max-width: calc(100% / 3 * 1);
          padding-right: 2.5rem; } }
  .news-page__pubdate {
    font-size: 0.875rem;
    margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .news-page__pubdate {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .news-page__pubdate {
        flex: 0 0 100%;
        margin: 0 0.625rem;
        padding-left: 7.5rem; } }
  .news-page__heading {
    width: 100%;
    margin: 0 0 0.5em;
    font-size: 2.25rem;
    font-weight: normal;
    line-height: 1.19444;
    color: #f04e00; }
    @media print, screen and (min-width: 40em) {
      .news-page__heading {
        font-size: 3rem; } }
    @media print, screen and (min-width: 64em) {
      .news-page__heading {
        margin: 0 0.625rem; } }
    @media screen and (min-width: 75em) {
      .news-page__heading {
        flex: 1 1 100%;
        width: 100%;
        font-size: 3.75rem;
        line-height: 1.11667; } }
    @media screen and (min-width: 90em) {
      .news-page__heading {
        flex: 1 1 100%;
        width: 100%;
        font-size: 3.75rem;
        line-height: 1.11667; }
        .news-page--type-2 .news-page__heading {
          max-width: 100%;
          margin-right: 0; } }
  .news-page__anons {
    line-height: 1.4375; }
    @media print, screen and (min-width: 40em) {
      .news-page__anons {
        font-size: 1.25rem;
        margin: 0 0.625rem 2.25rem; } }
    @media screen and (min-width: 75em) {
      .news-page__anons {
        margin: 1rem 0.625rem 0;
        font-size: 1.375rem;
        line-height: 1.5;
        flex: 1 1 100%; } }
    @media screen and (min-width: 90em) {
      .news-page__anons {
        max-width: calc(100% / 3 * 1 - 1.25rem); }
        .news-page--type-2 .news-page__anons {
          max-width: 100%; } }
  .news-page__photo {
    margin-bottom: 1em;
    flex: 0 0 100%;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .news-page__photo {
        float: left;
        max-width: calc(50% - 2.5rem);
        margin-right: 2.5rem; } }
    @media screen and (min-width: 75em) {
      .news-page__photo {
        float: none;
        max-width: calc(100% * 1 / 3 - 2.5625rem); } }
  .news-page__text {
    margin-bottom: 1.6em; }
    @media screen and (min-width: 75em) {
      .news-page__text {
        max-width: calc(100% * 2 / 3); }
        .news-page--type-2 .news-page__text {
          max-width: 100%; } }
    @media screen and (min-width: 90em) {
      .news-page--type-2 .news-page__text {
        max-width: calc(100% / 3 * 2); } }
  @media print, screen and (max-width: 63.99875em) {
    .news-page::before, .news-page::after {
      display: table;
      content: ' ';
      flex-basis: 0;
      order: 1; }
    .news-page::after {
      clear: both; } }
  .news-page .binder-button {
    margin-bottom: 2.625rem; }

.page-modal {
  display: none;
  padding-bottom: 1.25rem;
  opacity: 0;
  transform: translate(-1.875rem, 0); }
  .page-modal.is-open {
    display: block;
    animation: modal-content-show 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6) 250ms forwards; }

@keyframes modal-content-show {
  0% {
    opacity: 0;
    transform: translate(-1.875rem, 0); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.people-card {
  margin-bottom: 2.25rem; }
  .aside-more-block .people-card {
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .people-card__photo {
      margin: 0; } }
  @media screen and (min-width: 90em) {
    .people-card__photo {
      margin: 0 -1.25rem; } }
  .people-card__name {
    font-size: 1.125rem;
    font-weight: 900;
    color: #000;
    font-family: "Source Serif Pro"; }
    @media print, screen and (min-width: 40em) {
      .people-card__name {
        font-size: 1.875rem; } }
  .people-card__role {
    margin-top: 0.25rem;
    font-size: 0.875rem; }
  @media (max-width: 640px) {
    .people-card {
      padding: 0 1.25rem; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .people-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem; }
    .people-list__item {
      margin: 0 0.625rem 1.25rem;
      flex: 1 1 100%;
      max-width: calc(50% - 1.25rem); } }

.people-tile {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.07px;
  line-height: 1.2;
  margin: 0;
  padding: 0.75rem 1.25rem 0.9375rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-bottom: 0.125rem solid #cfedff;
  transition: background-color 250ms ease, opacity 250ms ease; }
  .people-tile:hover {
    background-color: #cfedff; }
  @media print, screen and (min-width: 40em) {
    .people-tile {
      font-size: 1.125rem;
      padding: 0.625rem 0.625rem 1.25rem;
      margin: 0 1px 0.625rem;
      width: calc(100% / 3 - 0.125rem);
      border: 1px solid transparent;
      border-bottom: 0; }
      .people-tile::after {
        content: '';
        display: block;
        position: absolute;
        right: 0.625rem;
        left: 0.625rem;
        bottom: 0;
        height: 0.125rem;
        background-color: #cfedff; } }
  @media screen and (min-width: 75em) {
    .people-tile {
      width: calc(100% / 4 - 0.125rem); } }
  @media screen and (min-width: 90em) {
    .people-tile {
      width: calc(100% / 5 - 0.125rem); } }
  .people-tile__name {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    font-weight: 900;
    font-family: "Source Serif Pro";
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 250ms ease;
    padding-left: 0.25rem; }
    @media print, screen and (min-width: 40em) {
      .people-tile__name {
        font-size: 1.5rem;
        margin-bottom: 1rem; } }
    @media screen and (min-width: 90em) {
      .people-tile__name {
        font-size: 2.25rem; } }
  .people-tile__role {
    margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .people-tile__role {
        margin-bottom: 0.75rem; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .people-tile__email {
      display: none !important; } }
  .people-tile__photo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat; }
    .people-tile__photo img {
      opacity: 0;
      margin-bottom: 0; }
    .people-tile__photo::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: inherit;
      background-size: contain;
      background-color: #cfedff;
      background-blend-mode: multiply;
      opacity: 0;
      transition: opacity 250ms ease; }
      .people-tile:hover .people-tile__photo::after,
      .filter.is-active:not(.is-clear) + .people-tiles .people-tile__photo::after,
      .drop-menu.is-open + .page__main .people-tile__photo::after {
        opacity: 1; }
    @media print, screen and (max-width: 39.99875em) {
      .people-tile__photo {
        display: none !important; } }
    @media print, screen and (min-width: 40em) {
      .people-tile:nth-child(1) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(4) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(7) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(8) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(10) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(12) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(13) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(15) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(17) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .people-tile:nth-child(18) .people-tile__photo {
        order: -1;
        margin-bottom: 1.5em; }
      .reverse .people-tile__photo {
        margin-bottom: 0; } }

.people-tiles {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 2.25rem;
  transition: opacity 250ms ease; }
  @media print, screen and (min-width: 40em) {
    .people-tiles {
      background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 3 * 1),black 0, black calc(100% / 3 * 1 + 1px), transparent 0, transparent calc(100% / 3 * 2),black 0, black calc(100% / 3 * 2 + 1px),transparent 0); } }
  @media screen and (min-width: 75em) {
    .people-tiles {
      background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 4 * 1),black 0, black calc(100% / 4 * 1 + 1px), transparent 0, transparent calc(100% / 4 * 2),black 0, black calc(100% / 4 * 2 + 1px), transparent 0, transparent calc(100% / 4 * 3),black 0, black calc(100% / 4 * 3 + 1px),transparent 0); } }
  @media screen and (min-width: 90em) {
    .people-tiles {
      background-image: linear-gradient(to right, transparent 0, transparent calc(100% / 5 * 1),black 0, black calc(100% / 5 * 1 + 1px), transparent 0, transparent calc(100% / 5 * 2),black 0, black calc(100% / 5 * 2 + 1px), transparent 0, transparent calc(100% / 5 * 3),black 0, black calc(100% / 5 * 3 + 1px), transparent 0, transparent calc(100% / 5 * 4),black 0, black calc(100% / 5 * 4 + 1px),transparent 0); } }
  @media print, screen and (max-width: 39.99875em) {
    .people-tiles {
      margin: 0 -1.25rem; } }
  .people-tiles.is-init {
    opacity: 1; }

.person-skills {
  margin-top: 0.25rem;
  margin-bottom: 1.625rem;
  padding-bottom: 1em; }
  .person-skills:not(:last-child) {
    border-bottom: 1px solid #000; }
  @media print, screen and (max-width: 39.99875em) {
    .aside-block .person-skills {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .aside-block .person-skills {
      margin-left: -1.25rem;
      margin-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 75em) {
    .aside-block .person-skills {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .person-skills__heading {
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.09px; }
    @media print, screen and (min-width: 40em) {
      .person-skills__heading {
        font-size: 1.125rem;
        margin-bottom: 0.88889em; } }
    @media screen and (min-width: 75em) {
      .person-skills__heading {
        font-size: 1.5rem;
        margin-bottom: 0.66667em; } }
  .person-skills p,
  .person-skills ul li {
    line-height: 1.4375;
    font-size: inherit !important; }
  @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .person-skills p,
    .person-skills ul li {
      font-size: 1rem; } }

.person {
  display: flex;
  flex-wrap: wrap;
  /****/ }
  @media screen and (min-width: 75em) {
    .person {
      margin: 0 -0.625rem; } }
  .person__header {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem 0.625rem;
    padding-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.78571;
    letter-spacing: 0.005em; }
    @media print, screen and (min-width: 40em) {
      .person__header {
        margin-bottom: 1.875rem;
        font-size: 1.125rem;
        padding-top: 0; } }
    @media screen and (min-width: 75em) {
      .person__header {
        margin: 0 0 1.875rem; } }
  .person__role, .person__location {
    flex: 1 1 100%;
    max-width: calc(100% - 1.25rem);
    margin: 0 0.625rem; }
  .person__role {
    flex: 1 1 100%; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .person__role {
        max-width: calc(450% / 688 * 100 - 2.75rem);
        margin-right: 2.125rem; } }
    @media print, screen and (min-width: 64em) {
      .person__role {
        max-width: calc(100% / 3 * 2 - 1.25rem); } }
    @media screen and (min-width: 75em) {
      .person__role {
        max-width: calc(100% / 4 * 2 - 1.25rem); } }
  .person__location {
    flex: 1 1 100%; }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .person__location {
        max-width: calc(204% / 688 * 100 - 0.625rem);
        margin-left: 0; } }
    @media print, screen and (min-width: 64em) {
      .person__location {
        max-width: calc(100% / 3 * 1 - 1.25rem); } }
    @media screen and (min-width: 75em) {
      .person__location {
        max-width: calc(100% / 4 * 2 - 1.25rem); } }
  .person__aside {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem; }
    @media screen and (min-width: 75em) {
      .person__aside {
        display: block;
        max-width: calc(50%);
        margin: 0;
        padding-right: 0.9375rem; } }
  .person__photo {
    position: relative;
    margin: 0 0.625rem 1.5rem; }
    .person__photo img {
      margin-bottom: 0; }
    @media print, screen and (max-width: 39.99875em) {
      .person__photo {
        margin: 0 -0.625rem; } }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .person__photo {
        max-width: calc(450% / 688 * 100 - 2.75rem);
        margin-right: 2.125rem; } }
    @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
      .person__photo {
        max-width: calc(100% / 3 * 2 - 1.25rem); } }
    @media screen and (min-width: 75em) {
      .person__photo {
        padding-top: 0.3125rem; } }
    .person__photo::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      background: inherit;
      background-size: contain;
      background-color: rgba(45, 145, 206, 0);
      transition: background-color 250ms ease; }
      .drop-menu.is-open + .page__main .person__photo::after {
        background-color: rgba(45, 145, 206, 0.3); }
  .person__contacts {
    position: relative;
    flex: 1 1 100%;
    margin: 0 0.625rem 1.5em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    @media print, screen and (max-width: 39.99875em) {
      .person__contacts hr {
        margin-top: 1em; } }
    @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
      .person__contacts {
        max-width: calc(204% / 688 * 100 - 0.625rem);
        margin-left: 0; } }
    @media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
      .person__contacts {
        max-width: calc(100% / 3 * 1 - 1.25rem); } }
    @media screen and (min-width: 75em) {
      .person__contacts-binder {
        position: absolute;
        right: 0;
        top: -0.5rem; } }
    .person__contacts-item--social {
      margin-top: 0.5em; }
    @media print, screen and (max-width: 39.99875em) {
      .person__contacts-item {
        padding-right: 30%; }
        .person__contacts-item--social {
          position: absolute;
          right: 1.25rem;
          top: 50%;
          padding: 0;
          transform: translate(0, -50%); } }
  .person__info {
    flex: 1 1 100%;
    margin-bottom: 2em; }
    .person__info ul {
      list-style: none; }
    .person__info ul > li {
      font-size: 1.125rem; }
      .person__info ul > li::before {
        content: '-';
        position: absolute;
        left: 0;
        top: 0; }
      @media print, screen and (min-width: 40em) {
        .person__info ul > li {
          font-size: 1.125rem; } }
      @media (max-width: 640px) {
        .person__info ul > li {
          margin: 0;
          font-size: 0.875rem; } }
    @media screen and (min-width: 75em) {
      .person__info {
        max-width: calc(50% - 1.25rem);
        margin: 0 0.625rem 2.5rem; } }
  .person__contacts {
    font-size: 0.875rem;
    line-height: 2.07143;
    color: #000; }
    @media print, screen and (max-width: 39.99875em) {
      .person__contacts {
        margin: -1.25rem -0.625rem 1rem;
        padding: 1.25rem;
        border-bottom: 1px solid #000; } }
  .person h1 {
    flex: 1 1 100%;
    max-width: calc(100% - 1.25rem);
    margin: 0 0.625rem 0.5rem; }
  @media print, screen and (max-width: 39.99875em) {
    .person hr {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }

.practice-block.is-open {
  background: #fff; }

@media print, screen and (min-width: 64em) {
  .practice-block {
    padding-bottom: 2.25rem; } }

.practice-block__heading {
  font-size: 1.125rem;
  line-height: 1.2; }
  @media print, screen and (max-width: 39.99875em) {
    .practice-block__heading {
      flex: 1 1 100%;
      max-width: calc(100% - 3.875rem);
      padding: 0.875rem 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .practice-block__heading {
      margin-left: 7.5rem;
      font-size: 1.5rem;
      line-height: 1.2; } }

@media print, screen and (max-width: 39.99875em) {
  .practice-block {
    margin: 0 -1.25rem;
    padding-top: 1rem;
    position: relative;
    display: flex;
    flex-wrap: wrap; } }

.practice-block__button {
  max-width: 3.875rem;
  padding: 1.25rem;
  cursor: pointer; }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .practice-block__button {
      display: none !important; } }
  .practice-block__button-svg {
    width: 1.375rem;
    height: 1.375rem;
    display: none; }
    .practice-block__button-svg--closed {
      display: block; }
      .is-open .practice-block__button-svg--closed {
        display: none; }
    .practice-block__button-svg--opened {
      display: none; }
      .is-open .practice-block__button-svg--opened {
        display: block; }

.practice-block__menu {
  display: none;
  flex: 1 1 100%; }
  .is-open .practice-block__menu {
    display: block; }

.practice-menu {
  background-color: #fff;
  border-top: 0.125rem solid #abdaff; }
  @media print, screen and (min-width: 40em) {
    .practice-menu {
      border-top: 0; } }
  @media print, screen and (min-width: 64em) {
    .practice-menu {
      margin-left: 7.5rem;
      max-width: 34.75rem; } }
  @media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .practice-menu {
      margin-left: 7.5rem; } }
  .practice-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .practice-menu__item {
    border-bottom: 0.125rem solid #abdaff; }
  .practice-menu__link {
    display: block;
    padding: 0.5625rem 1.25rem;
    font-size: 1.125rem;
    color: #000;
    line-height: 1.2;
    text-decoration: none;
    transition: background-position 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    background-image: linear-gradient(to top, #cfedff 0, #cfedff 50%, transparent 0, transparent 100%);
    background-position: 0 0%;
    background-repeat: no-repeat;
    background-size: 100% 200%; }
    @media print, screen and (min-width: 64em) {
      .practice-menu__link {
        padding: 0.5625rem 0; } }
    .practice-menu__link:hover {
      background-position: 0 100%; }

.practise-filter {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  margin: 0; }
  .practise-filter.is-open {
    display: flex;
    background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .practise-filter {
      padding: 1.5625rem 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .practise-filter {
      padding: 2.375rem 2.5rem;
      max-width: 75%; } }
  .practise-page .practise-filter {
    display: flex;
    position: static;
    padding: 1.25rem 0 0 !important; }

.practise-list {
  margin: 0;
  list-style: none;
  padding: 0; }
  @media print, screen and (min-width: 64em) {
    .practise-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -0.625rem; } }
  .practise-list__item {
    flex: 1 1 100%;
    border-bottom: 0.125rem solid #cfedff; }
    @media print, screen and (min-width: 64em) {
      .practise-list__item {
        margin: 0 0.625rem;
        padding: 0;
        max-width: calc(50% - 1.25rem); } }
  .practise-list__link {
    display: block;
    padding: 0.1875rem 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    color: #000;
    transition: color .25s ease, background-color .25s ease; }
    @media print, screen and (min-width: 64em) {
      .practise-list__link {
        padding: 0.1875rem 0; } }
    .practise-list__link.is-active {
      color: #f04e00; }
    .practise-list__link:hover {
      color: #000;
      background-color: #cfedff; }

.practise-select {
  flex: 1 1 100%; }
  @media print, screen and (min-width: 40em) {
    .practise-select {
      max-width: 19.125rem;
      margin: 0 0.625rem; } }
  .practise-select .selectr-clear {
    display: none !important; }
  .practise-select .selectr-placeholder {
    color: #cfedff;
    overflow: hidden;
    text-overflow: ellipsis; }

.search-form {
  margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .search-form {
      display: flex; } }
  .search-form__field {
    display: block;
    flex: 1 1 100%;
    width: 100%;
    margin: 0.625rem 0;
    padding: 1px 0.5rem 0.3125rem;
    border: 0;
    background-color: #cfedff;
    line-height: 1.5;
    font-size: 1.125rem;
    text-transform: lowercase; }
    @media print, screen and (min-width: 40em) {
      .search-form__field {
        max-width: calc(100% - 7.8125rem);
        margin-right: 1.25rem; } }
    .search-form__field::selection {
      background-color: #abdaff; }
  .search-form__button {
    flex: 0 0 7.8125rem;
    max-width: 7.8125rem;
    margin: 0.625rem 0;
    padding: 0.25rem 0.625rem 0.5rem;
    background-color: #f04e00;
    font-size: 1.25rem;
    color: #fff;
    transition: background-color 250ms ease; }
    .search-form__button:hover {
      background-color: #bd3d00; }

.search-item {
  margin: 0 -1.25rem;
  padding: 0.875rem 1.25rem;
  border-bottom: 0.125rem solid #cfedff;
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .search-item {
      font-size: 1.125rem;
      padding: 1.625rem 0;
      margin: 0; } }
  .search-item__title {
    font-weight: bold;
    text-decoration: none; }
    .search-item__title:hover {
      color: #f04e00; }
  .search-item__anons {
    margin-bottom: 1em; }
  .search-item a {
    color: inherit;
    text-decoration: none; }
  .search-item__path-item:not(:last-child) {
    margin-right: .4em; }
  .search-item__path-item ~ .search-item__path-item {
    margin-left: .4em; }
  .search-item__path-item:hover {
    color: #f04e00; }

.tag-list {
  margin: 0 -0.625rem;
  padding: 0;
  list-style: none;
  font-size: 1.125rem; }
  .tag-list__item {
    margin: 0.3125rem 0.625rem;
    display: inline-block;
    vertical-align: middle; }
  .tag-list__delete {
    cursor: pointer;
    margin-left: .2em;
    opacity: .6; }
    .tag-list__delete:hover {
      opacity: 1; }

.toggle-block {
  position: relative;
  margin: 0 -1.25rem; }
  @media print, screen and (min-width: 40em) {
    .toggle-block {
      margin: 0; } }
  .bg-blue .toggle-block + .toggle-block {
    border-color: #fff; }
  @media print, screen and (min-width: 64em) {
    .toggle-block {
      padding: 0; }
      .toggle-block + .toggle-block {
        border: 0; }
      h2 + .toggle-block {
        margin-top: -1em;
        padding-top: 0; } }
  @media screen and (min-width: 90em) {
    .toggle-block {
      padding: 0; } }
  .toggle-block__mob-toggler {
    position: absolute;
    top: 1.75rem;
    right: 1.25rem;
    cursor: pointer;
    display: none !important; }
    @media print, screen and (min-width: 40em) {
      .toggle-block__mob-toggler {
        display: none !important; } }
    .is-open .toggle-block__mob-toggler {
      display: none; }
  .toggle-block__heading {
    position: relative;
    padding: 1.375rem 3.75rem 1.375rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Source Serif Pro"; }
    @media print, screen and (min-width: 40em) {
      .toggle-block__heading {
        padding: 2.1875rem 0;
        font-size: 1.875rem; }
        .is-small .toggle-block__heading {
          padding: 0 0 1rem; } }
  .toggle-block__body {
    position: relative;
    padding: 0 1.25rem; }
    .is-open .toggle-block__body {
      display: block; }
    @media print, screen and (min-width: 40em) {
      .toggle-block__body {
        display: block;
        padding: 0 0 0; }
        .is-readmore .toggle-block__body {
          max-height: 27.75rem;
          overflow: hidden; }
        .is-open .toggle-block__body {
          max-height: none; } }
  .toggle-block__content {
    margin-bottom: 1.5em; }
  .toggle-block__toggler {
    position: absolute;
    right: 1.25rem;
    bottom: 0;
    width: 1.375rem;
    height: 1.375rem;
    cursor: pointer;
    display: none; }
    .is-open .toggle-block__toggler {
      display: block; }
    @media print, screen and (min-width: 40em) {
      .toggle-block__toggler {
        height: 11.625rem;
        width: auto;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to top, #fff 0, #fff 3.125rem, rgba(255, 255, 255, 0) 100%);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        transition: background-position 250ms ease; }
        .is-readmore .toggle-block__toggler {
          display: block; }
        .bg-blue .toggle-block__toggler {
          background-image: linear-gradient(to top, #cfedff 0, #cfedff 3.125rem, rgba(207, 237, 255, 0) 100%); }
        .toggle-block__toggler:hover {
          background-position: 0 2.5rem; }
        .is-open .toggle-block__toggler {
          height: 1.875rem; } }
    .toggle-block__toggler svg {
      width: 1.375rem;
      height: 1.375rem;
      display: block;
      fill: #cfedff;
      transition: color 250ms ease; }
      .bg-blue .toggle-block__toggler svg {
        fill: #fff; }
      .is-open .toggle-block__toggler svg {
        transform: rotate(0.5turn); }
      @media print, screen and (min-width: 40em) {
        .toggle-block__toggler svg {
          position: absolute;
          left: 0;
          bottom: 1.875rem; }
          .is-open .toggle-block__toggler svg {
            bottom: 1.25rem; } }
    .is-open .toggle-block__toggler {
      top: auto; }
    .toggle-block__toggler:hover svg {
      fill: #000; }
  .toggle-block svg {
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    fill: #cfedff; }
    .bg-blue .toggle-block svg {
      fill: #fff; }
  @media print, screen and (min-width: 64em) {
    .toggle-block {
      margin: 0 -0.625rem;
      display: flex;
      flex-wrap: wrap; }
      .toggle-block::after, .toggle-block__heading, .toggle-block__body {
        max-width: 100%;
        width: 100%;
        margin: 0 0.625rem; }
      .toggle-block--underline {
        margin-bottom: 1.5em; }
        .toggle-block--underline::after {
          display: block;
          content: '';
          height: 1px;
          max-width: calc(100% / 3 * 2 - 1.25rem);
          border-bottom: 1px solid #000; } }
  @media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .toggle-block__body {
      margin-left: 7.5rem;
      max-width: calc(100% - 8.125rem); }
      .is-small .toggle-block__body {
        max-width: 100%;
        margin-left: 0.625rem; } }
  @media screen and (min-width: 90em) {
    .toggle-block__heading, .toggle-block__body {
      max-width: calc(100% / 2 - 1.25rem);
      padding-top: 0; }
      .is-small .toggle-block__heading, .is-small .toggle-block__body {
        max-width: 100%; }
    .toggle-block__body {
      padding-top: 0.5rem; } }

.toggle-container {
  margin-top: 1.875rem; }
  @media (max-width: 640px) {
    .toggle-container {
      margin-top: 1.625rem; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: linear-gradient(to left, #cfedff 0, #cfedff 50%, rgba(207, 237, 255, 0) 0);
  background-position: 0 0;
  background-size: 200% 100%;
  font-family: "Styrene"; }
  @media print, screen and (min-width: 40em) {
    body {
      transition: background-position 350ms linear; } }
  body.bg-blue {
    background-position: 100% 0; }

html,
body {
  max-width: 100vw;
  overflow-x: hidden; }

.container {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .container {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }

.page-content__aside {
  margin: 0 -1.25rem;
  padding: 1.75rem 1.25rem; }

@media print, screen and (min-width: 40em) {
  .page-content__aside {
    margin: 0 -2.5rem;
    padding: 2rem 2.5rem 1.25rem; } }

@media print, screen and (min-width: 64em) {
  .page-content__aside {
    margin: 0;
    padding: 0; } }

@media print, screen and (min-width: 64em) {
  .page-content {
    display: flex; }
    .page-content__main {
      width: 100%;
      max-width: calc(100% / 4 * 3); }
    .page-content__aside {
      max-width: calc(100% / 4 * 1); } }

::selection {
  background: #cfedff; }
  .bg-blue ::selection {
    background-color: #fff; }

::-webkit-scrollbar {
  width: 0.625rem; }

::-webkit-scrollbar-track {
  background-color: #cfedff; }

::-webkit-scrollbar-thumb {
  background-color: #abdaff; }

/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/local/templates/ivanyanco.hk/css/cookieAllowAccess.css?17829075201921*/
#cookiePopUp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 1rem .5rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: .875rem; }

#cookiePopUp button {
  display: inline-block;
  margin: 0 .25rem 0 1rem;
  padding: .625rem 1rem;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 3px;
  background-repeat: no-repeat;
  transition: background-position .3s ease-in-out; }

#cookiePopUp button:hover {
  background-position: 0 1rem; }

#cookiePopUp.cookiePopUp-default {
  box-shadow: 0 -0.0625rem 0.625rem rgba(0, 0, 0, 0.7);
  background-color: #e6e6e6;
  color: #333; }

#cookiePopUp.cookiePopUp-default button {
  background-color: #1cff15;
  background-image: linear-gradient(to bottom, #1cff15, #05ae00);
  color: #fff; }

#cookiePopUp.cookiePopUp-dark {
  box-shadow: 0 -0.0625rem 0.625rem rgba(0, 0, 0, 0.7);
  background-color: #3b3b3b;
  color: #fff; }

#cookiePopUp.cookiePopUp-dark button {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  color: #000; }

#cookiePopUp.cookiePopUp-darkenblue {
  box-shadow: 0 -0.0625rem 0.625rem rgba(0, 0, 0, 0.7);
  background-color: #85a6cc;
  color: #fff; }

#cookiePopUp.cookiePopUp-darkenblue button {
  background-color: #5a84b4;
  background-image: linear-gradient(to bottom, #5a84b4, #355274);
  color: #fff; }

#cookiePopUp.cookiePopUp-lightblue {
  box-shadow: 0 -0.0625rem 0.625rem rgba(0, 0, 0, 0.7);
  background-color: #2dbceb;
  color: #fff; }

#cookiePopUp.cookiePopUp-lightblue button {
  background-color: #00a1e1;
  background-image: linear-gradient(to bottom, #00a1e1, #00587b);
  color: #fff; }

/* End */


/* Start:/local/templates/ivanyanco.hk/css/custom.css?178290752014667*/
:root {
	--darkGreen: #0e4232;
	--lightGreen: #009872;
	--lightGray: #ededed;
}
body {
	font-size: 1rem;
	line-height: 1.5;
}
p {
	font-size: 1rem;
	line-height: 1.5;
}
@media print, screen and (min-width: 40em) {
	p {
		font-size: 1rem;
	}
}
@media print, screen and (min-width: 64em) {
	p {
		font-size: 1.125rem;
		line-height: 1.615;
	}
}
.bg-light-gray,
.sidebar.bg-light-gray {
	background-color: var(--lightGray);
}
@media print, screen and (min-width: 64em) {
	.sidebar.bg-light-gray {
		box-shadow: 0 -12.5rem 0 0 var(--lightGray),
					3.125rem 0 0 0 var(--lightGray),
					3.125rem -12.5rem 0 0 var(--lightGray);
	}
}
.bg-sidebar-light-gray {
	position: relative;
}
.bg-sidebar-light-gray::before {
	content: '';
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: var(--lightGray);
	z-index: -1;
}
@media print, screen and (min-width: 64em) {
	.bg-sidebar-light-gray::before {
		position: absolute;
		width: calc(100% / 4 * 1 + 3.1rem)
	}
}

/* Подгонка сайта к ширине не более 1800px (при 1rem == 16px) */
@media print, screen and (min-width: 40em) {
	:root {
		--mainPageSidePadding: max(1.875rem, calc(50vw - 56.25rem - .625rem));
	}
	header.site-header { padding-inline: max(2.5rem, calc(50vw - 56.25rem)); }
	.main-menu { padding-inline: var(--mainPageSidePadding); }
	.container.page { padding-inline: var(--mainPageSidePadding); }
	footer.site-footer { padding-inline: max(2.5rem, calc(50vw - 56.25rem)); }
	.bg-sidebar-light-gray::before {
		width: calc(25vw - var(--mainPageSidePadding) / 2 + var(--mainPageSidePadding) + 1.5625rem);
	}
}

.site-header__global-link {
	order: 2;
	height: 35px;
	aspect-ratio: 1;
	color: #fff;
	transition: color .15s ease;
}

.site-header__global-link:hover {
    color: var(--lightGreen);
}

@media (max-width: 40rem) {
	.site-header__global-link {
		margin-top: 10px;
	}
}

@media (max-width: 47.9988em) {
	.site-header {
		gap: 12px;
	}

	.site-header .site-header__global-link {
		height: 28px;
	}

	.site-header .site-header__toggler {
		max-width: 28px;
		max-height: 28px;
	}

	.site-header a:not(#site-logo) {
		margin: 0;
		max-width: 28px;
		flex-basis: 28px;
	}
	.site-header a:not(#site-logo) svg {
		width: auto;
		aspect-ratio: 1;
		height: 28px;
		margin: 0;
	}

	.site-header #site-logo svg {
		width: 77px;
		height: 28px;
	}
}

/* Перекраска */
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	background-color: #009872;
}

*:not(.bg-blue *)::selection {
	background-color: var(--lightGray);
	background-color: hsl(from var(--lightGray) h s 85%);
	color: var(--lightGreen);
}

/* Поиск */
@media screen and (min-width: 47.9989em) {
	.search-form {
		padding-right: .625rem;
	}
}
.search-form__field {
	background-color: var(--lightGray);
	-webkit-appearance: none;
	appearance: none;
	border: none;
}
.search-form__field:focus, .search-form__field:focus-visible {
	outline: none;
	box-shadow: 0 0 1px 2px var(--lightGreen);
}
.search-form__button {
	background-color: var(--lightGreen);
}
.search-form__button:hover {
	background-color: var(--darkGreen);
}
.search-result__needle {
	color: var(--darkGreen);
}
.search-item {
	border-bottom-color: var(--lightGreen);
}
.search-item__title:hover {
	color: var(--lightGreen);
}

/* Шапка */
header.site-header, footer.site-footer {
	background-color: var(--darkGreen);
}
header.site-header .site-header__global-link:hover,
header.site-header .site-header__search:hover,
header.site-header .site-header__contacts:hover {
	color: var(--lightGreen);
}
@media (max-width: 47.9988em) {
	.site-header__global-link {
		height: 1.125rem;
	}
	.site-header__global-link svg {
		height: 1.125rem;
	}
}
@media (max-width: 639px) {
	.site-header__global-link {
		margin-top: 10px;
	}
}

.bg-white a.main-menu__link:not(.is-current) {
	background-image: linear-gradient(var(--lightGreen),var(--lightGreen));
	box-shadow: inset 0 0 0 0 var(--lightGreen);
}
.bg-white a.main-menu__link.is-current {
	box-shadow: none;
	color: var(--lightGreen);
}
.bg-white a.main-menu__link.is-current:hover {
	box-shadow: inset 0 -2em 0 0 var(--lightGreen) !important;
	color: #fff;
}
.bg-white a.main-menu__link.is-current::selection {
	background-color: var(--lightGreen);
}
.bg-white a.main-menu__link:hover {
	color: #fff;
	box-shadow: inset 0 -2em 0 0 var(--lightGreen);
}

.page .sidebar.bg-blue {
	background-color: var(--lightGray);
}

@media (min-width: 63.9989em) {
	.page .sidebar.bg-blue {
		box-shadow: 0 -12.5rem 0 0 var(--lightGray), 3.125rem 0 0 0 var(--lightGray), 3.125rem -12.5rem 0 0 var(--lightGray)
	}
}

.orange {
	color: var(--lightGreen);
}

.people-tile::after,
.people-tiles .people-tile:hover,
.people-tile__photo::after {
	background-color: var(--lightGray);
}
.people-card .people-card__photo::after {
	background-color: var(--lightGray);
}

.drop-menu__list .drop-menu__link {
	color: #fff;
}
.drop-menu__list .drop-menu__link.is-active {
	color: var(--lightGreen);
}

:root a:not([class]) {
	background-image: linear-gradient(var(--lightGreen), var(--lightGreen));
	box-shadow: inset 0 0 0 0 var(--lightGreen);
}
:root a:not([class]):hover {
	color: var(--lightGreen);
}

.page .home-content__h1,
.page .page__title {
	color: var(--lightGreen);
}
.page .page__title {
	margin-bottom: 1.875rem;
	font-size: 60px;
	line-height: 68px;
}
@media screen and (max-width: 63.9988em) {
	.page .page__title {
		font-size: 60px;
		line-height: 68px;
	}
}
@media screen and (max-width: 47.9988em) {
	.page .page__title {
		font-size: 60px;
		line-height: 68px;
	}
}
@media (max-width: 40rem) {
	.page .page__title {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
		font-size: clamp(2.25rem, 9.375vw, 3.75rem);
		line-height: 1.133;
		border-bottom: 1px solid #000;
	}
}
footer.site-footer {
	color: #fff;
}
footer.site-footer a {
	background: none !important;
}
footer.site-footer a:not(.site-footer__logo):hover {
	background: none !important;
	color: var(--lightGreen);
}
footer.site-footer .site-footer__logo:hover {
	color: white;
}

.mobile-menu .mobile-menu__item.is-current {
	color: var(--lightGreen);
}
nav.mobile-menu.is-open {
	background-color: var(--lightGray);
}
nav.mobile-menu.is-open {
	background-color: var(--lightGray);
}
@media screen and (max-width: 47.9988em) {
	.mobile-menu {
		margin-top: 0px;
	}
}
:root body {
	background-image: linear-gradient(to left, var(--lightGray) 0, var(--lightGray) 50%, transparent 0);
}
.binder-button {
	display: none;
}
@media print, screen and (min-width: 40em) {
	.page__main .grid-x.page__detail .cell {
		padding: 0 0.625rem 0 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
	.page__main .page__detail p {
		margin-bottom: 1em;
		font-size: 1rem;
	}
	.page__main .page__detail hr {
		margin-bottom: 1.125em;
		margin-top: auto;
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.page__main .page__detail p {
		font-size: 1.125rem;
	}
}
@media (max-width: 920px) {
	.main-menu__list {
		padding-top: 2.8125rem;
	}
}
/** PERSON LIST START */
.page__main.people-list {
	max-width: 100%;
}
.page__main.people-list .person__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.page__main.people-list .person__wrapper:not(:first-of-type) {
	padding-top: 2.5rem;
}
.page__main.people-list .person__wrapper:not(:last-of-type) {
	padding-bottom: 2.5rem;
}
.page__main.people-list .person__wrapper + .person__wrapper {
	border-top: 1px solid #000;
}
.page__main.people-list .person__photo {
	max-width: 100%;
	margin-right: 2.125rem;
}
.page__main.people-list .person__contacts {
	max-width: 100%;
	margin-left: 0.625rem;
}
.page__main.people-list .person__info {
	margin: 0 -0.625rem;
}
.page__main.people-list .person__header {
	flex-direction: column;
	margin: 0 0 1.3rem;
}
.page__main.people-list .person__name {
	margin: 0 0 0.3em 0;
	font-size: 2.5rem;
	line-height: 1em;
}
.page__main.people-list .person__position,
.page__main.people-list .person__role,
.page__main.people-list .person__desc {
	margin: 0px;
	padding: 0px;
}
.page__main.people-list .person__position {
	color: var(--lightGreen);
}
.page__main.people-list .person__role {
	font-style: italic;
}
.page__main.people-list .person-skills {
	margin: 0px;
	padding: 0px;
	padding-left: 1rem;
	background-color: var(--lightGray);
}
@media (max-width: 40rem) {
	.page__main.people-list .person-skills {
		padding-inline: 1.875rem;
		margin-inline: -.625rem;
	}
}
.page__main.people-list .person-skills .aside-block__heading,
.page__main.people-list .person-skills .person-aside-block-text {
	padding-inline: 0;
}
.person-skills p {
	line-height: 1.5;
}
.page__main.people-list .person__desc p:last-of-type,
.page__main.people-list .person-skills p:last-of-type {
	margin-bottom: 0px;
}
.page__main.people-list .aside-block__heading,
.page__main.people-list .person-aside-block-text {
	padding: 0 1.25rem;
}

/* Карта */
@media print, screen and (min-width: 47.9989em) {
	.page__main .contacts__wrapper {
		display: grid;
		grid-template-columns: var(--contactsMapLeftPadding, 23.5em) 1fr;
	}
}
.contacts.contacts--resize {
	grid-template-rows: auto 1fr;
	row-gap: 3.125rem;
}
.contacts.contacts--resize .contacts__item-title {
	margin-bottom: 0;
}
.contacts.contacts--resize .contacts__item-link:hover {
	color: var(--lightGreen);
}
.contacts.contacts--map {
	width: 100%;
	padding-right: .9375rem;
}
@media screen and (max-width: 47.9988em) {
	.contacts.contacts--map {
		padding-right: 0;
	}
}
#hk-map {
	margin-bottom: 0;
	padding-bottom: min(37.5rem, 44vw);
}
@media screen and (max-width: 47.9988em) {
	#hk-map { padding-bottom: 80vw; }
}
@media screen and (max-width: 28em) {
	#hk-map { padding-bottom: 150vw; }
}

/* 404 */
.error-404__heading {
	color: var(--darkGreen);
}
.page-404 {
	background-color: #fff;
	background-color: hsla(from var(--lightGreen) h s l / 0.3);
}

/* Футер */
.site-footer__copyright {
	opacity: .45;
}
aside.site-footer__contanct {
	column-gap: 1.5em;
	margin-bottom: 27px;
}
aside.site-footer__contanct > div {
	display: flex;
	gap: 1.5em;
}
@media print, screen and (max-width: 47.9988rem) {
	.site-footer .logo--pc { display: block !important }
	.site-footer .logo--mob { display: none !important }
}
@media (max-width: 700px) {
	.site-footer-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.site-footer .site-footer-menu .site-footer__menu-item { margin-right: 0; }
}
@media print, screen and (max-width: 40rem) {
	.site-footer .site-footer__logo {
		width: unset;
	}
	aside.site-footer__contanct {
		font-size: 15px;
	}
	.site-footer-menu .site-footer__menu-item {
		font-size: 0.9375rem;
		line-height: 1.1;
	}
}
@media print, screen and (max-width: 39.9988em) {
	.page__main.people-list .person .person__contacts-item {
		padding-right: 0;
	}

	.site-footer .site-footer__logo,
	aside.site-footer__contanct {
		flex-direction: column;
		margin-bottom: 44px;
	}
	aside.site-footer__contanct {
		row-gap: 44px;
	}
	aside.site-footer__contanct address {
		max-width: 12.4rem;
	}
	aside.site-footer__contanct > div {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	aside.site-footer__contanct a {
		line-height: 1;
	}

	.site-footer .site-footer__menu {
		gap: 2.75rem;
	}

	.site-footer-menu {
		gap: 2.25rem;
		align-items: flex-start;
	}
}


@media print, screen and (max-width: 39.9988em) {
	.page__main.people-list .person__photo {
		margin-right: 0px;
		margin-left: 0px;
	}
	.page__main.people-list .person__contacts {
		margin-left: 0px;
		padding-left: 0px;
	}
	.page__main.people-list .person__header {
		margin-top: 0px;
		padding-top: 0px;
	}
}
@media print, screen and (min-width: 40em) {
	.page__main.people-list .person {
		margin: 0px -0.625rem;
		flex-wrap: nowrap;
		column-gap: 2.125rem;
	}
	.page__main.people-list .person .person__contacts-item {
		white-space: nowrap;
	}
	.page__main.people-list .person__aside {
		margin: 0px;
		display: block;
		max-width: 13rem;
	}
	.page__main.people-list .person__photo {
		margin-inline: 0;
		padding-top: 0px;
	}
	.page__main.people-list .person__contacts {
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.page__main.people-list .person__info {
		max-width: calc(100% / 5 * 3 - 1.25rem);
	}
	.page__main.people-list .person__position,
	.page__main.people-list .person__role,
	.page__main.people-list .person__desc {
		font-size: 1rem;
		line-height: 1.5em;
	}
	.page__main.people-list .person__desc p {
		font-size: 1rem;
		line-height: 1.5em;
	}
}
@media print, screen and (min-width: 40em) and (max-width: 63.9988em) {
	.page__main.people-list {
		margin: 0px 0.625rem;
	}
	.page__main.people-list .person {
		margin: 0px 0px 2rem;
	}
	.page__main.people-list .person__role {
		max-width: 100%;
	}
}
@media print, screen and (min-width: 40em) and (max-width: 55rem) {
	.page__main.people-list .person__info {
		max-width: calc(100% - 14.25rem);
	}
}
@media print, screen and (min-width: 40em) and (max-width: 41.25em) {
	.page__main.people-list .person__role {
		font-size: .9rem;
	}
}
@media print, screen and (min-width: 64em) {
	.page__main.people-list .person {
		margin: 0px;
	}
	.page__main.people-list .person__aside {
		max-width: calc(100% / 3 * 1 - 2.5rem);
	}
	.page__main.people-list .person__info {
		max-width: calc(100% / 3 * 2 - 1.25rem);
	}
}
@media print, screen and (min-width: 64em) and (max-width: 74.9988em) {
	.page__main.people-list .person__photo {
		max-width: 100%;
		margin-right: 2.125rem;
	}
}
@media print, screen and (min-width: 64em) {
	.page__main.people-list .person__role {
		max-width: 100%;
	}
}
@media print, screen and (max-width: 40em) {
	.page__main.people-list .person__aside {
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 2.5rem;
	}
	.page__main.people-list .person__contacts {
		margin: 0;
		padding: 0;
		padding-bottom: 2.5rem;
	}
	.page__main.people-list .person__info {
		padding-top: 2.5rem;
	}
	.page__main.people-list .person__info.hide-for-medium {
		padding-top: 0px;
	}
}
/** PERSON LIST END */
.page .page__subtitle {
	color: var(--lightGreen);
}
.page .page__subtitle {
	font-size: 1.5rem;
	color: #878789;
	font-family: 'Styrene';
	margin-bottom: 1.5rem;
}
.page .home-content__column-left .page__subtitle {
	margin-bottom: 1.125rem;
}
.site-footer_row {
	gap: 25px;
}
@media (max-width: 640px) {
	.page .page__subtitle {
		margin-bottom: 1rem;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	.page .home-content__column-left .page__subtitle {
		margin-bottom: 0.6875rem;
	}
	.site-footer__menu a {
		font-size: 0.8125rem;
	}
	.site-footer__copyright {
		font-size: 0.8125rem;
	}
}
@media print, screen and (min-width: 40em) {
	.contacts {
		grid-template-columns: 1fr;
		row-gap: 1.25rem;
	}
}
/* End */


/* Start:/local/templates/ivanyanco.hk/styles.css?178290752021784*/
@media screen and (max-width: 799px) {
    .hide-to-mobile {
        display: none;
    }
}

.selectr-option.selected {
    display: none;
}

.is-active > .drop-menu__close {
    margin-top: 5px;
}

.news-grid .news-card .binder-button {
    margin-top: 1rem;
}

.privacy-width {
    width: 100%;
}

.toggle-block svg,
.load-more svg {
    width: 1.5rem;
}

a:not([class]) {
    padding-bottom: 0.125rem;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    -o-transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03),
        -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    background-image: -webkit-gradient(color-stop(0, #abdaff), color-stop(0.125rem, #abdaff));
    background-image: -o-linear-gradient(#abdaff, #abdaff);
    background-image: linear-gradient(#abdaff, #abdaff);
    background-position: left bottom;
    background-size: 100% 2px;
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0 0 0 0 #cfedff;
    box-shadow: inset 0 0 0 0 #cfedff;
    text-decoration: none;
}

.site-footer a,
a:not([class]):hover {
    background: none;
}

.drop-menu__link {
    color: #cfebff;
}

.load-more {
    padding-bottom: 13px;
}

.career-feed {
    margin: 0.5rem 0.625rem 0rem;
}

#content-hide svg {
    margin-bottom: 20px;
}

@media print, screen and (min-width: 64em) {
    .news-card--large .binder-button,
    .news-card .binder-button {
        margin-top: 1rem;
    }

    .practise-filter {
        padding: 1.5rem 2.5rem;
        max-width: 75%;
    }
}

@media print, screen and (max-width: 40em) {
    .drop-menu__close,
    .drop-menu__open {
        margin-bottom: 20px;
    }
}

.filled-menu.bg-blue .drop-menu.is-active {
    background-color: #fff;
}

.binder-list {
    margin-bottom: 35px;
}
.binder-subheader {
    text-align: right;
    margin-bottom: 20px;
}
li.practise-list__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
@media print, screen and (min-width: 64em) {
    ul.practise-list {
        height: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.has-error .form-item__file-label {
    -webkit-box-shadow: 0 0 0 0.125rem #f04e00;
    box-shadow: 0 0 0 0.125rem #f04e00;
    border: none;
}
body.bg-blue .people-card__photo::after {
    opacity: 1;
}
.people-card__photo::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: #cfedff;
    background-blend-mode: multiply;
    opacity: 0;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
}
.people-card__photo {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.people-card__photo img {
    display: block;
}
.img-invisible {
    opacity: 0;
}

.hidden {
    display: none;
}
.practice-close {
    position: absolute;
    top: 1.125rem;
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
}
.mobile-menu__item.practice-item {
    position: relative;
}
.mobile-menu__hmb {
    z-index: 1;
}
main.page__main > nav.drop-menu > button.force-blue > span {
    -webkit-box-shadow: inset 0 -2em 0 0 #cfedff;
    box-shadow: inset 0 -2em 0 0 #cfedff;
}

.privacy-container {
    display: block;
    width: 100vw;
    height: 100vh;
}

.filled-menu.bg-blue .page__main .news-page__photo_image {
    position: relative;
}
.filled-menu.bg-blue .page__main .news-page__photo_image.inline-block {
    display: inline-block;
}
.filled-menu.bg-blue .page__main .news-page__photo_image img {
    margin-bottom: 0px;
}

.filled-menu.bg-blue .page__main .news-page__photo_image::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: rgba(45, 145, 206, 0.3);
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.content-fadeout {
    height: 199px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
#content-show svg {
    fill: #000;
}

.bg-blue .news-card__image:after {
    background-color: rgba(45, 145, 206, 0.3);
    width: 98%;
}
.news-card__image:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: inherit;
    background-size: contain;
    background-color: rgba(45, 145, 206, 0);
    -webkit-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
.news-card__image {
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .news-card__image {
        max-width: calc(50% - 0.625rem);
        margin-right: 0.625rem;
        padding-right: 0px;
    }
    .drop-menu__link {
        padding-top: 0.15rem;
        padding-bottom: 0.26rem;
    }
}

@media screen and (min-width: 75em) {
    .drop-menu__additional {
        padding: 2rem 0 0 7.5rem;
    }
}
@media screen and (min-width: 768px) {
    .mobile-menu__list .drop-menu__list {
        margin-top: 1rem;
    }
}
.spinner {
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 14px;
    height: 14px;
    background-color: #f04e00;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.sending-status__text {
    padding: 0 0.625rem;
    color: #000;
    font-size: 0.875rem;
}
.sending-status {
    display: none;
}
.sending-status.send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
}
.career-feed__footer_wrap {
    flex-wrap: wrap;
    margin-top: 1.625rem;
}
.career-feed__footer_wrap .career-feed__send {
    margin-top: 0;
}
@media screen and (max-width: 457px) {
    .sending-status.send {
        margin-top: 10px;
    }
}
.site-header__logo {
    padding-left: 0;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    /* width: 270px; */
}
.site-header svg {
    margin-left: 0;
    width: 300px;
}
@media screen and (max-width: 48rem) {
    .site-header svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: 0;
        width: 65px;
    }
}
.site-header__lang {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.site-header__lang:hover + .site-header__UK {
    -webkit-transform: translate(-117px, 0);
    -ms-transform: translate(-117px, 0);
    transform: translate(-117px, 0);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    -o-transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
    transition: transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6),
        -webkit-transform 250ms cubic-bezier(0.21, -0.35, 0.51, 1.6);
}
.site-header__UK {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 17px;
}
.site-header__UK:hover {
    -webkit-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #f04e00;
}

.site-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #cfebff;
}
.site-footer__copyright {
    position: static;
}
.site-footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
}
.site-footer__address-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.privacy-width {
    width: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.site-footer__logo {
    width: 270px;
}
.site-footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.site-footer__address {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .site-header__UK {
        font-size: 12px;
        margin-right: 10px;
    }
}
.news-list__latest-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #878789;
    margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
    .site-header__logo {
        margin-left: 0;
        width: auto;
    }
    .site-header__UK {
        position: absolute;
        top: 10px;
        right: 0;
        margin-right: 1.25rem;
        font-size: 14px;
    }
    .site-header__lang {
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
    }
    .site-header__search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-left: 14px;
    }
    .site-header__contacts {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px;
        width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-left: 14px;
    }
    .site-footer__logo {
        width: 65px;
    }
    .site-footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .privacy-width {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .site-footer__address-list {
        margin-bottom: 0;
    }
}
.swiper-container {
    max-width: calc(50% - 1.25rem);
}
@media screen and (max-width: 1024px) {
    .swiper-container {
        max-width: 100%;
        margin-bottom: 80px;
    }
}
.swiper-container .news-card {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 48px;
}
.swiper-container .news-list__hot {
    max-width: 100%;
}
.news-card__note {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #878789;
    margin-bottom: 30px;
}
.swiper-container .news-card__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 50px;
    color: #f04e00;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.swiper-container .news-card__title:hover {
    -webkit-box-shadow: inset 0 -5em 0 0 #cfedff;
    box-shadow: inset 0 -5em 0 0 #cfedff;
}
.news-card__more {
    margin-top: 66px;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: inline-block;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #abdaff),
        color-stop(0.125rem, #abdaff),
        color-stop(0, transparent)
    );
    background-image: -o-linear-gradient(bottom, #abdaff 0, #abdaff 0.125rem, transparent 0);
    background-image: linear-gradient(to top, #abdaff 0, #abdaff 0.125rem, transparent 0);
    -webkit-box-shadow: inset 0 0 0 0 #cfedff;
    box-shadow: inset 0 0 0 0 #cfedff;
    padding-bottom: 2px;
    cursor: pointer;
    -webkit-transition: color 250ms ease, -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    -o-transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: color 250ms ease, box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03),
        -webkit-box-shadow 250ms cubic-bezier(1, 0.05, 0.43, 1.03);
}
.news-card__more:hover {
    color: #f04e00;
    -webkit-box-shadow: inset 0 -2em 0 0 #cfedff;
    box-shadow: inset 0 -2em 0 0 #cfedff;
}
.news-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    top: 100%;
    width: 10px;
    height: 19px;
    outline: none;
}
.swiper-container .swiper-button-prev {
    left: 0;
}
.swiper-container .swiper-button-next {
    right: 0;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    content: '';
}
.swiper-container .swiper-button-next svg,
.swiper-container .swiper-button-prev svg {
    stroke: #000000;
}
.swiper-container .swiper-pagination-bullet {
    border: 1px solid #000000;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f04e00;
    border: 1px solid #f04e00;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    outline: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}
.site-footer__address:not(:last-child)::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ceecff;
    margin: 0 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.site-footer .site-footer__address-mail {
    text-decoration: underline;
}
.site-footer a {
    margin-left: 4px;
    font-style: normal;
}
@media screen and (max-width: 1024px) {
    .site-footer__address-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .site-footer__address:not(:last-child)::after {
        display: none;
    }
}
.form-item__file-label {
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-content__item-heading,
.mobile-menu__link {
    text-align: left;
}

@media (max-width: 540px) {
    .mobile-menu__link {
        font-size: 24px;
    }
}

.news-list__hot,
.news-list__latest {
    margin-left: 0;
}

.swiper-container {
    max-width: calc(50% - 0.5rem);
    min-height: 530px;
}

.news-card__more {
    text-decoration: none;
}

.swiper-container .swiper-button-next {
    right: 10px;
}

@media print, screen and (min-width: 40em) and (max-width: 63em) {
    .swiper-container {
        max-width: 100%;
    }
}

/* @media screen and (min-width:75em) {
    .news-card {
        margin-bottom: 0.1rem;
    }
} */

/* блок инфы на главной start */
.home-content {
    display: flex;
}

.home-content__column {
    max-width: calc(50% - 1.25rem);
    margin: 0 0.625rem;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    .home-content__column--border-bottom {
        border-bottom: none;
    }
}

/* .home-content__column:first-child {
    border-bottom: 1px solid #000;
} */

.home-content__column-header {
    font-size: 1.5rem;
    color: #878789;
    font-family: 'Styrene';
    margin-bottom: 1.5rem;
}

.home-content__column-left .home-content__column-header {
    margin-bottom: 1.125rem;
}

@media screen and (max-width: 640px) {
    .home-content__column-header {
        margin-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .home-content__column-left .home-content__column-header {
        margin-bottom: 0.6875rem;
    }

    .home-content__column-left .binder-button {
        margin-bottom: 1.0625rem;
    }
}

/* .home-content__h1 {
    color: #F04E00;
    font-size: 3rem;
} */

.home-content__column-info {
    font-size: 1rem;
    font-family: 'Styrene';
    line-height: 40px;
    margin-bottom: -10px;
}

@media screen and (max-width: 900px) {
    .home-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .home-content__column {
        max-width: calc(100% - 1.25rem);
        margin: 0 auto;
        box-sizing: border-box;
    }
}
/* блок инфы на главной end */

.site-footer .privacy-width {
    align-self: flex-start;
    margin-bottom: 20px;
}

.site-footer a {
    margin-left: 0;
}

.site-footer a.margin-right {
    margin-right: 20px;
}

.home-content__item-heading,
.mobile-menu__link {
    text-align: left;
}

.block_interface_button a {
    cursor: pointer;
    padding-bottom: 0.125rem;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    -o-transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    transition: box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03),
        -webkit-box-shadow 200ms cubic-bezier(1, 0.05, 0.43, 1.03);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #abdaff),
        color-stop(0.125rem, #abdaff),
        color-stop(0, transparent)
    );
    background-image: -o-linear-gradient(bottom, #abdaff 0, #abdaff 0.125rem, transparent 0);
    background-image: linear-gradient(to top, #abdaff 0, #abdaff 0.125rem, transparent 0);
    background-position: left bottom;
    -webkit-box-shadow: inset 0 0 0 0 #cfedff;
    box-shadow: inset 0 0 0 0 #cfedff;
    text-decoration: none;
    color: inherit;
}

.block_interface_button a:hover {
    background: none;
    color: #f04e00;
    text-decoration: none;
}

.block_interface_button a.margin-right-20 {
    margin-right: 20px;
}

.site-footer_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
}

.site-footer_row--content-normal {
    justify-content: normal;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.site-footer .site-footer-menu a {
    margin-right: 17px;
}

.site-footer-logo img {
    margin: 0;
}

.site-footer_col.site-footer_col--1 {
    margin-bottom: 20px;
}
.site-footer_col.site-footer_col--2 {
    margin-bottom: 20px;
}
.site-footer_col.site-footer_col--3 {
    max-width: calc(100% - 24px);
}

@media screen and (max-width: 767px) {
    .site-footer_col {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .site-footer {
        text-align: left;
    }

    .site-footer .site-footer-menu a {
        margin-left: 0;
        margin-right: 17px;
    }

    .site-footer_col.site-footer_col--1 {
        margin-bottom: 10px;
        order: 3;
    }

    .site-footer_col.site-footer_col--2 {
        order: 2;
    }

    .site-footer_col.site-footer_col--3 {
        max-width: 100%;
        order: 1;
        display: block;
    }

    .site-footer_col.site-footer_col--4 {
        order: 4;
    }
}

@media screen and (max-width: 640px) {
    .site-footer_row--direction-column {
        flex-direction: column;
    }

    .site-footer_row--no-row-gap {
        row-gap: 0;
    }
}

.toggle-link {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .toggle-link {
        font-size: 0.875rem;
    }
}
/* End */


/* Start:/local/templates/ivanyanco.hk/template_styles.css?1782907520240*/
.page-modal.is-open .practise-filter
{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;display:flex
}

.disabled{
    background-color: #E5E5E5 !important;
    color: #fff;
    background-image: none;
}
/* End */
/* /local/templates/ivanyanco.hk/assets/dest/styles/main.css?1787818288172375 */
/* /local/templates/ivanyanco.hk/css/cookieAllowAccess.css?17829075201921 */
/* /local/templates/ivanyanco.hk/css/custom.css?178290752014667 */
/* /local/templates/ivanyanco.hk/styles.css?178290752021784 */
/* /local/templates/ivanyanco.hk/template_styles.css?1782907520240 */
