
html, body {
    font-family: "Arial", sans-serif;
    font-size: 11px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

body, body * {
    box-sizing: border-box;
}

* {
    outline: none;
    font-family: Arial, sans-serif;
}

::-webkit-input-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

:-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

::-moz-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

:-ms-input-placeholder {
	font-style: italic;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

#main_page {
    min-height: 100%;
    width: 100%;
    position: relative;
    background: #F6F7FB url("../images/bg big logo.png") 100% 100% no-repeat;
    background-size: cover;
}

.full-width {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
}

#main_page_content {
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: calc(100vh - 60px);
    width: 100%;
}

#main_page_container {
    position: relative;
}

#main-page-footer {
    height: 60px;
    background-color: #2c2a5c;
    width: 100%;
    position: fixed;
    bottom: 0px;
    line-height: 60px;
}

#splash {
    position: relative;
    padding-top: 100px;
    width: 100%;
    text-align: center;
}

#splash img {
    margin-bottom: 30px;
}

#splash #logo img {
    max-width: 140px;
    width: 100%;
    margin-bottom: 10px;
}

#splash #logo:after {
    content: '';
    width: 100%;
    max-width: 60px;
    display: block;
    margin: 0 auto;
    height: 2px;
    background: #bab9c3;
}

#splash h1 {
	font-size: 64px;
	font-family: Roboto, sans-serif;
	color: #2c295b;
	font-weight: 900;
}

#splash h2 {
	font-size: 18px;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	color: #666666;
	font-style: italic;
}

#splash form {
    max-width: 578px;
    margin: 0 auto;
}

#splash #search {
    position: relative;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 30px;
	border-radius: 6px;
	box-shadow: 0px 12px 28px 0px rgba(79, 75, 151, 0.16);
}

#splash #search button[type=submit] {
	height: 56px;
	border: 0 none;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #ef466f;
	text-indent: 0 !important;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 56px;
	width: 206px;
	border-radius: 0 6px 6px 0;
	padding: 0px 24px;
	font-family: Roboto, sans-serif;
	-webkit-appearance: none;
}

#splash #search button[type=submit]:hover {
	background: #f45a80;
}

#splash #search .right {
    flex: 0 0 206px;
}

#splash #search .external-link-icon {
	position: relative;
	width: 13px;
	height: 13px;
	border: 2px solid #ffffff;
	border-top: 0;
	border-left: 0;
	display: inline-block;
	flex: 0 0 auto;
}

#splash #search .external-link-icon:before {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 8px;
	height: 2px;
	background: #ffffff;
	transform: rotate(-45deg);
	transform-origin: right center;
}

#splash #search .external-link-icon:after {
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

#splash #search .left {
	position: relative;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	border-style: solid;
	border-width: 1px;
	border-color: #eceaf5;
	background-color: rgb(255, 255, 255);
	border-radius: 6px 0 0 6px;
	flex: 1;
}

#splash #search .left input {
	color: #070443;
	height: inherit;
	line-height: inherit;
	width: 100%;
	padding-left: 48px;
	padding-right: 18px;
	font-size: 15px;
	border: none;
	font-weight: normal;
	font-family: Roboto, sans-serif;
	outline: none;
}

#splash #search .left:before {
	content: "";
	display: inline-block;
	background: url(../../resources/images/ic-search.svg) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	left: 18px;
}

.majestic-partnership {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 64px;
}

.majestic-partnership .section-wrapper {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.majestic-partnership .partnership-intro {
    background: #1f1d3f;
    padding: 42px 24px 74px;
}

.majestic-partnership .partnership-intro .section-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    max-width: 1120px;
}

.majestic-partnership .partnership-alert {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 38px;
    margin-top: 8px;
    background: linear-gradient(180deg, #ff513d 0%, #de1f2d 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.majestic-partnership .partnership-alert:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 5px;
    height: 15px;
    background: #ffffff;
}

.majestic-partnership .partnership-alert:after {
    content: "";
    position: absolute;
    left: 19px;
    bottom: 7px;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
}

.majestic-partnership .partnership-copy h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.25;
}

#splash .majestic-partnership .partnership-copy h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.25;
}

.majestic-partnership .partnership-copy p {
    margin: 0;
    max-width: 980px;
    color: #d7d5eb;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    white-space: nowrap;
}

.majestic-partnership .partnership-testimonial {
    position: relative;
    background: #4F4B97;
    border-bottom: 3px solid #ffffff;
    padding: 72px 24px 36px;
    text-align: center;
}

.majestic-partnership .testimonial-avatar {
    position: absolute;
    top: -66px;
    left: 50%;
    margin-left: -66px;
    border-radius: 50%;
}

.majestic-partnership blockquote {
    margin: 0;
    padding: 0;
    background: none;
}

.majestic-partnership blockquote p {
    max-width: 622px;
    margin: 0 auto;
    padding-bottom: 40px;
    background: url(../../public-page/images/quote.svg) no-repeat center top;
    color: #ffffff;
    font-family: Georgia, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: italic;
    line-height: 36px;
}

.majestic-partnership .blockquote-author {
    text-align: center;
}

.majestic-partnership .author-name {
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
}

.majestic-partnership .author-company {
    color: #c3c0e8;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

#bookmarklet_container {
	position: absolute;
	right: 24px;
	top: 15px;
}

#bookmarklet-white {
	cursor: move;
	text-decoration: none;
	background: url('../images/bookmarklet white.png');
	width: 299px;
	height: 79px;
	display: inline-block;
	vertical-align: middle;
	user-drag: initial !important;
	-webkit-user-drag: initial !important;
}

#bookmarklet-white #bookmarklet_title {
	color: rgba(0, 0, 0, 0);
}

.footer-content {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    color: #9592bc;
}

.footer-content .left {
    float: left;
    font-family: Arial, sans-serif;
}

.footer-content .center {
    text-align: center;
}

.footer-content .right {
    float: right;
}

.footer-content .right span {
    vertical-align: middle;
}

@media (max-width: 1240px) {
    #main_page_content, #main-page-footer {
        padding: 0px 10px 0px 10px;
    }
}

@media (max-width: 740px) {

    #main_page {
        background-image: none !important;
    }

    #bookmarklet_container {
        display: none;
    }

    #main_page_content {
        padding-top: 0px;
    }

    #main_page_container {
        display: table;
        table-layout: fixed;
        width: 100%;
        position: relative;
    }

    #main-page-footer {
        height: auto;
        line-height: normal;
    }

    .footer-content .right {
        float: left;
        width: 100%;
        text-align: center;
        padding: 4px 0px 4px 0px;
    }

    .footer-content .left {
        width: 100%;
        text-align: center;
        padding: 4px 0px 4px 0px;
        float: left;
    }

    #splash {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        top: 0;
    }

    #splash img {
        margin-bottom: 10px;
    }

    #splash h1 {
        font-size: 50px;
    }

    #splash h2 {
        font-size: 14px;
    }

    #search {
        margin-top: 14px;
    }

    ::-webkit-input-placeholder {
        font-size: 12px;
    }

    :-moz-placeholder {
        font-size: 12px;
    }

    ::-moz-placeholder {
        font-size: 12px;
    }

    :-ms-input-placeholder {
        font-size: 12px;
    }
}

@media (max-width: 650px) {

	#splash #search {
		flex-wrap: wrap;
		justify-content: center;
	}

	#splash #search .left {
		flex: 1 1 100%;
	}

	#splash #search .left,
	#splash #search button[type=submit] {
		border-radius: 6px;
	}

	#splash #search .right {
		flex: 1 1 100%;
		margin-top: 10px;
		text-align: center;
	}

	#splash #search button[type=submit] {
		width: 100%;
	}

	.majestic-partnership .partnership-intro .section-wrapper {
		display: block;
	}

	.majestic-partnership .partnership-alert {
		margin: 0 auto 18px;
	}

	.majestic-partnership .partnership-copy h2,
	.majestic-partnership .partnership-copy p {
		text-align: center;
	}

	.majestic-partnership .partnership-copy p {
		white-space: normal;
	}

	.majestic-partnership .partnership-copy h2 {
		font-size: 21px;
	}

	.majestic-partnership blockquote p {
		font-size: 18px;
		line-height: 30px;
	}

}
