a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-size: 1.6rem;
  font-family: Inter, sans-serif;
  font-weight: 350;
  line-height: 1.4;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.container {
  position: relative;
  padding: 0 3rem;
}
.container--bg-image > img,
.container--bg-image > video {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container--bg-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.container--bg-1 {
  background-color: #000;
  color: #fff;
}
.container--bg-3 {
  background-color: #f4f4f4;
  padding-block: 1px;
}
.content {
  position: relative;
}
.Heading {
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.Heading--sub {
  font-size: 1.6rem;
  color: #3cc;
}
.Heading--main {
  font-size: 2.8rem;
}
.Heading--c {
  text-align: center;
}
@media (min-width: 1200px) {
  .Heading--sub {
    font-size: 1.8rem;
  }
  .Heading--main {
    font-size: 4.4rem;
    margin-bottom: 3rem;
  }
}
.btn {
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}
.btn:after,
.btn:before {
  content: "";
  position: absolute;
  border: 0 solid #3cc;
  width: 30px;
  height: 30px;
  transition: width 0.3s, height 0.3s;
}
.btn:after {
  top: 0;
  right: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-radius: 0 3px 0 0;
}
.btn:before {
  left: 0;
  bottom: 0;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 0 0 0 3px;
}
.btn:hover {
  color: #3cc;
}
.btn:hover:after,
.btn:hover:before {
  width: 100%;
  height: 100%;
}
.m-Header {
  height: 30dvh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-Header--hero {
  height: 50dvh;
}
.m-Header__hamb {
  position: absolute;
  left: -0.5rem;
  top: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
  padding: 0.5rem;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.m-Header__hamb span,
.m-Header__hamb span:after,
.m-Header__hamb span:before {
  display: block;
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
}
.m-Header__hamb span:after,
.m-Header__hamb span:before {
  content: "";
  position: absolute;
}
.m-Header__hamb span:before {
  margin-top: -6px;
}
.m-Header__hamb span:after {
  margin-top: 6px;
}
.m-Header__hamb:hover {
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .m-Header {
    height: 50dvh;
  }
  .m-Header--hero {
    height: 100dvh;
  }
  .m-Header__hamb {
    display: none;
  }
}
.m-Header__title {
  text-align: center;
  text-shadow: 2px 1px 0 #04483b;
}
.m-Header__title img {
  width: 4rem;
}
@media (min-width: 1200px) {
  .m-Header__title img {
    width: 6rem;
  }
}
.m-Header__hdr {
  font-size: calc(2dvh + 1rem);
}
.m-Header__hdrn {
  font-size: calc(3dvh + 1rem);
}
.m-Header__info {
  position: absolute;
  top: 2rem;
  right: 0;
  background: url("assets/img/phone-call.svg") no-repeat 0 50%;
  background-size: 24px 24px;
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 3rem;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
}
.m-Header__info:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
@media (min-width: 1200px) {
  .m-Header__hdr {
    font-size: 5rem;
  }
  .m-Header__hdrn {
    font-size: 6rem;
  }
  .m-Header__info {
    font-size: 2rem;
    padding-left: 4rem;
  }
}
.m-Header .arrow-down {
  width: 40px;
  height: 0;
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translate(-50%);
}
.m-Header .arrow-down:after,
.m-Header .arrow-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.m-Header .arrow-down:before {
  transform: translate(13px, -10px) rotate(-45deg);
}
.m-Header .arrow-down:after {
  transform: translate(-13px, -10px) rotate(45deg);
}
.m-Nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translate3d(-110%, 0, 0);
  transition: transform 0.3s;
  display: flex;
  align-items: center;
}
.m-Nav--open {
  transform: translateZ(0);
}
.m-Nav__x {
  position: absolute;
  top: 2rem;
  left: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
}
.m-Nav__x span,
.m-Nav__x span:after,
.m-Nav__x span:before {
  display: block;
  width: 2.4rem;
  height: 2px;
}
.m-Nav__x span:after,
.m-Nav__x span:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #fff;
  transform-origin: center;
}
.m-Nav__x span:before {
  transform: rotate(-45deg);
}
.m-Nav__list {
  padding: 3rem;
}
.m-Nav .menu-item,
.m-Nav__list-item {
  margin-block: 4rem;
}
.m-Nav__a,
.m-Nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  transition: transform 0.2s, opacity 0.2s;
  text-shadow: 1px 1px 0 #04483b;
}
.m-Nav__a:hover,
.m-Nav a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.m-Nav .current-menu-item a,
.m-Nav__a--act {
  border-bottom: 2px solid #3cc;
}
@media (min-width: 1200px) {
  .m-Nav {
    transform: translateZ(0);
    background-color: transparent;
    position: absolute;
    bottom: unset;
    margin-inline: 20%;
  }
  .m-Nav__x {
    display: none;
  }
  .m-Nav__list {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  .m-Nav .menu-item,
  .m-Nav__list-item {
    margin: 0 3rem;
  }
}
.m-Foot {
  padding-top: 6rem;
  padding-bottom: 3rem;
  color: #e7e7e7;
  background: #222;
}
.m-Foot__top {
  margin-inline: 10%;
  padding-bottom: 6rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid hsla(0, 0%, 71.8%, 0.2);
  font-size: 1.6rem;
}
.m-Foot__top a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s, opacity 0.2s;
  border-bottom: 1px solid;
}
.m-Foot__top a:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
@media (min-width: 1200px) {
  .m-Foot__top {
    display: flex;
    justify-content: space-between;
  }
}
.m-Foot__adr-line {
  margin-top: 2rem;
}
.m-Foot__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3rem;
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  .m-Foot__nav {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    column-gap: 10%;
  }
}
.m-Foot__copy {
  text-align: center;
  font-size: 1.3rem;
}
.m-Foot__copy--info {
  margin-top: 1rem;
  font-size: 1.2rem;
  opacity: 0.7;
}
.m-Foot__copy a {
  color: inherit;
  text-decoration: none;
}
.m-Info {
  margin-block: 5rem;
}
.m-Info p {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .m-Info {
    margin-block: 10rem;
    display: flex;
    gap: 3rem;
    margin-inline: 10%;
  }
  .m-Info__hdrs {
    flex: 0 1 34%;
  }
  .m-Info__text {
    flex: 0 1 66%;
    display: flex;
    gap: 3rem;
  }
  .m-Info__text div {
    flex: 0 1 50%;
  }
}
.m-Feature {
  margin-block: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.m-Feature__info {
  order: 2;
}
.m-Feature__info .Heading {
  display: none;
}
.m-Feature ul {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 1rem;
}
.m-Feature li::marker {
  color: #3cc;
}
.m-Feature p,
.m-Feature ul {
  margin-bottom: 1.2rem;
}
.m-Feature__media {
  max-width: 100%;
}
.m-Feature__btn {
  margin-top: 3rem;
  color: #333;
}
@media (min-width: 1200px) {
  .m-Feature {
    margin-block: 10rem;
    flex-direction: row;
    gap: 9rem;
    margin-inline: 10%;
  }
  .m-Feature__info-m {
    display: none;
  }
  .m-Feature__info .Heading {
    display: block;
  }
  .m-Feature__info {
    flex: 1 1 0;
    align-self: center;
  }
  .m-Feature__info:not(.m-Feature__info--switch) {
    order: unset;
  }
  .m-Feature__info p:first-of-type {
    text-indent: 3rem;
  }
  .m-Feature__media {
    flex: 0 1 455px;
    display: flex;
    align-items: center;
  }
  .m-Feature__media img {
    width: 100%;
  }
}
.m-Carousel {
  margin-block: 5rem;
}
@media (min-width: 1200px) {
  .m-Carousel {
    margin-block: 10rem;
    margin-inline: 10%;
  }
}
.m-Logobox {
  margin-block: 5rem;
}
.m-Logobox__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
  text-align: center;
}
.m-Logobox__row i {
  font-style: italic;
}
.m-Logobox__logo {
  width: 15rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin-top: -5.6rem;
  height: 12rem;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  clip-path: rect(0 20rem 50% 0);
  padding-top: 10px;
}
.m-Logobox__txt {
  padding-inline: 6rem;
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  font-weight: 500;
  line-height: 2;
}
.m-Logobox__info {
  margin-top: -5rem;
}
.m-Logobox__info,
.m-Logobox__info-c {
  text-transform: none;
}
.m-Logobox__info-c {
  color: #3cc;
}
.m-Logobox__sq {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1200px) {
  .m-Logobox {
    margin-block: 10rem;
    margin-inline: 10%;
  }
  .m-Logobox__wrapper {
    max-width: 70%;
    margin: 0 auto;
  }
  .m-Logobox__txt {
    font-size: 2rem;
    line-height: 2;
  }
}
.m-News {
  margin-block: 5rem;
}
.m-News__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 6rem;
}
.m-News__art {
  background-color: #fff;
}
.m-News__art-bot {
  padding: 3rem;
}
.m-News__art-tag {
  color: #3cc;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.m-News__art-t {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 2rem;
  color: #000;
  transition: opacity 0.2s;
}
.m-News__art-t:hover {
  opacity: 0.6;
}
.m-News__art-d {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .m-News {
    margin-block: 10rem;
    margin-inline: 10%;
  }
  .m-News__wrapper {
    flex-direction: row;
    margin-top: 6rem;
  }
  .m-News__row {
    flex: 1 0 0;
    max-width: 33.33333%;
    display: flex;
  }
}
.m-Cta {
  padding-block: 5rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .m-Cta {
    padding-block: 10rem;
    padding-inline: 10%;
  }
}
.m-Details {
  padding-block: 5rem;
}
.m-Details__item {
  margin-top: 3rem;
  padding-left: 7rem;
  background: 0 0 no-repeat;
  background-size: 6rem;
}
.m-Details__item--ph {
  background-image: url("assets/img/phone-ezgif.com-optimize.gif");
}
.m-Details__item--em {
  background-image: url("assets/img/email-ezgif.com-optimize.gif");
}
.m-Details__item--of {
  background-image: url("assets/img/maps-ezgif.com-optimize.gif");
}
.m-Details__item-t {
  color: #3cc;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.m-Details__item-lnk {
  display: inline-block;
  margin-top: 0.75rem;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1200px) {
  .m-Details {
    padding-block: 10rem;
    padding-inline: 10%;
  }
  .m-Details__items {
    display: flex;
  }
  .m-Details__item {
    flex: 1 0 0;
    max-width: 33.33333%;
  }
}
.m-Map {
  padding-block: 5rem;
}
.m-Map img {
  width: 100%;
}
@media (min-width: 1200px) {
  .m-Map {
    padding-top: 0;
    padding-bottom: 10rem;
    padding-inline: 10%;
  }
}
