@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    overflow-x: hidden;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bg.png);
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 2000;
    width: 100%;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 25px;
    overflow: visible;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    z-index: 100;
    color: #fff;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 36px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

h1 span, .title.general span {
    display: block;
}

h1 span:nth-child(2), .title.general span:nth-child(2) {
    font-weight: 300;
    margin-top: 5px;
}

h2, .title.high {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 32px;
}

h4, .title.small {
    font-size: 20px;
    line-height: 26px;
}

.button {
    min-width: 150px;
    border: 1.5px solid #fff;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding: 8.5px 30px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.button:hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.footer {
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -moz-box-flex: 0;
    flex: 0 1 150px;
    z-index: 1000;
}

.main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/top-left.png);
    background-position: bottom right;
    max-width: 38%;
    width: 489px;
    height: 321px;
    max-height: 35vh;
}

.main:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/top-right.png);
    background-position: bottom left;
    max-width: 38%;
    width: 510px;
    height: 384px;
    max-height: 35vh;
}

.footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/bottom-left.png);
    background-position: top right;
    max-width: 45%;
    width: 689px;
    height: 497px;
    max-height: 50vh;
}

.footer:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/bottom-right.png);
    background-position: top left;
    max-width: 45%;
    width: 713px;
    height: 439px;
    max-height: 50vh;
}


/* prime */

.prime__content {
    text-align: center;
    z-index: 1000;
}

.prime__logo {
    margin-bottom: 40px;
    display: block;
}
