@font-face {
  font-family: "DanmarkURW";
  src: url("../fonts/DanmarkURW-Bol.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DanmarkURW";
  src: url("../fonts/DanmarkURW-Dem.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "DanmarkURW";
  src: url("../fonts/DanmarkURW-ExtBol.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "DanmarkURW";
  src: url("../fonts/DanmarkURW-Lig.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DanmarkURW";
  src: url("../fonts/DanmarkURW-Med.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.darkLinkColor {
  color: #000;
}

.lightLinkColor {
  color: #FFF;
}

.borderRadiusFlat {
  border-radius: 0 !important;
}

.borderWidth2 {
  border-width: 2px !important;
}

.buttonPaddingY10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.noShadow {
  box-shadow: none !important;
}

.placeBorder {
  border-style: solid !important;
}

.defaultBorderColor {
  border-color: #1E353D !important;
}

.whiteBorderColor {
  border-color: #FFF !important;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alignItemsCenter {
  display: flex;
  align-items: center;
}

.headerFontSize {
  font-size: 4.125rem;
}

.dColor {
  color: #1E353D;
}

.wColor {
  color: #FFF;
}

.header-a {
  font-size: 4.125rem;
  /* 66px */
  font-weight: bold;
}

.header-b {
  font-size: 2.875rem;
  /* 46px */
  font-weight: bold;
}

.header {
  font-size: 2.875rem;
  /* 46px */
  font-weight: 600;
  /* SemiBold */
}

.header-2 {
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
}

.header-3 {
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  /* SemiBold */
}

.header-4 {
  font-size: 1.5rem;
  /* 24px */
  font-weight: bold;
}

.header-5 {
  font-size: 1.125rem;
  /* 18px */
  font-weight: 500;
  /* Medium */
}

.header-6 {
  font-size: 1.125rem;
  /* 18px */
  font-weight: bold;
}

.body-text-1,
.body-text-2,
.body-text-3 {
  font-size: 1.125rem;
  /* 18px */
  font-weight: 600;
  /* SemiBold */
}

.fitCover {
  -o-object-fit: cover;
     object-fit: cover;
}

.generalContainer {
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  .generalContainer {
    width: 60%;
  }
}
@media only screen and (max-width: 900px) {
  .generalContainer {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .generalContainer {
    width: 90%;
  }
}
@media only screen and (max-width: 300px) {
  .generalContainer {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */