/*
Fonts & General Styles
--------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body * {
  font-family: "Inter", system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

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

td,
th {
  padding: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

main sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

#yui3-css-stamp.cssreset {
  display: none;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    height: auto;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


main *:not(script):not(sup):not(strong):not(br) {
  display: block;
}

main *:not(script):not(sup):not(strong):not(br) {
  float: left;
}

main *:not(img):not(sup):not(strong):not(br) {
  float: left;
  width: 100%;
}

/* CUSTOMIZE THIS */
body main {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  background: #000000;
  letter-spacing: 0.01em;
  padding-top: 40px;
  display: block;
  width: 100%;
  float: left;
}

@media only screen and (max-width: 767px) {
  body main {
    padding-top: 0px;
    font-size: 16px;
  }
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #666666;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

h1,
.h1 {
  font-size: 3em;
}

h2,
.h2 {
  font-size: 2.5em;
}

h3,
.h3 {
  font-size: 2em;
}

h4,
.h4 {
  font-size: 1.5em;
}

h5,
.h5 {
  font-size: 1.1667em;
}

h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

/* /CUSTOMIZE THIS */

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.clearfix {
  clear: both;
}

img {
  vertical-align: top;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*
Grids
--------------------------------*/
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both;
}

main .container {
  float: none;
  max-width: 963px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  main .container {
    max-width: 860px
  }
}

.clearfix {
  min-height: 1px;
}

strong {
  font-weight: normal;
}

.show-767 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-767 {
    display: block;
  }
}

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

/*
Header
--------------------------------*/
.header-top {
  background: #e2231a;
  padding: 5px 0px;
  text-align: right;
  line-height: 0.8;
}

.header-top img {
  float: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
}

.header-main {
  background: #000000;
  position: relative;
  padding: 5px 0px;
}

.header-main:after {
  width: 100%;
  height: 1px;
  background: url(../_img/border-line.png) no-repeat 0 0 / cover;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.header-main .row {
  display: flex;
  align-items: center;
}

.logo {
  max-width: 100px;
}

.mobile-menu {
  float: right;
  width: 22px;
  height: 17px;
  background: url(../_img/nav-icon.png) no-repeat 0 0 / cover;
  border: 0px;
  margin-left: auto;
}

/*
Body Styles
--------------------------------*/
h1 {
  font-size: 35px;
  color: #999cce;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
    line-height: 1;
  }
}

h1 sup {
  top: 0;
  font-size: 25px;
  line-height: 1.3;
}


/*
Footer
--------------------------------*/
main .footer {
  position: relative;
  background: url(../_img/footer-bg.jpg?v=1);
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  main .footer {
    border: 0px;
    padding-bottom: 10px;
  }
}

main .footer img {
  margin: 0 auto 40px;
  float: none;
}

@media only screen and (max-width: 767px) {
  main .footer img {
    max-width: 90%;
  }
}

main .footer h3 {
  text-align: center;
  font-size: 38px;
  color: #999cce;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 56px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  main .footer h3 {
    font-size: 19px;
  }
}

main .footer .inner {
  max-width: 765px;
  margin: 0 auto 21px;
  text-align: center;
  float: none;
}

main .footer .inner p {
  margin-bottom: 11px;
  float: none;
  letter-spacing: 0.015em;
}

@media only screen and (max-width: 767px) {
  main .footer .inner p {
    font-size: 10px;
  }
}

main .footer .inner span {
  float: none;
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  main .footer .inner span {
    font-size: 8px;
  }
}

main .footer .inner span a {
  float: none;
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-weight: normal;
}

main .footer .inner span a:hover {
  text-decoration: none;
}