@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
  html,
  body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
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,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
footer:before {
  content: "";
  display: table;
  clear: both;
}
body {
  line-height: 1.65;
}
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;
}
body {
  -webkit-text-size-adjust: none;
}
mark {
  background-color: transparent;
  color: inherit;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
html {
  font-size: 13pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 11pt;
  }
}
body {
  background-color: #fff;
  color: #444;
}
body,
input,
select,
textarea {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
p {
  margin: 0 0 2rem 0;
}
header.special {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 0;
}
header.special p {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 1.5rem 0;
  text-wrap: balance;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1, .hero-title {
  font-size: 3rem;
  line-height: 1.2;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.9rem;
}
h6 {
  font-size: 0.7rem;
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2.75rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.25rem;
  }
}
sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}
sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}
blockquote {
  border-left: solid 0.1rem;
  font-style: italic;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
}
code {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
}
pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}
hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2rem 0;
}
hr.major {
  margin: 4rem 0;
}
input,
select,
textarea {
  color: #555;
}
a {
  color: #ce1b28;
}
strong,
b {
  color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
}
blockquote {
  border-left-color: rgba(0, 0, 0, 0.25);
}
code {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25);
}
hr {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.inner {
  margin: 0 auto;
  width: 75rem;
  max-width: calc(100% - 6rem);
}


@media screen and (max-width: 480px) {
  .inner {
    max-width: calc(100% - 3rem);
  }
}

#header nav .desktop-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav .desktop-menu,
#header nav .desktop-menu ul {
  list-style: none;
}

#header nav .desktop-menu > li {
  position: relative;
  margin: 0;
}

#header nav .desktop-menu > li > a {
  display: inline-flex;
  padding: 28px 10px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
}

#header nav .desktop-menu a {
  text-decoration: none;
  color: #555;
  text-transform: uppercase;
  font-weight: 600;
}

#header nav .desktop-menu .fa-li {
  display: none;
}

#header nav .desktop-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
}

#header nav .desktop-menu ul li {
  display: block;
  margin: 0;
}

#header nav .desktop-menu ul a {
  display: block;
  padding: 10px 16px;
  color: #111;
}

#header nav .desktop-menu > li:hover > ul {
  display: block;
}

#header nav .desktop-menu ul {
  width: 360px;
}

#header nav .desktop-menu ul a {
  font-size: 15px;
  line-height: 1.35;
}

@media (min-width: 992px) {
  #header {
    display: flex;
    align-items: center;
  }

  #header nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 24px;
  }

  #header nav > a[href="#menu"] {
    display: none !important;
  }

  #header nav .desktop-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
  }
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 1.25rem;
}

.language-switcher__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  height: 2.4rem;
  padding: 0 0.85rem;
  border: none;
  box-shadow: none;
  border-radius: none;
  background: #fff;
  color: #555;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.language-switcher__toggle:hover,
.language-switcher__toggle:focus {
  color: #555;
  box-shadow: none;
  outline: none;
}

.language-switcher__toggle:focus-visible {
  outline: 2px solid #d71920;
  outline-offset: 3px;
}

.language-switcher__icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #555;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  flex: 0 0 auto;
}

.language-switcher__current {
  line-height: 1;
}

.language-switcher__chevron {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
  transition: transform 180ms ease;
  opacity: 0.7;
}

.language-switcher__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 4.5rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  z-index: 1000;
}

.language-switcher__dropdown a {
  display: block;
  padding: 8px 0.7rem;
  color: #555;
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
  text-align: center;
}

.language-switcher__dropdown a:hover,
.language-switcher__dropdown a:focus {
  text-decoration: none;
  outline: none;
}

.language-switcher__dropdown a.is-active {
  color: #222;
}

.language-switcher:hover .language-switcher__dropdown,
.language-switcher:focus-within .language-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-switcher:hover .language-switcher__chevron,
.language-switcher:focus-within .language-switcher__chevron {
  transform: rotate(225deg) translateY(1px);
}

@media screen and (max-width: 980px) {
  .language-switcher {
    margin-left: 0.75rem;
  }

  .language-switcher__toggle {
    height: 2.2rem;
    padding: 0 0.75rem;
    font-size: 0.78rem;
  }
}





input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition:
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -webkit-transition:
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  -ms-transition:
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  transition:
    background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: .875rem;
  letter-spacing: 0.15rem;
  padding: .625rem 1.25rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

.button{
  margin-top: 1rem;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  padding: 0 1.25rem;
}
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
  font-size: 1.35rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  padding: 0 2rem;
}
input[type="submit"].wide,
input[type="reset"].wide,
input[type="button"].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5rem;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
  pointer-events: none;
  opacity: 0.25;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #555;
  color: #555 !important;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  box-shadow: inset 0 0 0 1px #ce1b28;
  color: #ce1b28 !important;
}
input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
  background-color: rgba(206, 27, 40, 0.25);
}
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  box-shadow: none;
  background-color: #ce1b28;
  color: #fff !important;
}
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
  background-color: #e2212f;
  box-shadow: none;
}
input[type="submit"].primary:hover:active,
input[type="reset"].primary:hover:active,
input[type="button"].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
  background-color: #b71824;
}

.button.secondary{
  background-color: grey;
  color: #fff !important;
}
.button.secondary:hover{
  background-color: #555;
  box-shadow: inset 0 0 0 1px #555;
}

form {
  margin: 0 0 2rem 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  border: solid 1px;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  text-align: left;
  text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
  height: 3.25rem;
}
select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}
textarea {
  padding: 0.75rem 1rem;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 2.825rem;
  padding-right: 0.875rem;
  position: relative;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px;
  content: "";
  display: inline-block;
  height: 1.95rem;
  left: 0;
  line-height: 1.86875rem;
  position: absolute;
  text-align: center;
  top: -0.1625rem;
  width: 1.95rem;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: "X";
}
input[type="checkbox"] + label:before {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input[type="radio"] + label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
::-webkit-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
label {
  color: #555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.25);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' /%3E%3C/svg%3E");
}
select option {
  color: #444;
  background-color: #fff;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  color: #444;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(0, 0, 0, 0.075);
  border-color: rgba(0, 0, 0, 0.25);
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background-color: #ce1b28;
  border-color: #ce1b28;
  color: #fff;
}
input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
::-webkit-input-placeholder {
  color: #bbb !important;
}
:-moz-placeholder {
  color: #bbb !important;
}
::-moz-placeholder {
  color: #bbb !important;
}
:-ms-input-placeholder {
  color: #bbb !important;
}
ol {
  list-style: decimal;
  margin: 0 0 2rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}
ul {
  list-style: disc;
  margin: 0 0 2rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.325rem;
}
ul.plain {
  list-style: none;
  padding-left: 0;
}
ul.plain li {
  margin-bottom: 1rem;
}
ul.plain li .icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.5);
}
ul.alt {
  list-style: none;
  padding-left: 0;
}
ul.alt li {
  border-top: solid 1px;
  padding: 0.75rem 0;
}
ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.alt li:last-child {
  padding-bottom: 0;
}
dl {
  margin: 0 0 2rem 0;
}
dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
dl dd {
  margin-left: 1.5rem;
}
ul.alt li {
  border-top-color: rgba(0, 0, 0, 0.25);
}
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 2rem 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px;
  border-left: 0;
  border-right: 0;
}
table td {
  padding: 0.75rem 0.75rem;
}
table th {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0 0.75rem 0.75rem 0.75rem;
  text-align: left;
}
table thead {
  border-bottom: solid 2px;
}
table tfoot {
  border-top: solid 2px;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 1px;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 1px;
}
table.alt tbody tr:first-child td {
  border-top-width: 1px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}
table tbody tr {
  border-color: rgba(0, 0, 0, 0.25);
}
table tbody tr:nth-child(2n + 1) {
  background-color: rgba(0, 0, 0, 0.075);
}
table th {
  color: #555;
}
table thead {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
table tfoot {
  border-top-color: rgba(0, 0, 0, 0.25);
}
table.alt tbody tr td {
  border-color: rgba(0, 0, 0, 0.25);
}

.highlights {
  margin: 2.5rem 0 0;
}

.highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.highlights-list > li {
  margin: 0;
  padding: 0;
}

.highlights .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.highlights .card:hover,
.highlights .card:focus-within {
  transform: translateY(-2px);
  border-color: #d8d8d8;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.highlights .content-img {
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ececec;
}

.highlights .card-body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.highlights h3 {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.highlights h3 a {
  text-decoration: none;
  font-size: 1.25rem;
}

.highlights h3 a:hover,
.highlights h3 a:focus {
  color: #d71920;
  text-decoration: none;
}

.highlights p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #555;
}

.highlights h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.highlights h3 {
  position: relative;
}

.highlights .card:focus-within h3 a {
  outline: 2px solid #d71920;
  outline-offset: 4px;
}

@media screen and (max-width: 980px) {
  .highlights-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .highlights {
    margin-top: 2rem;
  }

  .highlights-list {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .highlights .card-body {
    padding: 0.95rem;
  }

  .highlights h3 {
    font-size: 0.95rem;
  }

  .highlights p {
    font-size: 0.92rem;
    max-width: none;
  }
}



.testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 2.5rem 0;
}

.testimonials > section {
  width: 100%;
  padding: 0;
}

.testimonials .content {
  height: 100%;
  padding: 3rem;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

@media screen and (max-width: 736px) {
  .testimonials {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonials .content {
    padding: 2rem;
  }
}



ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1rem;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: calc(100% + 1rem);
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.3rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 480px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type="submit"],
  ul.actions:not(.fixed) li input[type="reset"],
  ul.actions:not(.fixed) li input[type="button"],
  ul.actions:not(.fixed) li button,
  ul.actions:not(.fixed) li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type="submit"].icon:before,
  ul.actions:not(.fixed) li input[type="reset"].icon:before,
  ul.actions:not(.fixed) li input[type="button"].icon:before,
  ul.actions:not(.fixed) li button.icon:before,
  ul.actions:not(.fixed) li .button.icon:before {
    margin-left: -0.5rem;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0;
  margin-left: 0;
}
.row.gtr-0 > * {
  padding: 0 0 0 0;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0;
}
.row.gtr-25 {
  margin-top: 0;
  margin-left: -0.75rem;
}
.row.gtr-25 > * {
  padding: 0 0 0 0.75rem;
}
.row.gtr-25.gtr-uniform {
  margin-top: -0.75rem;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 0.75rem;
}
.row.gtr-50 {
  margin-top: 0;
  margin-left: -1.5rem;
}
.row.gtr-50 > * {
  padding: 0 0 0 1.5rem;
}
.row.gtr-50.gtr-uniform {
  margin-top: -1.5rem;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 1.5rem;
}
.row {
  margin-top: 0;
  margin-left: -3rem;
}
.row > * {
  padding: 0 0 0 3rem;
}
.row.gtr-uniform {
  margin-top: -3rem;
}
.row.gtr-uniform > * {
  padding-top: 3rem;
}
.row.gtr-150 {
  margin-top: 0;
  margin-left: -4.5rem;
}
.row.gtr-150 > * {
  padding: 0 0 0 4.5rem;
}
.row.gtr-150.gtr-uniform {
  margin-top: -4.5rem;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 4.5rem;
}
.row.gtr-200 {
  margin-top: 0;
  margin-left: -6rem;
}
.row.gtr-200 > * {
  padding: 0 0 0 6rem;
}
.row.gtr-200.gtr-uniform {
  margin-top: -6rem;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 6rem;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-xlarge {
    order: -1;
  }
  .row > .col-1-xlarge {
    width: 8.3333333333%;
  }
  .row > .off-1-xlarge {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xlarge {
    width: 16.6666666667%;
  }
  .row > .off-2-xlarge {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xlarge {
    width: 25%;
  }
  .row > .off-3-xlarge {
    margin-left: 25%;
  }
  .row > .col-4-xlarge {
    width: 33.3333333333%;
  }
  .row > .off-4-xlarge {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xlarge {
    width: 41.6666666667%;
  }
  .row > .off-5-xlarge {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xlarge {
    width: 50%;
  }
  .row > .off-6-xlarge {
    margin-left: 50%;
  }
  .row > .col-7-xlarge {
    width: 58.3333333333%;
  }
  .row > .off-7-xlarge {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xlarge {
    width: 66.6666666667%;
  }
  .row > .off-8-xlarge {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xlarge {
    width: 75%;
  }
  .row > .off-9-xlarge {
    margin-left: 75%;
  }
  .row > .col-10-xlarge {
    width: 83.3333333333%;
  }
  .row > .off-10-xlarge {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xlarge {
    width: 91.6666666667%;
  }
  .row > .off-11-xlarge {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xlarge {
    width: 100%;
  }
  .row > .off-12-xlarge {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-uniform > * {
    padding-top: 3rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -4.5rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 4.5rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -4.5rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 4.5rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -6rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 6rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -6rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-large {
    order: -1;
  }
  .row > .col-1-large {
    width: 8.3333333333%;
  }
  .row > .off-1-large {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-large {
    width: 16.6666666667%;
  }
  .row > .off-2-large {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-large {
    width: 25%;
  }
  .row > .off-3-large {
    margin-left: 25%;
  }
  .row > .col-4-large {
    width: 33.3333333333%;
  }
  .row > .off-4-large {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-large {
    width: 41.6666666667%;
  }
  .row > .off-5-large {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-large {
    width: 50%;
  }
  .row > .off-6-large {
    margin-left: 50%;
  }
  .row > .col-7-large {
    width: 58.3333333333%;
  }
  .row > .off-7-large {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-large {
    width: 66.6666666667%;
  }
  .row > .off-8-large {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-large {
    width: 75%;
  }
  .row > .off-9-large {
    margin-left: 75%;
  }
  .row > .col-10-large {
    width: 83.3333333333%;
  }
  .row > .off-10-large {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-large {
    width: 91.6666666667%;
  }
  .row > .off-11-large {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-large {
    width: 100%;
  }
  .row > .off-12-large {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 980px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-medium {
    order: -1;
  }
  .row > .col-1-medium {
    width: 8.3333333333%;
  }
  .row > .off-1-medium {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-medium {
    width: 16.6666666667%;
  }
  .row > .off-2-medium {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-medium {
    width: 25%;
  }
  .row > .off-3-medium {
    margin-left: 25%;
  }
  .row > .col-4-medium {
    width: 33.3333333333%;
  }
  .row > .off-4-medium {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-medium {
    width: 41.6666666667%;
  }
  .row > .off-5-medium {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-medium {
    width: 50%;
  }
  .row > .off-6-medium {
    margin-left: 50%;
  }
  .row > .col-7-medium {
    width: 58.3333333333%;
  }
  .row > .off-7-medium {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-medium {
    width: 66.6666666667%;
  }
  .row > .off-8-medium {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-medium {
    width: 75%;
  }
  .row > .off-9-medium {
    margin-left: 75%;
  }
  .row > .col-10-medium {
    width: 83.3333333333%;
  }
  .row > .off-10-medium {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-medium {
    width: 91.6666666667%;
  }
  .row > .off-11-medium {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-medium {
    width: 100%;
  }
  .row > .off-12-medium {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.375rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.375rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.375rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.75rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.75rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.75rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.5rem;
  }
  .row > * {
    padding: 0 0 0 1.5rem;
  }
  .row.gtr-uniform {
    margin-top: -1.5rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.5rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 2.25rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -2.25rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 2.25rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -3rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 3rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -3rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-small {
    order: -1;
  }
  .row > .col-1-small {
    width: 8.3333333333%;
  }
  .row > .off-1-small {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-small {
    width: 16.6666666667%;
  }
  .row > .off-2-small {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-small {
    width: 25%;
  }
  .row > .off-3-small {
    margin-left: 25%;
  }
  .row > .col-4-small {
    width: 33.3333333333%;
  }
  .row > .off-4-small {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-small {
    width: 41.6666666667%;
  }
  .row > .off-5-small {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-small {
    width: 50%;
  }
  .row > .off-6-small {
    margin-left: 50%;
  }
  .row > .col-7-small {
    width: 58.3333333333%;
  }
  .row > .off-7-small {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-small {
    width: 66.6666666667%;
  }
  .row > .off-8-small {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-small {
    width: 75%;
  }
  .row > .off-9-small {
    margin-left: 75%;
  }
  .row > .col-10-small {
    width: 83.3333333333%;
  }
  .row > .off-10-small {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-small {
    width: 91.6666666667%;
  }
  .row > .off-11-small {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-small {
    width: 100%;
  }
  .row > .off-12-small {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row > .imp-xsmall {
    order: -1;
  }
  .row > .col-1-xsmall {
    width: 8.3333333333%;
  }
  .row > .off-1-xsmall {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-xsmall {
    width: 16.6666666667%;
  }
  .row > .off-2-xsmall {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-xsmall {
    width: 25%;
  }
  .row > .off-3-xsmall {
    margin-left: 25%;
  }
  .row > .col-4-xsmall {
    width: 33.3333333333%;
  }
  .row > .off-4-xsmall {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-xsmall {
    width: 41.6666666667%;
  }
  .row > .off-5-xsmall {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-xsmall {
    width: 50%;
  }
  .row > .off-6-xsmall {
    margin-left: 50%;
  }
  .row > .col-7-xsmall {
    width: 58.3333333333%;
  }
  .row > .off-7-xsmall {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-xsmall {
    width: 66.6666666667%;
  }
  .row > .off-8-xsmall {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-xsmall {
    width: 75%;
  }
  .row > .off-9-xsmall {
    margin-left: 75%;
  }
  .row > .col-10-xsmall {
    width: 83.3333333333%;
  }
  .row > .off-10-xsmall {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-xsmall {
    width: 91.6666666667%;
  }
  .row > .off-11-xsmall {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-xsmall {
    width: 100%;
  }
  .row > .off-12-xsmall {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0;
  }
  .row.gtr-0 > * {
    padding: 0 0 0 0;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0;
  }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.3125rem;
  }
  .row.gtr-25 > * {
    padding: 0 0 0 0.3125rem;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -0.3125rem;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 0.3125rem;
  }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -0.625rem;
  }
  .row.gtr-50 > * {
    padding: 0 0 0 0.625rem;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -0.625rem;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 0.625rem;
  }
  .row {
    margin-top: 0;
    margin-left: -1.25rem;
  }
  .row > * {
    padding: 0 0 0 1.25rem;
  }
  .row.gtr-uniform {
    margin-top: -1.25rem;
  }
  .row.gtr-uniform > * {
    padding-top: 1.25rem;
  }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -1.875rem;
  }
  .row.gtr-150 > * {
    padding: 0 0 0 1.875rem;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -1.875rem;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 1.875rem;
  }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -2.5rem;
  }
  .row.gtr-200 > * {
    padding: 0 0 0 2.5rem;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -2.5rem;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 2.5rem;
  }
}
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.icon > .label {
  display: none;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 2rem;
}
.image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  position: relative;
}
.image img {
  display: block;
  aspect-ratio: 1/1;
}
.image.left,
.image.right {
  max-width: 40%;
}
.image.left img,
.image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 2rem 2rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 2rem 2rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
.wrapper {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 2rem 0;
  }
}

#banner {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111;
  color: rgba(255, 255, 255, 0.5);
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 35rem !important;
  min-height: 35rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
#banner input,
#banner select,
#banner textarea {
  color: #fff;
}
#banner a {
  color: #ce1b28;
}
#banner strong,
#banner b {
  color: #fff;
}
#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: #fff;
}
#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#banner code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="submit"],
#banner input[type="reset"],
#banner input[type="button"],
#banner button,
#banner .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important;
}
#banner input[type="submit"]:hover,
#banner input[type="reset"]:hover,
#banner input[type="button"]:hover,
#banner button:hover,
#banner .button:hover {
  box-shadow: inset 0 0 0 1px #ce1b28;
  color: #ce1b28 !important;
}
#banner input[type="submit"]:hover:active,
#banner input[type="reset"]:hover:active,
#banner input[type="button"]:hover:active,
#banner button:hover:active,
#banner .button:hover:active {
  background-color: rgba(206, 27, 40, 0.25);
}
#banner input[type="submit"].primary,
#banner input[type="reset"].primary,
#banner input[type="button"].primary,
#banner button.primary,
#banner .button.primary {
  box-shadow: none;
  background-color: #ce1b28;
  color: #fff !important;
}
#banner input[type="submit"].primary:hover,
#banner input[type="reset"].primary:hover,
#banner input[type="button"].primary:hover,
#banner button.primary:hover,
#banner .button.primary:hover {
  background-color: #e2212f;
  box-shadow: none;
}
#banner input[type="submit"].primary:hover:active,
#banner input[type="reset"].primary:hover:active,
#banner input[type="button"].primary:hover:active,
#banner button.primary:hover:active,
#banner .button.primary:hover:active {
  background-color: #b71824;
}
#banner label {
  color: #fff;
}
#banner input[type="text"],
#banner input[type="password"],
#banner input[type="email"],
#banner input[type="tel"],
#banner input[type="search"],
#banner input[type="url"],
#banner select,
#banner textarea {
  background-color: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="text"]:focus,
#banner input[type="password"]:focus,
#banner input[type="email"]:focus,
#banner input[type="tel"]:focus,
#banner input[type="search"]:focus,
#banner input[type="url"]:focus,
#banner select:focus,
#banner textarea:focus {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
#banner select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#banner select option {
  color: rgba(255, 255, 255, 0.5);
  background-color: #111;
}
#banner input[type="checkbox"] + label,
#banner input[type="radio"] + label {
  color: rgba(255, 255, 255, 0.5);
}
#banner input[type="checkbox"] + label:before,
#banner input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#banner input[type="checkbox"]:checked + label:before,
#banner input[type="radio"]:checked + label:before {
  background-color: #ce1b28;
  border-color: #ce1b28;
  color: #fff;
}
#banner input[type="checkbox"]:focus + label:before,
#banner input[type="radio"]:focus + label:before {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
#banner ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#banner :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#banner ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#banner :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#banner ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}
#banner table th {
  color: #fff;
}
#banner table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#banner table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#banner table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#banner .highlights .content {
  background: #111;
}
#banner .testimonials .content {
  background: #111;
  box-shadow: 0 0 4px 1px rgba(255, 255, 255, 0.025);
}
#banner .testimonials .content .credit strong {
  color: #ce1b28;
}
#banner > .inner {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition:
    opacity 1s ease,
    -moz-transform 1s ease;
  -webkit-transition:
    opacity 1s ease,
    -webkit-transform 1s ease;
  -ms-transition:
    opacity 1s ease,
    -ms-transform 1s ease;
  transition:
    opacity 1s ease,
    transform 1s ease;
  opacity: 1;
  position: relative;
  z-index: 3;
}
#banner > .inner > :last-child {
  margin-bottom: 0;
}
#banner h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
#banner p {
  font-size: 1.5rem;
}
#banner a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#banner a:hover {
  color: #fff;
}
#banner video {
  -moz-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  bottom: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 50%;
  width: auto;
}
#banner:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  background: #111;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#banner:after {
  background: linear-gradient(135deg, #ce1b28 0%, #111 74%);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  webkit-linear-gradientidth: 100%;
  width: 100%;
  z-index: 1;
}
#banner.small {
  height: 30vh !important;
  min-height: 30vh;
}
@media screen and (max-width: 1280px) {
  #banner video {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #banner {
    height: auto !important;
    min-height: 0;
    padding: 4rem 2rem 4rem 2rem;
  }
  #banner .inner {
    width: 100%;
  }
  #banner h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  #banner p {
    font-size: 1.25rem;
  }
  #banner br {
    display: none;
  }
  #banner .button {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #banner p {
    font-size: 1rem;
  }
}
body.is-preload #banner .inner {
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  opacity: 0;
}
body.is-preload #banner:before {
  opacity: 1;
}
#cta, .cta {
  background-color: #ce1b28;
  color: rgba(255, 255, 255, 0.75);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
#cta p,
.cta p {
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
#cta input,
#cta select,
#cta textarea,
.cta input,
.cta select,
.cta textarea {
  color: #fff;
}
#cta a,
.cta a {
  color: #fff;
}
#cta strong,
#cta b,
.cta strong,
.cta b {
  color: #fff;
}
#cta h1,
#cta h2,
#cta h3,
#cta h4,
#cta h5,
#cta h6,
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6 {
  color: #fff;
}
#cta blockquote,
.cta blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#cta code,
.cta code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#cta hr,
.cta hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#cta input[type="submit"],
#cta input[type="reset"],
#cta input[type="button"],
#cta button,
#cta .button,
.cta input[type="submit"],
.cta input[type="reset"],
.cta input[type="button"],
.cta button,
.cta .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important;
}
#cta input[type="submit"]:hover,
#cta input[type="reset"]:hover,
#cta input[type="button"]:hover,
#cta button:hover,
#cta .button:hover,.cta input[type="submit"]:hover,
.cta input[type="reset"]:hover,
.cta input[type="button"]:hover,
.cta button:hover,
.cta .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#cta input[type="submit"]:hover:active,
#cta input[type="reset"]:hover:active,
#cta input[type="button"]:hover:active,
#cta button:hover:active,
#cta .button:hover:active , .cta input[type="submit"]:hover:active,
.cta input[type="reset"]:hover:active,
.cta input[type="button"]:hover:active,
.cta button:hover:active,
.cta .button:hover:active {
  background-color: rgba(255, 255, 255, 0.25);
}
#cta input[type="submit"].primary,
#cta input[type="reset"].primary,
#cta input[type="button"].primary,
#cta button.primary,
#cta .button.primary ,.cta input[type="submit"].primary,
.cta input[type="reset"].primary,
.cta input[type="button"].primary,
.cta button.primary,
.cta .button.primary {
  box-shadow: none;
  background-color: #fff;
  color: #ce1b28 !important;
  font-weight: 600;
}
#cta input[type="submit"].primary:hover,
#cta input[type="reset"].primary:hover,
#cta input[type="button"].primary:hover,
#cta button.primary:hover,
#cta .button.primary:hover,.cta input[type="submit"].primary:hover,
.cta input[type="reset"].primary:hover,
.cta input[type="button"].primary:hover,
.cta button.primary:hover,
.cta .button.primary:hover {
  background-color: rgba(255, 255, 255, 0.875);
  box-shadow: none;
}
#cta input[type="submit"].primary:hover:active,
#cta input[type="reset"].primary:hover:active,
#cta input[type="button"].primary:hover:active,
#cta button.primary:hover:active,
#cta .button.primary:hover:active,
.cta input[type="submit"].primary:hover:active,
.cta input[type="reset"].primary:hover:active,
.cta input[type="button"].primary:hover:active,
.cta button.primary:hover:active,
.cta .button.primary:hover:active {
  background-color: rgba(255, 255, 255, 0.5);
}
#cta label, .cta label {
  color: #fff;
}
#cta input[type="text"],
#cta input[type="password"],
#cta input[type="email"],
#cta input[type="tel"],
#cta input[type="search"],
#cta input[type="url"],
#cta select,
#cta textarea,
.cta input[type="text"],
.cta input[type="password"],
.cta input[type="email"],
.cta input[type="tel"],
.cta input[type="search"],
.cta input[type="url"],
.cta select,
.cta textarea {
  background-color: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#cta input[type="text"]:focus,
#cta input[type="password"]:focus,
#cta input[type="email"]:focus,
#cta input[type="tel"]:focus,
#cta input[type="search"]:focus,
#cta input[type="url"]:focus,
#cta select:focus,
#cta textarea:focus,
.cta input[type="text"]:focus,
.cta input[type="password"]:focus,
.cta input[type="email"]:focus,
.cta input[type="tel"]:focus,
.cta input[type="search"]:focus,
.cta input[type="url"]:focus,
.cta select:focus,
.cta textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
#cta select, .cta select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#cta select option, .cta select option {
  color: rgba(255, 255, 255, 0.75);
  background-color: #ce1b28;
}
#cta input[type="checkbox"] + label,
#cta input[type="radio"] + label, .cta input[type="checkbox"] + label,
.cta input[type="radio"] + label {
  color: rgba(255, 255, 255, 0.75);
}
#cta input[type="checkbox"] + label:before,
#cta input[type="radio"] + label:before, .cta input[type="checkbox"] + label:before,
.cta input[type="radio"] + label:before  {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#cta input[type="checkbox"]:checked + label:before,
#cta input[type="radio"]:checked + label:before, .cta input[type="checkbox"]:checked + label:before,
.cta input[type="radio"]:checked + label:before  {
  background-color: #fff;
  border-color: #fff;
  color: #ce1b28;
}
#cta input[type="checkbox"]:focus + label:before,
#cta input[type="radio"]:focus + label:before, .cta input[type="checkbox"]:focus + label:before,
.cta input[type="radio"]:focus + label:before {
  border-color: #fff;
  box-shadow: 0 0 0 1px #fff;
}
#cta ::-webkit-input-placeholder, .cta ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#cta :-moz-placeholder, .cta :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#cta ::-moz-placeholder, .cta ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#cta :-ms-input-placeholder, .cta :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#cta ul.alt li, .cta ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#cta table tbody tr, .cta table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#cta table tbody tr:nth-child(2n + 1), .cta table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}
#cta table th, .cta table th {
  color: #fff;
}
#cta table thead, .cta table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#cta table tfoot, .cta table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#cta table.alt tbody tr td , .cta table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#cta .highlights .content, .cta .highlights .content {
  background: #ce1b28;
}
#cta .testimonials .content, .cta .testimonials .content {
  background: #ce1b28;
}
#cta .testimonials .content .credit strong, .cta .testimonials .content .credit strong {
  color: #ce1b28;
}
#cta .inner, .cta .inner {
  position: relative;
  z-index: 3;
}

.cta-green{
  background-color: #4c4e50;
}
@media screen and (max-width: 980px) {
  #cta, .cta{
    background-attachment: scroll;
  }
}
#footer {
  background-color: #4c4e50;
  color: #ececec;
  padding: 2rem 0 0 0;
}

#footer a {
  color: rgba(255, 255, 255, 0.7);
}

#footer hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

#footer .content section:first-child {
  width: 50%;
  padding-right: 4rem;
}
#footer .content section:last-child {
  padding-left: 4rem;
}
#footer .copyright {
  border-top: 1px solid rgb(123, 123, 123);
  font-size: 0.8rem;
  padding: 2rem 0;
  text-align: center;
  color: rgb(200, 200, 201);
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 4rem 0 2rem 0;
  }
}
@media screen and (max-width: 980px) {
  #footer .content {
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .content section {
    width: 50%;
  }
  #footer .content section:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3rem 0 1rem 0;
  }
  #footer .content section {
    width: 100%;
  }
  #footer .content section:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 2rem 0 0.1rem 0;
  }
}

@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}

.carousel-item.active .bg,
.carousel-item.active img {
  animation: heroZoom 9s ease forwards;
}

.carousel{
    padding-top: 7rem;
    background: white;
}

.hero-fade {
    position: relative;
    min-height: calc(100vh - 400px);
    overflow: hidden;
    margin-top: 7rem;
    background: white;
}

.hero-fade-bg {
    position: absolute;
    inset: 0;
}

.hero-fade-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 1.6s ease-in-out, transform 6s ease-in-out;
}

.hero-fade-image.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-fade-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-fade-content {
    position: relative;
    z-index: 2;
    min-height: inherit;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-fade-content .inner {
    width: 100%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.hero-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.hero-fade-content .hero-title {
    color: #fff;
    max-width: 900px;
    margin: 0 auto 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-fade-content p {
    color: #fff;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25rem;
}

.hero-fade-content .button {
    margin-top: 1rem;
}

@media (max-width: 767px) {
    .hero-fade,
    .hero-fade-content {
        min-height: 360px;
    }

    .hero-fade-content .inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-fade-content h1 {
        font-size: 1.9rem;
    }
}


body:before {
  content: " ";
  background-image: linear-gradient(rgba(244, 243, 243, 0.25), rgba(229, 229, 229, 0.05)), url(../images/pael_svg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.20;
}
#header {
  -webkit-box-shadow: 6px -25px 23px 22px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 6px -25px 23px 22px rgba(0, 0, 0, 0.15);
  box-shadow: 6px -25px 23px 22px rgba(0, 0, 0, 0.15);
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
  height: 7rem;
  left: 0;
  line-height: 3.25rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.logo img {
  height: inherit;
  padding: 0.5rem 0;
}
#header > nav > a {
  color: inherit;
  display: inline-block;
  padding: 0 0.75rem;
  text-decoration: none;
}
#header > nav > a:hover {
  color: #ce1b28;
}
#header > nav > a[href="#menu"] {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#header > nav > a > i {
  margin: 0.5rem;
}
#header > nav > a + a[href="#menu"]:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.25);
  margin-left: 0.5rem;
  padding-left: 1.25rem;
}
#header > nav > a:last-child {
  padding-right: 1.25rem;
}
@media screen and (max-width: 736px) {
  #header > nav > a {
    padding: 0 0.5rem;
  }
  #header > nav > a + a[href="#menu"]:last-child {
    margin-left: 0.25rem;
    padding-left: 1rem;
  }
  #header > nav > a:last-child {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 44px;
  }
  #header {
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
}

#header + #high {
  margin-top: 5rem;
  padding-bottom: 0 !important;
}
#heading {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  background-color: #111;
  color: rgba(255, 255, 255, 0.5);
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  height: 25rem !important;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 7rem;
}
#heading input,
#heading select,
#heading textarea {
  color: #fff;
}
#heading a {
  color: #ce1b28;
}
#heading strong,
#heading b {
  color: #fff;
}
#heading h2,
#heading h3,
#heading h4,
#heading h5,
#heading h6 {
  color: #fff;
}
#heading h1 {
  color: #fff;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0;
  display: -ms-flexbox;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 60%;
  height: 40%;
  font-size: 40px;
}
#heading blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#heading code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#heading hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#heading input[type="submit"],
#heading input[type="reset"],
#heading input[type="button"],
#heading button,
#heading .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important;
}
#heading input[type="submit"]:hover,
#heading input[type="reset"]:hover,
#heading input[type="button"]:hover,
#heading button:hover,
#heading .button:hover {
  box-shadow: inset 0 0 0 1px #ce1b28;
  color: #ce1b28 !important;
}
#heading input[type="submit"]:hover:active,
#heading input[type="reset"]:hover:active,
#heading input[type="button"]:hover:active,
#heading button:hover:active,
#heading .button:hover:active {
  background-color: rgba(206, 27, 40, 0.25);
}
#heading input[type="submit"].primary,
#heading input[type="reset"].primary,
#heading input[type="button"].primary,
#heading button.primary,
#heading .button.primary {
  box-shadow: none;
  background-color: #ce1b28;
  color: #fff !important;
}
#heading input[type="submit"].primary:hover,
#heading input[type="reset"].primary:hover,
#heading input[type="button"].primary:hover,
#heading button.primary:hover,
#heading .button.primary:hover {
  background-color: #e2212f;
  box-shadow: none;
}
#heading input[type="submit"].primary:hover:active,
#heading input[type="reset"].primary:hover:active,
#heading input[type="button"].primary:hover:active,
#heading button.primary:hover:active,
#heading .button.primary:hover:active {
  background-color: #b71824;
}
#heading label {
  color: #fff;
}
#heading input[type="text"],
#heading input[type="password"],
#heading input[type="email"],
#heading input[type="tel"],
#heading input[type="search"],
#heading input[type="url"],
#heading select,
#heading textarea {
  background-color: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#heading input[type="text"]:focus,
#heading input[type="password"]:focus,
#heading input[type="email"]:focus,
#heading input[type="tel"]:focus,
#heading input[type="search"]:focus,
#heading input[type="url"]:focus,
#heading select:focus,
#heading textarea:focus {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
#heading select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
}
#heading select option {
  color: rgba(255, 255, 255, 0.5);
  background-color: #111;
}
#heading input[type="checkbox"] + label,
#heading input[type="radio"] + label {
  color: rgba(255, 255, 255, 0.5);
}
#heading input[type="checkbox"] + label:before,
#heading input[type="radio"] + label:before {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#heading input[type="checkbox"]:checked + label:before,
#heading input[type="radio"]:checked + label:before {
  background-color: #ce1b28;
  border-color: #ce1b28;
  color: #fff;
}
#heading input[type="checkbox"]:focus + label:before,
#heading input[type="radio"]:focus + label:before {
  border-color: #ce1b28;
  box-shadow: 0 0 0 1px #ce1b28;
}
#heading ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#heading :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#heading ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#heading :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
#heading ul.alt li {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#heading table tbody tr {
  border-color: rgba(255, 255, 255, 0.25);
}
#heading table tbody tr:nth-child(2n + 1) {
  background-color: rgba(255, 255, 255, 0.075);
}
#heading table th {
  color: #fff;
}
#heading table thead {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#heading table tfoot {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#heading table.alt tbody tr td {
  border-color: rgba(255, 255, 255, 0.25);
}
#heading .highlights .content {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.025);
}
#heading .testimonials .content {
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.025);
}
#heading .testimonials .content .credit strong {
  color: #ce1b28;
}
#heading:before {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.4) 0%, #111 74%);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#heading h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  #heading {
    padding: 2rem;
  }
}
#main .content {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.025);
  margin-bottom: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 980px) {
  #main .content {
    padding: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #main .content {
    padding: 1.5rem;
  }
}
#menu {
  background-color: #4c4e50;
  color: rgba(255, 255, 255, 0.5);
  -moz-transform: translateX(20rem);
  -webkit-transform: translateX(20rem);
  -ms-transform: translateX(20rem);
  transform: translateX(20rem);
  -moz-transition:
    -moz-transform 0.5s ease,
    box-shadow 0.5s ease,
    visibility 0.5s;
  -webkit-transition:
    -webkit-transform 0.5s ease,
    box-shadow 0.5s ease,
    visibility 0.5s;
  -ms-transition:
    -ms-transform 0.5s ease,
    box-shadow 0.5s ease,
    visibility 0.5s;
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease,
    visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  box-shadow: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 3rem 2rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 10002;
}
#menu input,
#menu select,
#menu textarea {
  color: #fff;
}
#menu a {
  color: #ce1b28;
}
#menu strong,
#menu b {
  color: #fff;
}
#menu h1,
#menu h2,
#menu h3,
#menu h4,
#menu h5,
#menu h6 {
  color: #fff;
}
#menu blockquote {
  border-left-color: rgba(255, 255, 255, 0.25);
}
#menu code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}
#menu hr {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
#menu input[type="submit"],
#menu input[type="reset"],
#menu input[type="button"],
#menu button,
#menu .button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff !important;
}
#menu input[type="submit"]:hover,
#menu input[type="reset"]:hover,
#menu input[type="button"]:hover,
#menu button:hover,
#menu .button:hover {
  box-shadow: inset 0 0 0 1px #ce1b28;
  color: #ce1b28 !important;
}
#menu input[type="submit"]:hover:active,
#menu input[type="reset"]:hover:active,
#menu input[type="button"]:hover:active,
#menu button:hover:active,
#menu .button:hover:active {
  background-color: rgba(206, 27, 40, 0.25);
}
#menu input[type="submit"].primary,
#menu input[type="reset"].primary,
#menu input[type="button"].primary,
#menu button.primary,
#menu .button.primary {
  box-shadow: none;
  background-color: #ce1b28;
  color: #fff !important;
}
#menu input[type="submit"].primary:hover,
#menu input[type="reset"].primary:hover,
#menu input[type="button"].primary:hover,
#menu button.primary:hover,
#menu .button.primary:hover {
  background-color: #e2212f;
  box-shadow: none;
}
#menu input[type="submit"].primary:hover:active,
#menu input[type="reset"].primary:hover:active,
#menu input[type="button"].primary:hover:active,
#menu button.primary:hover:active,
#menu .button.primary:hover:active {
  background-color: #b71824;
}
#menu > ul {
  margin: 0 0 1rem 0;
}
#menu > ul.links {
  list-style: none;
  padding: 0;
}
#menu > ul.links > li {
  padding: 0;
}
#menu > ul.links > li > a {
  border: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: inherit;
  display: block;
  line-height: 3.5rem;
  text-decoration: none;
}
#menu > ul.links > li > a:hover {
  color: #fff;
}
#menu > ul.links > li:first-child > a {
  border-top: 0;
}
#menu .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: block;
  height: 3.25rem;
  line-height: 3.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7rem;
}
#menu .close:hover {
  color: #fff;
}

.has-submenu {
    position: relative;
}

.has-submenu > a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.menu-chevron {
    width: 10px;
    height: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.menu-chevron::before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease;
    display: block;
}

.has-submenu.is-open .menu-chevron::before,
.has-submenu:hover .menu-chevron::before {
    transform: rotate(225deg);
}



#submenu {
  list-style-type: none;
  padding-bottom: 1rem;
}
#submenu li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 0.2rem;
}
#submenu > li > a:hover {
  color: #fff;
  text-decoration: none;
}
#submenu i {
  color: rgba(255, 255, 255, 0.1);
}
.active {
  color: #fff;
}
#menu > ul > li > a.active {
  color: #fff;
}
#submenu > li > a.active {
  color: #fff;
}
@media screen and (max-width: 736px) {
  #menu .close {
    height: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 736px) {
  #menu {
    padding: 2.5rem 1.75rem;
  }
}
body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
html {
  scroll-behavior: smooth;
}
#menu > ul > li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
#menu a {
  color: rgba(255, 255, 255, 0.25);
  font-size: small;
  text-decoration: none;
  font-weight: 300;
}
#menu a:hover {
  text-decoration: underline;
}
.language {
  display: inline-block;
  font-size: smaller;
}
.language a {
  color: inherit;
  padding: 0 0.5rem;
  text-decoration: none;
}
nav > a {
  color: inherit;
  text-decoration: none;
}
nav > a:hover {
  color: #ce1b28;
}
#header > div > nav > a > i {
  padding-right: 0.3rem;
}
#main-ref {
  display: flex;
  gap: 1rem;
  padding: 6rem 0;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
#main-ref .logos {
  width: 100%;
}
.carousel-item:after {
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.5) 0%, #111 84%);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.carousel-item h2 {
  color: #fff;
}
.carouselIndicators li {
  z-index: 3;
}
.carousel-indicators .active {
  background-color: #ce1b28;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 5rem;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
#high > div > div > section > a {
  color: inherit;
  text-decoration: none;
  border: 1px solid grey;
}
#high > div > div > section > a > div {
  position: relative;
   border: 1px solid transparent;
}

#usluge > section > a > div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
#usluge > section > a > div:hover {
  border: 1px solid black;
  cursor: pointer;
  transform: translateY(1px);
}

#high > div > div > section > a > div:hover > span,
#usluge > section > a > div:hover span {
  opacity: 1;
}

.products-block {
  padding: 4rem 0;
}

.products-block .inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 2.5rem;
}

.products-block h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.1;
}

.products-block__text {
  margin: 0 0 1.5rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.72);
}

.products-block .button.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-bottom: 0;
}

.products-block__image {
  display: block;
  width: 100%;
  margin-left: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 980px) {
  .products-block {
    padding: 3rem 0;
  }

  .products-block .inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .products-block h2 {
    max-width: none;
    font-size: 1.7rem;
  }

  .products-block__text {
    max-width: none;
  }

  .products-block__image {
    max-width: none;
    margin-left: 0;
  }
}




.proizvodi-banner {
  background-image: url(../images/productsnew.jpg);
}
.usluge-banner {
  background-image: url(../media/1609/o-nama.jpg);
  background-position: 30% 70% !important;
}
.el1-banner {
  background-image: url(../images/elektroinstalacije1.jpg);
}
.el2-banner {
  background-image: url(../images/elektroinstalacije2.jpg);
}
.projektiranje-banner {
  background-image: url("../images/projektiranje1.jpg");
}
.o-nama-banner {
  background-image: url(../media/1610/usluge.jpg);
}
.kontakt-banner {
  background-image: url(../images/kontakt-banner.jpg);
}
.katodna-banner {
  background-image: url(../images/katodna.jpg);
  background-position: bottom !important;
}
#nasi-proizvodi {
  width: 100%;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  columns: 4;
}
#nasi-proizvodi > ul {
  list-style: none;
  list-style-position: inside;
}
#nasi-proizvodi ul li {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
.white-bg {
  background-color: #fff;
  padding: 4rem 3rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.text ul {
  -webkit-columns: 2;
  column-count: 2;
  columns: 2;
  padding-left: 0;
}
.text ul li {
  float: left;
  width: 100%;
  text-align: left;
  list-style-type: none;
  padding-bottom: 1rem;
  font-size: small;
}
.text ul li em {
  color: #ce1b28;
  font-style: normal;
  font-size: 1rem;
}
.katalog {
  display: table;
  margin: 3rem auto 0 auto;
}
.katalog > p {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 1rem;
  font-size: 25px;
}
.katalog i {
  color: #ce1b28;
}
.o-nama {
  text-align: center;
}
#nama {
  margin-top: 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
#nama p {
  margin-bottom: 1rem;
}
#nama ul li {
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0.2rem;
  font-size: 1.2rem;
}
.organogram > a > img {
  width: 100% !important;
  height: auto !important;
}
.certificates ul {
  padding-top: 1rem;
  padding-left: 0;
}
.certificates ul li {
  list-style-type: none;
  padding: 0.2rem;
}
.certificates ul li em {
  color: #ce1b28;
}
#nasi-proizvodi ul li::before,
#nase-usluge ul li::before,
#nama ul li::before,
.certificates ul li::before,
.white-bg .text ul li::before {
  content: "• ";
  color: #ce1b28;
}
#nama ul li::after {
  content: " •";
  color: #ce1b28;
}
#nase-usluge {
  width: 100%;
  -moz-column-count: 3;
  -webkit-columns: 3;
  column-count: 3;
  columns: 3;
}
#nase-usluge ul {
  list-style: none;
  list-style-position: inside;
}
#nase-usluge ul li {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
}
#usluge h3 {
  color: #ce1b28;
}
#usluge > section > div > blockquote {
  font-style: normal;
  font-size: 1.25rem;
}
.kontakt-white {
  padding: 2rem 3rem;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.kontakt-podatci ul {
  list-style-type: none;
  line-height: 3rem;
}
.kontakt-podatci ul li span {
  font-size: 1.2rem;
  padding-right: 0.5rem;
  color: #ce1b28;
}
.kontakt-podatci > ul > li:last-child {
  border-top: 1px solid #ce1b28;
  margin-top: 1rem;
  padding-top: 0.5rem;
  line-height: 2rem;
}
#map {
  padding: 0;
  margin: 0;
}
.red-important {
  color: #ce1b28;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: center;
  font-size: small;
}
#reference {
  margin-bottom: 2.5rem;
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}
#reference > .ref-logo {
  width: 9.090909090909091%;
  padding-right: 2rem;
  padding-top: 2rem;
}
#reference > .ref-logo:nth-child(11n) {
  padding-right: 0;
}
#reference img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -webkit-filter: invert(75%);
  filter: invert(75%);
}

#footer > div > div.copyright > p > a:hover {
  color: #fff;
}
.copyright i {
  padding: 0.5rem;
  padding-left: 2rem;
}
.copyright p {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.copyright p:last-child {
  display: block;
}

#menu + #high {
  margin-top: 8rem;
  padding-bottom: 0;
}

body > div.inner > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
body > div.inner > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

body > div.inner > ul > li {
  flex: 1 1 25%;
}

body > div.inner > ul > li > a {
  display: block;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  border: 2px solid #eee;
  border-bottom: none;
  background-color: white;
  padding: 12px 8px;
}
body > div.inner > ul > li > a.active {
  color: #111827;
  background: #eee;
  font-weight: 600;
}


@media (max-width: 700px) {
  body > div.inner > ul > li {
    flex: 1 1 50%;
  }

  body > div.inner > ul > li > a {
    font-size: 10px;
    padding: 8px 6px;
  }
}
.image-gallery {
  display: table;
  background-color: #000;
}
body > div.image-gallery > a,
#projektiranje > div > a,
#odrzavanje > div > a,
#oprema > div > a,
#građenje > div > a,
#designing > div > a,
#maintenance > div > a,
#construction > div > a,
#equipment > div > a {
  width: 12.5%;
  float: left;
}
#odrzavanje > div > a,
#građenje > div > a,
#oprema > div > a,
#maintenance > div > a,
#construction > div > a,
#equipment > div > a {
  width: 14.28571428571429%;
  float: left;
}
body > div.image-gallery {
  display: inline-block;
  background-color: #000;
  margin-bottom: -0.5rem;
  width: 100%;
}
body > div.image-gallery > a > img,
#projektiranje > div > a > img,
#odrzavanje > div > a > img,
#oprema > div > a > img,
#građenje > div > a > img,
#designing > div > a > img,
#maintenance > div > a > img,
#construction > div > a > img,
#equipment > div > a > img {
  opacity: 0.6;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.3s ease;
  border-radius: 0;
}
body > div.image-gallery > a > img:hover,
#projektiranje > div > a > img:hover,
#odrzavanje > div > a > img:hover,
#oprema > div > a > img:hover,
#građenje > div > a > img:hover,
#designing > div > a > img:hover,
#maintenance > div > a > img:hover,
#construction > div > a > img:hover,
#equipment > div > a > img:hover {
  opacity: 1;
}
.eu-fondovi em,
#elektroinstalacije em,
#electricalinstallations em {
  font-style: normal;
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5rem;
  color: #ce1b28;
}
.eu-fondovi ul {
  padding-top: 2rem;
}
.cta1 {
  background-image:
    linear-gradient(rgba(206, 27, 40, 0.25), rgba(206, 27, 40, 0.25)),
    url(../images/back1.jpg);
}

.cta2 {
  background-image:
    linear-gradient(rgba(206, 27, 40, 0.25), rgba(206, 27, 40, 0.25)),
    url(../images/back2.jpg);
}
.cta3 {
  background-image:
    linear-gradient(rgba(206, 27, 40, 0.25), rgba(206, 27, 40, 0.25)),
    url(../images/back3.jpg);
}
.cta4 {
  background-image:
    linear-gradient(rgba(206, 27, 40, 0.25), rgba(206, 27, 40, 0.25)),
    url(../images/back4.jpg);
}

#cookie_div {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem 3rem;
  background-color: #fff;
  display: block;
  z-index: 99999999999999999999999999999999999999999999999999999;
  font-size: small;
  border-top: 1px solid #d3d3d3;
}
#cookie_div > p {
  padding-right: 10px;
  margin-bottom: 0 !important;
  line-height: 2;
}
#cookie_div > p > button {
  height: 100%;
  line-height: 2;
}
#cookie_div > p > a {
  margin-right: 1rem;
}
.white-button {
  color: #fff !important;
  border-color: #fff !important;
  border-width: 2px;
  font-weight: 300;
}
@media only screen and (max-width: 1440px) {
  #cookie_div {
    padding: 1rem;
  }
  .carousel-indicators {
    margin-bottom: 0.5rem;
  }
  #nase-usluge {
    width: 100%;
    -webkit-columns: 2;
    column-count: 2;
    columns: 2;
  }
  #carouselExampleIndicators > div > div > div > h2 {
    font-size: larger;
  }
  #carouselExampleIndicators > div > div:nth-child(1) > div > p {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .nav-tabs {
    padding-top: 2rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  .carousel-caption {
    bottom: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  #cookie_div > p {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #main-ref {
    display: flex;
    flex-wrap: wrap;
  }
  #main-ref a {
    flex: 1 0 40%;
  }
  #main-ref .logos {
    width: 100%;
    padding: 1rem 0;
  }
  .carousel-indicators {
    display: none;
  }
  #reference > .ref-logo {
    width: 20%;
  }
  #reference > .ref-logo:nth-child(5n) {
    padding-right: 0;
  }
  #reference > div:nth-child(31) {
    margin-left: 20%;
  }
  .mobile-not-visible {
    display: none;
  }
  body > div.image-gallery > a,
  #projektiranje > div > a {
    width: 25%;
  }
  #odrzavanje > div > a,
  #oprema > div > a,
  #građenje > div > a {
    width: 33.3333333333%;
  }
  #nase-usluge {
    width: 100%;
    -moz-column-count: 1;
    -webkit-columns: 1;
    column-count: 1;
    columns: 1;
  }
  #nasi-proizvodi {
    width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    columns: 1;
  }
  #heading {
    height: 10rem !important;
  }
  .katalog {
    padding-bottom: 2rem;
  }
  .katalog > p {
    font-size: 16px;
  }
}
body > div.image-gallery > a > img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#header > div {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  color: rgba(0, 0, 0, 0.4);
  cursor: default;
  height: 6.25rem;
  line-height: 3.25rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 10%;
}
#header > div > a {
  height: 4.25rem;
}
#high > div > section > div > div.col-md-4.kontakt-podatci > ul {
  padding: 0;
}

.highlights {
  margin: 2.5rem 0 0;
}

.highlights-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.highlights-list > li {
  margin: 0;
  padding: 0;
}

.highlights .card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.highlights .card:hover,
.highlights .card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.highlights .content-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.highlights .card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
}

.highlights h3 {
  position: relative;
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.highlights h3 a {
  color: #555;
  text-decoration: none;
  outline: 0;
}

.highlights h3 a:focus,
.highlights h3 a:focus-visible,
.highlights h3 a:focus-within {
  outline: none;
}

.highlights h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.highlights h3 a:hover,
.highlights h3 a:focus {
  color: #d71920;
  text-decoration: none;
  outline: ;
}

.highlights p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5a5a5a;
}

#card1 {
  background-image: url("../media/1296/servicesnew.jpg");
}

#card2 {
  background-image: url("../images/projektiranje1.jpg");
}

#card3 {
  background-image: url("../images/elektroinstalacije2.jpg");
}

#card4 {
  background-image: url("../images/elektroinstalacije1.jpg");
}

.highlights .card,
.highlights .card:focus,
.highlights .card:focus-within,
.highlights h3 a,
.highlights h3 a:focus,
.highlights h3 a:focus-visible {
  outline: none !important;
  box-shadow: none;
}


@media screen and (max-width: 980px) {
  .highlights-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .highlights-list {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .highlights .card-body {
    padding: 0.95rem;
  }

  .highlights h3 {
    font-size: 0.95rem;
  }

  .highlights p {
    font-size: 0.92rem;
    max-width: none;
  }
}


.full-width {
  width: 100%;
  max-width: 100%;
  padding: 0 10%;
  margin: 0;
}

#transparent-div {
  text-align: center;
  padding: 3rem;
}
#heading h2 {
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1000;
}
.white-bg {
  display: block;
}
.one-half {
  width: 50%;
  float: left;
  display: table-cell;
}
ol > li > p {
  margin-bottom: 0.5rem;
}
ol > li > p:last-child {
  margin-bottom: 2rem;
}
@media screen and (max-width: 980px) {
  #header {
    height: 60px;
    line-height: 60px;
  }
  #header > div {
    height: 60px;
    line-height: 60px;
  }
  #header > div > a {
    height: 55px;
  }
  #transparent-div {
    padding: 0.5rem;
  }
  .row > * {
    padding: 1rem;
  }
  .organogram {
    width: calc(100% - 1rem);
    height: auto;
    margin-left: 1rem;
  }
  blockquote {
    padding: 1rem 0 1rem 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .hide {
    opacity: 1;
  }
  .text ul {
    -webkit-columns: 1;
    column-count: 1;
    columns: 1;
    padding-left: 0;
  }
  .text ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .text ul {
    margin-bottom: 0;
  }
  #nama {
    padding: 1rem;
  }
  #nama ul {
    padding: 0;
  }
  #nama ul li {
    font-size: small;
  }
  #heading h1 {
    font-size: 25px;
    width: 100%;
  }
  #cta h2,
  #heading h2 {
    font-size: 6vw;
  }
  header.special {
    margin-bottom: 2rem;
  }
  .white-bg {
    padding: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #header > div {
    max-width: calc(100% - 3rem);
  }
  .copyright i {
    padding: 0.5rem;
  }
  .copyright > p:first-child i {
    padding: 0.5rem;
    padding-left: 0;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
