@font-face {
font-family: 'AmazonEmberLight';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Th.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Lt.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'AmazonEmber';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Rg.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Rg.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'AmazonEmberBold';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Bd.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_Bd.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'AmazonEmberHeavy';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_He.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/AmazonEmber_He.ttf') format('truetype');
font-weight: normal;
font-style: normal;
} 


@font-face {
font-family: 'AmazonEmberModern';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/EmberModernDisplayStd-Regular.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/EmberModernDisplayStd-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'AmazonEmberModernLight';
src: url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/EmberModernDisplayStd-Light.woff2') format('woff2'),
url('https://info.projectkuiper.amazon/rs/560-NAC-511/images/EmberModernDisplayStd-Light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



body { 
color: #0F141A;
font-size: 20px;
font-family: 'AmazonEmber' ;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
}
main {
    display: flex;
    flex-direction: column;
}
main * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
main p{
	margin-bottom: 12px;
}
.krypton {
	background: linear-gradient(90deg, rgba(135, 80, 255, 1) 0%, rgba(135, 0, 255, 1) 50%, rgba(92, 0, 211, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 300;
}
.mktoText ul {
    margin-left: 30px;
}

.mktoText li {
    margin-bottom: 8px;
}
.mktoText li:last-child, main p:last-child, h2:last-child{
	margin-bottom: 0;
}
h1, h2, h3, h4, h5{
	font-family: 'AmazonEmberModernLight';
}

.container{
	padding-left: 25px;
	padding-right: 25px;
}
img {
max-width: 100%;
}

a {
text-decoration: none;
}


/** FONTS **/

hr {
margin: 40px 0;
}
h2{
	font-size: 32px;
	line-height: 1.25;
	    margin-bottom: 10px;
}

.rounded-image {
    border-radius: 16px;
    overflow: hidden;
}

.rounded-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rounded-image div, .section2-img, .section8-img, .section9-img, .section10-img {
    width: 100%;
    height: 100%;
}

/*========Form css================*/
.mktoForm.mktoLayoutAbove .mktoField {
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    padding: 10px 16px;
    outline: none !important;
    width: 100% !important;
    min-height: 48px;
    font-family: 'AmazonEmber';
}
.mktoForm .mktoOffset{
    display: none;
}
.mktoForm, .mktoForm .mktoFormCol, .mktoForm .mktoFieldWrap, .mktoButtonRow{
    width: 100% !important;
}


.mktoForm .mktoLabel {
    width: auto !important;
    font-weight: 400 !important;
    font-size: 14px;
    background: #fff;
    margin-bottom: -9px;
    position: relative;
    margin-left: 13px;
    padding: 0 3px;
    color: #0F141A;
    display: flex;
    flex-direction: row-reverse;
    font-family: 'AmazonEmber';
}

.mktoForm .mktoRequiredField .mktoAsterix {
	color: #0F141A;
	padding-left: 3px !important;
}

.mktoForm .mktoFormCol {
    margin-bottom: 16px !important;
}
.mktoButtonWrap {
    margin: 0 !important;
}

.checkbox-field .mktoLogicalField.mktoCheckboxList,
.radio-field .mktoRadioList {
    width: 100% !important;
    padding: 15px 0 0 5px !important;
}

.checkbox-field.checkbox-field .mktoCheckboxList input,
.radio-field.radio-field .mktoRadioList input {
    width: 0px !important;
    height: 0px !important;
    display: none;
}

.checkbox-field.checkbox-field .mktoCheckboxList label,
.radio-field.radio-field .mktoRadioList label {
    text-align: left;
    width: auto !important;
    margin: 0 0 14px 0;
    font-family: 'AmazonEmber';
    font-weight: normal;
    padding-left: 25px;
    position: relative;
}

.radio-field .mktoFieldWrap > label
.checkbox-field .mktoFieldWrap > label {
    margin: 0;
}

.checkbox-field.checkbox-field .mktoCheckboxList label:before,
.radio-field.radio-field .mktoRadioList label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #c4c4c4;
    position: absolute;
    left: 0;
    top: 1px;
}

.checkbox-field .mktoCheckboxList input:checked + label:before,
.radio-field .mktoRadioList input:checked + label:before {
    border-color: #0F141A;
    box-shadow: inset 0px 0px 0px 2px #fff, inset 0px 0px 0px 6px #0F141A;
}
.checkbox-field .mktoFieldWrap > label, .radio-field .mktoFieldWrap > label {
    margin: 0;
}

.radio-field.radio-field .mktoRadioList label:before {
    border-radius: 50%;
}
.checkbox-style2 .mktoFieldWrap {
    display: flex;
    flex-direction: row-reverse;
}

.checkbox-field.checkbox-style2 .mktoLogicalField.mktoCheckboxList {
    width: 30px !important;
    padding-top: 6px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*=============== CTAs ================*/
.cta a, .mktoForm .mktoButtonWrap.mktoButtonWrap.mktoSimple .mktoButton {
    color: #fff;
    background: #8750FF;
    background: linear-gradient(90deg,rgba(135, 80, 255, 1) 0%, rgba(135, 0, 255, 1) 50%, rgba(92, 0, 211, 1) 100%);
    font-size: 20px;
    padding: 18px 36px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 50px;
    transition: all .3s;
    border: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoButtonWrap.mktoSimple .mktoButton{
	width: 100% !important;
}
.cta-24 a{
	margin-top: 16px;
}
.cta-32 a{
	margin-top: 24px;
}
.cta a:hover, .mktoForm .mktoButtonWrap.mktoButtonWrap.mktoSimple .mktoButton:hover {
    text-decoration: none;
    background: linear-gradient(90deg, rgba(92, 0, 211, 1)  0%, rgba(135, 0, 255, 1) 50%, rgba(135, 80, 255, 1) 100%);
}

.cta-link a {
    color: #0F141A;
    font-weight: 500;
    display: inline-flex;
    gap: 4px;
    font-family: 'AmazonEmberBold';
}

.cta-link a:after {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url(icon-arrow.svg)no-repeat center/contain;
}

.row8{
	margin-right: -8px;
    margin-left: -8px;
}
.row-8 > div[class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}
.row-10{
	margin-right: -10px;
    margin-left: -10px;
}
.row-10 > div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.row-16 {
    margin-right: -16px;
    margin-left: -16px;
}

.row-16 > div[class^="col-"] {
    padding-left: 16px;
    padding-right: 16px;
}
.row-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.row-20 > div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
/*========= Banner ===============*/
#Banner_Section .container {padding-bottom: 0;padding-top: 0;overflow: hidden;}
.awsLeo-logo{
	background: url(aws-leo-logo.svg)no-repeat center/contain;
	width: 136px;
	height: 36px;
	    flex-shrink: 0;
}
header{
	    order: -10;
    position: sticky;
    width: 100%;
    z-index: 999;
    top: 40px;
}
	.banner-none header{
		height: 100px;
	}
header .container {
    position: relative;
}
.header-outer{
background: #fff;
    border-radius: 16px;
    padding: 22px 40px;
    position: absolute;
    top: 0;
    width: calc(100% - 50px);
    left: 25px;
    box-shadow: 0px 0px 10px 0px #0000001a;
}
.active-menu #headerLinks {
	display: block;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 100%;
	left: 0;
	margin-top: 5px;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 0px #0000001a;
}


.active-menu div#headerLinks ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin: 0;
}
.mobile-menu{
	      display: none;
        align-items: center;
        padding: 3px 8px;
        flex-direction: column;
        gap: 6px;
         width: 34px;
    height: 24px;
}
.mobile-menu span {
    background: #0F141A;
    height: 2px;
    width: 100%;

}
.active-menu .mobile-menu span {
    opacity: 0;
}

.active-menu .mobile-menu:before, .active-menu  .mobile-menu:after {
    transform: rotate(45deg) translate(6px, 6px);
    width: 20px;
}

.active-menu .mobile-menu:after {
    transform: rotate(-45deg) translate(6px, -5px);
}

.mobile-menu:before, .mobile-menu:after {
    content: "";
    width: 18px;
    height: 2px;
    background: #0F141A;
    transition: all .3s;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#headerLinks ul {
	display: flex;
	gap: 24px;
	list-style-type: none;
}
#headerLinks li{
	margin-bottom: 0;
}

#headerLinks a {
    font-family: 'AmazonEmberModernLight';
    color: #0F141A;
    font-size: 16px;
    line-height: 1;
}
#banner-text h1 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 18px;

}

.bnr-block {
    max-width: 780px;
    color: #fff;
    padding: 240px 0 120px 0;
    line-height: 1.375;
}

/*================ Section1============*/
.section1-img img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 16px;
}
.form-outer.form-outer {
    padding: 16px 24px 24px 24px;
    flex-direction: column;
}
.mktoForm.mktoLayoutAbove select.mktoField {
    padding-right: 40px !important;
    background: url(https://info.projectkuiper.amazon/rs/560-NAC-511/images/icon-arrow-up.svg) no-repeat;
    background-position: calc(100% - 16px) center;
            -moz-appearance: none;
            -webkit-appearance: none;
}
 /* for IE10 */
        .mktoForm.mktoLayoutAbove select.mktoField::-ms-expand {
            display: none;
        }
#section1 > .container {
    padding-top: 80px;
}
#section1 > .container:before,
#Banner_Section .container:before{
	display: none;
}
section > .container {
        padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
section > .container:before {
    content: "";
    height: 1px;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 0;
    background: #d9d9d9;
}

/*=================== Section 2====================*/
.img-left {
    width: 80px;
        height: 80px;
    flex-shrink: 0;
}

.section2-inner {
    display: flex;
    gap: 32px;
}


/*================= Section 3 ===================*/
.col-image {
    margin-bottom: 30px;
}

.section3 .rounded-image {
    height: 194px;
}
/*================ Section4======================*/
.section4 .col-image {
    height: 135px;
}

/*================= Section 5====================*/
.timezones-section .outer-row {
    display: flex;
    gap: 28px;
}

.timezones-section .col-image {
    height: 138px;
    width: 166px;
    flex-shrink: 0;
    margin: 0;
}
.timezones-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.section5-title h2, .section5-title h3 {
    margin-bottom: 10px;
}

.section5-time p {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 16px;
}

#section5-title {
    margin-bottom: 27px;
}
#section5-title p, #section5-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}
#section5 .section-title h2{
	margin-bottom: 16px;
}
/*================= Section6=================*/

.section6-banner {
    padding: 60px;
    min-height: 440px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 16px;
}
.banner-inner {
    max-width: 500px;
}

#section6-text h2, .section7-outer h2 {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 1.1;
}
/*================= Section 7========================*/
.section7-outer {
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #0000001a;

    padding: 60px 40px;
    text-align: center;
}

/*=============== Section8======================*/
.shadow-boxes{
	 display: flex;
    gap: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 16px;
}

/*================== Section 10================*/
.section10-inner.shadow-boxes {
    flex-direction: column;
}
/*=============== Section 11================*/
.section11 .col-image, .section12 .col-image {
    margin-bottom: 0;
}

/*=============== section 13==================*/
.shadow-boxes.alt {
    flex-direction: column;
    padding: 24px;
    padding-top: 0;
    overflow: hidden;
    gap: 0;
}

.shadow-boxes.alt .col-image {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 24px;
}

.section13 .col-image {
    height: 360px;
}

.section13 .col-image div, 
.section14 .col-image div,
.section15 .col-image div{
    height: 100%;
    width: 100%
}

.shadow-boxes.alt img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*=========== Swction 14==============*/
.section14 .col-image {
    height: 240px;
}

/*=========== Swction 15==============*/
.section15 .col-image {
    height: 200px;
}
/*================= Section16================*/
.col-inner{
	padding: 16px;
}

/*============== Section 18==================*/
.section18 .col-inner {
    padding: 0;
}

.section18 .row-8 {
    padding: 16px 8px;
}

/*======================Footer===================*/
footer {
    color: #fff;
    order: 99999;
}

footer ul {
    list-style-type: none;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
}

footer ul {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

a.footer-logo {
    width: 150px;
    height: 34px;
    display: inline-block;
    background: url(aws-leo-logo-white.svg)no-repeat center/contain;
        margin-bottom: 24px;
}

ul.footer-links a {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 2px;
    display: inline-block;
}

ul.footer-links {
    padding: 14px 0;
}
.footer-social a{
	background: url(icon-linkedin.svg)no-repeat center/contain;
	    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
li.a-youtube a{
	background: url(icon-youtube.svg)no-repeat center/contain;
	    width: 32px;
    height: 32px;
}
li.a-instagram a{
	background: url(icon-instagram.svg)no-repeat center/contain;
}
li.a-twitter a{
	background: url(icon-twitter.svg)no-repeat center/contain;
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
    }

}

@media all and (max-width: 1200px){

#section18 .col-md-6:nth-child(1), #section18 .col-md-6:nth-child(2),
#section15 .col-md-6:nth-child(1), #section15 .col-md-6:nth-child(2),
#section10 .col-md-6:nth-child(1), #section10 .col-md-6:nth-child(2){
margin-bottom: 24px;
}
}

@media only screen and (max-width: 991px) {

body {
    font-size: 16px;
    line-height: 1.5;
}
.form-outer.form-outer {
    margin-top: 40px;
            padding: 30px;
}
.cta a, .mktoForm .mktoButtonWrap.mktoButtonWrap.mktoSimple .mktoButton{
    line-height: 1.4;
    font-size: 15px;
    padding: 18px 40px;
}
h2 {
    font-size: 24px;
    line-height: 1.333;
    margin-bottom: 6px;
}

.section1-img img {
    margin-bottom: 18px;
}
#section1-form, #section1-form form {
    padding: 0;
}

.mktoForm .mktoFormCol {
    margin-bottom: 13px !important;
}
main p {
    margin-bottom: 4px;
}
.header-outer {
    padding: 12px 20px;
    width: calc(100% - 40px);
        left: 20px;
}
header{
	top: 20px;
}
.banner-none header{
		height: 50px;
	}
.awsLeo-logo {
    width: 106px;
    height: 24px;
}
#banner-text h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.bnr-block {
    padding: 160px 0 80px 0;
}
.mobile-menu{
	        display: flex;
	        cursor: pointer;
}
#headerLinks a{
	display: block;
}
#headerLinks{
	display: none;
}
section > .container, #section1 > .container {
    padding: 40px 20px;
}
.img-left {
    width: 60px;
    height: 60px;
}

.section2-inner {
    flex-direction: column;
    gap: 24px;
}
.img-left {
    width: 60px;
    height: 60px;
}

.section2-inner {
    flex-direction: column;
    gap: 24px;
}

.section3 .rounded-image , .section4 .col-image,
.section11 .col-image, .section12 .col-image,
.section13 .col-image{
    height: 202px;
}

.col-image {
    margin-bottom: 12px;
}

#section3 .col-lg-6:not(:last-child),
#section4 .col-lg-4:not(:last-child) {
    margin-bottom: 32px;
}
.section-title h2 {
    font-size: 32px;
    line-height: 1.125;
            margin-bottom: 6px;
}
.timezones-section .col-image {
    height: 80px;
    width: 96px;
}

.timezones-section .outer-row {
    gap: 20px;
}

.section5-time p {
    margin-bottom: 6px !important;
}

.section5-title h2, .section5-title h3 {
    margin-bottom: 8px;
}
.timezones-section {
    gap: 24px;
}
.section6-banner {
    padding: 40px;
    align-items: flex-start;
            min-height: auto;
        padding-bottom: 360px;
}

#section6-text h2, .section7-outer h2 {
    font-size: 32px;
    line-height: 1.125;
}
.section7-outer {
    padding: 40px 40px;
}

.section8-inner, .section9-inner, .section10-inner {
    gap: 20px;
    padding: 20px;
}

#section8 .col-md-6:not(:last-child), #section9 .col-md-4:not(:last-child),
 #section10 .col-md-6:not(:last-child) {
    margin-bottom: 24px;
}

.section7-outer {
    padding: 40px 20px;
}

section > .container:before {
    width: calc(100% - 40px);
    left: 20px;
}

.section10-inner.shadow-boxes {
    flex-direction: row;
}

section > .container:before {
    width: calc(100% - 40px);
    left: 20px;
}
.section11 .col-image, .section12 .col-image {
    margin-bottom: 12px;
}
#section12 .row {
    display: flex;
    flex-direction: column-reverse;
}
.shadow-boxes.alt {
    padding: 0px 20px 20px 20px;
}

.shadow-boxes.alt .col-image {
    margin: 0 -20px 20px -20px;
}

#section13 .col-md-6:not(:last-child), 
#section14 .col-md-4:not(:last-child),
#section14-2 .col-md-4:not(:last-child), 
#section15 .col-md-6:not(:last-child)
 {
    margin-bottom: 40px;
}

#section16 .col-inner, 
#section17 .col-inner, 
#section18 .col-inner {
    padding: 0;
}
#section16 .col-md-6:not(:last-child), 
#section17 .col-md-4:not(:last-child), 
#section18 .col-md-6:not(:last-child){
	margin-bottom: 32px;
}
.footer-links {flex-wrap: wrap;gap: 4px;}

.footer-links li:nth-child(-n+3) {
    width: 100%;
    text-align: center;
}

.footer-links li {
    padding: 0 16px;
}

}
@media (max-width: 768px) {

}

@media (max-width: 360px) {
.timezones-section .outer-row,
.section8-inner, .section9-inner, .section10-inner.shadow-boxes{
    flex-direction: column;
}

.section6-banner {padding: 20px 20px 360px 20px;}
}


