@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.contact-area, .checkbox-options, .list-items, .list, .size-list, .intro-cats {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-area:after, .checkbox-options:after, .list-items:after, .list:after, .size-list:after, .intro-cats:after, .intro-blocks:after, .container-sm:after, .container:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a:before, a:after,
a *,
a *:before,
a *:after,
.btn:before,
.btn:after,
.btn *,
.btn *:before,
.btn *:after,
button:before,
button:after,
button *,
button *:before,
button *:after, a,
.btn,
button {
  transition: all 0.3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #8C8C8C;
  background: #fff;
  font: 16px/1.5 "gotham", sans-serif;
  min-width: 375px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

/* set styles for grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 650px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.333333%;
  }

  .offset-xs-2 {
    margin-left: 16.666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.333333%;
  }

  .offset-xs-5 {
    margin-left: 41.666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.333333%;
  }

  .offset-xs-8 {
    margin-left: 66.666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.333333%;
  }

  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1025px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 650px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 650px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1025px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*  ---------------------------------------------------------
	1. General reset
	---------------------------------------------------------*/
a,
.btn,
button {
  text-decoration: none;
}
a:focus, a:active,
.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.3;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, .h:last-child {
  margin-bottom: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
  color: inherit;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .h a:hover {
  color: inherit;
}

h1,
.h1 {
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 2.75rem;
  }
}

h2,
.h2 {
  color: #A91E22;
  font-size: 1.375rem;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}
h2.has-border,
.h2.has-border {
  position: relative;
  text-transform:uppercase;
}
h2.has-border:after,
.h2.has-border:after {
  content: "";
  background: #000;
  width: 9999px;
  height: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: -9999px;
}
h2.has-border:before,
.h2.has-border:before {
  content: "";
  background: #000;
  width: auto;
  height: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
h2 span,
.h2 span {
  display: block;
  color: #000;
  font-size: 1.25rem;
  font-weight: normal;
}

h3,
.h3 {
  font-size: 1.25rem;
}
@media (min-width: 767px) {
  h3,
.h3 {
    font-size: 1.375rem;
  }
}

h4,
.h4 {
  color: #000;
  font-size: 1rem;
}
@media (min-width: 767px) {
  h4,
.h4 {
    font-size: 1rem;
  }
}

h5,
.h5 {
  color: #000;
  font-size: 1rem;
}
@media (min-width: 767px) {
  h5,
.h5 {
    font-size: 0.75rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
}
@media (min-width: 767px) {
  h6,
.h6 {
    font-size: 0.75rem;
  }
}

p {
  margin: 0 0 1.335em;
  color: #333;
  font-size: 0.75rem;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-size: 0.938rem;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-sm {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-holder {
  margin: 0 auto;
  max-width: 768px;
}

.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

#wrapper {
  position: relative;
  overflow: hidden;
  font-size: 0.75rem;
}

.link {
  color: #000;
  display: inline-flex;
  align-items: center;
  color: inherit;
  border-bottom: 2px solid #6B96E1;
}
.link:hover {
  color: #000;
}

.btn {
  background: #2F5496;
  border-radius: 4px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.9px;
  font-weight: 900;
  color: #fff;
  border: none;
  outline: none;
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 767px) {
  .btn {
    padding: 8px 15px;
  }
}
.btn svg {
  fill: #fff;
  width: 18px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.btn.full-width {
  width: 100%;
}
.btn.secondary {
  background: #CD731D;
}
.btn.secondary:hover {
  background: #e38d3a;
}
.btn.large {
  padding: 15px 25px;
}
.btn:hover {
  color: #fff;
  background: #A91E22;
}

.form-group {
  margin-bottom: 10px;
  display: flex;
  color: #000;
}
@media (max-width: 767px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.form-group.small label {
  width: 40px;
}
@media (max-width: 767px) {
  .form-group.small label {
    width: 100%;
  }
}
.form-group.small .input-area {
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .form-group.small .input-area {
    width: 100%;
  }
}
.form-group.large label {
  text-transform: uppercase;
  width: 250px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .form-group.large label {
    width: 100%;
  }
}
.form-group.large .input-area {
  width: calc(100% - 250px);
}
@media (max-width: 767px) {
  .form-group.large .input-area {
    width: 100%;
  }
}
.form-group label {
  width: 100px;
  padding-right: 5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .form-group label {
    width: 100%;
  }
}
.form-group .input-area {
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .form-group .input-area {
    width: 100%;
  }
}

.form-control {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
}
@media (max-width: 767px) {
  .form-control {
    height: 40px;
  }
}
.form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none;
}

.radio-group {
  color: #000;
  padding: 5px;
  margin-bottom: 20px;
}
.radio-group h4 {
  font-weight: normal;
}
@media (max-width: 1025px) {
  .radio-group .img-holder {
    margin-top: 30px;
  }
}

.radio-input {
  visibility: hidden;
  display: none;
}
.radio-label {
  position: relative;
  padding-left: 35px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .radio-label {
    margin-right: 10px;
  }
}
.radio-label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
}
.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 1px #000;
  position: absolute;
  left: 0px;
  top: 0px;
}
.radio-input:checked + .radio-label:after {
  transition: all 0.5s;
  background-color: #A91E22;
}

#header {
  background: #733A96;
  text-align: center;
  color: #fff;
  padding: 30px 15px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

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

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

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

.d-flex {
  display: flex;
}

.alignitems-center {
  align-items: center;
}

#main {
  overflow: hidden;
}

.intro-holder {
  position: relative;
  padding: 0 15px;
}

.intro-blocks {
  position: relative;
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  padding: 20px 0 0;
}
@media (max-width: 992px) {
  .intro-blocks {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .intro-blocks.second .img-holder {
    margin-top: -40px;
  }
}
.intro-blocks .img-holder {
  width: 250px;
  position: relative;
  z-index: 9;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .intro-blocks .img-holder {
    margin: -50px 30px 0 0;
  }
}
.intro-blocks .img-holder img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .intro-blocks .text {
    width: calc(100% - 280px);
  }
}
.intro-blocks h2 {
  color: #A91E22;
}
.intro-blocks .img-frame {
  width: 140px;
}
.intro-blocks .img-frame img {
  max-width: 100%;
}

.intro-cats {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  font-size: 0.75rem;
  padding: 20px 0;
}
.intro-cats li {
  width: 100%;
  padding: 0 5px;
  color: #000;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .intro-cats li {
    width: 25%;
    margin-bottom: 0;
  }
}
.intro-cats li:first-child {
  font-weight: bold;
}
.intro-cats li span {
  padding: 5px 5px;
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
}

.intro-cats {
  overflow: hidden;
}

.intro-frame {
  overflow: hidden;
}
.intro-frame h2 {
  color: #A91E22;
}
.intro-frame .img-holder {
  width: 250px;
  margin: 20px auto;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .intro-frame .img-holder {
    width: 45%;
    margin: 0 0 0 0;
    padding-right: 30px;
  }
}
.intro-frame .img-holder img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .intro-frame .text {
    width: calc(100% - 45%);
  }
}
.intro-frame .intro-blocks .img-holder {
  margin-top: 0;
}
.intro-frame .img-frame {
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 9;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .intro-frame .img-frame {
    margin-top: -40px;
    margin-bottom: 20px;
    width: 80%;
  }
}
.intro-frame .img-frame img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .intro-frame .alert, .intro-frame .alert.white {
    max-width: inherit;
  }
}

.help-area {
  background: #A91E22;
  padding: 10px 0 10px 35px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .help-area {
    flex-direction: column;
    padding: 10px 0 0 35px;
  }
}
.help-area p {
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: normal;
  opacity: 0.7;
  color: #fff;
}
@media (min-width: 992px) {
  .help-area p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.help-area h2 {
  margin-bottom: 0;
  line-height: normal;
  font-size: 1.75rem;
  padding-bottom: 0;
  color: #fff;
}
@media (min-width: 992px) {
  .help-area h2 {
    font-size: 2.063rem;
  }
}
.help-area .ico-holder {
  width: 60px;
  margin-right: 10px;
}
.help-area .text {
  display: flex;
  align-items: center;
}
.help-area .img-holder {
  width: 100px;
  margin: 0 0 -10px;
  position: relative;
}
@media (max-width: 767px) {
  .help-area .img-holder {
    margin: 0 auto;
  }
}
.help-area .img-holder:after {
  content: "";
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100px;
  height: 100px;
  background: #8F1519;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .help-area .img-holder:after {
    width: 200px;
    height: 200px;
  }
}
.help-area .img-holder img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.f-tag {
  padding-bottom: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .f-tag {
    flex-direction: column;
  }
}
.f-tag h5 {
  margin: 0;
  padding: 10px 0 5px 22px;
}
@media (max-width: 992px) {
  .f-tag h5 {
    margin-bottom: 15px;
  }
}
.f-tag .tag {
  background-color: #A91E22;
  padding: 10px;
}
@media (min-width: 767px) {
  .f-tag .tag {
    background-image: url(../images/img5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    width: 550px;
    height: 44px;
    margin-top: -10px;
    padding: 10px 6px 5px 40px;
  }
}
.f-tag .tag p {
  font-style: italic;
  color: #fff;
  opacity: 0.9;
}

.alert-holder {
  overflow: hidden;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.alert-holder .img-holder {
  width: 30px;
  margin-right: 20px;
}
.alert-holder .img-holder img {
  width: 100%;
}
.alert-holder .alert {
  max-width: inherit;
  display: block;
  width: calc(100% - 50px);
}

.text-blocks {
  overflow: hidden;
  padding-top: 20px;
}
.text-blocks .alert.white {
  margin-bottom: 5px;
  max-width: inherit;
  opacity: 0.6;
}
@media (min-width: 992px) {
  .text-blocks .alert.white {
    padding: 20px 0 0;
    float: right;
    width: 40%;
    margin-bottom: -20px;
  }
}
.text-blocks .img-area {
  clear: both;
  margin-bottom: 20px;
}

.img-area {
  overflow: hidden;
}
.img-area img {
  width: 100%;
}

@media (max-width: 992px) {
  .qr-holder {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .qr-holder .img-area {
    margin: 0 auto;
  }
}

.instructions-holder {
  padding: 20px 0 0;
}
.instructions-holder .img-block {
  max-width: 400px;
  margin: 20px auto 0;
}
@media (min-width: 992px) {
  .instructions-holder .img-block {
    margin: 0 0 0 auto;
  }
}
.instructions-holder .boxes {
  display: block;
  flex-flow: wrap row;
  padding: 20px 30px 0;
}
@media (min-width: 992px) {
  .instructions-holder .boxes {
    display: flex;
  }
}
.instructions-holder .boxes .img-holder {
  width: 20%;
  position: relative;
}
@media (max-width: 992px) {
  .instructions-holder .boxes .img-holder {
    margin: 0 auto;
    width: 250px;
  }
}
.instructions-holder .boxes .img-holder img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .instructions-holder .boxes .text-holder {
    max-width: 250px;
    margin: 0 auto;
  }
}
.instructions-holder .boxes .text {
  display: flex;
  align-items: flex-end;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .instructions-holder .boxes .text {
    width: 60%;
    padding: 0 0 70px;
  }
}
@media (min-width: 992px) {
  .instructions-holder .boxes .qr-holder {
    margin: 0;
    width: 10%;
  }
}
.instructions-holder .boxes .qr-holder strong {
  display: block;
  color: #A91E22;
  text-transform: uppercase;
  font-size: 1.25rem;
}
.instructions-holder .boxes .qr-holder .img-area {
  overflow: hidden;
  max-width: 110px;
}
.instructions-holder .boxes .qr-holder .img-area img {
  width: 100%;
  height: auto;
}

.needs-holder {
  overflow: hidden;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .needs-holder {
    text-align: center;
  }
}
.needs-holder .row {
  padding-top: 30px;
}
.needs-holder .img-post {
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  .needs-holder .img-post {
    margin: 0;
  }
}

.emergency-holder {
  overflow: hidden;
}
.emergency-holder .row {
  padding-top: 30px;
}
.emergency-holder .img-area {
  text-align: center;
  max-width: 120px;
  margin: 0 auto 20px;
}
.emergency-holder .img-area img {
  max-width: 100%;
}
.emergency-holder .img-holder {
  max-width: 220px;
  margin: 0 auto 20px;
}
.emergency-holder strong {
  font-weight: normal;
}
@media (min-width: 992px) {
  .emergency-holder .head {
    min-height: 120px;
  }
}
.emergency-holder .head h3 {
  color: #A91E22;
  margin-bottom: 30px;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.products-holder {
  overflow: hidden;
  margin-bottom: 20px;
}
.products-holder .row {
  padding: 20px 0 0;
}
.products-holder .block {
  overflow: hidden;
  text-align: center;
}
.products-holder .block .img-holder {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.products-holder .block .head {
  margin-bottom: 10px;
}
.products-holder .block .head h3 {
  color: #A91E22;
}
.products-holder .block h4 {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.size-list {
  color: #000;
  font-family: "Avenir LT Std", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
}
.size-list span {
  font-size: 1rem;
  text-transform: uppercase;
}
.size-list li {
  text-align: center;
  margin-bottom: 4px;
  background: rgba(0, 0, 0, 0.12);
  padding: 3px;
}

dl {
  display: block;
  margin: 0 0 20px;
  color: #000;
}
dl dt {
  float: left;
  width: 30%;
  margin-right: 10px;
}
dl dd {
  overflow: hidden;
}

.list {
  color: #000;
  margin-bottom: 20px;
}
.list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.list li:after {
  content: "";
  background: #000;
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.list-items {
  color: #000;
  margin-bottom: 20px;
  font-size: 0.75em;
}
.list-items span, .list-items strong {
  font-size: 1rem;
}
.list-items li {
  padding: 2px 5px;
}
.list-items li:nth-child(even) {
  background: rgba(0, 0, 0, 0.12);
}

.strip-holder {
  overflow: hidden;
  border-top: 1px solid #000;
  padding-top: 20px;
}
.strip-holder .alert {
  max-width: inherit;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .strip-holder .row {
    margin-top: -100px;
  }
}
.strip-holder .img-holder.small {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .img-holder {
    max-width: 350px;
    margin: 0 auto;
  }
}

.has-arrow {
  position: relative;
}
.has-arrow:after {
  content: "";
  position: absolute;
  top: 90%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 196px;
  height: 2px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
  display: none;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .has-arrow:after {
    display: block;
    transform: translate(0);
    width: 283px;
    height: 4px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 25px;
    left: 95%;
  }
}

.alert {
  font-style: italic;
  background: #DCD3E9;
  color: #000;
  font-size: 0.75rem;
  padding: 10px;
  max-width: 280px;
  display: inline-block;
  font-family: "Avenir LT Std", sans-serif;
  position: relative;
}
.alert.white {
  background: #fff;
  max-width: 250px;
}

.outdoor-holder {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.outdoor-holder .list-items li span {
  font-size: 0.75rem;
}
.outdoor-holder .head-tagline {
  margin-bottom: 20px;
}
.outdoor-holder .img-area {
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 992px) {
  .outdoor-holder .img-area {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.outdoor-holder .img-area img {
  width: 100%;
}
.outdoor-holder .img-holder {
  margin-bottom: 15px;
}
.outdoor-holder .head {
  margin-bottom: 5px;
}
.outdoor-holder .head h5 {
  color: #A91E22;
}
.outdoor-holder h2.has-border {
  text-align: right;
}
.outdoor-holder h6 {
  color: #000;
  margin-bottom: 5px;
  font-weight: normal;
}

.stand-holder {
  overflow: hidden;
}
.stand-holder.stand-holder {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.stand-holder.stand-holder .img-holder {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.stand-holder.stand-holder .info-head h4 {
  color: #A91E22;
  font-weight: normal;
}
.stand-holder.stand-holder .box {
  max-width: 300px;
}
@media (max-width: 992px) {
  .stand-holder.stand-holder .box {
    margin: 0 auto;
  }
}
.stand-holder.stand-holder .img-frame {
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .stand-holder.stand-holder .img-frame {
    margin: 20px auto;
  }
}
.stand-holder .banner {
  background: #51017E;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 0;
  padding: 10px;
  position: relative;
}
.stand-holder .banner:after {
  content: "";
  background: #51017E;
  width: 9999px;
  height: auto;
  position: absolute;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: auto;
}

@media (max-width: 992px) {
  .form-holder {
    padding-top: 20px;
  }
}

.kit-holder {
  overflow: hidden;
  padding-top: 20px;
}
.kit-holder .img-holder {
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
}
.kit-holder .img-area {
  margin-bottom: 10px;
  max-width: 130px;
}
@media (max-width: 992px) {
  .kit-holder .img-area {
    margin: 0 auto 10px;
  }
}
.kit-holder h5 {
  color: #A91E22;
  margin-bottom: 0;
}
.kit-holder .list-items {
  font-size: 0.75rem;
}
.kit-holder .list-items span {
  font-size: 0.75rem;
}
.kit-holder .block {
  margin-bottom: 20px;
}
.kit-holder .alert {
  max-width: inherit;
  display: block;
  text-align: center;
}
.kit-holder .img-holder {
  margin-bottom: 20px;
}
.kit-holder .small-block h5 {
  margin-bottom: 5px;
}
.kit-holder .small-block h6 {
  color: #A91E22;
  font-weight: normal;
  text-transform: uppercase;
}
.kit-holder .alet-holder {
  margin-bottom: 20px;
}

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

.form-group {
  overflow: hidden;
}

.form-holder .block {
  padding: 15px;
}

.new-product {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.new-product h5 {
  margin-bottom: 10px;
}
.new-product .img-frame {
  margin-bottom: 15px;
}
.new-product .img-frame.small {
  max-width: 180px;
}
@media (max-width: 992px) {
  .new-product .img-frame.small {
    margin: 0 auto;
  }
}

.table-holder {
  overflow-x: auto;
  margin-bottom: 10px;
}

table {
  min-width: 600px;
  width: 100%;
  color: #000;
  border-collapse: collapse;
}
table th, table td {
  padding: 5px;
  border: 1px solid #000;
  vertical-align: middle;
}
table th:after, table td:after {
  content: "";
  min-height: 30px;
  display: inline-block;
  vertical-align: top;
}
table th.number, table td.number {
  width: 12%;
}
table th.description, table td.description {
  width: 58%;
}
table th.quantity, table td.quantity {
  width: 10%;
}
table th.price, table td.price {
  width: 10%;
}
table th.rxt, table td.rxt {
  width: 10%;
}
table th {
  background: rgba(0, 0, 0, 0.12);
  font-weight: normal;
  text-transform: uppercase;
}
table .title {
  border: none;
  border-bottom: none;
  text-align: right;
  text-transform: uppercase;
}
table .total {
  color: #A91E22;
}
table .final-tag {
  text-align: right;
  border: none;
}

.charges-info {
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0.12);
  padding: 20px;
  color: #000;
  max-width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .charges-info {
    width: 100%;
    max-width: inherit;
  }
}
.charges-info h4 {
  color: #A91E22;
  text-transform: uppercase;
}
.charges-info p {
  color: #000;
  margin-bottom: 0;
}
.charges-info span {
  display: block;
}

.help-text {
  color: #000;
}

.card-selection {
  overflow: hidden;
  text-align: center;
}
.card-selection .head {
  overflow: hidden;
  border-bottom: 2px solid #A91E22;
}
.card-selection .checkbox-holder {
  overflow: hidden;
}
.card-selection .title {
  display: block;
  color: #fff;
  background: #A91E22;
  letter-spacing: 1.4px;
  padding: 2px;
  font-size: 0.938rem;
}
.card-selection .title.white {
  background: #fff;
  color: #A91E22;
  letter-spacing: 1px;
}
.card-selection h3 {
  color: #A91E22;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.checkbox-options {
  display: flex;
  flex-flow: wrap row;
  padding: 30px 0 0;
}
.checkbox-options li {
  width: 25%;
  font-size: 10px;
  color: #000;
}
.checkbox-options li img {
  width: 45px;
  height: auto;
}

.card-numbers {
  overflow: hidden;
  text-align: left;
  padding: 20px 0 0;
}
.card-numbers h5 {
  font-weight: normal;
  margin-bottom: 5px;
}
.card-numbers .input-holder {
  display: flex;
}
.card-numbers .input-holder .column {
  width: 35px;
  padding: 0 1px;
}
.card-numbers .input-holder .column .card-input {
  height: 35px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #000;
  outline: none;
  padding: 2px;
  text-align: center;
  color: #000;
  width: 100%;
}

.input-holder-text {
  display: flex;
  padding: 5px 0;
}
.input-holder-text .box {
  width: 70px;
  text-align: center;
}

.products-area {
  overflow: hidden;
  padding: 10px 0 0;
}
.products-area .post {
  color: #000;
  margin-bottom: 30px;
}
.products-area .post .img-holder {
  overflow: hidden;
}
.products-area .post .img-holder img {
  width: 100%;
  height: auto;
}
.products-area .post .text {
  position: relative;
  padding: 10px 0 10px 60px;
}
.products-area .post .text:after {
  content: "";
  background: #000;
  width: 1px;
  height: auto;
  position: absolute;
  top: -30px;
  right: auto;
  bottom: 0;
  left: 30px;
}

.first-aid {
  overflow: hidden;
}

.object-holder {
  background: #A91E22;
  padding: 5px 20px 20px;
  margin-bottom: 20px;
}
.object-holder h3 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}
.object-holder .img-holder img {
  width: 100%;
  height: auto;
}

.tagline {
  display: block;
  color: #A91E22;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Avenir LT Std", sans-serif;
}
@media (min-width: 767px) {
  .tagline {
    display: inline-block;
    float: right;
    text-align: right;
    max-width: 250px;
  }
}

.help-holder {
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.help-holder .box {
  padding: 15px 20px 30px;
}
.help-holder .box h4 {
  margin-bottom: 10px;
}

.f-small {
  background: #DCD3E9;
  padding: 10px;
  font-style: italic;
  font-family: "Avenir LT Std", sans-serif;
  color: #000;
  text-align: center;
  font-weight: 900;
  font-size: 1rem;
}

#footer {
  overflow: hidden;
}
#footer .head {
  padding: 30px 0 0;
  overflow: hidden;
  text-align: center;
}
#footer .head .title {
  display: block;
  color: #fff;
  background: #A91E22;
  letter-spacing: 1.4px;
  padding: 2px;
  font-size: 0.938rem;
}
#footer .head .title.white {
  background: #fff;
  color: #A91E22;
  letter-spacing: 1px;
}
#footer .logo-area {
  display: flex;
  color: #A91E22;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #footer .logo-area {
    flex-direction: column;
  }
}
#footer .logo-area strong {
  width: 130px;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .logo-area strong {
    margin: 0 auto 20px;
  }
}
#footer .logo-area strong img {
  width: 100%;
}
#footer .logo-area span {
  font-size: 2.2rem;
  font-weight: 900;
}

.contact-area {
  border-color: #A91E22;
  border-width: 2px 0;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-area {
    flex-direction: column;
  }
}
.contact-area li {
  padding: 5px 10px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact-area svg {
  width: 20px;
  height: auto;
  fill: #A91E22;
  margin-right: 10px;
}
.contact-area span {
  display: inline-block;
  vertical-align: middle;
}

.address-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 10px 0;
}
.address-holder address {
  margin: 0 10px;
  font-size: 0.75rem;
  font-style: normal;
}
.address-holder .img-holder {
  margin: 0 10px;
  width: 110px;
  height: auto;
}

.qr-area {
  overflow: hidden;
  color: #000;
  max-width: 120px;
  margin: 40px auto 0;
}
.qr-area .img-holder {
  margin: 10px 0 20px;
  overflow: hidden;
}
.qr-area .img-holder img {
  max-width: inherit;
  width: 100%;
}

.heading-tag {
  background: #A91E22;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
  font-size: 1.375rem;
  line-height: normal;
  font-family: "gotham", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .heading-tag {
    font-size: 1rem;
  }
}
.heading-tag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #A91E22;
  clear: both;
}