.w-embed-youtubevideo {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    background-size: cover;
    background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
}

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

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Lato, sans-serif;
    color: #161616;
    font-size: 1.2vw;
    line-height: 1.7;
    font-weight: 300;
}

p {
    margin-bottom: 1em;
}

a {
    text-decoration: underline;
}

.footer-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid hsla(0, 0%, 100%, 0.05);
    background-color: #161616;
    color: #ccc;
}

.hero-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #161616;
    color: #fff;
}

.bg-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.hero-title {
    width: 100%;
    max-width: 30ch;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.5em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.global-title {
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Butler, sans-serif;
    font-size: 1em;
    line-height: 1.4;
}

.mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 20em;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
}

.brand {
    z-index: 1;
    width: 9em;
    height: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    margin-left: 3em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.menu {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.menu-link {
    display: block;
    padding: 0.3em 0.5em;
    opacity: 0.75;
    -webkit-transition: opacity 200ms ease, opacity 200ms ease;
    transition: opacity 200ms ease, opacity 200ms ease;
    color: #fff;
    text-decoration: none;
}

.menu-link:hover {
    opacity: 1;
}

.menu-link.w--current {
    font-weight: 700;
}

.social {
    position: relative;
    z-index: 1;
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0.5em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.75;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Icons, sans-serif;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}

.social-link:hover {
    opacity: 1;
}

.lang {
    position: relative;
    z-index: 1;
    padding: 0.5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.lang-link {
    width: 2em;
    height: auto;
}

.about-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-wrap.black {
    background-color: #161616;
    color: #ccc;
}

.about {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-text {
    width: 100%;
    max-width: 65ch;
    line-height: 2;
}

.about-buton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.global-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #161616;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.global-button:hover {
    opacity: 1;
}

.global-button.orange {
    color: #f60;
}

.global-button.white {
    color: #fff;
}

.featured-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.featured {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.featured-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-title {
    width: 10em;
    font-family: Butler, sans-serif;
    font-size: 1em;
    font-weight: 800;
    text-align: right;
    text-transform: uppercase;
}

.featured-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Butler, sans-serif;
    font-size: 5em;
    line-height: 1;
}

.featured-text {
    width: 100%;
    max-width: 50ch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.choice-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.choice {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.choice-text {
    width: 100%;
    max-width: 65ch;
}

.choice-title {
    width: 100%;
    max-width: 20ch;
    margin-bottom: 0.5em;
    font-size: 4em;
}

.office-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #161616;
    color: #ccc;
}

.office {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.office-map {
    height: 20em;
    margin-bottom: 4em;
}

.office-list {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.office-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.9em;
    font-style: normal;
}

.office-title {
    width: 100%;
    margin-bottom: 1em;
    font-family: Butler, sans-serif;
    color: #fff;
    font-size: 1.2em;
    font-weight: 800;
}

.news-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-flex {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news {
    width: 70%;
    padding-right: 4em;
}

.news-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #161616;
}

.news-line.news-line-mobile {
    display: none;
}

.news-item-title {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #161616;
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.news-item-title:hover {
    text-decoration: underline;
}

.news-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #4c4c4c;
    font-size: 0.9em;
    text-decoration: none;
}

.news-date {
    opacity: 0.5;
    font-weight: 700;
}

.news-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-featured {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 2em;
    font-family: Butler, sans-serif;
    font-size: 1.2em;
    line-height: 1.7;
    text-transform: uppercase;
}

.news-featured-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #4c4c4c;
    font-size: 0.9em;
    text-decoration: none;
}

.news-featured-image {
    position: relative;
    width: 100%;
    height: 17em;
}

.news-featured-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.footer-title {
    margin-bottom: 4em;
    font-family: Butler, sans-serif;
    font-size: 1.3em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-service-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 4em;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 0.9em;
}

.footer-service-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-service-title {
    margin-top: 0px;
    margin-bottom: 2em;
    font-family: Butler, sans-serif;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.7;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-serivce-col {
    width: 100%;
}

.footer-service-item {
    display: block;
    margin-bottom: 0.5em;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #ccc;
    line-height: 1.4;
    text-decoration: none;
}

.footer-service-item:hover {
    color: #fff;
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-contact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-office {
    display: -ms-grid;
    display: grid;
    margin-bottom: 4em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-contact-text {
    padding-right: 2em;
    font-family: Butler, sans-serif;
    color: #fff;
    font-size: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.footer-email {
    opacity: 0.75;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    text-decoration: none;
}

.footer-email:hover {
    opacity: 1;
}

.footer-image {
    width: 9em;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.footer-image:hover {
    opacity: 1;
}

.footer-copy {
    font-size: 0.7em;
    font-weight: 300;
    text-transform: uppercase;
}

.mobile-block {
    position: relative;
    left: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-left: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto auto;
    grid-template-rows: 1fr auto auto;
    -webkit-transition: left 500ms ease, opacity 500ms ease;
    transition: left 500ms ease, opacity 500ms ease;
}

.top-link {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 3em;
    margin-right: 2em;
    margin-bottom: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Icons, sans-serif;
    color: #fff;
    font-size: 2.5em;
    text-decoration: none;
}

.top-link.gray {
    color: #929497;
}

.top-link.left {
    display: none;
}

.top-link.right {
    display: none;
    color: #929497;
}

.global-button-span {
    padding-left: 0.5em;
    font-family: Icons, sans-serif;
}

.news-more {
    margin-top: 1em;
    font-size: 0.8em;
}

.hero-text {
    width: 100%;
    max-width: 75ch;
}

.about-autor {
    margin-top: 2em;
    font-style: italic;
    font-weight: 700;
}

.video-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.timeline-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #161616;
    color: #ccc;
}

.timeline {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 4em;
}

.timeline-list-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 12em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
}

.timeline-block {
    position: relative;
    z-index: 1;
    width: 35%;
}

.timeline-year {
    font-family: Butler, sans-serif;
    color: transparent;
    font-size: 3em;
    font-weight: 800;
}

.timeline-text {
    color: #fff;
}

.timeline-image-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.timeline-image {
    width: 10em;
    height: 10em;
}

.timeline-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.timeline-line {
    width: 1.5px;
    height: 100%;
    background-color: #fff;
}

.timeline-line-wrap {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timeline-icon {
    font-family: Icons, sans-serif;
    color: #fff;
    line-height: 1;
}

.timeline-icon-bottom {
    margin-top: -0.6em;
    font-family: Icons, sans-serif;
    color: #fff;
    font-size: 1.5vw;
    line-height: 1;
}

.timeline-list {
    overflow: hidden;
    padding-top: 4em;
    padding-bottom: 4em;
}

.timeline-gradient {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    height: 14em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(60%, #161616));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #161616 60%);
}

.timeline-arrow {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 1.5em;
    height: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Icons, sans-serif;
    color: #fff;
    font-size: 2em;
    text-decoration: none;
}

.timeline-title-img {
    position: absolute;
    top: 0px;
    right: -1.5em;
    z-index: 0;
    width: 2em;
    opacity: 0.25;
}

.value-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.value {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.value-title {
    width: 100%;
    max-width: 20ch;
    margin-bottom: 4em;
    font-size: 1.5em;
}

.value-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.value-item-title {
    margin-bottom: 1em;
    font-size: 1.4em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.recognition {
    margin-top: 4em;
}

.recognition-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.recognition-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 2em;
    font-family: Butler, sans-serif;
    font-size: 1.5em;
    line-height: 1.7;
}

.recognition-line {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #161616;
    opacity: 0.2;
}

.recognition-slider {
    overflow: hidden;
    height: auto;
    background-color: transparent;
}

.recognition-mask {
    overflow: visible;
    width: 25%;
}

.recognition-nav {
    position: relative;
    font-size: 0.7em;
}

.hide {
    display: none;
}

.recognition-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.recognition-slide {
    height: 14em;
    padding-right: 3em;
}

.culture-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0d0d0d;
    color: #fff;
}

.culture {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.culture-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.culture-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    -ms-grid-columns: 15em auto;
    grid-template-columns: 15em auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.culture-brand {
    padding-top: 1em;
}

.service-wrap {
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.service {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20em;
}

.service-col1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    padding-top: 8em;
    padding-right: 4.5em;
    padding-bottom: 8em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-title {
    position: absolute;
    right: 2em;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.service-list {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
}

.service-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 34ch;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
}

.service-link:hover {
    text-decoration: underline;
}

.service-link._1 {
    right: 1em;
}

.service-link._2 {
    right: 4.4em;
}

.service-link._3 {
    right: 6.4em;
}

.service-link._4 {
    right: 7.8em;
}

.service-link._5 {
    right: 7.8em;
}

.service-link._6 {
    right: 7.1em;
}

.service-link._7 {
    right: 4.4em;
}

.service-link._8 {
    right: 1.1em;
}

.service-link._9 {
    margin-left: 1em;
}

.service-link._10 {
    margin-left: 4.2em;
}

.service-link._11 {
    margin-left: 6.1em;
}

.service-link._12 {
    margin-left: 7.3em;
}

.service-link._13 {
    margin-left: 7.8em;
}

.service-link._14 {
    margin-left: 7.3em;
}

.service-link._15 {
    margin-left: 6.2em;
}

.service-link._16 {
    margin-left: 4.3em;
}

.service-link._17 {
    margin-left: 1em;
}

.service-circle {
    position: static;
    width: 0.8em;
    height: 0.8em;
    margin-top: 0.4em;
    margin-right: 3em;
    margin-left: 3em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #929497;
    border-radius: 100%;
    background-color: #161616;
    font-family: Icons, sans-serif;
    color: #929497;
}

.service-half-circle {
    position: absolute;
    right: 3em;
    height: 100%;
}

.service-col2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 4em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f3f3f3;
}

.bg-image-service {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 35%;
    background-color: #f3f3f3;
}

.whay-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #161616;
    color: #fff;
}

.way {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.way-choice-title {
    width: 100%;
    max-width: 20ch;
    font-size: 3em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.way-text {
    width: 100%;
    max-width: 50em;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    column-gap: 4em;
}

.wab-subtitle {
    margin-bottom: 2em;
}

.team-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #161616;
    color: #fff;
}

.team {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.team-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.team-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-decoration: none;
}

.team-image {
    width: 8em;
    height: 8em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.team-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-block {
    width: 12em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.team-title {
    margin-bottom: 0.5em;
    font-family: Butler, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.team-title:hover {
    text-decoration: underline;
}

.team-text {
    margin-bottom: 1em;
    color: #ccc;
}

.team-button {
    font-size: 0.9em;
}

.team-image-wrap {
    padding-right: 3em;
}

.news-page-flex {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news-drop {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 4em;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #161616;
    text-decoration: none;
}

.news-toggle {
    display: none;
    padding: 0px 2em 0px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Butler, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
}

.news-drop-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
}

.news-drop-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 2em 0px 0px;
    background-color: transparent;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Butler, sans-serif;
    color: #929497;
    font-size: 1.4em;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.news-drop-link:hover {
    color: #161616;
}

.news-drop-link.w--current {
    color: #161616;
}

.news-page-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9;
    display: none;
    overflow: hidden;
    background-color: rgba(22, 22, 22, 0.75);
    color: #ccc;
}

.modal-overlay {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-block {
    position: relative;
    display: none;
    width: 42em;
    padding: 6em 5em 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #4c4c4c;
    font-size: 0.9em;
}

.modal-block.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal-title {
    width: 100%;
    max-width: 30ch;
    margin-bottom: 0.5em;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.modal-content {
    position: relative;
    z-index: 1;
    overflow: auto;
    padding-right: 4em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
}

.modal-content.white {
    color: #fff;
}

.modal-bottom {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1em;
    padding-left: 1.2em;
    justify-items: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.modal-top {
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
    padding-left: 1em;
}

.modal-subtitle.orange {
    color: #f60;
    text-transform: uppercase;
}

.modal-bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: hsla(0, 0%, 100%, 0.5);
    text-decoration: none;
    white-space: nowrap;
}

.modal-bottom-link:hover {
    color: #fff;
}

.modal-buttom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Icons, sans-serif;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.5em;
    text-decoration: none;
}

.modal-buttom-item:hover {
    color: #fff;
}

.modal-buttom-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-content-list {
    overflow: visible;
    margin-bottom: 4em;
    padding-left: 1.1em;
    color: #fff;
}

.modal-dropdown {
    width: 100%;
    padding-left: 1.1em;
}

.modal-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #ccc;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-toggle:hover {
    color: #fff;
}

.wrap-modal-list {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: transparent;
}

.modal-dropdown-title {
    line-height: 1;
    text-decoration: underline;
}

.modal-toggle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 2em;
    padding-top: 0.2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Icons, sans-serif;
}

.modal-list {
    padding-top: 1em;
    padding-bottom: 2em;
}

.modal-close {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2em;
    height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Icons, sans-serif;
    color: #fff;
    font-size: 2em;
    text-decoration: none;
}

.modal-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.modal-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.modal-text {
    margin-bottom: 2em;
    margin-left: 1.1em;
    font-size: 0.9em;
    line-height: 1.9;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-grid {
    margin-top: 3em;
    grid-column-gap: 0px;
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    color: #ccc;
}

.about-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-span {
    font-family: Butler, sans-serif;
    font-size: 1em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.contact-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-title {
    width: 100%;
    margin-bottom: 2em;
    font-size: 2.5em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.contact-label {
    margin-bottom: 0em;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-field {
    width: 100%;
    height: 2.5em;
    margin-bottom: 3em;
    padding: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 1em;
    font-weight: 400;
}

.contact-field:hover {
    border-bottom-color: #161616;
}

.contact-field:focus {
    border-bottom-color: #161616;
}

.contact-label-span {
    font-size: 0.7em;
    text-transform: lowercase;
}

.contact-col1 {
    width: 50%;
    padding-right: 4em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.contact-submit {
    margin-top: auto;
    margin-bottom: 3em;
    padding: 0px 1.4em 0px 0px;
    background-color: transparent;
    background-image: url('../images/chevron-right.svg');
    background-position: 100% 50%;
    background-size: 1.1em 1.1em;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #161616;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-submit:hover {
    opacity: 1;
}

.contact-textarea {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 9em;
    min-width: 100%;
    margin-bottom: 3em;
    padding: 1em 0px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    font-size: 1em;
    font-weight: 400;
}

.contact-textarea:hover {
    border-bottom-color: #161616;
}

.contact-textarea:focus {
    border-bottom-color: #161616;
}

.success {
    padding: 4em;
    background-color: #fff;
    font-weight: 400;
}

.error {
    margin-top: 2em;
    padding: 1em;
    text-align: center;
}

.menu-button {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: none;
    width: 3em;
    height: 3em;
    margin-top: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Icons, sans-serif;
    color: #ccc;
    font-size: 2em;
    cursor: pointer;
}

.menu-icon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.menu-icon.active {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-close {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.menu-close.active {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 7;
    display: none;
    background-color: rgba(22, 22, 22, 0.5);
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.mobile-color {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-color: #161616;
    opacity: 0;
    -webkit-transition: opacity 500ms ease, left 500ms ease;
    transition: opacity 500ms ease, left 500ms ease;
}

.office-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-featured-content {
    margin-top: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding-top: 8em;
    padding-bottom: 8em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #161616;
    color: #ccc;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 19em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

._404-img {
    width: 4em;
    -webkit-filter: contrast(0%) brightness(200%);
    filter: contrast(0%) brightness(200%);
}

._404-title {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.15em;
}

.news-toggle-arrow {
    display: none;
    padding-left: 1em;
    font-family: Icons, sans-serif;
}

.service-sticky {
    position: relative;
}

.modal-icon {
    width: 3em;
    margin-bottom: 2em;
}

.modal-icon-img {
    width: 100%;
    height: 100%;
}

.news-page-list {
    grid-row-gap: 4em;
}

.news-page-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 16em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.empty-state {
    display: none;
    height: 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 0px;
}

.div-block-39 {
    display: none;
}

.news-page-list-wrap {
    width: 100%;
}

.news-page-video-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 4em;
    grid-row-gap: 3em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.news-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-featured-content-home {
    margin-top: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-item-title-home {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #161616;
    font-size: 0.9em;
    line-height: 1.4;
    font-weight: 900;
    text-transform: uppercase;
}

.news-item-title-home:hover {
    text-decoration: underline;
}

.footer-phone {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #ccc;
    font-weight: 700;
    text-decoration: none;
}

.footer-phone:hover {
    color: #fff;
}

.content-link {
    display: none;
}

.culture-img-mobile {
    display: none;
}

.publish-wrap {
    width: 1200px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8em;
    padding-bottom: 8em;
    padding-left: 20em;
}

.publish-title {
    margin-bottom: 1em;
    font-size: 2em;
}

.publish-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    padding-bottom: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}

.publish-date {
    font-weight: 700;
}

@media screen and (min-width: 1280px) {
    body {
        font-size: 1.1vw;
    }
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 1vw;
    }
}

@media screen and (min-width: 1920px) {
    body {
        font-size: 17px;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 1.5vw;
    }
    .hero {
        width: 85%;
        padding-left: 0em;
    }
    .about {
        width: 85%;
        padding-left: 0em;
    }
    .featured {
        width: 85%;
        padding-left: 0em;
    }
    .choice {
        width: 85%;
        padding-left: 0em;
    }
    .office {
        width: 85%;
        padding-left: 0em;
    }
    .news-flex {
        width: 85%;
        padding-left: 0em;
    }
    .footer {
        width: 85%;
        padding-left: 0em;
    }
    .mobile-block {
        left: -100%;
        opacity: 0;
    }
    .mobile-block.active {
        left: 0%;
        opacity: 1;
    }
    .video {
        width: 85%;
        padding-left: 0em;
    }
    .timeline {
        width: 85%;
        padding-left: 0em;
    }
    .value {
        width: 85%;
        padding-left: 0em;
    }
    .culture {
        width: 85%;
        padding-left: 0em;
    }
    .service {
        width: 85%;
        padding-left: 0em;
    }
    .way {
        width: 85%;
        padding-left: 0em;
    }
    .team {
        width: 85%;
        padding-left: 0em;
    }
    .news-page-flex {
        width: 85%;
        padding-left: 0em;
    }
    .contact {
        width: 85%;
        padding-top: 16em;
        padding-left: 0em;
    }
    .menu-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .mobile-overlay.active {
        opacity: 1;
    }
    .mobile-color {
        left: -100%;
        opacity: 0;
    }
    .mobile-color.active {
        left: 0%;
        opacity: 1;
    }
    .collection-item {
        display: block;
        float: none;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .publish-wrap {
        padding-left: 0em;
    }
}

@media screen and (max-width: 767px) {
    .collection-item {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 3.5vw;
    }
    .hero-title {
        font-size: 2em;
    }
    .featured-item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .featured-title {
        width: 100%;
        font-size: 0.9em;
        text-align: left;
    }
    .featured-number {
        width: 33.333%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .featured-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .choice-title {
        font-size: 2.5em;
    }
    .office-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .office-title {
        width: 20%;
    }
    .news {
        width: 100%;
        margin-bottom: 4em;
        padding-right: 0em;
    }
    .news-line.news-line-mobile {
        display: block;
    }
    .news-list {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
    }
    .news-featured-image {
        width: 50%;
        height: 9em;
        margin-bottom: 0em;
        padding-right: 2em;
    }
    .footer-service-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .footer-contact-block {
        width: 100%;
        margin-bottom: 2em;
    }
    .footer-office {
        grid-column-gap: 2em;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .footer-contact-text {
        width: 10em;
    }
    .footer-email {
        font-size: 1.5em;
    }
    .top-link.gray {
        display: none;
    }
    .top-link.left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .top-link.right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .video {
        width: 100%;
    }
    .timeline-title {
        font-size: 2em;
    }
    .timeline-item {
        margin-bottom: 2em;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: left;
    }
    .timeline-block {
        width: 60%;
    }
    .timeline-image-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .timeline-image {
        width: 8em;
        height: 8em;
    }
    .timeline-line-wrap {
        left: 3.6em;
    }
    .value-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .recognition-mask {
        width: 50%;
    }
    .culture-img {
        display: none;
    }
    .culture-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .culture-brand {
        width: 13em;
    }
    .service-wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        bottom: 0px;
        z-index: 1;
    }
    .service {
        width: auto;
        margin-left: 0%;
        font-size: 0.85em;
    }
    .service-col1 {
        width: 100vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-image: url('../images/services.jpg');
        background-position: 50% 50%;
        background-size: cover;
    }
    .service-col2 {
        width: 100vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .bg-image-service {
        display: none;
    }
    .way-choice-title {
        font-size: 2em;
    }
    .way-text {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .news-drop {
        width: 100%;
        cursor: pointer;
    }
    .news-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 3em;
        padding-right: 0em;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .news-drop-list {
        position: absolute;
        left: 0px;
        z-index: 8;
        display: none;
        margin-top: 4em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-color: #f2f2f2;
    }
    .news-drop-link {
        padding: 0.5em 1em;
        border-bottom: 1px solid #ccc;
    }
    .news-page-list {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .modal-overlay {
        display: none;
    }
    .modal-block {
        width: 100%;
        padding-right: 2em;
        padding-left: 2em;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .modal-content {
        padding-right: 2em;
    }
    .modal-bottom {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .modal-buttom-list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hero-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .hero-span {
        font-size: 0.9em;
    }
    .contact-title {
        font-size: 2em;
    }
    .contact-col1 {
        width: 100%;
        padding-right: 0em;
    }
    .contact-col2 {
        width: 100%;
    }
    .news-toggle-arrow {
        display: block;
    }
    .service-sticky {
        height: 200vh;
    }
    .news-page-image {
        height: 12em;
    }
    .news-drop-list-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-page-video-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .news-toggle-wrap {
        width: 100%;
    }
    .news-footer {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .news-featured-content-home {
        margin-top: 0em;
    }
    .news-item-title-home {
        margin-top: 0em;
    }
    .content-link {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .content-col1-link {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .content-col2-link {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .culture-img-mobile {
        display: block;
    }
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Icons';
    src: url('../fonts/icons.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}