.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;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #d33;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(0, 0, 0, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  font-family: Raleway, sans-serif;
}

.text-block {
  color: #d33;
  font-size: 42px;
  font-weight: 800;
  line-height: 40px;
}

.section {
  height: 500px;
  background-image: url('../images/rsz_1adobestock_430937310-modified-min.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 15px 40px;
  font-size: 17px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #d33;
  background-color: #fff;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 25px;
}

.heading {
  color: #d33;
  margin-top: 80px;
  margin-bottom: 50px;
}

.image {
  max-width: 300px;
}

.image-2 {
  max-width: 300px;
  margin-left: 60px;
  margin-right: 60px;
}

.image-3 {
  max-width: 300px;
}

.div-block-3 {
  margin-bottom: 80px;
}

.section-3 {
  background-color: rgba(221, 51, 51, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #d33;
  margin-top: 80px;
  margin-bottom: 50px;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.div-block-6 {
  width: 50%;
  margin-left: 10px;
}

.heading-3 {
  font-size: 25px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-size: 16px;
  line-height: 24px;
}

.list-item-8 {
  font-size: 16px;
  line-height: 25px;
}

.container-2 {
  margin-bottom: 80px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #d33;
  margin-top: 80px;
  margin-bottom: 50px;
}

.columns-3 {
  display: flex;
}

.columns-3.dva {
  flex-direction: row-reverse;
}

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

.column-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
}

.heading-6.dva {
  text-align: center;
}

.paragraph-4 {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4.dva {
  padding-left: 0;
}

.paragraph-4.jedna, .paragraph-4.t-i {
  padding-right: 0;
}

.container-3 {
  margin-bottom: 30px;
}

.container-3.two {
  flex-direction: row-reverse;
  display: flex;
}

.container-3.two.d {
  margin-bottom: 50px;
}

.container-4 {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 50px;
  display: flex;
}

.div-block-7 {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-7.line, .div-block-7.liner {
  border-right: 1px solid #fff;
}

.div-block-8 {
  width: 50%;
  border: 1px solid #fff;
  flex-direction: column;
  display: flex;
}

.list {
  flex-direction: column;
  align-items: center;
  line-height: 25px;
  display: flex;
}

.div-block-9 {
  background-color: #d33;
  border: 1px #000;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-5 {
  background-color: rgba(221, 51, 51, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-7 {
  color: #d33;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

.text-field-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(51, 51, 51, .65);
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

.div-block-17 {
  width: 48%;
}

.textarea {
  min-height: 100px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(51, 51, 51, .65);
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

.text-block-9 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-8 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.submit-button {
  width: 200px;
  background-color: #d33;
  border-radius: 10px;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #d33;
  border: 2px solid #fff;
}

.div-block-12 {
  margin-top: 30px;
}

.div-block-11 {
  margin-top: 20px;
}

.error-message {
  border-radius: 10px;
  margin-top: 20px;
}

.div-block-18 {
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.input {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(51, 51, 51, .65);
  font-family: Raleway, sans-serif;
}

.success-message {
  background-color: #2e9dff;
  border-radius: 9px;
  font-family: Open Sans, sans-serif;
}

.div-block-15 {
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.div-block-16 {
  width: 48%;
}

.form-block {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.input1 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(51, 51, 51, .65);
  margin-top: 0;
  font-family: Raleway, sans-serif;
}

.section-6 {
  background-color: #d33;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image, .image-2 {
    max-width: 400px;
    margin-bottom: 20px;
  }

  .image-3 {
    max-width: 400px;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .heading, .heading-2 {
    font-size: 32px;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-3.dva {
    flex-direction: column-reverse;
  }

  .heading-6 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph-4.jedna {
    padding-left: 0;
    font-size: 14px;
  }

  .container-3 {
    flex-direction: column;
    display: flex;
  }

  .container-4 {
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-block-7 {
    width: 90%;
  }

  .div-block-7.line {
    border-right-style: none;
    margin-bottom: 20px;
  }

  .div-block-7.liner {
    width: 90%;
    border-right-style: none;
  }

  .div-block-19 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .image {
    max-width: 300px;
  }

  .image-2 {
    max-width: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-3 {
    max-width: 300px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .list-item {
    text-align: center;
  }

  .section-5 {
    align-items: center;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-18 {
    width: 90%;
  }

  .div-block-15 {
    flex-direction: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .form-block {
    margin-top: 30px;
  }
}


