html, body {
    height: 100vh;
}

:focus {outline: none;}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 0;
    color: #323A3F;
    background: #fff;
    margin: 0;
}

a {text-decoration: none;}

.ingra {font-family: 'ingra', sans-serif;}
.roboto {font-family: 'roboto', sans-serif;}
.orange {color: #E08850;}
.purple {color: #282769;}
.white {color: #fff;}
.red {color: red;}
.reg {font-size: 14px; line-height: 1.5em;}
.sml {font-size: 8pt; line-height: 1.5em;}

h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}

.header-wrapper {
    width: 100%;
    height: 800px;
    background-image:  url('../_images/cta-lady-03.png'), url('../_images/cta-background-03.png');
    background-size: 450px, cover;
    background-repeat: no-repeat;
    background-position: right 250px bottom 0px, center center;
}

.header-wrapper-2 {
    width: 100%;
    height: 500px;
    background-image: url('../_images/cta-background-03.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-wrapper-3 {
    width: 100%;
    height: 900px;
    background-image: url('../_images/cta-background-03.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-bar {
    width: 100%;
    padding: 0 100px;
    position: relative;
    box-sizing: border-box;
}

.logo-block {
    width: 300px;
    padding-top: 30px;
}

.logo {
    width: 100%;
}

.menu-block {
    position: absolute;
    top: 50px;
    right: 100px;
}

.nav-item {
    display: inline-block;
    padding: 0 30px;
}

.nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.current, .nav-link:hover {
    cursor: pointer;
    color: #E08850;
}

.contact-button-block {
    display: inline-block;
    padding-left: 50px;
}

.contact-button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background: #D34B4B;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.contact-button:hover {
    background: #E08850;
    cursor: pointer;
}

.cta-block {
    width: 730px;
}

.cta-block-2 {
    width: 100%;
}

.cta-content {
    padding-left: 200px;
    padding-top: 150px;
    box-sizing: border-box;
}

.cta-content-2 {
    padding-left: 200px;
    padding-top: 50px;
    box-sizing: border-box;
}

.cta-content-3 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
    box-sizing: border-box;
}

.cta-header {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
}

.cta-header-2 {
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    margin-block-end: 0;
}

.cta-header-3 {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    margin-block-end: 0;
}

.cta-subheader {
    font-size: 36px;
    margin-block-start: 0.2em;
}

.cta-subheader-2 {
    font-size: 44px;
    margin-block-start: 0.2em;
}

.cta-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cta-button {
    width: 200px;
    height: 44px;
    border-radius: 22px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #D34B4B;
    margin-top: 20px;
}

.cta-button:hover {
    cursor: pointer;
    background: #E08850;
}

.interim-block {
    width: 100%;
    height: auto;
    padding: 0 100px;
    box-sizing: border-box;
    margin-top: -100px;
}

.interim-block-content {
    background: #1D213D;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 10px;
}

.col3 {
    padding: 10px 50px;
    box-sizing: border-box;
    vertical-align: top;
    display: grid;
    grid-template-columns: 110px 1fr;
}

.icon-block {
    width: 110px;
}

.icon {
    width: 100%;
    padding-top: 25px;
}

.icon-content-block {
    padding-left: 10px;
    box-sizing: border-box;
    vertical-align: top;
    padding-top: 25px;
}

.icon-header {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.icon-text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.strip {
    width: 100%;
}

.strip-content {
    width: 1200px;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 50px;
}

.col800 {
    width: 800px;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-right: 40px;
    box-sizing: border-box;
}

.col400 {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    box-sizing: border-box;
}

.divider-orange {
    width: 50px;
    height: 3px;
    background: #E08850;
}

.lrg-icon {
    width: 100%;
}

.wrapper-columns {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.column3 {
    position: relative;
    height: 550px;
}

.new-contracting {
    background: #2A85C4;
}

.switch-umbrella {
    background: #453D89;
}

.limited-company {
    background: #D03380;
}

.column3-content {
    padding: 100px 50px 50px 50px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.column3-icon-block {
    width: 150px;
}

.column3-icon {
    width: 100%;
}

.column3-text {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    width: 320px;
}

.column3-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 330px 40px 40px 40px;
    box-sizing: border-box;
    display: none;
}

.new-contracting:hover {
    background: url('../_images/slider-background-1-03.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.new-contracting:hover .column3-content{
    display: none;
}

.new-contracting:hover .column3-background {
    display: block;
}

.switch-umbrella:hover {
    background: url('../_images/slider-background-2-03.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.switch-umbrella:hover .column3-content{
    display: none;
}

.switch-umbrella:hover .column3-background {
    display: block;
}

.limited-company:hover {
    background: url('../_images/slider-background-2-03.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.limited-company:hover .column3-content{
    display: none;
}

.limited-company:hover .column3-background {
    display: block;
}

.column3-background-text {
    font-size: 16px;
    color: #fff;
    text-align: right;
}

.column3-button {
    width: 150px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: none;
    float: right;
    margin-top: 20px;
}

.column3-button:hover {
    background: #fff;
    color: #1D213D;
    cursor: pointer;
}

.headphones {
    background: url('../_images/section-background-1-03.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.headphones-text-block {
    width: 600px;
}

.message {
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #2A85C4;
    margin: 20px 20px 0 0;
}

.message:hover {
    cursor: pointer;
    background: #E08850;
}

.call {
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #E08850;
    margin: 20px 20px 0 0;
}

.call:hover {
    cursor: pointer;
    background: #2A85C4;
}

.footer-strip {
    background: #1D213D;
    width: 100%;
}

.footer-content {
    width: 100%;
    padding: 50px 200px;
    box-sizing: border-box;
}

.footer1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.footer1-content {
    width: 450px;
}

.footer-logo {
    width: 250px;
    padding-bottom: 10px;
}

.footer-link {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    display: block;
    padding-bottom: 4px;
}

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

.footer2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.footer3 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.footer-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

.passport-logo {
    width: 100%;
    max-width: 300px;
}

.footer-icon {
    transform: rotate(45deg);
    display: block;
    width: 40px;
}

.footer-contact-icon {
    display: inline-block;
    width: 25px;
    padding-right: 5px;
}

.footer-contact {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    padding-top: 5px;
}

.footer-contact:hover {
    cursor: pointer;
    text-decoration: underline;
}

.subfooter-strip {
    width: 100%;
    background: #2A85C4;
    padding: 5px 200px;
    box-sizing: border-box;
}

.blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
    row-gap: 15px;
    grid-column-gap: 15px;
    column-gap: 15px;
}

.block {
    width: 100%;
    height: auto;
    padding: 80px 20px;
    box-sizing: border-box;
    text-align: center;
}

.block > span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

div.red {background: #D34B4B;}
div.pink {background: #D03380;}
div.yellow {background: #E08850;}
div.blue {background: #2A85C4;}
div.purple {background: #453D89;}
div.green {background: #47A261;}

.spacer-h30 {height: 30px;}
.spacer-h50 {height: 50px;}

.column-3-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
    row-gap: 20px;
    margin-top: 50px;
}

.column-3 {
    padding-right: 50px;
    box-sizing: border-box;
}

.column-3-icon-block {
    display: inline-block;
    width: 50px;
    vertical-align: top;
}

.column-3-icon {
    width: 100%;
}

.column-3-header {
    display: inline-block;
    vertical-align: top;
    margin-block-start: 4px;
    margin-block-end: 0.3em;
    padding-left: 10px;
}

.col2-strip {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.col2 {
    padding: 60px 100px 80px 100px;
    box-sizing: border-box;
}

.meeting {
    background: url('../_images/meeting.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.sofa {
    background: url('../_images/sofa.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.walking {
    background: url('../_images/walking.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.strip-content-wide {
    width: 100%;
    padding: 20px 100px;
    box-sizing: border-box;
}

.contact-options-block {
    padding-top: 20px;
}

.contact-icon {
    display: inline-block;
    width: 36px;
    padding-right: 5px;
    padding-top: 5px;
}

.contact {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    padding-top: 5px;
}

.contact:hover {
    cursor: pointer;
    text-decoration: underline;
}

.contact-form-block {
    width: 100%;
    height: 500px;
    position: relative;
}

.form {
    width: 100%;
    margin-top: 30px;
}

.input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-weight: 400;
    color: #282769;
    padding: 5px 25px;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.file-input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-weight: 400;
    color: #282769;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.input-area {
    width: 100%;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    font-weight: 400;
    color: #282769;
    padding: 10px 25px;
    box-sizing: border-box;
    margin-bottom: 8px;
    resize: none;
    font-family: 'Raleway', sans-serif;
}

.submit {
    width: 150px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background: #D34B4B;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.submit:hover {
    cursor: pointer;
    background: #E08850;
}

.contact-success {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.contact-header {
    margin-block-end: 0;
}

.contact-subheader {
    margin-block-start: 0.5em;
}

.upload-form {
    max-width: 800px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

.upload-form-block {
    position: relative;
}

.form-label {
    font-size: 14px;
    color: #fff;
    padding: 15px 15px 10px 15px;
    display: block;
}

.nav-icon {
    width: 25px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 55px;
    display: none;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
  
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 1.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
  
.nav-icon span:nth-child(1) {
    top: 0px;
}
  
.nav-icon span:nth-child(2),.nav-icon span:nth-child(3) {
    top: 6px;
}
  
.nav-icon span:nth-child(4) {
    top: 12px;
}
  
.nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
  
.nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
.nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
.nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.footer2-content {
    padding-right: 20px;
}

@media only screen and (max-width:1600px){
    .cta-content-3 .col2 {
        padding: 60px 30px;
    }
}

@media only screen and (max-width: 1400px){
    .header-wrapper {
        background-position: right 50px bottom 0px, center center;
    }
    .cta-block {
        width: 530px;
        padding-bottom: 150px;
    }
    .cta-content {
        padding-left: 50px;
    }
    .col3 {
        padding: 10px 20px;
    }
    .strip-content {
        width: 100%;
        padding: 50px 20px 60px 20px;
        box-sizing: border-box;
    }
    .col800 {
        width: 100%;
        display: block;
        padding: 30px 0 0 0;
    }
    .col400 {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .lrg-icon {
        width: 400px;
        margin: auto;
        display: block;
    }
    .column3 {
        height: auto;
    }
    .column3-content {
        padding-top: 50px;
    }
    .column3-background {
        padding: 150px 40px 40px 40px;
    }
    .column3-text {
        width: 100%;
    }
    .footer-content {
        padding: 50px 20px;
    }
    .cta-content-3 {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 1150px){
    .logo-block {
        margin: auto;
    }
    .menu-block {
        position: relative;
        width: 650px;
        margin: auto;
        right: auto;
        top: 10px;
    }
    .col3 {
        grid-template-columns: 100%;
    }
    .icon-block {
        margin: auto;
    }
    .icon-content-block {
        text-align: center;
        padding-top: 5px;
    }
    .cta-content-2 {
        padding: 0;
        text-align: center;
    }
    .column-3-wrapper {
        width: 400px;
        margin: 50px auto 0 auto;
        grid-template-columns: 400px;
    }
    .header-wrapper-3 {
        height: auto;
    }
    .cta-content-3 .col2-strip {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 1050px){
    .header-wrapper {
        height: auto;
        background-image: url('../_images/cta-background-03.png');
        background-size: cover;
        background-position: center center;
    }
    .header-wrapper-2 {
        height: auto;
    }
    .cta-block {
        width: 100%;
        padding-top: 50px;
    }
    .cta-content {
        padding: 0 30px;
        text-align: center;
    }
    .wrapper-columns {
        grid-template-columns: 100%;
        grid-template-rows: 400px 400px 400px;
    }
    .column3-icon-block {
        margin: auto;
    }
    .column3-text {
        text-align: center;
    }
    .column3-background {
        position: relative;
        padding: 100px 20px;
    }
    .headphones {
        background-position: center center;
    }
    .footer1-content {
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .blocks-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .col2-strip {
        grid-template-columns: 100%;
        grid-template-rows: max-content 0px 0px max-content max-content 0px;
    }
    .cta-content-3 .col2-strip {
        grid-template-rows: auto;
    }
    .walking, .sofa, .meeting {
        padding: 0;
    }
}

@media only screen and (max-width: 800px){
    .header-bar {
        padding: 0;
    }
    .menu-block {
        width: 100%;
        background: #453D89;
        padding: 15px 0;
        display: none;
    }
    .nav-item {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .contact-button-block {
        width: 120px;
        display: block;
        margin: auto;
        padding: 10px 0;
    }
    .nav-icon {
        display: block;
    }
    .interim-block-content {
        grid-template-columns: 100%;
    }
    .headphones {
        text-align: center;
    }
    .headphones .divider-orange {
        display: none;
    }
    .headphones-text-block {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .message, .call {
        display: block;
        margin: 20px auto;
    }
    .footer1, .footer2, .footer3 {
        width: 100%;
        display: block;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
    }
    .subfooter-strip {
        padding: 5px 20px;
        text-align: center;
    }
    .col2 {
        padding: 100px 30px;
    }
    .walking, .sofa, .meeting {
        padding: 0;
    }
    .cta-header-3 {
        font-size: 60px;
    }
    .cta-subheader-2 {
        font-size: 30px;
    }
    .col2 .spacer-h50 {
        height: 0;
    }
    .strip-content-wide {
        padding: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 500px){
    .logo-block {
        width: 250px;
    }
    .interim-block {
        padding: 0 40px;
    }
    .icon-lrg {
        width: 100%;
    }
    .lrg-icon {
        width: 100%;
    }
    .column-3-wrapper {
        width: 100%;
    }
    .nav-icon {
        top: 50px;
    }
    .wrapper-columns {
        grid-template-rows: 480px 480px 480px;
    }
    .footer1-content {
        padding-right: 0;
    }
    .footer-logo {
        width: 100%;
    }
    .cta-content-2 {
        padding: 0 30px;
    }
    .column-3-wrapper {
        grid-template-columns: 100%;
    }
    .column-3 {
        padding-right: 0;
    }
    .column-3-icon-block {
        display: block;
        margin: auto;
    }
    .cta-header-3 {
        font-size: 50px;
        margin-block-start: 0.2em;
        text-align: center;
    }
    .cta-subheader-2 {
        text-align: center;
    }
    .contact-icon {
        width: 30px;
    }
    .contact {
        font-size: 20px;
    }
    .cta-content-3 {
        padding: 0;
    }
}