:root {
  --blue: #1833ff;
  --dark-slate-blue: #003b70;
  --deep-sky-blue: #00bdf2;
  --white: white;
  --black: #222;
  --dim-grey: #747474;
  --light-grey: #d1d1d1;
  --light-sea-green: #71b8b0;
  --tomato: #e96852;
  --midnight-blue: #282065;
  --burntsienna: #d58258;
  --brown: #963a2f;
  --dark-slate-grey: #424242;
}

.background {
  background-color: var(--blue);
  background-image: none;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.white {
  background-color: #fff;
  background-image: none;
}

.wrapper {
  background-color: #026aa2;
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper.white {
  background-color: var(--white);
  padding-bottom: 60px;
}

.wrapper.top {
  padding-bottom: 20px;
}

.wrapper.top.black {
  background-color: var(--black);
}

.brand {
  margin-top: 60px;
}

.brand.top {
  width: 100%;
  margin-top: 0;
}

.brand.black {
  margin-top: 20px;
}

.logo {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1024px;
  display: flex;
}

.logo.top {
  background-color: var(--blue);
  padding-top: 30px;
  padding-bottom: 30px;
}

.logo.new {
  justify-content: center;
}

.logo.new.one {
  min-width: 500px;
}

.title {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.title.top {
  margin-top: 100px;
}

.title.inside {
  margin-top: 0;
}

.title.two {
  margin-top: 10px;
  display: none;
}

.title.one {
  margin-top: 20px;
}

.heading {
  color: #fff;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading.white {
  color: #fff;
}

.heading.inside {
  color: #026aa2;
}

.list {
  justify-content: center;
  align-items: center;
  min-width: 500px;
  margin-top: 40px;
  display: flex;
}

.list.one {
  margin-top: 60px;
}

.form-block {
  width: 100%;
  max-width: 400px;
  display: none;
}

.form {
  text-align: center;
  display: block;
}

.submit-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #b6b6b6;
  border-radius: 6px;
  width: 100%;
  max-width: 120px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.select-field {
  color: var(--dim-grey);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.button {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.dropdown {
  color: #818181;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 100px;
  justify-content: space-between;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  box-shadow: 7px 7px 8px rgba(0, 0, 0, 0);
}

.dropdown-toggle {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.image {
  min-width: 200px;
  max-width: 300px;
}

.image.black {
  max-width: 270px;
  margin-right: 60px;
}

.icon {
  color: var(--dim-grey);
  margin-right: 40px;
  font-size: 16px;
}

.text-block {
  color: var(--dim-grey);
  font-size: 16px;
}

.dropdown-list {
  padding-top: 20px;
}

.dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 30px;
  margin-top: 50px;
  padding: 10px 40px;
}

.dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--dim-grey);
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.dropdown-link.last {
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copyright {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.copyright.white {
  color: #fff;
}

.copyright.dark {
  color: var(--dim-grey);
}

.copyright.two {
  color: var(--light-grey);
  margin-top: 60px;
  margin-left: 40px;
}

.div-block {
  justify-content: center;
  align-items: center;
  min-width: 500px;
  display: flex;
}

.body {
  background-color: #1833ff;
  background-image: none;
}

.center {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content {
  max-width: 1024px;
}

.details {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-2 {
  width: 100%;
  max-width: 360px;
  margin-bottom: 20px;
}

.div-block-2 {
  padding-right: 40px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.div-block-3, .div-block-3-copy {
  display: block;
}

.div-block-4 {
  border-bottom: 1px solid var(--dim-grey);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.domain {
  color: var(--deep-sky-blue);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.div-block-5 {
  border: 0 solid #000;
  padding-left: 40px;
  padding-right: 60px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.div-block-6 {
  margin-top: 40px;
}

.text-block-2 {
  color: #fff;
  padding-top: 7px;
  font-family: Fontawesome;
  font-size: 36px;
}

.underline {
  background-color: var(--white);
  width: 150px;
  height: 3px;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-around;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.div-block-10 {
  color: var(--white);
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}

.text-block-3 {
  font-family: Fontawesome;
}

.image-3 {
  max-width: 30px;
  margin-right: 5px;
  padding: 3px;
}

.text-block-4 {
  padding-right: 8px;
}

.phone {
  color: var(--light-sea-green);
}

.logo-block {
  z-index: 10;
  margin-right: 40px;
}

.logo-block.w--current {
  margin-right: 40px;
}

.dropdown-links-new {
  color: var(--black);
  text-transform: none;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  display: block;
}

.dropdown-links-new:hover, .dropdown-links-new:active, .dropdown-links-new.w--current {
  color: #202020;
}

.make-payment {
  color: #575757;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fafafa;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.nav-menu {
  z-index: 1;
  float: left;
  border-radius: 4px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  color: #333;
  text-align: center;
  background-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #026aa2;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px rgba(0, 0, 0, .2);
}

.phone-number {
  float: right;
  color: #fff;
  margin-top: 5px;
  padding: 6px 10px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.phone-number:hover {
  color: #fff;
}

.div-block-22 {
  float: right;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.div-block-23 {
  text-align: center;
  background-color: #000;
  border-bottom: 1px solid #026aa2;
  height: 12px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 12px;
}

.phone-icon {
  float: left;
  color: #fff;
  margin-top: 5px;
  padding: 6px 0 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

.product {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

.link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.logo-2 {
  height: 24px;
  margin-top: 10px;
}

.logo-2.fixed {
  max-width: 100%;
  height: 50px;
  margin-top: 8px;
}

.dropdown-lists-new {
  border-radius: 0;
  margin-top: 12px;
  padding-top: 0;
}

.dropdown-lists-new.w--open {
  background-color: #fff;
  border-radius: 0;
}

.dropdown-lists-new.yellow, .dropdown-lists-new.red, .dropdown-lists-new.blue {
  background-color: #026aa2;
}

.button-2 {
  color: #575757;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fafafa;
  border-radius: 5px;
  margin-top: 0;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.dropdown-toggle-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 11px 40px 11px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.dropdown-toggle-2.w--open {
  padding-top: 11px;
  padding-bottom: 11px;
}

.main-nav-div {
  text-align: left;
  padding-top: 6px;
  display: inline-block;
}

.main-nav-div.hide {
  display: none;
}

.nav-items {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 0;
  padding: 11px 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, border .2s;
}

.nav-items:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, .2);
}

.nav-items.newphone {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 3px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.nav-items.newphone.w--current {
  color: #fff;
  margin-right: 2px;
  font-size: 15px;
}

.nav-items.newphone.current {
  margin-top: 2px;
  padding: 26px 20px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.nav-items.newphone.current:hover {
  color: #026aa2;
}

.phone-block {
  float: right;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.phone-block.margin {
  margin-left: 100px;
  display: block;
}

.top-nav {
  display: none;
}

.image-4, .image-5, .link-block, .link-block-2, .link-block-3, .link-block-4 {
  cursor: pointer;
}

.link-block-5 {
  cursor: pointer;
  display: none;
}

.link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15 {
  cursor: pointer;
}

.main-nav-div-new {
  text-align: left;
  padding-top: 6px;
  display: inline-block;
}

.nav-menu-new {
  z-index: 1;
  float: left;
  border-radius: 4px;
  display: flex;
}

.logo-block-new {
  z-index: 10;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.logo-block-new.w--current {
  margin-right: 40px;
}

.navbar-logo-center {
  background-color: #000;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  max-width: 80px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .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-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;
}

.contact {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #026aa2;
  border-radius: 6px;
  padding: 12px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.contact:hover {
  background-color: #025988;
}

@media screen and (max-width: 991px) {
  .logo {
    min-width: 700px;
  }

  .div-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-around;
    display: grid;
  }

  .dropdown-links-new {
    margin-right: 20px;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 0;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .phone-number {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-22 {
    width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .product {
    display: block;
  }

  .dropdown-lists-new.blue {
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
  }

  .dropdown-toggle-2.current {
    margin-right: 20px;
    padding-left: 20px;
  }

  .main-nav-div {
    width: 100%;
  }

  .nav-items {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .nav-items:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-items.newphone.current {
    padding-left: 20px;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: rgba(109, 110, 113, 0);
    border-radius: 10px;
    margin-right: 20px;
    font-size: 2em;
  }

  .fixed-nav-menu-button:hover {
    background-color: rgba(0, 121, 155, 0);
  }

  .fixed-nav-menu-button.w--open {
    background-color: #000;
  }

  .phone-block {
    width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .phone-block.margin {
    width: 100%;
    margin-left: 0;
  }

  .header {
    margin-top: 70px;
  }

  .main-nav-div-new {
    width: 100%;
  }

  .nav-menu-new {
    background-color: #000;
    border-radius: 0;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    max-width: 70px;
    position: relative;
  }

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

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    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;
  }

  .icon-7 {
    color: #8a8383;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 500px;
  }

  .heading {
    font-size: 32px;
  }

  .image.black {
    margin-right: 0;
  }

  .div-block-9 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-10 {
    margin-top: 20px;
    margin-left: 0;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product {
    padding-left: 0;
  }

  .logo-2 {
    height: 30px;
    margin-top: 10px;
  }

  .logo-2.fixed {
    height: 40px;
  }

  .dropdown-toggle-2.current {
    margin-right: 20px;
    padding-left: 0;
  }

  .nav-items, .nav-items.newphone.current {
    padding-left: 20px;
  }

  .fixed-nav-menu-button {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .header {
    margin-top: 60px;
  }

  .navbar-brand-three {
    max-width: 60px;
    padding-left: 0;
  }

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

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

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

  .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-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

@media screen and (max-width: 479px) {
  .wrapper {
    padding-bottom: 80px;
  }

  .brand {
    margin-top: 20px;
  }

  .logo {
    min-width: 300px;
  }

  .heading {
    text-align: center;
    max-width: 300px;
  }

  .list.one {
    min-width: 300px;
  }

  .image.black {
    max-width: 200px;
  }

  .div-block-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    max-width: 24px;
    max-height: 24px;
    padding: 5px 0 0;
  }

  .text-block-4, .phone {
    font-size: 18px;
  }

  .logo-block.w--current {
    margin-right: 0;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-2 {
    margin-top: 5px;
  }

  .logo-2.fixed {
    height: 40px;
    margin-top: 6px;
  }

  .main-nav-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fixed-nav-menu-button {
    background-color: rgba(35, 35, 35, 0);
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    margin-top: 70px;
  }

  .main-nav-div-new {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-block-new.w--current {
    margin-right: 0;
  }

  .container {
    max-width: none;
  }

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

#w-node-bee980ef-a457-77d3-9448-25377cf520d9-fc04b782 {
  align-self: center;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}