*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a, button {
  transition: all 0.4s;
}

.container {
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-small {
  max-width: 680px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-small {
    max-width: 100%;
  }
}

.padding-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1400px) {
  .padding-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-large {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  .margin-section-large {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .margin-section-large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .margin-section-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .margin-section-large {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1B3277;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #1B3277;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #1B3277;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #1B3277;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.relative {
  position: relative;
}

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

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}

h2 {
  font-family: "Oswald", sans-serif;
  font-size: 66px;
  line-height: 68px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  line-height: 68px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.heading-style-h1 {
  font-family: "Oswald", sans-serif;
  font-size: 98px;
  line-height: 106px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 1400px) {
  .heading-style-h1 {
    font-size: 78px;
    line-height: 86px;
  }
}
@media (max-width: 1200px) {
  .heading-style-h1 {
    font-size: 64px;
    line-height: 76px;
  }
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.site-header .announcement-bar {
  background: rgba(27, 50, 119, 0.9);
  padding: 8px 0;
}
.site-header .announcement-bar-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .site-header .announcement-bar-container {
    position: relative;
  }
}
.site-header .header-info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header .header-info li {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .site-header .header-info li {
    font-size: 12px;
  }
}
.site-header .header-info li .icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
}
.site-header .header-info li a {
  color: #ffffff;
}
.site-header .header-info li a:hover {
  color: #E00E00;
}
@media (max-width: 767px) {
  .site-header .header-info li.location {
    display: none;
  }
}
.site-header .search-submit {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0;
  cursor: pointer;
}
.site-header .search-submit .search-icon {
  display: inline-flex;
  align-items: center;
}
.site-header .open-search {
  z-index: 1;
  position: relative;
}
.site-header .search-inline {
  width: 100%;
  background: #ffffff;
  padding: 12px;
  border-radius: 0 0 24px 24px;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .site-header .search-inline {
    min-width: 360px;
  }
}
.site-header .search-inline .search-submit {
  background: #E00E00;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  z-index: 1;
}
.site-header .search-inline .search {
  height: 46px;
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 18px;
  color: #BBBBBB;
}
.site-header .search-inline .search::-moz-placeholder {
  color: #BBBBBB;
  opacity: 1;
}
.site-header .search-inline .search::placeholder {
  color: #BBBBBB;
  opacity: 1;
}
.site-header .searchform .close-icon {
  display: none;
}
.site-header .searchform.active .close-icon {
  display: block;
}
.site-header .searchform.active .search-icon {
  display: none;
}
.site-header .searchform.active .search-inline {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.site-header .searchform.active .search-submit {
  background: #E00E00;
}
.site-header .searchform.active::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
}
.site-header .contact-info {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
.site-header .top-right-btn {
  display: inline-flex;
  gap: 16px;
}
.site-header .hot-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.site-header .hot-line .icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #14A8F8;
  border-radius: 9999px;
  box-shadow: 0px 0 0 2px rgba(255, 255, 255, 0.2);
}
.site-header .telephone {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.site-header .telephone span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
}
.site-header .telephone a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
}
.site-header .telephone a:hover {
  color: #E00E00;
}

.header-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}
.header-nav-container .main-navigation {
  width: auto;
}
.header-nav-container .main-navigation .menu {
  gap: 42px;
}
@media (max-width: 1200px) {
  .header-nav-container .main-navigation .menu {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu {
    flex-direction: column;
    gap: 0;
    display: flex;
  }
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu > .menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-nav-container .main-navigation .menu > .menu-item.current-menu-item > a {
  color: #E00E00;
}
.header-nav-container .main-navigation .menu > .menu-item > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.header-nav-container .main-navigation .menu > .menu-item > a:hover {
  color: #E00E00;
}
@media (min-width: 992px) {
  .header-nav-container .main-navigation .menu > .menu-item > a:hover::after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .header-nav-container .main-navigation .menu > .menu-item > a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: #E00E00;
    margin-top: 2px;
    display: block;
    transition: width 0.4s ease-out;
  }
}
@media (max-width: 1100px) {
  .header-nav-container .main-navigation .menu > .menu-item > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu > .menu-item > a {
    padding: 10px 15px;
  }
}
.header-nav-container .main-navigation .menu > .menu-item-has-children.submenu-open .submenu-toggle {
  transform: rotate(180deg);
}
.header-nav-container .main-navigation .menu > .menu-item-has-children .submenu-toggle {
  background-image: url(../images/arrow-bottom.svg);
  width: 14px;
  height: 14px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu > .menu-item-has-children .submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-size: 12px;
  }
}
@media (min-width: 992px) {
  .header-nav-container .main-navigation .menu > .menu-item-has-children:hover .submenu-toggle {
    transform: rotate(180deg);
  }
}
.header-nav-container .main-navigation .menu .sub-menu {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 10px;
  min-width: 250px;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu .sub-menu {
    position: static;
    background-color: transparent;
    float: none;
    box-shadow: none;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding-left: 20px;
  }
}
.header-nav-container .main-navigation .menu .sub-menu .menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-nav-container .main-navigation .menu .sub-menu .menu-item.current-menu-item > a {
  color: #E00E00;
}
.header-nav-container .main-navigation .menu .sub-menu .menu-item a {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  width: auto;
  padding: 14px 12px;
}
@media (max-width: 1100px) {
  .header-nav-container .main-navigation .menu .sub-menu .menu-item a {
    font-size: 14px;
  }
}
.header-nav-container .main-navigation .menu .sub-menu .menu-item a:hover {
  color: #ffffff;
  background-color: #E00E00;
}
@media (max-width: 991px) {
  .header-nav-container .main-navigation .menu .sub-menu .menu-item a {
    padding: 10px 15px 10px 0;
  }
}
.header-nav-container .main-navigation .menu .sub-menu > .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav-container .main-navigation .menu .sub-menu > .menu-item-has-children > a:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 8px;
  height: 13px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}
.header-nav-container .main-navigation .menu .sub-menu .sub-menu {
  left: 100%;
}

.top-search-right {
  display: inline-flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .top-search-right {
    position: relative;
  }
}

.btn {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 16px 24px;
  border: 1px solid;
  color: #ffffff;
  border-radius: 9999px;
}
.btn:hover {
  transform: scale(0.9);
}
.btn.btn-primary {
  border-color: #E00E00;
  background-color: #E00E00;
}
.btn.btn-secondary {
  border-color: #14A8F8;
  background-color: #14A8F8;
}

.hero-banner img {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */