h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.hero {
  position: static;
  height: 100vh;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf6e9;
  background-image: radial-gradient(
    circle farthest-corner at 50% 50%,
    #fff,
    #fcf6e9
  );
}

.image-2 {
  position: absolute;
  z-index: 0;
  display: none;
  max-width: 200%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  position: static;
  z-index: 1;
}

.h1-hero {
  position: relative;
  top: 290px;
  z-index: 5;
  margin-bottom: 0px;
  font-family: Averta Standard;
  color: #1e266d;
  font-size: 64px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1336px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.text-span {
  color: #ff8c5a;
}

.paragraph {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.h2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Averta Standard;
  color: #1e266d;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.section-half-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.feathers {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.divider {
  max-width: 1336px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  background-color: rgba(30, 38, 109, 0.1);
  text-align: center;
}

.cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: #202630;
  background-image: url("../images/oval-inner.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Averta Standard;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1336px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.section-cta {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #202630;
  text-align: center;
}

.link-tel {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: Averta Standard;
  color: #ff8c5a;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
}

.link-tel:hover {
  border-bottom: 4px solid #ff8c5a;
  text-decoration: none;
}

.div-block-10 {
  position: static;
  width: 100%;
  background-color: #fcf6e9;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1336px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.footer-item {
  width: 33.3%;
  padding-top: 160px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Averta Standard;
  color: #1e266d;
  font-weight: 500;
}

.paragraph-footer {
  width: 80%;
  margin-bottom: 0px;
  padding-top: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.paragraph-copy {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 48px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.section-footer {
  background-color: #fcf6e9;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1336px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3f435f;
  text-decoration: none;
}

.link:hover {
  color: #ff8c5a;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.section-half-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.footer-item-logo {
  width: 33.3%;
  padding-top: 160px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph-copy-blank {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 48px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.cc-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.brand-2 {
  border-bottom-style: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.brand-2:hover {
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-item {
  position: relative;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  cursor: pointer;
}

.menu-item:hover {
  color: #ff8c5a;
}

.menu-item-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 17px;
  margin-left: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #3f435f;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-wrap:hover {
  opacity: 1;
  color: #ff8c5a;
}

.menu-item-wrap.w--current {
  opacity: 1;
}

.menu-item-deco-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(162, 95, 75, 0.3);
  opacity: 0;
}

.items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-15 {
  padding: 4px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #ff8c5a;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-list-item {
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Averta Standard;
  color: #3f435f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.items-list-centerer {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1336px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-22 {
  width: 100%;
  height: 76px;
  background-color: #fff3d9;
}

@media (max-width: 991px) {
  .h1-hero {
    position: relative;
    top: 180px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 48px;
    line-height: 64px;
  }
  .paragraph {
    margin-right: 0px;
  }
  .section-half-left {
    padding: 40px;
  }
  .cta {
    padding: 48px 40px;
    border-radius: 0px;
  }
  .h3 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cta-content {
    width: 100%;
  }
  .link-tel {
    border-bottom-style: none;
  }
  .link-tel:hover {
    border-bottom-style: none;
  }
  .div-block-11 {
    min-height: 500px;
  }
  .footer-item {
    padding-top: 160px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph-footer {
    width: 100%;
    margin-right: 0px;
  }
  .paragraph-copy {
    margin-right: 0px;
  }
  .div-block-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-half-right {
    padding: 40px;
  }
  .footer-item-logo {
    padding-top: 160px;
    padding-right: 24px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph-copy-blank {
    margin-right: 0px;
  }
  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrap.cc-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff3d9;
  }
  .brand-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 0px;
  }
  .nav-menu {
    z-index: 2;
    height: 100vh;
    padding-top: 34px;
    padding-bottom: 34px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #fffbf4;
    box-shadow: 0 1px 3px 0 rgba(29, 31, 46, 0.05);
  }
  .menu-item {
    text-align: left;
  }
  .menu-button {
    position: absolute;
    right: 20px;
    padding: 20px;
    opacity: 0.6;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }
  .menu-button:hover {
    opacity: 1;
  }
  .menu-button:active {
    opacity: 0.8;
  }
  .menu-button.w--open {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }
  .menu-item-wrap {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
  }
  .menu-item-deco-line {
    display: none;
  }
  .paragraph-list-item {
    margin-right: 0px;
  }
  .items-list-centerer {
    width: 100%;
  }
  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-21 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .h1-hero {
    position: relative;
    top: 140px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 40px;
    line-height: 56px;
  }
  .content {
    display: block;
  }
  .paragraph {
    width: 80%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .section-about {
    min-height: auto;
    padding-bottom: 40px;
  }
  .section-half-left {
    padding-top: 80px;
  }
  .cta {
    display: block;
  }
  .h3 {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
  .link-tel {
    display: block;
    padding-top: 10px;
    border-bottom-style: none;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .link-tel:hover {
    border-bottom-style: none;
  }
  .div-block-11 {
    display: block;
    min-height: auto;
    margin-top: 0px;
    padding-bottom: 80px;
  }
  .footer-item {
    width: 100%;
    padding-top: 40px;
    padding-left: 0px;
  }
  .paragraph-footer {
    width: 80%;
  }
  .image-5 {
    top: 0%;
    display: none;
  }
  .section-half-right {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-item-logo {
    width: 100%;
    padding-top: 80px;
  }
  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .wrap.cc-menu {
    padding-right: 25px;
    padding-left: 25px;
  }
  .paragraph-list-item {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .items-list-centerer {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-20 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .image-4 {
    position: static;
    display: block;
  }
  .h1-hero {
    position: relative;
    top: 80px;
    display: block;
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }
  .paragraph {
    width: 80%;
    font-size: 16px;
    line-height: 22px;
  }
  .h2 {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 35px;
  }
  .section-half-left {
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 24px;
  }
  .cta {
    padding: 64px 24px;
    border-radius: 0px;
  }
  .h3 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .cta-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-tel {
    padding-top: 16px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  .div-block-11 {
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-item {
    padding-left: 0px;
  }
  .paragraph-copy {
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .div-block-12 {
    display: block;
    padding-right: 24px;
    padding-left: 24px;
  }
  .section-half-right {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-item-logo {
    padding-top: 80px;
    padding-left: 0px;
  }
  .paragraph-copy-blank {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .menu-icon {
    color: #1e266d;
  }
  .menu-button {
    right: 10px;
    opacity: 1;
    color: #1e266d;
  }
  .paragraph-list-item {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*
 *	WebFont Package Licensed to VYKUP PALETY
 */

/* Averta Standard Regular */
@font-face {
  font-family: Averta Standard;
  src: url("../fonts/hinted-AvertaStd-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/hinted-AvertaStd-Regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Averta Standard Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/hinted-AvertaStd-Regular.woff")
      format("woff"); /* Pretty Modern Browsers */
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Averta Standard Semibold  */
@font-face {
  font-family: Averta Standard;
  src: url("../fonts/hinted-AvertaStd-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/hinted-AvertaStd-Semibold.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Averta Standard Semibold .woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/hinted-AvertaStd-Semibold.woff")
      format("woff"); /* Pretty Modern Browsers */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
