@font-face {
  font-family: 'download';
  src: url('../fonts/download.woff2') format('woff2'),
       url('../fonts/download.woff') format('woff'),
       url('../fonts/download.ttf') format('truetype'),
       url('../fonts/download.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "download";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;

  margin-left: .2em;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-download:before { content: '\e800'; }
.icon-download3:before { content: '\e801'; }

html, body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	font-family: 'Inter', sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
}

h1{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 39px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.5px;
	line-height: 0.9;
	color: rgba(34, 40, 83, 1);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 500ms ease-in-out;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px;
}
h2{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 0.9;
	color: rgba(34, 40, 83, 0.3);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 500ms ease-in-out;
	display: block;
	margin: 0px;
	padding: 0px;
}
h3{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 1;
	color: rgba(34, 40, 83, 1);
	text-transform: uppercase;
	text-decoration: none;
	transition: all 500ms ease-in-out;
	display: block;
	margin: 0px;
	padding: 0px;
}
h4{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 1;
	color: rgba(34, 40, 83, 0.3);
	text-decoration: none;
	transition: all 300ms ease-in-out;
	display: block;
	margin: 0px;
	padding: 0px;
}
h4:hover{
	color: rgba(246, 80, 88, 1);
}
h5{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 1;
	color: rgba(34, 40, 83, 0.7);
	text-decoration: none;
	/*transition: all 500ms ease-in-out;*/
	display: block;
	margin: 8px 0 0 0;
	padding: 0px;
}
h5 span{
	font-weight: 800;
	color: rgba(34, 40, 83, 0.9);
}
p{
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 1.5;
	color: rgba(34, 40, 83, 0.7);
	text-decoration: none;
	/*transition: all 500ms ease-in-out;*/
	display: block;
	margin: 10px 0 0 0;
	padding: 0px;
}

/*-----------------------------HEADER------------------------------*/
.headline{
	width: 100%;
	height: 200px;
	border-bottom: dashed 2px rgba(34, 40, 83, 0.1);
	display: flex;
	overflow: hidden;
	position: fixed;
	top: 0;
	transition: all 500ms ease-in-out;
	background-color: #ffffff;
	z-index: 999;
}
.headline-on-scroll{
	height: 100px;
}
.headline-container{
	width: 860px;
	margin: auto;
	z-index: 2;
}
.headline-content{
	width: 100%;
	display: inline-flex;
	align-items: center;
}
.vertical-headline-logo{
	width: 70px;
}
.horizontal-headline-logo{
	width: 170px;
	display: none;
}
.headline-text{
	display: inline-block;
	margin-left: 30px;
	width: 320px;
}
.d-none{
	display: none;
}
.d-iblock{
	display: inline-block;
}

/*-----------------------------CARDS-----------------------------*/
.card-text{
	margin: 0px 30px 0px 30px;
}
.card-h1-white{
	color: #fff;
	font-size: 32px;
}
.card-h1-navy{
	font-size: 32px;
}
.title-h1-navy{
	font-size: 32px;
	margin: 50px 0 0 0;
}
.card-h2-white{
	color: rgba(255, 255, 255, 0.3);
}
.card-h2-navy{
	color: rgba(34, 40, 83, 0.3);
	margin: 0 0 15px 0;
}
.bolder-w{
	font-weight: 800;
	color: rgba(255, 255, 255, 0.6);
}
.bolder-n{
	font-weight: 800;
	color: rgba(34, 40, 83, 0.6);
}
.card-content{
	width: 100%;
	height: 260px;
	position: relative;
	z-index: 3;
	padding: 30px 0 30px 0;
}
.card {
	border-radius: 8px;
	min-width: 270px;
	height: 320px;
	
	overflow: hidden;
}
.card:hover .btn-card-n{
	background-color: rgba(34, 40, 83, 1);
	color: rgba(255, 255, 255, 1);
}
.card:hover .btn-card-w {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(34, 40, 83, 1);
}
.color-container {
	border-radius: 8px;
	min-width: 193px;
	height: 200px;
	width: 100%;
}
.color-card{
	display: inline-block;
	max-width: 415px;
	width: 50%;
}
.special-color-code{

}
.color-codes{
	margin: 15px 0 0 0;
}
.color-name{
	width: 100%;
	margin: 10px 0 10px; 0;
	height: 20px;
}
.color-name-h2-b{
	color: rgba(34, 40, 83, 0.5);
	font-weight: 800;
}
.color-name-h2-l{
	color: rgba(34, 40, 83, 0.3);
}
.horizontal{
	width: 100%;
}
/*-----------------------------CONTENT-----------------------------*/
.assets{
	width: 100%;
	margin-top: 230px;
}
.assets-container{
	max-width: 860px;
	margin: 35px auto 35px auto;
}
.main-color-col-row{
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin: 15px 0 15px 0;
}
.second-color-col-row{
	width: 415px;
	display: inline-flex;
	justify-content: space-between;
	margin: 15px 0 15px 0;
}
.second-color-col-row-container{
	display: inline-flex;
}
.card-col-row{
	width: 100%;
	display: inline-flex;
	justify-content: space-between;
	margin: 15px 0 15px 0;
}
.third{
	width: 270px;
}
.twothird{
	width: 66%;
}
.full{
	width: 100%;
	max-width: 860px;
}
.half{
	width: 50%;
	max-width: 415px;
	height: 200px;
}
.quarter{
	width: 25%;
	max-width: 193px;
	height: 200px;
}
.gap{
	width: 30px;
}
.gray{
	background-color: rgba(34, 40, 83, 0.1);
	color: rgba(34, 40, 83, 1);
}
.white{
	background-color: #fff;
	border: dashed 2px rgba(34, 40, 83, 0.1);
	box-sizing: border-box;
	color: rgba(34, 40, 83, 1);
}
.black{
	background-color: rgba(26, 26, 26, 1);
	color: #fff;
}
.navy{
	background-color: rgba(34, 40, 83, 1);
	color: #fff;
}
.light-navy{
	background-color: rgba(34, 40, 83, 0.7);
}
.navy-gray{
	background-color: rgba(34, 40, 83, 0.3);
}
.light-navy-gray{
	background-color: rgba(34, 40, 83, 0.1);
}
.red{
	background-color: rgba(246, 80, 88, 1);
	color: #fff;
}
.breaker{
	width: 100%;
	height: 2px;
	border-top: dashed 2px rgba(34, 40, 83, 0.1);
	margin: 15px 0 15px 0;
}

/*-----------------------------BUTTONS-----------------------------*/
.btn-container{
	float: right;
	margin: auto 0px auto auto;
	min-width: 222px;
}
.btn{
	height: 44px;
	border-radius: 10px;
	background-color: rgba(246, 80, 88, 1);
	display: inline-flex;
	align-items: center;
	border: solid 5px rgba(255, 255, 255, 1);
	transition: all 500ms ease-in-out;
}
.btn-card-n{
	height: 38px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0);
	display: inline-flex;
	align-items: center;
	border: solid 2px rgba(34, 40, 83, 0.6);
	transition: all 500ms ease-in-out;
	right: 30px;
	bottom: 30px;
	position: absolute;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: rgba(34, 40, 83, 0.9);
	padding: 0 0 0 20px;
}
.btn-card-w{
	height: 38px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0);
	display: inline-flex;
	align-items: center;
	border: solid 2px rgba(255, 255, 255, 0.7);
	transition: all 500ms ease-in-out;
	right: 30px;
	bottom: 30px;
	position: absolute;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.9);
	padding: 0 0 0 20px;
}
.btn:hover {
	background-color: rgba(246, 100, 88, 1);
	border: solid 5px rgba(233, 233, 238, 1);
}

.btn:active {
	background-color: rgba(220, 80, 80, 1);
	border: solid 5px rgba(233, 233, 238, 1);
	transition: active 100ms ease-in-out;
}
.btn-card:active {
	background-color: rgba(255, 255, 255, 1);
	border: solid 2px rgba(34, 40, 83, 1);
	transition: active 100ms ease-in-out;
}
.btn-text{
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	color: #fff;
	margin: 0 0 0 25px;
	display: flex;
	align-items: center;
}
.btn-text-download{
	margin: 0 5px 0 0;
}
.btn-icon{
	font-size: 20px;
	margin:0 22px 0 8px;
}
.btn-icon-s{
	font-size: 16px;
	margin:0 20px 0 8px;
}
.btn-card-icon{
	height: 16px;
	margin:0 20px 0 10px;
}
a {
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	color: rgba(34, 40, 83, 1);
	margin: 0px;
	padding: 0px;
}
a:hover  {
	color: rgba(34, 40, 83, 1);
}

/*-----------------------------FOOTER-----------------------------*/
.footer{
	width: 100%;
	min-height: 200px;
	border-top: dashed 2px rgba(34, 40, 83, 0.1);
	display: flex;
	margin-top: 70px;
	padding: 30px 0 0 0;
}
.footer-container{
	width: 860px;
	margin: auto auto auto auto;
}
.footer-content{
	width: 100%;
}
.footer-text{
	width: 100%;
	margin-bottom: 30px;
}
.footer-outro{
	display: inline-flex;
	align-items: center;
	width: 100%;
}
.right{
	float: right;
}
.link{
	margin: 0 0 0 auto;
}

/*-----------------------------RESPONSIVITY-----------------------------*/
@media only screen and (max-width: 937px) {
	.headline-container{
		padding: 0 30px 0 30px;
	}
	.assets-container{
		padding: 0 30px 0 30px;
	}
	.footer-container{
		padding: 0 30px 30px 30px;
	}
	.second-color-col-row{
		width: 100%;
	}
	.second-color-col-row-container{
		display: block;
	}
	.quarter{
		width: 100%;
		max-width: 415px;
	}
	.vertical-headline-logo{
		display: none;
	}
	.horizontal-headline-logo{
		display: inline-block;
	}
	.headline-text{
		display: none;
	}
	.headline{
		height: 100px;
	}
	.assets{
		margin-top: 120px;
	}
}
@media only screen and (max-width: 639px) {
	.card-col-row{
		display: block;
		margin: 15px 0 0 0;
	}
	.third{
		width: 100%;
		margin: 15px 0 15px 0;
	}
	.twothird{
		width: 100%;
		margin: 15px 0 15px 0;
	}
	.headline{
		height: 70px;
	}
	.headline-on-scroll{
		height: 70px;

	}
	.assets{
		margin-top: 90px;
	}
}
@media only screen and (max-width: 490px) {
	.main-color-col-row{
		display: block;
		margin: 0px;
	}
	.color-card{
		width: 100%;
		margin-top: 20px;
	}
	.title-h1-navy{
		margin: 20px 0 0 0;
	}
	.second-color-col-row{
		display: block;
		margin: 0px;
	}
	.horizontal-headline-logo{
		width: 140px;
	}
	.btn-text-download{
		display: none;
	}
	.btn{
		float: right;
	}
	.btn-container{
		min-width: 0px;
	}
}
@media (min-width: 1201px) {
}

@media (min-width: 471px) and (max-width: 1200px) {
}


/*--------------------------SWIRL---------------------------*/\
.flex{
	display: flex;
	overflow: hidden;
}
.flex-content{
	top: -300px;
}
.slip{
	min-width: 165px;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: -300px;
	position: relative;
}
.swirl-container{
	top:0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.swirl{
	position: absolute;
	width: 1350px;
	height: 1350px;
	overflow: hidden;
	z-index: 1;
	animation: rotation 60s infinite linear;
}
.swirl-pos{
	width: 1100px;
	height: 1000px;
	transform: translate(-20%,-20%);
}
@keyframes rotation {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}