@import url(https://rsms.me/inter/inter-ui.css);

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 868px;
    --breakpoint-lg: 1092px;
    --breakpoint-xl: 1300px;
    --font-family-sans-serif: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,
        Menlo,
        Monaco,
        Consolas,
        "Liberation Mono",
        "Courier New",
        monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

figcaption,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1,
h2,
h3 {
    margin-bottom: .5rem
}

h1,
h2,
h3,
p {
    margin-top: 0
}

address,
p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:868px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1092px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-2,
.col-5,
.col-6,
.col-8,
.col-10,
.col-12,
.col-lg-3,
.col-lg-5,
.col-lg-6,
.col-md-2,
.col-md-4,
.col-md-5,
.col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.offset-2 {
    margin-left: 16.6666666667%
}

@media (min-width:868px) {
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width:1092px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table-active {
    background-color: rgba(0, 0, 0, .075)
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

textarea.form-control {
    height: auto
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media (max-width:1091.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1092px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.945)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-white {
    background-color: #fff !important
}

.d-none {
    display: none !important
}

@media (min-width:1092px) {
    .d-lg-block {
        display: block !important
    }
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.my-2 {
    margin-bottom: .5rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.p-3 {
    padding: 1rem !important
}

.mx-auto {
    margin-right: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.text-justify {
    text-align: justify !important
}

.text-center {
    text-align: center !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-body {
    color: #212529 !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1092px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }
}

body,
html {
    font-family: Montserrat, sans-serif
}

* {
    font-smoothing: antialiased;
    osx-font-smoothing: grayscale
}

.language-overlay,
.mobile-menu {
    background: #fff;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .5s cubic-bezier(.455, .03, .515, .955);
    width: 100vw;
    z-index: 1000
}

.language-overlay .title,
.mobile-menu .title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:1091.98px) {

    .language-overlay .title,
    .mobile-menu .title {
        font-size: 25px
    }
}

.language-overlay.hidden,
.mobile-menu.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.language-overlay .inner,
.mobile-menu .inner {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.language-overlay .inner .nav-item,
.mobile-menu .inner .nav-item {
    padding: 20px
}

@media (max-width:1091.98px) {

    .language-overlay .inner .nav-item,
    .mobile-menu .inner .nav-item {
        padding: 0
    }
}

.language-overlay .inner .nav-item .state,
.mobile-menu .inner .nav-item .state {
    bottom: 16px
}

@media (max-width:1091.98px) {

    .language-overlay .inner .nav-item .state,
    .mobile-menu .inner .nav-item .state {
        bottom: 0
    }
}

.language-overlay .inner .nav-link,
.mobile-menu .inner .nav-link {
    color: #000;
    text-align: center
}

.language-overlay {
    z-index: 10000 !important
}

.language-overlay .logo {
    left: 30px;
    position: absolute;
    top: 20px
}

.language-overlay .close {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 25px
}

@media (min-width:1092px) {
    .mobile-menu {
        display: none
    }
}

.loader {
    background: #fff;
    font-weight: 700;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100000
}

.loader.hidden {
    opacity: 0
}

.loader .loading {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.animate {
    transition: all 1s cubic-bezier(.455, .03, .515, .955)
}

.animate-fast {
    transition: all .15s cubic-bezier(.455, .03, .515, .955)
}

.animate-up {
    transition: all .5s cubic-bezier(.455, .03, .515, .955)
}

.animate-up.hidden {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.archi-container {
    background-size: cover;
    height: 100vh;
    /* -webkit-mask:url(../images/shape.svg) center; */
    /* mask:url(../images/shape.svg) center; */
    -webkit-mask-position: 50% 60%;
    mask-position: 50% 60%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 110vh;
    mask-size: 110vh;
    pointer-events: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100vw;
    z-index: 500
}

@media (max-width:1091.98px) {
    .archi-container {
        display: none
    }
}

.archi-container .main-image {
    background: url(../images/first-slide.jpg);
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    display: none;
}

.archi-container .main-image.hidden {
    opacity: 0
}

.mobile-main-image {
    background-size: cover;
    height: 56vw;
    margin-top: 60px;
    width: 100%
}

@media (min-width:1092px) {
    .mobile-main-image {
        display: none
    }
}

.over {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 600
}

@media (max-width:1091.98px) {
    .over {
        height: auto
    }
}

.over .small-archi {
    background-size: cover;
    margin-top: 60px;
    /* -webkit-mask:url(../images/shape.svg) center;
 mask:url(../images/shape.svg) center; */
    -webkit-mask-position: 50% 60%;
    mask-position: 50% 60%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 80%;
    mask-size: 80%;
    width: 100vw
}

@media (min-width:1092px) {
    .over .small-archi {
        display: none
    }
}

.over .small-archi .background {
    background: url(../images/first-slide.jpg);
    background-size: cover;
    height: 54vw;
    width: 100%
}

.over .big-slogan {
    font-size: 100px;
    font-weight: 700;
    left: 50%;
    line-height: 100px;
    max-width: 800px;
    position: absolute;
    text-align: center;
    top: 55%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 80%
}

@media (max-width:1091.98px) {
    .over .big-slogan {
        font-size: 56px;
        line-height: 54px;
        top: 50%;
        width: 60%
    }
}

@media (max-width:867.98px) {
    .over .big-slogan {
        font-size: 36px;
        line-height: 44px
    }
}

.over .small-text {
    bottom: 6%;
    font-family: Inter UI, sans-serif;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 20%
}

@media (max-width:1091.98px) {
    .over .small-text {
        display: none
    }
}

.small-text-under {
    font-family: Inter UI, sans-serif;
    padding: 50px 30px 0;
    text-align: center
}

@media (min-width:1092px) {
    .small-text-under {
        display: none
    }
}

.case-content div,
.paragraph,
p {
    font-family: Inter UI, sans-serif;
    font-size: 16px;
    line-height: 30px
}

a,
a:hover {
    color: #ee2f7d
}

.down-arrow {
    bottom: 20px;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1091.98px) {
    .down-arrow {
        display: none
    }
}

.down-arrow.hidden {
    -webkit-transform: translateY(200px) translateX(-50%);
    transform: translateY(200px) translateX(-50%)
}

.down-arrow.rotated {
    -webkit-transform: rotate(180deg) translateX(50%);
    transform: rotate(180deg) translateX(50%)
}

.down-arrow.rotated.hidden {
    -webkit-transform: translateY(200px) rotate(180deg) translateX(50%);
    transform: translateY(200px) rotate(180deg) translateX(50%)
}

.down-arrow-small {
    padding-top: 30px;
    text-align: center;
    width: 100%
}

@media (min-width:1092px) {
    .down-arrow-small {
        display: none
    }
}

.under {
    min-height: 100vh;
    padding-bottom: 200px;
    padding-top: 200px;
    position: relative;
    width: 100%;
    z-index: 400
}

@media (max-width:1091.98px) {
    .under {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

.under h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px
}

@media (max-width:1091.98px) {
    .under h1 {
        font-size: 36px;
        line-height: 44px
    }
}

.navbar.bg-light {
    background: #fff !important;
    height: 120px;
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:1091.98px) {
    .navbar.bg-light {
        height: 60px
    }
}

.nav-item {
    position: relative
}

.nav-item .state {
    bottom: -4px;
    height: 0;
    left: 50%;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(.455, .03, .515, .955);
    width: 47px;
    z-index: -1
}

.nav-item .state img {
    bottom: 0;
    position: absolute
}

.nav-item.active .state,
.nav-item:hover .state {
    height: 47px
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    padding-left: 20px !important;
    padding-right: 20px !important
}

h2 {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 20px
}

.one-item {
    margin-top: 50px
}

@media (max-width:1091.98px) {
    .one-item {
        text-align: center
    }
}

.one-item .title {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px
}

.one-item.last-item .btn {
    background: transparent;
    border: 2px solid #ee2f7d;
    border-radius: 0;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase
}

.one-item.last-item .btn:before {
    background-color: #ee2f7d;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: -1
}

.one-item.last-item .btn:hover {
    background-color: transparent !important;
    border-color: #ee2f7d !important;
    color: #fff
}

.one-item.last-item .btn:hover:before {
    left: 0
}

.first-animate {
    height: 140vh;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(30deg) translate(-83%, -15%);
    transform: rotate(30deg) translate(-83%, -15%);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    width: 500px;
    z-index: 10000
}

.first-animate .inner {
    background: #fff;
    height: 100vh;
    left: -500px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 1500px
}

.first-animate .inner.hidden {
    height: 0
}

.second-animate {
    height: 110vh;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(30deg) translate3d(15%, -18%, 0);
    transform: rotate(30deg) translate3d(15%, -18%, 0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    width: 800px;
    z-index: 10000
}

.second-animate .inner {
    background: #fff;
    bottom: -10vh;
    height: 120vh;
    left: 25%;
    position: absolute;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    width: 1000px
}

.second-animate .inner.hidden {
    height: 0
}

.sub-page {
    font-family: Montserrat, sans-serif;
    font-size: 20px
}

.sub-page,
.sub-page:hover {
    color: #000;
    text-decoration: none
}

.sub-page .text {
    display: block;
    margin-left: -40px
}

@media (max-width:1091.98px) {
    .sub-page .text {
        margin-left: 0
    }
}

.sub-page img {
    margin: -30px -30px -30px 0;
    /* -webkit-mask:url(../images/canvas-mask.svg) center; */
    /* mask:url(../images/canvas-mask.svg) center; */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    min-width: calc(100% + 30px)
}

.row .col-6:nth-child(2n) img {
    margin-left: -40px
}

.row .col-6:nth-child(2n) .text {
    margin-left: -80px
}

.minus-margin {
    margin-left: -25px
}

.form-control {
    border-radius: 0;
    min-height: 50px
}

.form-control:active,
.form-control:focus {
    border-color: #000;
    box-shadow: none;
    outline: none
}

.form-label-group>input,
.form-label-group>label,
.form-label-group>textarea {
    padding: 13px 10px;
    position: relative
}

.form-label-group>input:after,
.form-label-group>label:after,
.form-label-group>textarea:after {
    /* content:url(../images/error.svg); */
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.form-label-group>label {
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #494949;
    display: block;
    left: 0;
    line-height: 1.5;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transition: all .1s ease-in-out;
    width: 100%
}

.form-label-group input::input-placeholder,
.form-label-group input:input-placeholder,
.form-label-group textarea::input-placeholder,
.form-label-group textarea:input-placeholder {
    color: transparent
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::placeholder,
.form-label-group textarea::placeholder {
    color: transparent
}

.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-bottom: 5px;
    padding-top: 20px
}

.form-label-group input:not(:placeholder-shown)~label,
.form-label-group textarea:not(:placeholder-shown)~label {
    color: #494949;
    font-size: 11px;
    padding-bottom: 4px;
    padding-top: 4px
}

.form-label-group {
    margin-bottom: 1rem;
    position: relative
}

.form-label-group.error input,
.form-label-group.error textarea {
    border-color: #ee2f7d
}

.form-label-group.error label:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn {
    background: transparent;
    border: 2px solid #ee2f7d;
    border-radius: 0;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    padding: 8px 20px;
    position: relative;
    text-transform: uppercase
}

.btn:before {
    background-color: #ee2f7d;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 1s ease;
    width: 100%;
    z-index: -1
}

.btn:hover {
    background-color: transparent !important;
    border-color: #ee2f7d !important;
    color: #fff
}

.btn:hover:before {
    left: 0
}

.sub-text {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase
}

.case-content {
    margin-bottom: 20px
}

.case-content a:after {
    /* content:url(../images/link_external.svg); */
    margin-left: 5px
}

.facade-row {
    margin-bottom: 100px
}

@media (max-width:1091.98px) {
    .facade-row {
        margin-bottom: 50px
    }
}

.one-case {
    margin-bottom: 100px
}

@media (max-width:1091.98px) {
    .one-case {
        min-height: auto !important;
        padding-bottom: 50px;
        padding-top: 50px
    }
}

@media (max-width:1091.98px) {
    #case-study {
        display: none
    }
}

.no-pad-bot {
    padding-bottom: 0
}

.links {
    margin-bottom: 40px;
    margin-top: -10px
}

.links a {
    border-bottom: 1px solid;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin: 0 10px 15px 0;
    padding: 20px 0 5px;
    text-transform: uppercase
}

.links a:hover {
    text-decoration: none
}

.links a:first-child {
    color: #ee2f7d
}

#menu-icon {
    cursor: pointer;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 27px
}

#menu-icon,
#menu-icon:focus {
    outline: none
}

#menu-icon span {
    background: #000;
    border-radius: 15px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%
}

.navbar-toggler {
    border: 0;
    outline: none;
    padding: 0
}

.navbar-toggler:focus {
    outline: none
}

#menu-icon span:first-child {
    top: 0
}

#menu-icon span:nth-child(2),
#menu-icon span:nth-child(3) {
    top: 7px
}

#menu-icon span:nth-child(4) {
    top: 14px
}

#menu-icon.open span:first-child {
    left: 50%;
    top: 18px;
    width: 0
}

#menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#menu-icon.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0
}

.archiback {
    position: fixed;
    top: 150px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width:1091.98px) {
    .archiback {
        display: none
    }
}

.archiback.hidden {
    opacity: 0
}

#lottie {
    height: 100px;
    width: 100px
}

.eas-logo {
    bottom: 20px;
    position: fixed;
    right: 20px
}

@media (max-width:1091.98px) {
    .eas-logo {
        display: none
    }
}

.eas-logo-small {
    display: inline-block;
    margin: 10px auto
}

@media (min-width:1092px) {
    .eas-logo-small {
        display: none
    }
}

@media (max-width:575.98px) {
    .navbar-brand img {
        width: 140px
    }
}

@media (max-width:1091.98px) {
    .small-icon {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center
    }
}

a.gallery {
    display: inline-block;
    padding: 35px 0
}

/* archi img */
.logo>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    animation-name: hello;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.logo img {
    max-width: 100%;
}

@keyframes hello {
    0% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* archi img pt2 */
.logo2>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    animation-name: hello;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.logo2 img {
    max-width: 100%;
}

@keyframes hello {
    0% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

#logo-position {
    position: absolute;
    left: 25%;
}

#logo2 {
    position: absolute;
    left: 400px;
    top: 0px;
    z-index: -1;
}

#big-slogan {
    animation-delay: 700ms;
}

#small-text {
    animation-delay: 1100ms;
}

#Group2 {
    width: 70vw;
    height: 70vh;
    position: relative;
    overflow: visible;
}