.hero {
    color: #fff;
    text-align: center;
    position: relative;
    min-height: 80vh;
    padding: 150px 0;
    margin-top: -120px;
}

.hero__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero__bg--desktop {
    display: none;
}

.hero__title {
    text-transform: uppercase;
    font-size: 2.3em;
}

.hero__description span {
    text-decoration: underline;
}

@media screen and (min-width: 560px) {

    .hero__title {
        font-size: 3.3em;
    }

}

@media screen and (min-width: 768px) {

    .hero__bg--mobile {
        display: none;
    }

    .hero__bg--desktop {
        display: block;
    }

}

@media screen and (min-width: 1024px) {

    .hero {
        text-align: left;
    }

}

@media screen and (min-width: 1440px) {

    .hero {
        margin-top: -180px;
        padding: 240px 0 200px;
    }

    .hero__title {
        font-size: 4.5em;
        line-height: 1.1;
        margin-bottom: 40px;
    }

    .hero__description {
        font-size: 1.5em;
    }

    .hero .container {
        max-width: 1500px;
    }

}

.service-links {
    padding: 0 20px;
    margin-top: -100px;
    margin-bottom: 50px;
}

.service-links__item {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.service-links__icon {
    max-width: 100px;
    margin-right: 15px;
}

.service-links__icon img {
    display: block;
}

.service-links__text {
    flex: 1;
    color: #07154b;
}

.service-links__text h3 {
    font-size: 1.125em;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.service-links__text a {
    text-decoration: none;
    font-size: 0.875em;
    color: #31bded;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {

    .service-links {
        display: flex;
        margin-right: -15px;
        flex-wrap: wrap;
    }

    .service-links__item {
        width: calc(33.33333% - 15px);
        margin-right: 15px;
    }

}

@media screen and (min-width: 1440px) {

    .service-links {
        max-width: 1700px;
        margin: 0 auto;
        margin-top: -140px;
        margin-bottom: 180px;
        position: relative;
    }

    .service-links__item {
        padding: 30px;
        align-items: center;
    }

    .service-links__icon {
        max-width: 170px;
    }

    .service-links__text h3 {
        margin-top: 0;
        font-size: 1.5em;
    }

    .service-links__text a {
        font-size: 1em;
    }

}

.why-benson {
    padding: 55px 0;
}

.why-benson__sub-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #4ac3ef;
    margin: 0;
    font-weight: 500;
    font-size: 1em;
}

.why-benson__title {
    margin-top: 0;
    font-weight: 500;
}

.why-benson__list {
    margin-top: 70px;
}

.why-benson__item {
    position: relative;
    padding-left: 60px;
}

.why-benson__item-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.why-benson__item h3 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.why-benson__item p {
    font-size: .95em;
    margin-top: 0;
    color: #d0f3ff;
}

@media screen and (min-width: 1024px) {

    .why-benson__row {
        display: flex;
        margin-right: -20px;
    }

    .why-benson__row > * {
        width: calc(50% - 20px);
        margin-right: 20px;
    }

}

@media screen and (min-width: 1440px) {

    .why-benson {
        padding-bottom: 200px;
        background: url('../images/why-benson-bg.jpg') center no-repeat;
        background-size: cover;
    }

    .why-benson__row {
        max-width: 1300px;
        margin: 0 auto;
    }

    .why-benson__title {
        font-size: 2.875em;
        line-height: 1.1;
    }

    .why-benson__list {
        padding-left: 50px;
    }

    .why-benson__item {
        padding-left: 70px;
        margin-bottom: 45px;
    }

    .why-benson__item h3 {
        font-size: 1.375em;
        padding: 5px 0 10px;
    }

    .why-benson__item p {
        font-size: 1.125em;
    }

}

.office-space {
    padding: 40px 0;
    background-color: #fff;
    color: #1a1a1a;
}

.office-space__title {
    color: #07154b;
}

.office-space__video {
    border: 5px solid #07154b;
}

@media screen and (min-width: 1024px) {

    .office-space__row {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin-right: -20px;
    }

    .office-space__col {
        width: calc(50% - 20px);
        margin-right: 20px;
    }

}

@media screen and (min-width: 1440px) {

    .office-space {
        padding: 120px 0;
        background: #fff url('../images/office-space-bg.jpg') center right no-repeat;
        background-size: auto 100%;
        position: relative;
    }

    .office-space:before {
        content: '';
        display: block;
        width: calc(50% - 140px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #07154b url('../images/office-space-style.jpg') center no-repeat;
        background-size: cover;
    }

    .office-space__video {
        border-width: 10px;
        max-width: 780px;
    }

    .office-space__col:nth-child(1) {
        padding-left: 80px;
        padding-right: 80px;
        line-height: 2;
    }

    .office-space__title {
        font-size: 2.75em;
    }

}

.storage {
	padding: 40px 0;
    background: url('../images/storage-bg.jpg') center no-repeat;
    background-size: cover;
	position: relative;
}

.storage__title {
	text-align: center;
	margin-top: 0;
}

.storage__toggle-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.storage__toggle-label {
	font-weight: bold;
	font-size: 1em;
}

.storage__toggle:not(.storage__toggle--switch) .storage__toggle-label:nth-child(1), .storage__toggle--switch .storage__toggle-label:nth-child(3) {
	color: #31bded;
}

.storage__toggle-button {
	width: 54px;
	height: 30px;
	border-radius: 16px;
	background-color: #31bded;
	border: 2px solid #fff;
	margin: 0 30px;
	box-shadow: 0px 0px 40px 0px rgba(26, 26, 26, 0.1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 2px;
}

.storage__toggle--switch .storage__toggle-button {
	justify-content: flex-end;
}

.storage__toggle-button:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #f7f7f7;
	border: 2px solid #fff;
	border-radius: 50%;
}

.storage__toggle-content {
	margin-top: 30px;
}
  
.storage__toggle-item {
	display: none;
}

.storage__toggle:not(.storage__toggle--switch) .storage__toggle-item:nth-child(1), .storage__toggle--switch .storage__toggle-item:nth-child(2) {
	display: block;
}

.storage__toggle-item.st-current {
	display: block;
}

.storage-item {
	text-align: center;
}

.storage-item h2 {
	font-size: 1.2em;
}

.storage__image {
	position: relative;
}

.storage__image img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 1024px) {

	.storage {
		padding: 80px 0;
	}

	.storage__title {
		font-size: 2.1em;
	}

	.storage-item {
		text-align: left;
	}

	.storage__row {
		display: flex;
		margin-right: -20px;
		flex-direction: row-reverse;
		justify-content: center;
	}

	.storage__col {
		width: calc(50% - 20px);
		margin-right: 20px;
		max-width: 570px;
	}

	.storage__col:nth-child(2) {
		text-align: right;
	}

}

@media screen and (min-width: 1440px) {

	.storage {
		padding: 100px;
	}

	.storage__title {
		font-size: 2.75em;
	}

	.storage__toggle-content {
		margin-top: 80px;
	}

	.storage__row {
		align-items: center;
	}

	.storage-item h2 {
		font-size: 1.75em;
	}

	.storage-item p {
		line-height: 2;
	}

}

.partners {
	padding: 40px 0;
	position: relative;
    background-color: #fff;
}

.partners__title {
	text-align: center;
	margin: 0;
    color: #07154b;
}

.partners__sub-title {
	text-align: center;
	margin: 10px 0 0;
    color: #1a1a1a;
}

.partners__slider {
	margin-top: 40px;
}

.partners__item {
	position: relative;
	width: 160px;
	height: 80px;
	margin: 0 20px;
}

.partners__item img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (min-width: 1024px) {

	.partners {
		padding: 80px 0;
	}

	.partners__title {
		font-size: 2.1em;
	}

	.partners__slider {
		max-width: 960px;
		margin: 80px auto 0;
	}

}

.map {
	padding: 40px 0;
	background-color: #fff;
	position: relative;
    color: #07154b;
}

.map__title {
	text-align: center;
	margin-top: 0;
}

.map__details {
	text-align: center;
}

.map__details-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.map__details-list li {
	background-color: #07154b;
	color: #fff;
	font-weight: bold;
	padding: 10px 15px;
	width: calc(50% - 20px);
	display: inline-block;
	margin: 5px 5px;
	font-size: .8em;
}

@media screen and (min-width: 768px) {

	.map__row {
		display: flex;
		align-items: center;
		margin-right: -20px;
	}

	.map__col {
		width: calc(50% - 20px);
		margin-right: 20px;
	}

}

@media screen and (min-width: 1024px) {

	.map {
		padding: 80px 0;
		background: #fff url('images/map-bg.svg') center bottom no-repeat;
		background-size: 100% auto;
	}

	.map__title {
		font-size: 2.1em;
	}

	.map__row {
		max-width: 960px;
		margin: 0 auto;
	}

	.map__details-title {
		font-size: 2.2em;
	}

}