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

.text-end {
  text-align: right;
}

.text-start {
  text-align: left;
}

.fl-container {
  display: flex;
}

.fl-col {
  flex-direction: column;
}

.fl-col-rev {
  flex-direction: column-reverse;
}

.fl-row {
  flex-direction: row;
}

.fl-row-rev {
  flex-direction: row-reverse;
}

.fl-j-between {
  justify-content: space-between;
}

.fl-j-around {
  justify-content: space-between;
}

.fl-j-center {
  justify-content: center;
}

.fl-j-end {
  justify-content: flex-end;
}

.fl-j-start {
  justify-content: flex-start;
}

.fl-al-center {
  align-content: center;
}

.fl-al-between {
  align-content: space-between;
}

.fl-al-around {
  align-content: space-around;
}

.fl-al-stretch {
  align-content: stretch;
}

.fl-al-start {
  align-content: flex-start;
}

.fl-al-end {
  align-content: flex-end;
}

.fl-ai-center {
  align-items: center;
}

.fl-ai-stretch {
  align-items: stretch;
}

.fl-ai-start {
  align-items: flex-start;
}

.fl-ai-end {
  align-items: flex-end;
}

.fl-wrap {
  flex-wrap: wrap;
}

.fl-1 {
  flex: 1;
}

.ttu {
  text-transform: uppercase;
}

.tdn {
  text-decoration: none;
}

.fw-bold {
  font-weight: 700;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 275;
}

.c-black {
  color: #000000;
}

.c-white {
  color: #FFFFFF;
}

.c-blue {
  color: #003366;
}

.c-light-blue {
  color: #007ed4;
}

.m-alpha {
  padding: 0 4.6875vw;
}

.m-bravo {
  padding: 0 5.9895833333vw;
}

.m-charlie {
  padding: 0 9.375vw;
}

.m-delta {
  padding: 0 14.0625vw;
}

.m-echo {
  padding: 0 16.6666666667vw;
}

.fl-g-1 {
  gap: 0.5208333333vw;
}

.fl-g-2 {
  gap: 1.0416666667vw;
}

.fl-g-3 {
  gap: 1.5625vw;
}

.fl-g-4 {
  gap: 2.0833333333vw;
}

.fl-g-5 {
  gap: 2.6041666667vw;
}

.w-100 {
  width: 100% !important;
}

.w-98 {
  width: 98% !important;
}

.h-100 {
  height: 100% !important;
}

.fw-bold {
  font-weight: 700;
}

.text-end {
  text-align: right;
}

.text-italic {
  font-style: italic;
}

.text-red {
  color: !important;
  text-transform: uppercase;
}

.text-green {
  color: !important;
  text-transform: uppercase;
}

.shadow-photo img {
  border: solid 1px #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
}

.mx-1 {
  margin-left: 0.5208333333vw !important;
  margin-right: 0.5208333333vw !important;
}

.mx-2 {
  margin-left: 1.0416666667vw !important;
  margin-right: 1.0416666667vw !important;
}

.mx-3 {
  margin-left: 1.5625vw !important;
  margin-right: 1.5625vw !important;
}

.mx-4 {
  margin-left: 2.0833333333vw !important;
  margin-right: 2.0833333333vw !important;
}

.mb-4 {
  margin-bottom: 2.0833333333vw !important;
}

.mb-3 {
  margin-bottom: 1.5625vw !important;
}

.mb-2 {
  margin-bottom: 1.0416666667vw !important;
}

header .header-top {
  -moz-column-gap: 1.5625vw;
       column-gap: 1.5625vw;
  height: 3.2291666667vw;
  background: #FFFFFF;
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0 4.6875vw;
}
header .header-top-address {
  color: #003355;
  font-size: 1.25vw;
}
header .header-top-phone {
  color: #003355;
  font-size: 1.25vw;
}
header .header-top-lar a {
  background: #003355;
  font-size: 1.25vw;
  display: inline-block;
  padding: 0.3645833333vw 0.78125vw;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.74);
  font-weight: 600;
}
header .header-top-lar a:hover {
  background: #FFFFFF;
  color: #003355;
  transition: 0.3s all ease-in-out;
}
header .header-bottom {
  background: #003366;
  padding: 0 4.6875vw;
  height: 3.90625vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
  position: relative;
  z-index: 2;
}
header .header-bottom-logo {
  position: relative;
  z-index: 0;
}
header .header-bottom-logo img {
  position: absolute;
  z-index: 10;
  transform: translateY(-40%);
}
header .header-bottom-menu {
  height: 100%;
}
header .header-bottom-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
header .header-bottom-menu ul li {
  text-transform: uppercase;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1.0416666667vw;
  line-height: 3.90625vw;
  width: auto;
}
header .header-bottom-menu ul li a {
  display: block;
  height: 100%;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
header .header-bottom-menu ul li a:hover {
  background: #FFFFFF;
  color: #003366;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}

.hero {
  width: 100vw;
  height: 37.65625vw;
  background: url("../images/hero.jpg") top center no-repeat;
  background-size: cover;
}
.hero-guts {
  width: 32.8125vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
}
.hero-guts-title {
  background: #003366;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3541666667vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 0.4166666667vw 0;
}
.hero-guts-text {
  background: #FFFFFF;
  padding: 0.5208333333vw 1.0416666667vw;
}
.hero-guts-text .col {
  width: 50%;
}
.hero-guts-text .col ul {
  margin: 0;
}
.hero-guts-text .col ul li {
  list-style: none;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.8854166667vw;
  font-weight: 500;
  line-height: 1.6666666667vw;
}
.hero-guts-call {
  background: #007ed4;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3541666667vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 0.4166666667vw 0;
}

.dbq {
  background: #FFFFFF;
  color: #000000;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.dbq-guts {
  padding: 2.0833333333vw 16.6666666667vw;
  gap: 1.5625vw;
}
.dbq-guts-text {
  flex: 2;
}
.dbq-guts-text h1 {
  font-size: 1.5625vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5208333333vw;
}
.dbq-guts-text h2 {
  font-size: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  font-weight: 600;
}
.dbq-guts-text p {
  font-size: 0.9375vw;
  line-height: 1.8229166667vw;
}
.dbq-guts-photo {
  flex: 1;
}
.dbq-guts-photo img {
  border: solid 1px #707070;
  width: 100%;
  height: auto;
}

.test {
  background: #FFFFFF;
  color: #000000;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.test-guts {
  padding: 2.0833333333vw 16.6666666667vw;
}
.test-guts h1 {
  font-size: 1.5625vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5625vw;
  margin-top: 0;
}
.test-guts-items {
  gap: 1.5625vw;
}
.test-guts-items-test {
  flex: 1;
  background: #003366;
  padding: 0.5208333333vw 1.0416666667vw;
  color: #FFFFFF;
}
.test-guts-items-test p {
  font-size: 0.9375vw;
  line-height: 1.5625vw;
}

.mid {
  background: #3e3c3c;
  color: #FFFFFF;
  font-family: Inter, Arial, Helvetica, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
}
.mid-guts {
  padding: 2.0833333333vw 16.6666666667vw;
}
.mid-guts-top {
  gap: 1.5625vw;
  margin-bottom: 1.5625vw;
}
.mid-guts-top-text {
  flex: 2;
}
.mid-guts-top-text h1 {
  font-size: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 700;
  text-transform: uppercase;
}
.mid-guts-top-text p {
  font-size: 0.9375vw;
  line-height: 1.8229166667vw;
}
.mid-guts-top-text a {
  color: #003366;
  background: #FFFFFF;
  padding: 0.3645833333vw 0.78125vw;
  display: inline-block;
  margin-top: 1.5625vw;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
}
.mid-guts-top-text a:hover {
  background: #DFDFDF;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.mid-guts-top-photo {
  flex: 1;
}
.mid-guts-top-photo img {
  border: solid 1px #707070;
  width: 100%;
}
.mid-guts-bottom {
  gap: 1.5625vw;
}
.mid-guts-bottom-text {
  flex: 2;
}
.mid-guts-bottom-text h1 {
  font-size: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 700;
  text-transform: uppercase;
}
.mid-guts-bottom-text p {
  font-size: 0.9375vw;
  line-height: 1.8229166667vw;
}
.mid-guts-bottom-text a {
  color: #003366;
  background: #FFFFFF;
  padding: 0.3645833333vw 0.78125vw;
  display: inline-block;
  margin-top: 1.5625vw;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s all ease-in-out;
}
.mid-guts-bottom-text a:hover {
  background: #DFDFDF;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.mid-guts-bottom-photo {
  flex: 1;
}
.mid-guts-bottom-photo img {
  border: solid 1px #707070;
  width: 100%;
}

.inside {
  background: url("../images/hero.jpg") top center no-repeat;
  background-size: cover;
}
.inside-guts {
  background: rgba(255, 255, 255, 0.74);
  min-height: 31.25vw;
  padding: 2.0833333333vw 15.625vw;
}
.inside-guts h1 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.0833333333vw;
  font-size: 2.1875vw;
}
.inside-guts h2 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5625vw;
  font-size: 1.6666666667vw;
}
.inside-guts h3 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
  font-size: 1.1458333333vw;
}
.inside-guts p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 142%;
}
.inside-guts p:not(:last-child) {
  margin-bottom: 0.9375vw;
}
.inside-guts li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.9375vw;
  line-height: 142%;
}
.inside-guts label, .inside-guts legend {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.inside-guts input[type=text],
.inside-guts input[type=email],
.inside-guts textarea {
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0.2604166667vw;
  border: solid 1px #000000;
}
.inside-guts input[type=submit] {
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0.3645833333vw 0.5208333333vw;
  border: none;
  background: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 0.8333333333vw;
  color: #FFFFFF;
}
.inside-guts ul {
  margin: 0.5208333333vw 0 0.5208333333vw 2.0833333333vw;
}
.inside-guts ul li {
  list-style: square;
}
.inside-guts .tablepress {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.0416666667vw;
}
.inside-guts .tablepress th, .inside-guts .tablepress td {
  border: solid 1px #000000;
  padding: 0.5208333333vw;
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 0.9375vw;
}
.inside-guts .tablepress th {
  background: #707070;
  color: #FFFFFF;
  text-align: center;
}

footer {
  background: url("../images/bg_footer.jpg") top center no-repeat;
  background-size: cover;
}
footer .guts {
  background: rgba(255, 255, 255, 0.74);
  padding: 2.0833333333vw 4.6875vw;
  gap: 1.5625vw;
}
footer .guts-inside {
  background: #003366;
  height: auto;
  padding: 1.0416666667vw;
}
footer .guts-inside p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-align: center;
}
footer .guts-inside p.address {
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
}
footer .guts-inside p a {
  font-weight: 700;
  text-decoration: none;
  color: #FFFFFF;
}
footer .guts-inside p a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
footer .guts .footer-col {
  flex: 1;
  box-sizing: border-box;
}
footer .guts .left .logo {
  margin-bottom: 1.3020833333vw;
}
footer .guts .left p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: #000000;
}
footer .guts .left p.address {
  font-size: 1.0416666667vw;
  line-height: 1.6145833333vw;
  margin-bottom: 2.6041666667vw;
}
footer .guts .left p.copyright {
  font-size: 0.8333333333vw;
  line-height: 1.3541666667vw;
}
footer .guts .left p a {
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
footer .guts .left p a:hover {
  text-decoration: none;
  color: #000000;
}
footer .guts .center .footer-menu ul {
  margin: 0 0 2.6041666667vw;
}
footer .guts .center .footer-menu ul li {
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4583333333vw;
  line-height: 2.2395833333vw;
  text-align: center;
  list-style: none;
}
footer .guts .center .footer-menu ul li a {
  text-decoration: none;
  color: #000000;
}
footer .guts .center .footer-menu ul li a:hover {
  text-decoration: underline;
  color: #000000;
}
footer .guts .center .legal {
  text-align: center;
  font-size: 0.8333333333vw;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
footer .guts .center .legal a {
  text-decoration: none;
  color: #000000;
}
footer .guts .center .legal a:hover {
  text-decoration: underline;
  color: #000000;
}
footer .guts .right .footer-contact {
  padding-left: 7.8125vw;
}
footer .guts .right .footer-contact p.h3 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.5208333333vw;
  font-size: 1.4583333333vw;
  text-align: center;
}
footer .guts .right .footer-contact input[type=text],
footer .guts .right .footer-contact input[type=email],
footer .guts .right .footer-contact textarea {
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0.2604166667vw;
  border: solid 1px #000000;
}
footer .guts .right .footer-contact label, footer .guts .right .footer-contact legend {
  position: absolute;
  left: -9999px;
}
footer .guts .right .footer-contact input[type=submit] {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-size: 1.25vw;
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  header .header-bottom {
    top: 5px;
  }
  header .header-bottom-logo img {
    transform: translateY(-44%);
    width: 233px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-guts {
    transform: translateY(-66%);
  }
}
@media screen and (max-width: 991px) {
  header .header-top {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .header-top-address {
    font-size: 1rem;
    line-height: 142%;
    margin-bottom: 10px;
  }
  header .header-top-phone {
    font-size: 1.25rem;
    line-height: 142%;
    margin-bottom: 10px;
  }
  header .header-top-lar a {
    font-size: 1.25rem;
    padding: 0.4375rem 0.9375rem;
  }
  header .header-bottom {
    height: auto;
  }
  header .header-bottom-logo {
    text-align: center;
  }
  header .header-bottom-logo img {
    position: static;
    display: inline-block;
    width: 70%;
    height: auto;
    transform: none;
    margin: 20px auto 10px;
  }
  .hero {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-guts {
    width: 90%;
  }
  .hero-guts-title {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
  .hero-guts-text {
    padding: 0.625rem 1.25rem;
  }
  .hero-guts-text .col {
    width: 100%;
  }
  .hero-guts-text .col ul li {
    font-size: 1rem;
    line-height: 2rem;
  }
  .hero-guts-call {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
  .dbq {
    background: #FFFFFF;
    color: #000000;
    font-family: Inter, Arial, Helvetica, sans-serif;
  }
  .dbq-guts {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .dbq-guts-text h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .dbq-guts-text h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .dbq-guts-text p {
    font-size: 1rem;
    line-height: 142%;
  }
  .mid-guts {
    padding: 1.25rem;
  }
  .mid-guts-top {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mid-guts-top-text h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .mid-guts-top-text p {
    font-size: 1rem;
    line-height: 142%;
  }
  .mid-guts-top-text a {
    padding: 0.5rem 1rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
  .mid-guts-bottom {
    gap: 1.25rem;
  }
  .mid-guts-bottom-text {
    flex: 2;
  }
  .mid-guts-bottom-text h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .mid-guts-bottom-text p {
    font-size: 1rem;
    line-height: 142%;
  }
  .mid-guts-bottom-text a {
    padding: 0.5rem 1rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
  .test-guts {
    padding: 1.25rem;
  }
  .test-guts h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .test-guts-items {
    gap: 1.25rem;
  }
  .test-guts-items-test {
    padding: 1.25rem;
  }
  .test-guts-items-test p {
    font-size: 1rem;
    line-height: 142%;
  }
  .inside-guts {
    padding: 1.25rem;
  }
  .inside-guts h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .inside-guts h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .inside-guts h3 {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
  .inside-guts p {
    font-size: 1rem;
  }
  .inside-guts p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .inside-guts li {
    font-size: 1rem;
  }
  .inside-guts input[type=text],
  .inside-guts input[type=email],
  .inside-guts textarea {
    padding: 5px;
  }
  .inside-guts input[type=submit] {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .inside-guts ul {
    margin: 10px 0 10px 40px;
  }
  .inside-guts ul li {
    list-style: square;
  }
  footer .guts {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  footer .guts-inside {
    padding: 1.25rem;
  }
  footer .guts-inside p.address {
    font-size: 0.8rem;
    line-height: 142%;
  }
  footer .guts-inside p.copyright {
    font-size: 0.8rem;
    line-height: 142%;
  }
  footer .guts .left .logo {
    margin-bottom: 1.25rem;
  }
  footer .guts .left p.address {
    font-size: 0.8rem;
    line-height: 142%;
    margin-bottom: 1rem;
  }
  footer .guts .left p.copyright {
    font-size: 0.8rem;
    line-height: 142%;
  }
  footer .guts .center .footer-menu ul {
    margin: 0 0 2rem;
  }
  footer .guts .center .footer-menu ul li {
    font-size: 1rem;
    line-height: 142%;
  }
  footer .guts .center .legal {
    font-size: 0.8rem;
  }
  footer .guts .right .footer-contact {
    padding-left: 150px;
  }
  footer .guts .right .footer-contact p.h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
  footer .guts .right .footer-contact input[type=text],
  footer .guts .right .footer-contact input[type=email],
  footer .guts .right .footer-contact textarea {
    padding: 5px;
  }
  footer .guts .right .footer-contact input[type=submit] {
    font-size: 1.25rem;
  }
  #wprmenu_bar {
    font-size: 19px;
    font-family: Inter, Arial, Helvetica, sans-serif;
  }
  #wprmenu_bar .menu_title a {
    top: 1px;
    color: white;
    font-size: 34px;
    text-decoration: none;
  }
  #wprmenu_bar .menu_title a:hover {
    text-decoration: none;
  }
  #mg-wprm-wrap ul li {
    font-size: 16px !important;
    font-family: Inter, Arial, Helvetica, sans-serif;
  }
  .hop {
    display: none !important;
  }
  .col-on-phones {
    flex-direction: column;
  }
  .reverse-on-phones {
    flex-direction: column-reverse;
  }
  .flex-on-phones {
    display: flex;
  }
  .center-on-phones {
    text-align: center;
  }
  .full-width-on-phones {
    width: 100%;
  }
}