/*
Contendi CSS
v1.0
By Elemental Concept - elementalconcept.com
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Basic */

html, body, div, section, main, header, nav, footer, form, input, textarea, blockquote {
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #2c4d8d;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #2c4d8d;
    color: #fff;
    text-shadow: none
}

b, strong {
    font-weight: 700;
}

html {
    font-size: 10px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #454547;
    background-color: #fff;
}

input, textarea, button, select {
    font-family: neue-haas-grotesk-display, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #454547;
}

a {
    transition: all .33s;
    color: #454547;
}

a:hover {
    color: #2c4d8d;
}

a:active {
    opacity: .8;
}

a.zoom:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,.125);
}

a.zoom:active {
    opacity: .8;
    transform: scale(1);
}

.link-big {
    font-size: 5.6rem;
    line-height: 1;
    font-weight: 700;
    margin: 2rem 0;
    letter-spacing: -0.025em;
    display: block;
    text-decoration: none;
    position: relative;
}

.link-big:after {
    content: "";
    display: block;
    position: absolute;
    left: 6.4rem;
    bottom: -.75rem;
    width: 0;
    height: .75rem;
    background-color: #2c4d8d;
    transition: all .66s cubic-bezier(0.360, 0.260, 0.260, 1.480);
    opacity: 0;
}

.link-big:hover:after {
    width: calc(110% - 6.4rem);
    opacity: 1;
}

.arrow-right-round {
    width: 4rem;
    height: 4rem;
    border: 1px solid #08090b;
    border-radius: 2rem;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: center;
    display: inline-block;
    position: relative;
}

.link-big .arrow-right-round {
    margin-right: 2rem;
    top: .1rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Text */

p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 2rem 0;
    letter-spacing: .025em;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

p.small {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: .025em;
}

p.xsmall {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: .025em;
}

.text-medium {
    font-size: 2.2rem;
    line-height: 1.35;
    letter-spacing: .01em;
}

.text-large {
    font-size: 2.8rem;
    line-height: 1.15;
    letter-spacing: .01em;
}

.text-xlarge {
    font-size: 3.6rem;
    line-height: 1.15;
    letter-spacing: 0;
}

ul {
    margin: 2rem 0;
}

li {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .025em;
}

li:not(:last-child) {
    margin-bottom: 1rem;
}

blockquote {
    padding-left: 8rem;
    margin: 0;
    position: relative;
}

blockquote:before {
    content: "\201C";
    display: block;
    color: #98a5bf;
    font-size: 16rem;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -2rem;
    left: -.5rem;
}

blockquote.q-top {
    padding-top: 6rem;
    margin: 0;
    position: relative;
}

blockquote.q-top:before {
    content: "\201C";
    display: block;
    color: #98a5bf;
    font-size: 16rem;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -2rem;
    right: 0;
}

h1 {
    font-size: 6rem;
    line-height: .9;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    margin: 1.5rem 0;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1.75rem 0;
    letter-spacing: -0.025em;
}

h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 4rem 0 2rem 0;
    letter-spacing: .025em;
}

h5 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    margin: .5rem 0;
    letter-spacing: -0.025em;
}

h6 {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}


h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top: 0;
}

.fw-normal {
    font-weight: 400;
}

.text-indent {
    text-indent: -4rem;
    padding-left: 6rem;
}

b, strong, .bold {
    font-weight: 700;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Logo */

.logo {
    display: block;
    position: absolute;
    z-index: 1000;
    margin: 4rem;
    width: 28rem;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}

.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 2.25rem;
    background-color: #2c4d8d;
}

.hamburger img {
    width: 2rem;
    height: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Header and Navigation */

header {
    position: absolute;
    background-color: #2c4d8d;
    width: 25vw;
    height: calc(100vh - 8rem);
    right: 0;
    top: 0;
    z-index: 1000;
    padding: 4rem;
}

.close-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 2.25rem;
}

.close-menu img {
    width: 2rem;
    height: auto;
}

.eye {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../images/eye.svg");
    background-repeat: no-repeat;
    background-position: -50% 60%;
    background-size: 150%;
    opacity: .05;
    z-index: 0;
}

.header-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    z-index: 1;
}

.header-content p {
    color: #fff;
}

.nav-primary a {
    display: block;
    color: #fff;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .25em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: letter-spacing .5s cubic-bezier(0.360, 0.260, 0.260, 1.480);
}

.nav-primary a:hover {
    letter-spacing: .5em;
}

.nav-primary a:not(:last-child) {
    /*margin-bottom: 2rem;*/
}

.nav-primary a.active {
    font-weight: 700;
    pointer-events: none;
}

.nav-secondary {
    border-left: 1px solid rgba(255,255,255,.35);
    padding-left: 2rem;
    margin-bottom: 4rem;
}

.nav-secondary a {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .025em;
    text-decoration: none;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Colours */

.back-light {
    background-color: #fff;
}

.back-dark {
    background-color: #303030;
}

.back-grey {
    background-color: #f5f5f5;
}

.back-cool-grey {
    background-color: #e9ecf1;
}

.cl-white {
    color: #fff;
}

.gradient-white-top {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Layout */

main {
    position: relative;
}

.max-width {
    max-width: 1140px;
    margin: 0 auto;
}

.vertical-dist {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-items: stretch;
    align-items: stretch;
    height: 100%;
}

.v-spacer {
    flex: 1;
}

.is-flex {
    flex: 1;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Sections */

section {
    position: relative;
}

.section-content {
    position: relative;
    padding: 1rem 0;
}

.section-photo {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.section-photo .section-content {
    background-color: rgba(8,9,11,.8);
}

.full-photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.auto-fit {
    width: 100%;
    height: auto;
}

.avatar {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    padding-right: 6rem;
}

.avatar img {
    border: 1px solid #ddd;
}

.overlay-gradient-white {
    position: relative;
}

.overlay-gradient-white:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.overlay-gradient-white * {
    position: relative;
    z-index: 1;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Special */

.h-roll {
}

.h-roll-header {
    padding: 2rem 0;
}

.h-roll-title {
    padding-left: 20rem;
}

.h-roll-navigation {
    padding-left: 20rem;
}

.h-roll-navigation a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin-right: 2rem;
    opacity: .5;
}

.h-roll-navigation a.active {
    opacity: 1;
}

.h-roll-content {
    padding: 2rem 0 2rem 20rem;
    white-space: nowrap;
    overflow-x: auto;
}

.h-roll-content * {
    white-space: normal;
}

.h-roll-item {
    display: inline-block;
    width: 24rem;
    margin-right: 4rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Images */

/* -- Home */
#hero-home {
    background-image: url("../images/header-photo-16.jpg");
}

#home-photo-1 {
    background-image: url("../images/photo-4.jpg");
    background-position: 90% center;
}


/* -- About */
#hero-about {
    background-image: url("../images/header-photo-2.jpg");
}

#about-photo-1 {
    background-image: url("../images/photo-3.jpg");
    background-position: left center;
}

#about-photo-2 {
    background-image: url("../images/photo-1.jpg");
}

/* -- Services */
#hero-services {
    background-image: url("../images/header-photo-11.jpg");
}

#services-photo-1 {
    background-image: url("../images/photo-12.jpg");
    background-position: right center;
}

#services-quote-1 {
    background-image: url("../images/photo-6.jpg");
    background-position: 20% center;
}

/* -- Team */
#hero-team {
    background-image: url("../images/header-photo-9.jpg");
}

#team-photo-1 {
    background-image: url("../images/photo-7.jpg");
}

/* -- Contact */
#hero-contact {
    background-image: url("../images/header-photo-15.jpg");
}

/* -- Legal */
#header-privacy {
    background-image: url("../images/header-photo-13.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

#header-terms {
    background-image: url("../images/header-photo-14.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Hero section */

.hero {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: calc(100vw - 8rem);
    height: 120vh;
}

.hero:after {
    content: "";
    display: block;
    position: relative;
    height: 35vh;
    width: calc(40vw - 1px);
    border-right: 1px solid silver;
}

.hero-content {
    padding: 0;
    position: relative;
    width: calc(100% + 8rem);
    height: 100%;
    padding-top: 20%;
    display: grid;
    grid-template-columns: 4fr 3.5fr 2.5fr;
    align-items: stretch;
}

.hero-content > div:first-child {
    padding: 3.5rem 4rem 4rem 8rem;
    border-right: 1px solid #fff;
    text-align: right;
}

.hero-content > div:last-child {
    padding: 4rem 8rem 4rem 4rem;
}

.hero-content h1 {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.hero-content p {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.005em;
    font-weight: 500;
    margin-bottom: 4rem;
}

.hero-content p.text-large {
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.2;
    letter-spacing: 0.005em;
    font-weight: 500;
    margin-bottom: 4rem;
}

.map {
    border-radius: 100rem;
    overflow: hidden;
    width: 450px;
    border: 1px solid #98a5bf;
    display: inline-block;
    margin-left: calc(40% - 225px);
    transition: border-radius .5s ease-out;
}

.map:hover {
    border-radius: 3rem;
}

.page-header {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: calc(100vw - 8rem);
    height: auto;
}

.page-header-content {
    padding: 0;
    position: relative;
    width: calc(100% + 8rem);
    height: 100%;
    padding-top: 15%;
    display: grid;
    grid-template-columns: 4fr 2.5fr;
    align-items: stretch;
}

.page-header-content > div:first-child {
    padding: 3.5rem 4rem 4rem 8rem;
    border-right: 1px solid #fff;
    text-align: left;
}

.page-header-content h1 {
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Icons */

.icon-large {
    width: 6rem;
    height: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Columns */

.flex-cols {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    margin-bottom: 4rem;
    margin-right: 8rem;
}

.flex-cols > div:not(:last-child) {
    padding-right: 8rem;
}

.flex-auto {
    display: grid;
    grid-template-columns: min-content auto;
    margin-bottom: 4rem;
}

.grid-gap-s {
    grid-column-gap: 2rem;
}

.grid-gap-m {
    grid-column-gap: 4rem;
}

.grid-gap-l {
    grid-column-gap: 6rem;
}

.push-top-s {
    position: relative;
    top: 3rem;
}

.push-top-m {
    position: relative;
    top: 6rem;
}

.push-top-l {
    position: relative;
    top: 9rem;
}

.spacer-s {
    height: 3rem;
}

.spacer-m {
    height: 6rem;
}

.spacer-l {
    height: 9rem;
}

.single-column {
    padding: 3.5rem 16rem 8rem 8rem;
    width: calc(100% - 25vw);
}

.columns-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.columns-70-30 {
    display: grid;
    grid-template-columns: 7fr 3fr;
}

.columns-30-70 {
    display: grid;
    grid-template-columns: 3fr 7fr;
}

.columns-60-40 {
    display: grid;
    grid-template-columns: 6fr 4fr;
}

.columns-40-60 {
    display: grid;
    grid-template-columns: 4fr 6fr;
}

.columns-40-60 > div:first-child {
    border-right: 1px solid #afafb0;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 6rem;
}

.columns-40-60 > div:last-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 8rem;
}

.columns-40-60 .narrow-column-left {
    padding-left: 20%;
}

.columns-40-60 .narrow-column-right {
    padding-right: 30%;
}

.valing-center {
    align-items: center;
}

.align-right {
    text-align: right;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Buttons */

.arrow-link {
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    opacity: .8;
}

.arrow-link:after {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #08090b;
    border-radius: 1.8rem;
    background-color: transparent;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: -.1rem;
    margin-left: 1rem;
    transition: background-color, margin-left .3s ease-out;
}

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

.arrow-link:hover:after {
    background-color: #08090b;
    background-image: url("../images/arrow-right-white.svg");
    margin-left: 1.5rem;
}

.arrow-link.inverted {
    color: #fff;
}

.arrow-link.inverted:after {
    border-color: #fff;
    background-image: url("../images/arrow-right-white.svg");
}

.arrow-link.inverted:hover:after {
    border-color: #fff;
    background-color: #fff;
    background-image: url("../images/arrow-right.svg");
}

a.button {
    display: inline-block;
    color: #fff;
    background-color: #2c4d8d;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .25em;
    padding: 1rem 2rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10rem;
    box-sizing: border-box;
    border: 1px solid transparent;
}

a.button:hover {
    background-color: #e9ecf1;
    color: #454547;
    border: 1px solid #454547;
}


/* Containers */

.box.cool-grey {
    background-color: #e9ecf1;
}

.box.dark-blue {
    background-color: #2c4d8d;
}

.box.dark-grey {
    background-color: #454547;
}


/* Forms */
form {

}

.form-row {
    display: grid;
    grid-template-columns: min-content auto;
    grid-column-gap: 2rem;
    padding: 1rem 0;
    margin: 1rem 0;
}

.form-icon {
    width: 5rem;
    height: auto;
    margin-top: 3rem;
}

label {
    display: block;
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: .025em;
    font-weight: 700;
    padding-bottom: 1rem;
}

input[type="text"] {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: .75rem 2rem;
    letter-spacing: .025em;
    border: 1px solid #c9c1c1;
    border-radius: 3rem;
}

textarea {
    display: block;
    width: 100%;
    height: 20rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5rem 2rem;
    letter-spacing: .025em;
    border: 1px solid #c9c1c1;
    border-radius: 3rem;
}

/* Footer */
footer {
    position: relative;
    padding-bottom: calc(10vw + 2rem);
}

.footer-content {
    position: relative;
    padding: 1rem 0;
    z-index: 1;
}

.footer-logo {
    display: inline-block;
    position: relative;
}

.footer-logo img {
    display: block;
    width: 25rem;
    height: auto;
}

footer a {
    text-decoration: none;
    display: inline-block;
    letter-spacing: .05em;
    position: relative;
}

footer a:after {
    content: "";
    display: block;
    position: absolute;
    left: -2rem;
    bottom: -.25rem;
    width: 0;
    height: 1px;
    background-color: #2c4d8d;
    transition: all .33s ease-out;
    opacity: 0;
}

footer a:hover:after {
    left: 0;
    width: 100%;
    opacity: .65;
}

.footer-nav {
    margin-top: 6rem;
}

.footer-nav div {
    margin-bottom: 2rem;
}

.footer-nav a {
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-right: 2rem;
}

.footer-nav a:after {
    bottom: -.5rem;
}

.footer-nav.secondary {
    margin: 1.5rem 0 3rem 0;
}

.footer-nav.secondary a {
    font-size: 1.4rem;
    text-transform: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Modifiers */

.no-grid-gap {
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.padding-s {
    padding: 2rem;
}

.padding-m {
    padding: 4rem;
}

.padding-l {
    padding: 6rem;
}

.padding-xl {
    padding: 8rem;
}

.padding-top-s {
    padding-top: 2rem;
}

.padding-top-m {
    padding-top: 4rem;
}

.padding-top-l {
    padding-top: 6rem;
}

.padding-right-s {
    padding-right: 2rem;
}

.padding-right-m {
    padding-right: 4rem;
}

.padding-right-l {
    padding-right: 6rem;
}

.no-padding {
    padding: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-right-padding {
    padding-right: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-border {
    border: 0 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Extras */

hr {
    height: 1px;
    background-color: #ddd;
    border: 0;
    margin: 2.5rem .5rem;
    display: block;
}

.special-move-right {
    position: relative;
    right: -6.1rem;
    padding: 1rem 0;
    background-color: #fff;
}

.contendi-circle-container-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 60vw;
    opacity: .05;
    overflow: hidden;
    pointer-events: none;
}

.contendi-circle {
    position: absolute;
    left: -20%;
    top: 0;
    width: 120vw;
    height: 120vw;
}

.contendi-circle div {
    border-radius: 100%;
    display: flex;
    flex: 0 0 auto;
    align-self: center;
    justify-content: center;
    padding: 0;
}

.contendi-circle .c1 {
    width: 100%;
    height: 100%;
    background-color: #acd1ee;
}

.contendi-circle .c2 {
    width: 55%;
    height: 55%;
    background-color: #fff;
}

.contendi-circle .c3 {
    width: 35%;
    height: 35%;
    background-color: #08090b;
}

.go-to-top {
    display: block;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    border-radius: 10rem;
    background-color: #666;
    text-decoration: none;
    opacity: .5;
    content: url("../images/arrow-right-white.svg");
    padding: 1rem;
    transform: rotate(-90deg);
    text-align: center;
}

.go-to-top:focus {
    outline: 0;
}

.go-to-top:hover {
    opacity: 1;
    transform: rotate(-100deg) scale(1.1);
}

.show-on-mobile {
    display: none;
}

.hidden {
    display: none;
}

#is-mobile {
    display: none;
}

.is-fixed {
    position: fixed;
}

body.holding-page {
    background-color: #2c4d8d;
}

body.holding-page:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/eye.svg");
    background-position: 150% center;
    background-size: 150%;
    background-repeat: no-repeat;
    opacity: .05;
}

body.holding-page img {
    width: 30vw;
    height: auto;
    position: absolute;
    bottom: 8rem;
    right: 8rem;
}