html, body{
    margin :0;
    width:100%;
}

body * {
    font-family: Inter;
}

body {
    padding-top:56px;
}

.container{
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    clear: both;
}

header{
    position: fixed;
    width:calc(100% - 40px);
    background: white;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    top:0;
    max-height: 35px;
    overflow-y: hidden;
    transition: all 0.2s ease;
    z-index: 1;
}

header .container{
    padding:0;
}

.header-img{
    width: 30px;
    margin-top: 3px;
}

.header-title{
    color: #11587D;
    font-size: 1.5em;
    font-weight: 600;
    position: relative;
    top:-5px;
    display: inline-block;
}

.header-links{
    display: block;
    border-top: 1px solid #f0f0f0;
    margin-top: 6px;
}

.header-links a{
    text-decoration: none;
    color: #121222;
    font-weight: 100;
    font-size: 0.95em;
    margin-right: 30px;
    margin-top: 10px;
    display: block;
    margin-top: 20px;
    transition: all 0.2s ease;
}

.header-links a:hover{
    color: #11587D;
}

.header-links a:last-of-type{
    margin-right: 0px;
    background: #11587D;
    color: white;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
}

.header-links a:last-of-type:hover{
    transform:scale(1.05);
    background: #0c3e58;
}

#mobile-menu {
    float: right;
    width:40px;
    height:40px;
    font-size: 1.5em;
    color: #121222;
    border: none;
    background: none;
    position: absolute;
    top: 10px;
    right:20px;
}

h1{
    margin-top: 60px;
    font-weight: 900;
    font-size: 2.2em;
}

p{
    font-size: 1.15em;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: rgb(88, 99, 110);
}

h2{
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
}

ul, li{
    color: rgb(88, 99, 110);
}

ul{
    padding-inline-start: 20px;
}

li{
    line-height: 1.5em;
}

li::marker {
  color: #11587D;
}

.hero-btn {
    display:block;
    border: 2px solid #11587D;
    padding: 18px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #11587D;
    text-decoration: none;
    font-size: 1.15em;
    transition: all 0.2s ease;
}

.btn {
    display: block;
    border: 2px solid #11587D;
    padding: 18px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #11587D;
    text-decoration: none;
    font-size: 1.15em;
    transition: all 0.2s ease;
}

.bg-blue {
    background: #11587D;
    color:white;
}

.hero{
    display:flex;
    background: #fafafa;
}

.hero-btn:hover {
    transform:scale(1.05);
}

.btn:hover {
    transform:scale(1.05);
}

.hero-btn.bg-blue:hover {
    background: #0c3e58;
}

.btn.bg-blue:hover {
    background: #0c3e58;
}

.hero-btn:last-of-type {
    margin-bottom: 50px;
}

.hero img{
    max-width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.icon-span{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px;
    background: white;
}

.icon-span i {
    color:#11587D;
    font-size: 1.2em;
    height: 20px;
    padding-top: 4px;
}

.icon-span span{
    color: rgb(61, 69, 77);
    font-size: 1.1em;
    height: 23.2px;
    display:inline-block;
}

.last-cta-section{
    background: #11587D;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 70px;
}

.last-cta-section h2 {
    color:white;
}

.last-cta-section p {
    color:white;
}

.last-cta-btn {
    display:block;
    border: 2px solid white;
    padding: 18px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 1.15em;
    transition: all 0.2s ease;
}

.last-cta-btn:hover {
    transform:scale(1.05);
}

.bg-white {
    background: white;
    color: #11587D;
}

.form-section{
    text-align: center;
    background: #fafafa;
    padding-bottom: 70px;
}

form{
    max-width: 800px;
    border: 1px solid #fafafa;
    border-radius: 0.625rem;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 28px;
}

form label{
    display:block;
    margin-bottom: 8px;
}

form label.required::after{
    content: "*";
    color: #d4183d;
    margin-left: 5px;
}

form input{
    margin-bottom: 18px;
    width:calc(100% - 0.25rem * 8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding-block: calc(0.25rem * 3);
    padding-inline: calc(0.25rem *4);
    background: #fafafa;
    line-height: 1.5;
}

form textarea{
    margin-bottom: 18px;
    width:calc(100% - 0.25rem * 8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding-block: calc(0.25rem * 3);
    padding-inline: calc(0.25rem *4);
    background: #fafafa;
    line-height: 1.5;
}

form .btn{
    display:block;
    width:100%;
}

footer{
    background: #030915;
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex;
}

footer .md-3{
    padding-top: 20px;
}

footer h3{
    color: white;
}

footer .md-3:first-of-type p{
    color: lightslategray;
}

footer p{
    color: #a1a1a1;
}

footer a{
    display: block;
    color: #a1a1a1;
    text-decoration: none;
    margin-bottom: 1em;
    transition: all 0.2s ease;
}

footer a:hover{
    color:whitesmoke;
    transform:scale(1.05);
}

footer .icon-line{
    margin-bottom: 16px;
}

footer i {
    color: #11587D;
}

footer span {
    color: whitesmoke;
    margin-left: 7px;
}

.website-info{
    border-top: 2px solid #121222;
}

.website-info a{
    margin-top: 16px;
    margin-left: 28px;
}

img{
    max-width: 100%;
}

#cookie-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 14px;
  z-index: 9999;
}

.cookie-card {
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 12px;
}

.cookie-links a { text-decoration: underline; }
.cookie-preferences {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
}

.pref-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* For devices with a maximum width of 600px */
@media screen and (min-width: 800px) {
  .container {
    max-width: 80rem;
  }

  .header {
    max-height: 35px !important;
  }

  .header-links {
    border: none;
    display:inline-block;
    float:right;
    margin-top: 0px;
  }

  .header-links a{
    margin-top: 0;
    display: inline-block;
  }

  #mobile-menu{
    display: none;
  }

  footer{
    min-height: 300px;
  }

  .md-3{
    width: calc(25% - 40px);
    float: left;
    padding-right: 40px;
  }

  .website-info{
    width:100%;
    float:left;
  }

  .website-info p {
    float: left;
  }

  .website-info a {
    float: right;
  }

  .hero-content{
    width:calc(50% - 20px);
    float:left;
    padding-right: 20px;
  }

  h1{
    font-size: 3.3em;
  }

  h2{
    font-size: 3em;
  }

  .btn{
    display: inline-block;
  }

  .hero{
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .hero img{
    width: calc(50% - 20px);
    float:right;
    margin-left: 20px;
    margin-top: 10vh;
  }

  .hero-btn{
    display: inline-block;
  }

  .hero-btn:first-of-type{
    margin-right: 20px;
  }

  .last-cta-section .container{
    max-width: 45%;
  }

  .last-cta-btn{
    display:inline-block;
  }

  .last-cta-btn:first-of-type{
    margin-right: 10px;
  }
}