@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap"); /** Disable outline **/
* {
  outline: none !important;
}

/*** Buttons ***/
.button {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  font-family: "Manrope", sans-serif;
  padding: 12px 30px;
  user-select: none;
}

.btn-link {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 2px solid #F47C20;
  padding: 0 0 3px 0;
}
.btn-link:hover, .btn-link:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}

.button--primary {
  color: #FFF;
}
.button--primary:hover {
  color: #FFF;
}

.button--primary-reserve {
  color: #F47C20;
  background-color: #FFF;
  border: 1px solid #F47C20;
}
.button--primary-reserve:hover {
  color: #FFFFFF;
  background-color: #F47C20;
}

.right-secondary-link {
  position: relative;
  color: #292573;
  padding-left: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  line-height: 14px;
  display: block;
}
.right-secondary-link:hover {
  text-decoration: none;
  color: #F47C20;
}
.right-secondary-link:hover:before {
  background-image: url("../img/arrows/right-primary.svg");
}
.right-secondary-link:before {
  content: "";
  position: absolute;
  background-image: url("../img/arrows/right-secondary.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 15px;
  width: 15px;
  top: 0;
  bottom: 0;
  left: 0;
}
.right-secondary-link.gray-background-arrow:after {
  content: "";
  position: absolute;
  background-color: #F3F3F3;
  border-radius: 50%;
  top: -15px;
  bottom: 0;
  left: -15px;
  height: 44px;
  width: 44px;
  z-index: -1;
}

/*** H-tags a color ***/
h1 a, h2 a, h3 a, h4 a {
  color: #28272A;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #F47C20;
  text-decoration: none;
}

/*** H-tags a font type ***/
h1, h2, h3, h4, h5 {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

/*** Background color lighten ***/
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 {
  color: #FFF;
}
.bg-dark h1 a, .bg-dark h2 a, .bg-dark h3 a, .bg-dark h4 a {
  color: #FFF;
}
.bg-dark h1 a:hover, .bg-dark h2 a:hover, .bg-dark h3 a:hover, .bg-dark h4 a:hover {
  color: #F47C20;
}

/*** H-tags a size ***/
h1 {
  font-size: 42px;
  line-height: 46px;
}

h2 {
  font-size: 36px;
  line-height: 49px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

p {
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
/*** Fonts ***/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Block.woff2") format("woff2"), url("../fonts/ProximaNova-Block.woff") format("woff"), url("../fonts/ProximaNova-Block.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=uikit.css.map */
