@import url("https://fonts.googleapis.com/css?family=Muli|Raleway&display=swap");
/* ============================================================================
   #ABSTRACTS
   ============================================================================ */
/* ============================================================================
   #FONTS
   ============================================================================ */
/* ============================================================================
   #COLOURS
   ============================================================================ */
/* ============================================================================
  #DIRECTORY FOLDER
  ============================================================================ */
/* ============================================================================
   #CONTAINER
   ============================================================================ */
/* ============================================================================
   #TEXT
   ============================================================================ */
/* ============================================================================
   #PREFIX
   ============================================================================ */
/* ============================================================================
   #FLOAT CLEARING
   ============================================================================ */
/* ============================================================================
   #OFFSCREEN TEXT
   ============================================================================ */
/* ============================================================================
   #HOVER + ACTIVE + FOCUS
   ============================================================================ */
/* ============================================================================
   #REM FALLBACK FUNCTION
   ============================================================================ */
/* ============================================================================
   #BASE
   ============================================================================ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

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

/* ==========================================================================
   #BASE / RESET
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box; }
*:focus {
  outline: #414141 1px dotted; }

html {
  font: 18px "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  color: #414141;
  background-color: #ffffff;
  overflow-x: hidden; }
  html.lock-scroll {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600; }

p {
  font-family: "Muli", Arial, Helvetica, sans-serif; }

body {
  font: 18px "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 300;
  background-color: #ffffff;
  color: #414141; }

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

b,
strong {
  font-weight: 600; }

i {
  font-style: italic; }

hr {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  display: block; }

label {
  cursor: pointer; }

a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%; }

div[data-image] {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: relative; }

svg,
use {
  pointer-events: none; }

/* ==========================================================================
   #GLOBAL-TABLE
   ========================================================================== */
table {
  border-collapse: collapse;
  font-family: "Muli", Arial, Helvetica, sans-serif; }
  table th,
  table td {
    padding: 5px; }

/* ==========================================================================
  #BACKGROUND
  ========================================================================== */
.bg--main {
  background-color: #414141; }

.bg--alt {
  background-color: #ffffff; }

.bg--grey {
  background-color: #f2f2f2; }

@media (max-width: 576px) {
  .bg--alt-md {
    background-color: #ffffff; } }
/* ==========================================================================
  #FONT-FAMILY
  ========================================================================== */
.font-base {
  font-family: "Muli", Arial, Helvetica, sans-serif; }

.font-main {
  font-family: "Raleway", Arial, Helvetica, sans-serif; }

/* ============================================================================
  #SUBTITLE
  ============================================================================ */
.f--subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #818181;
  border-bottom: solid 2px #818181; }

ul {
  line-height: 28px;
  line-height: 1.75rem; }

/* ============================================================================
  #DEFINE H1 H2 H3 H4 H5
  ============================================================================ */
h1,
.h1 {
  font-size: 31px;
  font-size: 1.9375rem;
  color: #ee6563; }

h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem; }

h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem; }

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem; }

h5,
.h5 {
  font-size: 14px;
  font-size: 0.875rem; }

h6,
.h6 {
  font-size: 12px;
  font-size: 0.75rem; }

/* ============================================================================
  #LETTER SPACING
  ============================================================================ */
.ls--default {
  letter-spacing: normal; }

.ls--xsmall {
  letter-spacing: -1px;
  letter-spacing: -0.0625rem; }

.ls--small {
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem; }

.ls--regular {
  letter-spacing: 0; }

.ls--large {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem; }

.ls--xlarge {
  letter-spacing: 3.56px;
  letter-spacing: 0.2225rem; }

/* ============================================================================
  #FONT FAMILY
  ============================================================================ */
.ff-light {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 300; }

.ff-normal {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.ff-regular {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 500; }

.ff-sbold {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 600; }

.ff-bold {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700; }

/* ============================================================================
  #FONT SIZE
  ============================================================================ */
.fs--xsmall {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  line-height: 0.875rem; }

.fs--small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem; }

.fs--medium {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem; }

.fs--large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem; }

.fs--xlarge {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem; }

.fs--xxlarge {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26px;
  line-height: 1.625rem; }

.fs--xxxlarge {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem; }

/* ============================================================================
  #TITLE
  ============================================================================ */
.title--xsmall {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem; }

.title--small {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem; }

.title--medium {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem; }

.title--large {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem; }

.title--xlarge {
  font-size: 55px;
  font-size: 3.4375rem;
  line-height: 62px;
  line-height: 3.875rem; }

.title--xxlarge {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 70px;
  line-height: 4.375rem; }

/* ============================================================================
  #ALIGNMENT
  ============================================================================ */
.text-left {
  text-align: left; }

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

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

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

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

/* ============================================================================
  #TRANSFORMATION
  ============================================================================ */
.text-lowercase {
  text-transform: lowercase; }

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

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

/* ============================================================================
  #COLOR-BASICS
  ============================================================================ */
.text--alt {
  color: #ffffff; }

.text--default {
  color: #414141; }

.text--si-nails {
  color: #ee6563; }

/* ==========================================================================
   #CURSOR
   ========================================================================== */
.cursor-pointer {
  cursor: pointer; }

.cursor-zoom-in {
  cursor: zoom-in; }

.cursor-zoom-out {
  cursor: zoom-out; }

/* ==========================================================================
   #IMG / SVG
   ========================================================================== */
/* svg */
.icon-svg {
  width: 1em;
  height: 1em; }

/* img */
.img-fill-width {
  width: 100%;
  height: auto; }

/* img */
.img-full-height {
  width: auto;
  height: 100%; }

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

/* img */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* img */
.img-cover--top {
  object-position: top; }

.rounded {
  border-radius: 15px !important; }

.simple-link {
  color: inherit;
  text-decoration: none; }
  .simple-link:hover, a:hover .simple-link:not(:disabled) {
    text-decoration: underline; }

.reverse-link {
  color: inherit;
  text-decoration: underline; }
  .reverse-link:hover, a:hover .reverse-link:not(:disabled) {
    text-decoration: none; }

.dir-rtl {
  direction: rtl; }

.is-error {
  color: #d43742; }

.is-success {
  color: #4ec626; }

.is-success-border {
  border: 1px solid #4ec626; }

.is-hidden {
  display: none; }

.opacity0 {
  opacity: 0; }

.opacity1 {
  opacity: 1; }

.visually-hidden {
  border: 0 !important;
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px) !important;
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.visibility-hidden {
  visibility: hidden; }

.strikethrough {
  text-decoration: line-through; }

.nowrap {
  white-space: nowrap; }

.valign-top {
  vertical-align: top; }

.valign-middle {
  vertical-align: middle; }

.valign-bottom {
  vertical-align: bottom; }

.valign-sub {
  vertical-align: sub; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.no-appearence {
  -webkit-appearance: none; }

.above {
  z-index: 1; }

.pointer-none {
  pointer-events: none; }

.pointer-auto {
  pointer-events: auto; }

/* ============================================================================
   #COMPONENTS
   ============================================================================ */
/* ==========================================================================
   #BTN-CTA
   ========================================================================== */
.btn-main {
  height: 45px;
  height: 2.8125rem;
  min-height: 45px;
  min-height: 2.8125rem;
  padding: 0 30px;
  padding: 0 1.875rem;
  border-radius: 2px;
  border-radius: 0.125rem;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #414141;
  align-items: center;
  vertical-align: top;
  color: #414141;
  fill: #ffffff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 576px) {
    .btn-main {
      width: 100%; } }
  .btn-main:hover {
    fill: #414141;
    background-color: #414141;
    color: #ffffff; }
  .btn-main.active {
    background-color: #414141;
    border-color: transparent;
    color: #ffffff;
    fill: #ffffff;
    text-decoration: none; }
  .btn-main.disabled {
    cursor: default; }
  .btn-main.btn--red {
    background-color: #d43742;
    color: #ffffff;
    border-color: transparent; }
    .btn-main.btn--red:active {
      background-color: #b22630;
      color: #ffffff; }
  .btn-main.btn--si-nails {
    background-color: #ee6563;
    color: #ffffff;
    border-color: transparent; }
    .btn-main.btn--si-nails:active {
      background-color: #b22630;
      color: #ffffff; }
    .btn-main.btn--si-nails:hover {
      fill: #414141;
      background-color: #414141;
      color: #ffffff; }
  .btn-main.btn--dark {
    background-color: #414141;
    color: #ffffff; }
    .btn-main.btn--dark:hover {
      background-color: #818181;
      border-color: #818181;
      color: #ffffff; }
    .btn-main.btn--dark:active {
      background-color: #818181;
      border-color: #818181;
      color: #ffffff; }
  .btn-main.btn--transparent {
    background-color: rgba(41, 41, 41, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff; }
    .btn-main.btn--transparent:active {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #414141; }
  .btn-main.btn--icon {
    width: 66px;
    width: 4.125rem;
    min-width: 66px;
    min-width: 4.125rem;
    height: 66px;
    height: 4.125rem;
    min-height: 66px;
    min-height: 4.125rem;
    font-size: 30px;
    font-size: 1.875rem;
    border-radius: 50%;
    padding: 0; }

/* ==========================================================================
   #RETURN TO TOP
   ========================================================================== */
#return-to-top {
  position: fixed;
  display: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.7);
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  #return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 40%;
    top: 30%;
    font-size: 19px;
    font-size: 1.1875rem;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

/* ==========================================================================
   #BADGE
   ========================================================================== */
.badge {
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: inherit; }

details > summary::-webkit-details-marker {
  display: none; }

/* ==========================================================================
   #INPUT
   ========================================================================== */
input:focus {
  color: #414141;
  background-color: #ffffff;
  border-color: #414141;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #4141414D; }
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.input-number {
  min-width: 44px;
  min-width: 2.75rem; }
  .input-number button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative; }

.input-style {
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  text-align: center;
  border: 1px solid #ccc;
  background: 0 0; }

/* ==========================================================================
  #FOCUS
  ========================================================================== */
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #414141;
  outline: 0;
  box-shadow: 0 0 0.2rem 0.2rem #4141411f; }

.custom-control {
  margin: 15px 0;
  margin: 0.9375rem 0; }

.custom-control-label {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #414141; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border: solid 1.2px #414141; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23000'/%3E%3C/svg%3E"); }

.custom-text-area {
  display: block;
  width: 100%;
  padding: 18px 10px;
  padding: 1.125rem 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 0; }

/* ==========================================================================
   #BTN FORM
   ========================================================================== */
.align-btn-center {
  align-self: center; }

.input-group-btn {
  padding: 0 4px;
  padding: 0 0.25rem; }

.btn-width {
  width: 130px;
  width: 8.125rem;
  margin: 0 auto; }

input[type="text"], input[type="email"],
select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #414141;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  input[type="text"].btn-outline, input[type="email"].btn-outline,
  select.form-control.btn-outline {
    background: #ffffff;
    border: 1px solid #414141; }

input[type="text"]:focus, input[type="email"]:focus,
select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #414141; }
  input[type="text"]:focus.btn-outline, input[type="email"]:focus.btn-outline,
  select.form-control:focus.btn-outline {
    border: 2px solid #414141; }

/* ==========================================================================
  #VALIDATION
  ========================================================================== */
.has-success .success {
  display: block;
  color: #4ec626; }

.has-error .error {
  display: block;
  color: #d43742; }

.has-feedback .form-control {
  padding-right: 42px;
  padding-right: 2.625rem; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: border-color ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-feedback label ~ .form-control-feedback {
  top: 25px;
  top: 1.5625rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  text-align: center;
  pointer-events: none;
  right: 15px;
  right: 0.9375rem;
  width: 37px;
  width: 2.3125rem;
  line-height: 37px;
  line-height: 2.3125rem; }

/* ==========================================================================
   #BTN LABEL
   ========================================================================== */
.float-label-group form {
  margin: 2em 0; }
.float-label-group .field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em; }
.float-label-group label {
  transition: all 0.2s;
  touch-action: manipulation; }
.float-label-group label {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 1px;
  color: #818181; }
.float-label-group input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.125rem) scale(1.5); }
.float-label-group ::-webkit-input-placeholder, .float-label-group ::placeholder {
  opacity: 0;
  transition: inherit;
  color: #fff !important; }
.float-label-group input:focus::-webkit-input-placeholder {
  opacity: 1; }
.float-label-group input:not(:placeholder-shown) + label, .float-label-group input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer; }

/* ==========================================================================
   #BTN SMALL
   ========================================================================== */
.btn-group-sm > .btn, .btn-sm {
  padding: 9px;
  padding: 0.5625rem;
  font-size: .675rem;
  line-height: 0; }

/* ==========================================================================
   #CHECKBOX
   ========================================================================== */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  color: #414141;
  border-color: #414141; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #414141;
  background-color: #ffffff; }

.custom-control-label::before {
  border-color: #414141;
  background-color: #ffffff; }

/* ==========================================================================
   #ALERT VARIABLES
   ========================================================================== */
/* ==========================================================================
   #WARNING
   ========================================================================== */
.alert-warning {
  color: #ef6f06;
  border: solid 1px #ef6f06;
  background-color: #ef6f061a;
  border-radius: 10px;
  border-radius: 0.625rem; }
  .alert-warning .alert-link {
    color: #ef6f06;
    text-decoration: underline; }

/* ==========================================================================
   #MODAL CONTENT STYLES
   ========================================================================== */
.modal-content .modal-header {
  border-bottom: none; }
.modal-content .close {
  font-size: 40px;
  font-size: 2.5rem; }

/* ==========================================================================
   #MODAL SIZE
   ========================================================================== */
.modal-lg {
  max-width: 70%; }

.main-banner--desktop {
  max-width: 1437px;
  max-width: 89.8125rem;
  margin: 0 auto;
  width: 100%; }
.main-banner--mobile {
  max-width: 375px;
  max-width: 23.4375rem;
  margin: 0 auto;
  width: 100%; }

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