html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
  line-height: 120%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #ede0d4;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
  box-sizing: border-box;
}


h1 {
  font-weight: 600;
  font-size: 46px;
  line-height: 110%;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 110%;
}

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 110%;
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
}

.main-background {
  width: 100%;
  height: 100%;
}

.main-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  
}

.main-wrapper {
  height: 100%;
  text-align: center;
  padding: 0 30px; 
  padding-bottom: 30px;
}

.hero-title {
  padding-top: 30px;
font-family:'Montserrat',sans-serif;
font-weight:500;
letter-spacing:0.16em;
line-height:130%;
text-transform:uppercase;
font-size: 1.75em;
}

.hero-description{
  margin-top: 35px;
font-family:'Montserrat',sans-serif;
font-weight:500;
line-height:120%;
font-size: 1.35em;
}

.hero-description.mt-10 {
  margin-top: 10px;
}

.hero-small{
margin-top: 35px;
font-family:'Montserrat',sans-serif;
font-weight:500;
line-height:130%;
font-size: 1em;
}

.hero-small.just {
  text-align-last: justify;
}

.hero-small.big {
  font-size: 1.1em;
}

.hero-small.mt15 {
  margin-top: 15px;
}

.hero-button{
font-family:'Montserrat',sans-serif;
font-weight:600;
letter-spacing:0.08em;
line-height:120%;
text-transform:uppercase;
margin-top: 15px;
}

.bg-gradient-black-to-red {
  
  background: 
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.08), transparent 35%),
    radial-gradient(circle at 80% 30%, rgba(0,0,0,0.18), transparent 40%),
    linear-gradient(to bottom, #1B0B0B 0%, #E8232A 100%);
}

.bg-gradient-red-to-black {
  background: 
  url('../img/bg.png') no-repeat top center,
  url('../img/bg_reapeter.png') repeat-y top center;
  background-size: 100% auto;
}


.buttons {
  margin-top: 35px;
}

.button {
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: none;
  font-size: 1.35em;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-red {
  color: #ede0d4;
  background: #B11C1E;
  margin-top: 45px;
}

.btn-red:hover {
  background: #911719;
}

.btn-yellow {
  color: #150607;
  background: #FABB0B;
  margin-top: 45px;
}

.btn-yellow:hover {
  background: #c9960a;
}

.logo {
  padding: 30px 45px 10px 45px;
}

.list {
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
}

.pl10 {
  padding-left: 10px;
}



















.bg-blue {
  background: #012639;
}

.bg-grey {
  background: #ECE8E4;
}

.bg-white {
	background:#fff;
}

.f-yellow {
  color: #FCD102;
}

.f-blue {
  color: #012639;
}

.f-grey {
  color: #ECE8E4;
}

.f-white {
	color:#fff;
}

.f-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-italic {
	font-style:italic;
}

.f-bold {
	font-weight:700;
}
.container {
  width: 100%;
  max-width: 800px;
  padding: 0 60px;
  margin:0 auto;
}

img {
	max-width:100%;
  vertical-align: middle;
}

header {
  margin: 0 auto;
}

/*---------------------------------------*/


#title{
	padding:30px 0;
}

/*--------------------*/

#stories{
	padding:35px 0 20px 0;
}
#stories h2{
	padding-bottom:20px;
}
#stories p{
	padding-bottom:15px;
}
#stories .container{
	padding:0 80px;
}

/*--------------------*/

#how_we_scale{
	padding:35px 0 75px 0;
	border-bottom:1px solid #FCD102;
}
#how_we_scale h3{
	padding-bottom:35px;
}
.table_row{
	display:flex;
}
.table_cell{	
	border:1px solid #012639;
	padding:10px 5px;
	display:flex;
	align-items:center;
	justify-content: center;
}
.table_cell:nth-of-type(1){
	width:38%;
	border:1px solid #012639;
	padding:10px 5px;
}
.table_cell:nth-of-type(2){
	width:62%;
	border:1px solid #012639;
	padding:10px 5px;
}

/*--------------------*/

#why_it_matters{
	padding:35px 0;
}
#why_it_matters h3{
	padding-bottom:35px;
}
.list_wrap{
	padding-bottom:20px;
}

/*--------------------*/

.block_with_image{
	padding:50px 0 90px 0;
}
.block_with_image .image-block{
	display:flex;
}
.block_with_image .sticker{
	width:38%;
	padding:5px;
	margin-bottom:15px;
}
.block_with_image .image-block .image{
	width:38%;
}
.block_with_image .image-block .description{
	width:62%;
	padding-left:15px;
}
.block_with_image .description h4{
	padding-bottom:5px;
}
.block_with_image .description p{
	padding-bottom:20px;
}
.block_with_image .description p:last-of-type{
	padding-bottom:0;
}

/*--------------------*/

#lets_talk{
	padding:50px 0 80px 0;
}
#lets_talk h3{
	padding-bottom:15px;
}
#lets_talk p{
	padding-bottom:40px;
}
.person-wrapper{
	padding:20px 5px 40px 5px;
}
.person-wrapper h4{
	padding-bottom:5px;
}
#lets_talk .person-wrapper p{
	padding-bottom:0;
}
.person-mail a{
	display:block;
	padding:15px 0;
	text-decoration:none;
}
.person-mail a:hover{
	text-decoration:underline;
}

#video-trailer {
  padding: 25px 0 50px 0;
}

.movie-info {
  padding: 5px;
  margin-bottom: 25px;
}

.movie video {
  max-width: 100%;
}

.hide {
  display: none;
}

.poster {
  position: relative;
  width: 100%;
  height: 100%;
}

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  transition: all linear .1s;
  border: 1px solid grey;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background: rgba(0,0,0,0.2);

  display: flex;
  align-items: center;
  justify-content: center; 
}

.circle:hover{
  transition: all linear .1s;
  width: 120px;
  height: 120px;
}

.frame:has(.circle:hover) {
  background: rgba(0,0,0,0.2);
}


.contact-form {
  max-width: 600px;
  margin: 30px auto;
}

.contact-form .form-row {
  text-align:left;
  padding-bottom: 6px
}

.contact-form label {
  display: block;
}

.contact-form input, .contact-form label {
  width: 100%;
  padding: 2px ;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  box-sizing: border-box;
  background: none;
  color: #ede0d4;
}

.contact-form label.nb {
  border:none
}

.contact-form input::placeholder {
  color: #ede0d4;
}

.contact-form select {
  width: 100%;
  padding: 2px 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  box-sizing: border-box;
  background: none;
  color: #ede0d4;
  background: #3e1010;
}

.contact-form input:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
}

.contact-form textarea {
  width: 100%;
  margin-top: 3px;
  padding: 5px 10px;
  border: none;
  font-size: 0.9em;
  box-sizing: border-box;
  background: #3e1010;
  color: #ede0d4
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #666;
}


.contact-form .field-error-text {
  background: rgba(255,255,255,0.7);
  padding-left: 8px;
  color: #d93025;
  font-weight: 700;;
  font-size: 13px;
  width:100%; 
}

.contact-form .field-error-text:not(:empty) {
  margin-bottom: 6px;
}



.form-message {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
}

.form-message.success {
  background: #dff6e7;
  color: #18794e;
  border: 1px solid #9ed8b5;
}

.form-message.error {
  background: #fde7e7;
  color: #b42318;
  border: 1px solid #f5b5b5;
}

/*----------------------------------------*/

@media screen and (max-width:800px){
	.container, #stories .container {
		padding:0 30px;
	}
}
@media screen and (max-width:700px){
	body {
		font-size: 18px;
	} 
	h1 {  
	  font-size: 40px;  
	}

	h2 {
	  font-size: 36px;
	}

	h3 {
	  font-size: 32px;
	}

	h4 {
	  font-size: 28px;
	}
}
@media screen and (max-width:550px){
	body {
	
	} 
	h1 {  
	  font-size: 36px;  
	}

	h2 {
	  font-size: 32px;
	}

	h3 {
	  font-size: 28px;
	}

	h4 {
	  font-size: 24px;
	}
	#how_we_scale{
		padding: 35px 0;
	}
	.block_with_image {
		padding: 50px 0;
	}
	.container, #stories .container {
		padding:0 15px;
	}
	.person-wrapper{
		padding:20px 5px;
	}
	.block_with_image .sticker{
		width:100%;
	}
}

@media screen and (max-width:440px){
	body {
		font-size: 16px;
	} 

}

@media screen and (max-width:400px){
	body {
		font-size: 14px;
	} 
	h1 {  
	  font-size: 32px;  
	}

	h2 {
	  font-size: 28px;
	}

	h3 {
	  font-size: 24px;
	}

	h4 {
	  font-size: 20px;
	}	
}