.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #181b22;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lanekcut, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.nav-link {
  background-color: #d1512a;
}

.bk_yellow {
  background-color: #e5b745;
}

.container {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.bk_green {
  color: #181b22;
  background-color: #5b9440;
}

.bk_pink {
  background-color: #e69cf7;
}

.bk_darkblue {
  background-color: #182861;
}

.text_white {
  color: #fdfdfd;
}

.text_white:hover {
  color: #fffefe;
}

.text_white.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 100px;
}

.heading {
  text-transform: uppercase;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: PT Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-3 {
  text-transform: uppercase;
}

.nav-link-2 {
  text-transform: uppercase;
  font-family: Lanekcut, sans-serif;
  font-size: 22px;
}

.nav-link-2:hover {
  background-color: #d1512a;
}

.nav-link-2.w--current {
  color: #455787;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #181b22;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.bt_buybook {
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  background-color: #d1512a;
  font-family: Lanekcut, sans-serif;
  font-size: 22px;
}

.bt_buybook:hover {
  background-color: #e69cf7;
}

.brand {
  width: 150px;
  margin-right: 10px;
  padding-right: 0;
  display: block;
}

.image {
  display: block;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.listitem {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
}

.bk_orange {
  background-color: #d1512a;
}

.image-2 {
  max-width: 50%;
  border-left: 15px solid #e5b745;
}

.column {
  justify-content: flex-end;
  display: flex;
}

.margintop {
  margin-top: 20px;
}

.image-3 {
  max-width: 50%;
}

.textform {
  font-family: Lanekcut, sans-serif;
  font-size: 22px;
}

.div-block {
  border-top: 2px solid #182861;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link {
  color: #fff;
}

.link-block {
  text-decoration: none;
}

.homecontainer {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-form {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.textquote {
  border: 0 solid #000;
  border-left: 15px solid #d1512a;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bk_lightblue {
  background-color: #455787;
}

.div_patter {
  background-color: #455787;
  background-image: url('../images/Pattern_Squible_small.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 5%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.heading-5 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .text_white.centered {
    line-height: 60px;
  }

  .homecontainer, .container-form {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .text_white.centered {
    line-height: 60px;
  }

  .column {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_white.centered {
    font-size: 80px;
  }

  .column {
    flex-direction: column;
    align-items: center;
  }
}


@font-face {
  font-family: 'Lanekcut';
  src: url('../fonts/Lanekcut.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}